2022-12-01T10:15:50.4272549Z Requested labels: windows.4xlarge 2022-12-01T10:15:50.4272618Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/89997/merge 2022-12-01T10:15:50.4272640Z Waiting for a runner to pick up this job... 2022-12-01T10:15:50.5577270Z Job is about to start running on the runner: i-00db5c8a3b2b29b2e (organization) 2022-12-01T10:15:56.7646827Z Current runner version: '2.299.1' 2022-12-01T10:15:56.7653475Z Runner name: 'i-00db5c8a3b2b29b2e' 2022-12-01T10:15:56.7653855Z Runner group name: 'Default' 2022-12-01T10:15:56.7654425Z Machine name: 'EC2AMAZ-A10PA24' 2022-12-01T10:15:56.7656317Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:15:56.7656792Z Actions: read 2022-12-01T10:15:56.7657005Z Checks: read 2022-12-01T10:15:56.7657216Z Contents: read 2022-12-01T10:15:56.7657417Z Deployments: read 2022-12-01T10:15:56.7657639Z Discussions: read 2022-12-01T10:15:56.7657854Z Issues: read 2022-12-01T10:15:56.7658044Z Metadata: read 2022-12-01T10:15:56.7658257Z Packages: read 2022-12-01T10:15:56.7658463Z Pages: read 2022-12-01T10:15:56.7658659Z PullRequests: read 2022-12-01T10:15:56.7658902Z RepositoryProjects: read 2022-12-01T10:15:56.7659153Z SecurityEvents: read 2022-12-01T10:15:56.7659362Z Statuses: read 2022-12-01T10:15:56.7659570Z ##[endgroup] 2022-12-01T10:15:56.7662619Z Secret source: None 2022-12-01T10:15:56.7663240Z Prepare workflow directory 2022-12-01T10:15:56.8629900Z Prepare all required actions 2022-12-01T10:15:56.8796336Z Getting action download info 2022-12-01T10:15:57.1368254Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:17:03.9058673Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:17:06.5660577Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:17:07.6080784Z Getting action download info 2022-12-01T10:17:07.7754034Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:17:08.5660796Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-12-01T10:17:08.5662697Z ##[group] Inputs 2022-12-01T10:17:08.5663050Z build-environment: win-vs2019-cpu-py3 2022-12-01T10:17:08.5663281Z cuda-version: cpu 2022-12-01T10:17:08.5663744Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-12-01T10:17:08.5664151Z sync-tag: 2022-12-01T10:17:08.5664327Z ##[endgroup] 2022-12-01T10:17:08.5664798Z Complete job name: win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) 2022-12-01T10:17:08.8602131Z ##[group]Run git config --global core.symlinks true 2022-12-01T10:17:08.8602570Z git config --global core.symlinks true 2022-12-01T10:17:08.8637595Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:17:08.8637907Z env: 2022-12-01T10:17:08.8638091Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:08.8638271Z ##[endgroup] 2022-12-01T10:17:09.4946320Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:17:09.4946862Z with: 2022-12-01T10:17:09.4947247Z no-sudo: true 2022-12-01T10:17:09.4947662Z submodules: recursive 2022-12-01T10:17:09.4947969Z fetch-depth: 0 2022-12-01T10:17:09.4948322Z env: 2022-12-01T10:17:09.4948593Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:09.4948770Z ##[endgroup] 2022-12-01T10:17:09.5289876Z ##[group]Run retry () { 2022-12-01T10:17:09.5290133Z retry () { 2022-12-01T10:17:09.5290380Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:17:09.5290608Z } 2022-12-01T10:17:09.5290800Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:17:09.5291015Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:17:09.5291233Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:17:09.5291447Z else 2022-12-01T10:17:09.5291698Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:17:09.5291881Z fi 2022-12-01T10:17:09.5292062Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:17:09.5320289Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:17:09.5321876Z env: 2022-12-01T10:17:09.5322062Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:09.5322253Z NO_SUDO: true 2022-12-01T10:17:09.5322415Z ##[endgroup] 2022-12-01T10:17:09.5585855Z C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:09.7768017Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:17:09.7768282Z with: 2022-12-01T10:17:09.7768483Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:17:09.7768693Z fetch-depth: 0 2022-12-01T10:17:09.7768863Z submodules: recursive 2022-12-01T10:17:09.7769052Z quiet-checkout: true 2022-12-01T10:17:09.7769268Z repository: pytorch/pytorch 2022-12-01T10:17:09.7769628Z token: *** 2022-12-01T10:17:09.7769904Z ssh-strict: true 2022-12-01T10:17:09.7770117Z persist-credentials: true 2022-12-01T10:17:09.7770307Z clean: true 2022-12-01T10:17:09.7770454Z lfs: false 2022-12-01T10:17:09.7770633Z set-safe-directory: true 2022-12-01T10:17:09.7770821Z env: 2022-12-01T10:17:09.7770975Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:17:09.7771160Z ##[endgroup] 2022-12-01T10:17:15.0117520Z Syncing repository: pytorch/pytorch 2022-12-01T10:17:15.0119145Z ##[group]Getting Git version info 2022-12-01T10:17:15.0119471Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:15.0208753Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T10:17:15.0454176Z git version 2.38.1.windows.1 2022-12-01T10:17:15.0488522Z ##[endgroup] 2022-12-01T10:17:15.0504253Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7c382540-0b48-4289-8ecb-91e248c17a0c\.gitconfig' 2022-12-01T10:17:15.0566865Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7c382540-0b48-4289-8ecb-91e248c17a0c' before making global git config changes 2022-12-01T10:17:15.0567335Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:17:15.0576017Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:15.0837680Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:17:15.0847349Z ##[group]Initializing the repository 2022-12-01T10:17:15.0854827Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-12-01T10:17:15.1276938Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:17:15.1317817Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:17:15.1620517Z ##[endgroup] 2022-12-01T10:17:15.1620935Z ##[group]Disabling automatic garbage collection 2022-12-01T10:17:15.1627211Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-12-01T10:17:15.1904062Z ##[endgroup] 2022-12-01T10:17:15.1904509Z ##[group]Setting up auth 2022-12-01T10:17:15.1915463Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:17:15.2185244Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-12-01T10:17:16.0058677Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:17:16.0310130Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-12-01T10:17:16.4827670Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:17:16.5140275Z ##[endgroup] 2022-12-01T10:17:16.5140673Z ##[group]Fetching the repository 2022-12-01T10:17:16.5155721Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:18:35.9081342Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:18:35.9358772Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:18:39.4146434Z ##[endgroup] 2022-12-01T10:18:39.4146840Z ##[group]Determining the checkout info 2022-12-01T10:18:39.4147961Z ##[endgroup] 2022-12-01T10:18:39.4148292Z ##[group]Checking out the ref 2022-12-01T10:18:39.4158208Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:18:53.9658178Z ##[endgroup] 2022-12-01T10:18:53.9658673Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:18:53.9669185Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-12-01T10:18:54.0027331Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:18:54.0295135Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:18:54.0575755Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:18:54.0834037Z ##[endgroup] 2022-12-01T10:18:54.0834446Z ##[group]Fetching submodules 2022-12-01T10:18:54.0841674Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-12-01T10:18:54.5393802Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:18:55.1245914Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:18:55.1246488Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:18:55.1246979Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:18:55.1249325Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:18:55.1250072Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:18:55.1250702Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:18:55.1251817Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:18:55.1252318Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:18:55.1252988Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:18:55.1253409Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:18:55.1253980Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:18:55.1254568Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:18:55.1255222Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:18:55.1255655Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:18:55.1256206Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:18:55.1256828Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:18:55.1257278Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:18:55.1257833Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:18:55.1258324Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:18:55.1258796Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:18:55.1259251Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:18:55.1259692Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:18:55.1260149Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:18:55.1260580Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:18:55.1261005Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:18:55.1261428Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:18:55.1261878Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:18:55.1262309Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:18:55.1262841Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:18:55.1263306Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:18:55.1263780Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:18:55.1264263Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:18:55.1264816Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:18:55.1265298Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:18:55.1461369Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:18:55.1461958Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:18:55.1462488Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:18:55.1462972Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:18:55.1463394Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:18:55.1463849Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:18:55.1464304Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:18:55.6666879Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:18:56.0489169Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:18:56.3822509Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:18:56.9155545Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:18:57.3994396Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:19:00.3967470Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:19:07.5073201Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:19:08.1112958Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:19:08.9462023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:19:10.9719932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:19:12.9768228Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:19:15.2238121Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:19:22.0107795Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:19:23.1613429Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:19:25.0382543Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:19:26.6279476Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:19:26.9729600Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:19:27.7376521Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:19:29.6675583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:19:30.9635962Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:19:31.6199674Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:19:31.9346838Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:19:32.3242800Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:19:34.3550756Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:19:35.0540840Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:19:35.5603200Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:19:43.1125340Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:19:44.8956344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:19:45.4357242Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:19:45.8069090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:19:51.3624055Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:19:51.7957406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:19:52.1892474Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:19:53.2326397Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:19:53.5957537Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:19:54.0855397Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:19:54.7180356Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:19:55.9080281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:19:59.2248500Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:19:59.9728453Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:20:04.1897154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:20:04.5187334Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:20:04.6378663Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:20:04.7252517Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:20:05.1019573Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:20:05.4594989Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:20:05.8956299Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:20:17.4494341Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:20:17.6932259Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:20:18.7502051Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:20:19.1004307Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:20:23.6472040Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:20:29.7243566Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:20:32.5092650Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:20:34.1228167Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:20:34.1652726Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:20:34.1653252Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:20:34.1656413Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:20:34.1657007Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:20:35.4667320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:20:36.6863733Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:20:38.6809563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:20:39.0842049Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:20:39.8307333Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:20:40.9406270Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:20:41.5916868Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:20:41.6799349Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:20:43.1373120Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:20:43.4901089Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:20:43.7080243Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:20:44.0602066Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:20:44.4447910Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:20:45.0971235Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:20:45.2067287Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:20:45.2194032Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:20:57.2835804Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:20:59.5205250Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:20:59.5344402Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:07.6982338Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:21:11.3538649Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:21:11.5095716Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:21:11.8782686Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:21:12.4040670Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:21:12.4245278Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:12.4245904Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:13.9597195Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:21:15.3856150Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:21:15.8727995Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:21:16.3069401Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:21:16.5341494Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:21:16.6507384Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:21:17.8003169Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:21:21.7673621Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:21:21.7845504Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:21.7846064Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:22.5149049Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:23.7698978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:23.9709936Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:21:24.4088063Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:21:24.5550367Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:21:24.5716695Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:26.6691589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:21:28.3860419Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:21:28.4027935Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:28.4028557Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:28.9108829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:21:30.1783687Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:21:30.3281581Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:21:30.6469249Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:21:30.6605339Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:31.0457277Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:21:31.1144638Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:31.2040286Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:21:35.4373683Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:21:35.4535465Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:35.4536038Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:36.3160837Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:21:37.7517547Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:21:37.8788421Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:21:38.2195571Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:21:38.3050304Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:21:38.4242301Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:21:39.1129068Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:21:39.1896907Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:21:39.5097395Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:21:39.5958112Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:21:39.9990649Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:21:42.3231535Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:21:42.6820121Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:21:42.7038474Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:42.7039021Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:42.7039518Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:42.7041002Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:44.0327986Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:21:44.4686478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:21:46.5291146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:21:47.7990462Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:21:48.2916711Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:21:48.5082144Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:21:49.2566104Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:21:49.5485146Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:21:49.5620572Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:49.9580279Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:21:50.0304696Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:21:50.8877074Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:21:50.9097168Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-12-01T10:21:51.3105982Z Entering 'android/libs/fbjni' 2022-12-01T10:21:51.3560646Z Entering 'third_party/FP16' 2022-12-01T10:21:51.4011117Z Entering 'third_party/FXdiv' 2022-12-01T10:21:51.4452266Z Entering 'third_party/NNPACK' 2022-12-01T10:21:51.4948524Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:51.5435749Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:51.5901814Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:51.6378507Z Entering 'third_party/benchmark' 2022-12-01T10:21:51.6888701Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:51.7351431Z Entering 'third_party/cub' 2022-12-01T10:21:51.7869514Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:51.8344182Z Entering 'third_party/cutlass' 2022-12-01T10:21:51.8820753Z Entering 'third_party/eigen' 2022-12-01T10:21:51.9271620Z Entering 'third_party/fbgemm' 2022-12-01T10:21:51.9702352Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:52.0173116Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:52.0630935Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:52.1115425Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:52.1586193Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:52.2063273Z Entering 'third_party/fmt' 2022-12-01T10:21:52.2542014Z Entering 'third_party/foxi' 2022-12-01T10:21:52.2988678Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:52.3444466Z Entering 'third_party/gloo' 2022-12-01T10:21:52.3894187Z Entering 'third_party/googletest' 2022-12-01T10:21:52.4342672Z Entering 'third_party/ideep' 2022-12-01T10:21:52.4792516Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:52.5237553Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:52.5742873Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:52.6219544Z Entering 'third_party/ittapi' 2022-12-01T10:21:52.6677010Z Entering 'third_party/kineto' 2022-12-01T10:21:52.7177633Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:52.7643164Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:52.8128378Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:52.8572753Z Entering 'third_party/neon2sse' 2022-12-01T10:21:52.9041883Z Entering 'third_party/nlohmann' 2022-12-01T10:21:52.9496678Z Entering 'third_party/onnx' 2022-12-01T10:21:52.9995810Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:53.0479335Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:53.0960411Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:53.1406825Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:53.1858522Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:53.2342355Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:53.2812833Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:53.3344834Z Entering 'third_party/pocketfft' 2022-12-01T10:21:53.3801042Z Entering 'third_party/protobuf' 2022-12-01T10:21:53.4255878Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:53.4720337Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:53.5189999Z Entering 'third_party/psimd' 2022-12-01T10:21:53.5654467Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:53.6115284Z Entering 'third_party/pybind11' 2022-12-01T10:21:53.6569271Z Entering 'third_party/python-enum' 2022-12-01T10:21:53.7023416Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:53.7492819Z Entering 'third_party/python-six' 2022-12-01T10:21:53.7944021Z Entering 'third_party/sleef' 2022-12-01T10:21:53.8408973Z Entering 'third_party/tbb' 2022-12-01T10:21:53.8878284Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:53.9331621Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:53.9801607Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:54.0265198Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:54.0730793Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:54.1186631Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:54.1690232Z Entering 'third_party/zstd' 2022-12-01T10:21:54.2209349Z ##[endgroup] 2022-12-01T10:21:54.2210458Z ##[group]Persisting credentials for submodules 2022-12-01T10:21:54.2219940Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-12-01T10:21:54.6358477Z Entering 'android/libs/fbjni' 2022-12-01T10:21:54.7250493Z Entering 'third_party/FP16' 2022-12-01T10:21:54.7779199Z Entering 'third_party/FXdiv' 2022-12-01T10:21:54.8330127Z Entering 'third_party/NNPACK' 2022-12-01T10:21:54.8875006Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:54.9414223Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:54.9961244Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:55.0518545Z Entering 'third_party/benchmark' 2022-12-01T10:21:55.1048404Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:55.1603050Z Entering 'third_party/cub' 2022-12-01T10:21:55.2126985Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:55.2657378Z Entering 'third_party/cutlass' 2022-12-01T10:21:55.3189345Z Entering 'third_party/eigen' 2022-12-01T10:21:55.3750087Z Entering 'third_party/fbgemm' 2022-12-01T10:21:55.4266596Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:55.4798774Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:55.5337254Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:55.5877992Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:55.6445322Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:55.7000820Z Entering 'third_party/fmt' 2022-12-01T10:21:55.7543239Z Entering 'third_party/foxi' 2022-12-01T10:21:55.8092273Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:21:55.8624381Z Entering 'third_party/gloo' 2022-12-01T10:21:55.9192353Z Entering 'third_party/googletest' 2022-12-01T10:21:55.9726130Z Entering 'third_party/ideep' 2022-12-01T10:21:56.0251957Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:21:56.0770725Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:21:56.1342604Z Entering 'third_party/ios-cmake' 2022-12-01T10:21:56.1869705Z Entering 'third_party/ittapi' 2022-12-01T10:21:56.2388931Z Entering 'third_party/kineto' 2022-12-01T10:21:56.2896531Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:21:56.3427105Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:21:56.3988169Z Entering 'third_party/nccl/nccl' 2022-12-01T10:21:56.4512073Z Entering 'third_party/neon2sse' 2022-12-01T10:21:56.5044121Z Entering 'third_party/nlohmann' 2022-12-01T10:21:56.5586225Z Entering 'third_party/onnx' 2022-12-01T10:21:56.6110499Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:21:56.6643785Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:21:56.7198613Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:21:56.7734833Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:21:56.8268659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:21:56.8805025Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:21:56.9326800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:21:56.9944916Z Entering 'third_party/pocketfft' 2022-12-01T10:21:57.0477351Z Entering 'third_party/protobuf' 2022-12-01T10:21:57.1015185Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:21:57.1559269Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:21:57.2104296Z Entering 'third_party/psimd' 2022-12-01T10:21:57.2631556Z Entering 'third_party/pthreadpool' 2022-12-01T10:21:57.3182955Z Entering 'third_party/pybind11' 2022-12-01T10:21:57.3714068Z Entering 'third_party/python-enum' 2022-12-01T10:21:57.4246887Z Entering 'third_party/python-peachpy' 2022-12-01T10:21:57.4785887Z Entering 'third_party/python-six' 2022-12-01T10:21:57.5338809Z Entering 'third_party/sleef' 2022-12-01T10:21:57.5862898Z Entering 'third_party/tbb' 2022-12-01T10:21:57.6388109Z Entering 'third_party/tensorpipe' 2022-12-01T10:21:57.6909009Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:21:57.8179399Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:21:57.8720183Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:21:57.9252632Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:21:57.9763275Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:21:58.0325684Z Entering 'third_party/zstd' 2022-12-01T10:21:58.0927902Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-12-01T10:21:58.4948394Z Entering 'android/libs/fbjni' 2022-12-01T10:21:58.5585861Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:21:58.5749859Z Entering 'third_party/FP16' 2022-12-01T10:21:58.6384986Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:21:58.6553019Z Entering 'third_party/FXdiv' 2022-12-01T10:21:58.7203284Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:21:58.7386274Z Entering 'third_party/NNPACK' 2022-12-01T10:21:58.8024896Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:21:58.8192509Z Entering 'third_party/QNNPACK' 2022-12-01T10:21:58.8833722Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:21:58.9013718Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:21:58.9666619Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:21:58.9829969Z Entering 'third_party/XNNPACK' 2022-12-01T10:21:59.0450454Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:21:59.0636552Z Entering 'third_party/benchmark' 2022-12-01T10:21:59.1248269Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:21:59.1401260Z Entering 'third_party/cpuinfo' 2022-12-01T10:21:59.1992769Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:59.2146147Z Entering 'third_party/cub' 2022-12-01T10:21:59.2746445Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:21:59.2910709Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:21:59.3505429Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:21:59.3669498Z Entering 'third_party/cutlass' 2022-12-01T10:21:59.4239242Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:21:59.4397659Z Entering 'third_party/eigen' 2022-12-01T10:21:59.4966109Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:21:59.5118918Z Entering 'third_party/fbgemm' 2022-12-01T10:21:59.5699146Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:21:59.5838551Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:21:59.6416270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:21:59.6571869Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:21:59.7186329Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:21:59.7347595Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:21:59.7921859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:21:59.8077124Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:21:59.8666682Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:21:59.8838495Z Entering 'third_party/flatbuffers' 2022-12-01T10:21:59.9432296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:21:59.9585746Z Entering 'third_party/fmt' 2022-12-01T10:22:00.0189744Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:22:00.0352914Z Entering 'third_party/foxi' 2022-12-01T10:22:00.0927088Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:22:00.1083528Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:22:00.1659793Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:22:00.1815979Z Entering 'third_party/gloo' 2022-12-01T10:22:00.2387934Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:22:00.2544636Z Entering 'third_party/googletest' 2022-12-01T10:22:00.3124153Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:22:00.3307788Z Entering 'third_party/ideep' 2022-12-01T10:22:00.3886428Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:22:00.4023476Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:22:00.4597737Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:22:00.4740683Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:22:00.5340953Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:22:00.5537975Z Entering 'third_party/ios-cmake' 2022-12-01T10:22:00.6113157Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:22:00.6261721Z Entering 'third_party/ittapi' 2022-12-01T10:22:00.6832840Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:22:00.7019301Z Entering 'third_party/kineto' 2022-12-01T10:22:00.7596343Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:22:00.7746569Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:22:00.8325071Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:22:00.8477511Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:22:00.9076535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:22:00.9406072Z Entering 'third_party/nccl/nccl' 2022-12-01T10:22:01.0002477Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:22:01.0158552Z Entering 'third_party/neon2sse' 2022-12-01T10:22:01.0780661Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:22:01.0938797Z Entering 'third_party/nlohmann' 2022-12-01T10:22:01.1534643Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:22:01.1691926Z Entering 'third_party/onnx' 2022-12-01T10:22:01.2267461Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:22:01.2425962Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:22:01.3015986Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:22:01.3171007Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:22:01.3790276Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:22:01.3967492Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:22:01.4567026Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:22:01.4717423Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:22:01.5316553Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:22:01.5468067Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:22:01.6067874Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:22:01.6226209Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:22:01.6797368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:22:01.6939208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:22:01.7563365Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:22:01.7781354Z Entering 'third_party/pocketfft' 2022-12-01T10:22:01.8439368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:22:01.8600511Z Entering 'third_party/protobuf' 2022-12-01T10:22:01.9191788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:22:01.9341128Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:22:01.9948529Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:22:02.0103322Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:22:02.0688476Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:22:02.0864161Z Entering 'third_party/psimd' 2022-12-01T10:22:02.1455419Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:22:02.1617949Z Entering 'third_party/pthreadpool' 2022-12-01T10:22:02.2202994Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:22:02.2357812Z Entering 'third_party/pybind11' 2022-12-01T10:22:02.2931169Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:22:02.3088307Z Entering 'third_party/python-enum' 2022-12-01T10:22:02.3665962Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:22:02.3819455Z Entering 'third_party/python-peachpy' 2022-12-01T10:22:02.4406788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:22:02.4569024Z Entering 'third_party/python-six' 2022-12-01T10:22:02.5150978Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:22:02.5310812Z Entering 'third_party/sleef' 2022-12-01T10:22:02.5907313Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:22:02.6060307Z Entering 'third_party/tbb' 2022-12-01T10:22:02.6648620Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:22:02.6809176Z Entering 'third_party/tensorpipe' 2022-12-01T10:22:02.7397353Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:22:02.7570014Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:22:02.8153486Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:22:02.8304054Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:22:02.8893477Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:22:02.9055247Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:22:02.9663557Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:22:02.9821750Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:22:03.0407134Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:22:03.0552051Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:22:03.1141109Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:22:03.1331759Z Entering 'third_party/zstd' 2022-12-01T10:22:03.1954014Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:22:03.4874844Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-12-01T10:22:03.9041758Z Entering 'android/libs/fbjni' 2022-12-01T10:22:03.9499337Z Entering 'third_party/FP16' 2022-12-01T10:22:03.9947094Z Entering 'third_party/FXdiv' 2022-12-01T10:22:04.0419491Z Entering 'third_party/NNPACK' 2022-12-01T10:22:04.0874105Z Entering 'third_party/QNNPACK' 2022-12-01T10:22:04.1333605Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:22:04.1853937Z Entering 'third_party/XNNPACK' 2022-12-01T10:22:04.2327520Z Entering 'third_party/benchmark' 2022-12-01T10:22:04.2836137Z Entering 'third_party/cpuinfo' 2022-12-01T10:22:04.3285969Z Entering 'third_party/cub' 2022-12-01T10:22:04.3737012Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:22:04.4202878Z Entering 'third_party/cutlass' 2022-12-01T10:22:04.4674729Z Entering 'third_party/eigen' 2022-12-01T10:22:04.5123704Z Entering 'third_party/fbgemm' 2022-12-01T10:22:04.5575732Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:22:04.6032249Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:22:04.6519752Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:22:04.6977835Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:22:04.7452639Z Entering 'third_party/flatbuffers' 2022-12-01T10:22:04.7944762Z Entering 'third_party/fmt' 2022-12-01T10:22:04.8452299Z Entering 'third_party/foxi' 2022-12-01T10:22:04.8914273Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:22:04.9411767Z Entering 'third_party/gloo' 2022-12-01T10:22:04.9885338Z Entering 'third_party/googletest' 2022-12-01T10:22:05.0364345Z Entering 'third_party/ideep' 2022-12-01T10:22:05.0878911Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:22:05.1355000Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:22:05.1889595Z Entering 'third_party/ios-cmake' 2022-12-01T10:22:05.2356315Z Entering 'third_party/ittapi' 2022-12-01T10:22:05.2871948Z Entering 'third_party/kineto' 2022-12-01T10:22:05.3330193Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:22:05.3785789Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:22:05.4284037Z Entering 'third_party/nccl/nccl' 2022-12-01T10:22:05.4748631Z Entering 'third_party/neon2sse' 2022-12-01T10:22:05.5209234Z Entering 'third_party/nlohmann' 2022-12-01T10:22:05.5673351Z Entering 'third_party/onnx' 2022-12-01T10:22:05.6138827Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:22:05.6599716Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:22:05.7116229Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:22:05.7580668Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:22:05.8038480Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:22:05.8514424Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:22:05.8963484Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:22:05.9494868Z Entering 'third_party/pocketfft' 2022-12-01T10:22:05.9958977Z Entering 'third_party/protobuf' 2022-12-01T10:22:06.0439518Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:22:06.0863849Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:22:06.1355513Z Entering 'third_party/psimd' 2022-12-01T10:22:06.1832976Z Entering 'third_party/pthreadpool' 2022-12-01T10:22:06.2299264Z Entering 'third_party/pybind11' 2022-12-01T10:22:06.2762726Z Entering 'third_party/python-enum' 2022-12-01T10:22:06.3248194Z Entering 'third_party/python-peachpy' 2022-12-01T10:22:06.3712523Z Entering 'third_party/python-six' 2022-12-01T10:22:06.4198661Z Entering 'third_party/sleef' 2022-12-01T10:22:06.4703129Z Entering 'third_party/tbb' 2022-12-01T10:22:06.5170045Z Entering 'third_party/tensorpipe' 2022-12-01T10:22:06.5625040Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:22:06.6096801Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:22:06.6855210Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:22:06.7353680Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:22:06.7811155Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:22:06.8314188Z Entering 'third_party/zstd' 2022-12-01T10:22:06.8876269Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-12-01T10:22:07.2943331Z Entering 'android/libs/fbjni' 2022-12-01T10:22:07.3420428Z Entering 'third_party/FP16' 2022-12-01T10:22:07.3878945Z Entering 'third_party/FXdiv' 2022-12-01T10:22:07.4335363Z Entering 'third_party/NNPACK' 2022-12-01T10:22:07.4817020Z Entering 'third_party/QNNPACK' 2022-12-01T10:22:07.5285310Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:22:07.5750882Z Entering 'third_party/XNNPACK' 2022-12-01T10:22:07.6214047Z Entering 'third_party/benchmark' 2022-12-01T10:22:07.6676127Z Entering 'third_party/cpuinfo' 2022-12-01T10:22:07.7180561Z Entering 'third_party/cub' 2022-12-01T10:22:07.7636471Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:22:07.8121804Z Entering 'third_party/cutlass' 2022-12-01T10:22:07.8600810Z Entering 'third_party/eigen' 2022-12-01T10:22:07.9069603Z Entering 'third_party/fbgemm' 2022-12-01T10:22:07.9516086Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:22:07.9979759Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:22:08.0445446Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:22:08.0913482Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:22:08.2284251Z Entering 'third_party/flatbuffers' 2022-12-01T10:22:08.2743300Z Entering 'third_party/fmt' 2022-12-01T10:22:08.3200301Z Entering 'third_party/foxi' 2022-12-01T10:22:08.3641559Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:22:08.4087986Z Entering 'third_party/gloo' 2022-12-01T10:22:08.4539947Z Entering 'third_party/googletest' 2022-12-01T10:22:08.4991321Z Entering 'third_party/ideep' 2022-12-01T10:22:08.5458033Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:22:08.5896507Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:22:08.6393348Z Entering 'third_party/ios-cmake' 2022-12-01T10:22:08.6860506Z Entering 'third_party/ittapi' 2022-12-01T10:22:08.7324918Z Entering 'third_party/kineto' 2022-12-01T10:22:08.7790250Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:22:08.8277452Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:22:08.8765763Z Entering 'third_party/nccl/nccl' 2022-12-01T10:22:08.9234219Z Entering 'third_party/neon2sse' 2022-12-01T10:22:08.9697850Z Entering 'third_party/nlohmann' 2022-12-01T10:22:09.0174547Z Entering 'third_party/onnx' 2022-12-01T10:22:09.0654249Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:22:09.1124396Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:22:09.1597214Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:22:09.2032203Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:22:09.2497474Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:22:09.3011043Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:22:09.3466668Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:22:09.3984194Z Entering 'third_party/pocketfft' 2022-12-01T10:22:09.4464807Z Entering 'third_party/protobuf' 2022-12-01T10:22:09.4942724Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:22:09.5910338Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:22:09.6713688Z Entering 'third_party/psimd' 2022-12-01T10:22:09.7156503Z Entering 'third_party/pthreadpool' 2022-12-01T10:22:09.7615435Z Entering 'third_party/pybind11' 2022-12-01T10:22:09.8060932Z Entering 'third_party/python-enum' 2022-12-01T10:22:09.8515824Z Entering 'third_party/python-peachpy' 2022-12-01T10:22:09.8963779Z Entering 'third_party/python-six' 2022-12-01T10:22:09.9406506Z Entering 'third_party/sleef' 2022-12-01T10:22:09.9852120Z Entering 'third_party/tbb' 2022-12-01T10:22:10.0289601Z Entering 'third_party/tensorpipe' 2022-12-01T10:22:10.0737415Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:22:10.1205235Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:22:10.1662304Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:22:10.2123196Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:22:10.2575563Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:22:10.3098374Z Entering 'third_party/zstd' 2022-12-01T10:22:10.3642942Z ##[endgroup] 2022-12-01T10:22:10.3907434Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-12-01T10:22:10.4118033Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:22:10.4653029Z Prepare all required actions 2022-12-01T10:22:10.4653451Z Getting action download info 2022-12-01T10:22:10.6444149Z Download action repository 'actions/setup-python@v2' (SHA:75f3110429a8c05be0e1bf360334e4cced2b63fa) 2022-12-01T10:22:11.4870354Z ##[group]Run ./.github/actions/setup-win 2022-12-01T10:22:11.4870562Z with: 2022-12-01T10:22:11.4870722Z cuda-version: cpu 2022-12-01T10:22:11.4870887Z env: 2022-12-01T10:22:11.4871058Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:11.4871226Z ##[endgroup] 2022-12-01T10:22:11.5000364Z ##[group]Run set -euo pipefail 2022-12-01T10:22:11.5000606Z set -euo pipefail 2022-12-01T10:22:11.5000804Z function get_ec2_metadata() { 2022-12-01T10:22:11.5001058Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:22:11.5001433Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:22:11.5001751Z  category=$1 2022-12-01T10:22:11.5002022Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:22:11.5002240Z } 2022-12-01T10:22:11.5002446Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:22:11.5002713Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:22:11.5002987Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:22:11.5003244Z echo "system info $(uname -a)" 2022-12-01T10:22:11.5031820Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:22:11.5032081Z env: 2022-12-01T10:22:11.5032264Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:11.5032456Z ##[endgroup] 2022-12-01T10:22:11.5490168Z ami-id: ami-0bac16a0d43e93376 2022-12-01T10:22:11.5687573Z instance-id: i-00db5c8a3b2b29b2e 2022-12-01T10:22:11.5884764Z instance-type: c5d.4xlarge 2022-12-01T10:22:11.6148120Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-12-01T10:22:11.6296466Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:11.6297060Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-12-01T10:22:11.6320301Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:11.6320635Z env: 2022-12-01T10:22:11.6320819Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:11.6320995Z ##[endgroup] 2022-12-01T10:22:12.0119689Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:12.1039294Z Finished 2022-12-01T10:22:12.1543469Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:12.1543878Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-12-01T10:22:12.1568846Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:12.1569130Z env: 2022-12-01T10:22:12.1569297Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:12.1569489Z ##[endgroup] 2022-12-01T10:22:12.5409173Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:12.6301946Z Finished 2022-12-01T10:22:13.2310775Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:13.2311038Z .\.circleci\scripts\vs_install.ps1 2022-12-01T10:22:13.2333948Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:22:13.2334228Z env: 2022-12-01T10:22:13.2334394Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:13.2334589Z VS_VERSION: 16.8.6 2022-12-01T10:22:13.2334777Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:22:13.2334945Z ##[endgroup] 2022-12-01T10:22:13.6091211Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:13.6986862Z Finished 2022-12-01T10:22:13.9170153Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-12-01T10:22:13.9523906Z ##[group]Run actions/setup-python@v2 2022-12-01T10:22:13.9524121Z with: 2022-12-01T10:22:13.9524280Z python-version: 3.x 2022-12-01T10:22:13.9524466Z cache: pip 2022-12-01T10:22:13.9524828Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-12-01T10:22:13.9525281Z token: *** 2022-12-01T10:22:13.9525437Z env: 2022-12-01T10:22:13.9525612Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:22:13.9525783Z ##[endgroup] 2022-12-01T10:22:15.1423174Z Version 3.x was not found in the local cache 2022-12-01T10:22:15.4228521Z Version 3.x is available for downloading 2022-12-01T10:22:15.4229954Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-12-01T10:22:15.6767111Z Extract downloaded archive 2022-12-01T10:22:15.6862585Z [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\aea7aa91-477b-4bfa-9ddf-9b70b72fda66', 'C:\actions-runner\_work\_temp\55f872ad-f4cb-4c96-8bcc-a38aa85fa177')" 2022-12-01T10:22:16.7516613Z Execute installation script 2022-12-01T10:22:17.2704138Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:22:17.3685125Z Finished 2022-12-01T10:22:17.4118410Z Check if Python hostedtoolcache folder exist... 2022-12-01T10:22:17.4118607Z 2022-12-01T10:22:17.4131516Z Create Python toolcache folder 2022-12-01T10:22:17.4132348Z 2022-12-01T10:22:17.4160252Z Check if current Python version is installed... 2022-12-01T10:22:17.4160727Z 2022-12-01T10:22:17.4185149Z No Python3.11.* found 2022-12-01T10:22:17.4185779Z 2022-12-01T10:22:17.4190423Z Remove registry entries for Python 3.11(x64)... 2022-12-01T10:22:17.4191220Z 2022-12-01T10:22:17.8230130Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-12-01T10:22:17.8230361Z 2022-12-01T10:22:17.8249549Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:17.8250113Z 2022-12-01T10:22:17.8431130Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-12-01T10:22:17.8431344Z 2022-12-01T10:22:51.8214813Z Create python3 symlink 2022-12-01T10:22:51.8215780Z 2022-12-01T10:22:51.8628569Z 2022-12-01T10:22:51.8629417Z 2022-12-01T10:22:51.8630653Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:22:51.8630904Z 2022-12-01T10:22:51.8635236Z Mode LastWriteTime Length Name 2022-12-01T10:22:51.8638155Z ---- ------------- ------ ---- 2022-12-01T10:22:51.8642189Z -a---l 12/1/2022 10:22 AM 0 python3.exe 2022-12-01T10:22:51.8648382Z Install and upgrade Pip 2022-12-01T10:22:51.8649320Z 2022-12-01T10:22:53.7983113Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmp_iv_in30 2022-12-01T10:22:53.8006726Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-12-01T10:22:53.8017706Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:54.5167521Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-12-01T10:22:54.6648521Z Collecting pip 2022-12-01T10:22:54.6983747Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-12-01T10:22:54.8456472Z 2022-12-01T10:22:54.8457433Z ---------------------------------------- 2.1/2.1 MB 14.5 MB/s eta 0:00:00 2022-12-01T10:22:54.8458384Z 2022-12-01T10:22:54.9112414Z Installing collected packages: pip 2022-12-01T10:22:54.9112753Z Attempting uninstall: pip 2022-12-01T10:22:54.9142615Z Found existing installation: pip 22.3 2022-12-01T10:22:55.3352021Z Uninstalling pip-22.3: 2022-12-01T10:22:55.3589241Z Successfully uninstalled pip-22.3 2022-12-01T10:23:00.0577931Z Successfully installed pip-22.3.1 2022-12-01T10:23:00.2498794Z Create complete file 2022-12-01T10:23:00.2498974Z 2022-12-01T10:23:00.2511274Z 2022-12-01T10:23:00.2514072Z 2022-12-01T10:23:00.2779511Z Successfully setup CPython (3.11.0) 2022-12-01T10:23:14.8078370Z Received 11805403 of 11805403 (100.0%), 101.4 MBs/sec 2022-12-01T10:23:14.8080675Z Cache Size: ~11 MB (11805403 B) 2022-12-01T10:23:14.8105380Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/6ec52dbe-fdf1-4487-8a79-9ab2e1285937/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:14.9237688Z Cache restored successfully 2022-12-01T10:23:14.9263125Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-ad81c6587e689540b865df67fb055fc77adb9526d4d645eef033bcf28fc679ee 2022-12-01T10:23:14.9757241Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:23:14.9757566Z with: 2022-12-01T10:23:14.9758072Z github-secret: *** 2022-12-01T10:23:14.9758280Z activate-with-label: false 2022-12-01T10:23:14.9758492Z label: with-ssh 2022-12-01T10:23:14.9758703Z remove-existing-keys: true 2022-12-01T10:23:14.9758903Z env: 2022-12-01T10:23:14.9759087Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:14.9759347Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:14.9759608Z ##[endgroup] 2022-12-01T10:23:15.5065902Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:23:15.5940906Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-12-01T10:23:15.5979936Z Login using: ssh runneruser@ec2-3-236-10-119.compute-1.amazonaws.com 2022-12-01T10:23:15.6187471Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:23:15.6188091Z python3 -m pip install psutil==5.9.1 2022-12-01T10:23:15.6188361Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:23:15.6188652Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:23:15.6188942Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:23:15.6219149Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:15.6219442Z env: 2022-12-01T10:23:15.6219620Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:15.6219912Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:15.6220174Z ##[endgroup] 2022-12-01T10:23:16.3455314Z Collecting psutil==5.9.1 2022-12-01T10:23:16.3895374Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-12-01T10:23:16.4192301Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-12-01T10:23:16.6160521Z Installing build dependencies: started 2022-12-01T10:23:20.1596091Z Installing build dependencies: finished with status 'done' 2022-12-01T10:23:20.1611214Z Getting requirements to build wheel: started 2022-12-01T10:23:20.9648718Z Getting requirements to build wheel: finished with status 'done' 2022-12-01T10:23:20.9750432Z Preparing metadata (pyproject.toml): started 2022-12-01T10:23:21.5847953Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-12-01T10:23:21.6133501Z Building wheels for collected packages: psutil 2022-12-01T10:23:21.6155837Z Building wheel for psutil (pyproject.toml): started 2022-12-01T10:23:34.1328342Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-12-01T10:23:34.1532043Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=4697e00677d8b5d767167a7f863fc7b794993b524195de2f150c9556eae1cdb1 2022-12-01T10:23:34.1533449Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-12-01T10:23:34.1599871Z Successfully built psutil 2022-12-01T10:23:34.2084849Z Installing collected packages: psutil 2022-12-01T10:23:34.7935722Z Successfully installed psutil-5.9.1 2022-12-01T10:23:35.6722308Z Collecting pynvml==11.4.1 2022-12-01T10:23:35.6938290Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-12-01T10:23:35.7044779Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-12-01T10:23:35.7690787Z Installing collected packages: pynvml 2022-12-01T10:23:35.9182804Z Successfully installed pynvml-11.4.1 2022-12-01T10:23:36.0181038Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:23:36.0441623Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:23:36.0441939Z with: 2022-12-01T10:23:36.0442161Z name: win-vs2019-cpu-py3 2022-12-01T10:23:36.0442389Z path: C:\3591403534\build-results 2022-12-01T10:23:36.0442617Z s3-bucket: gha-artifacts 2022-12-01T10:23:36.0442811Z region: us-east-1 2022-12-01T10:23:36.0442997Z env: 2022-12-01T10:23:36.0443193Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:36.0443476Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:36.0443746Z ##[endgroup] 2022-12-01T10:23:37.0707864Z Found 3 objects with prefix pytorch/pytorch/3591403534/win-vs2019-cpu-py3/ 2022-12-01T10:23:37.0712438Z Starting download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:37.1570308Z Finished download (1/3): C:\3591403534\build-results\.ninja_log 2022-12-01T10:23:37.1572307Z Starting download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:37.2168778Z Finished download (2/3): C:\3591403534\build-results\.pytorch-test-times.json 2022-12-01T10:23:37.2171010Z Starting download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:38.2412610Z Finished download (3/3): C:\3591403534\build-results\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:38.2412936Z 2022-12-01T10:23:38.2415157Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:23:38.2416105Z Artifact download has finished successfully 2022-12-01T10:23:38.2729436Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:38.2729807Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-12-01T10:23:38.2754582Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T10:23:38.2754872Z env: 2022-12-01T10:23:38.2755065Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:38.2755359Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:38.2755618Z ##[endgroup] 2022-12-01T10:23:38.6887489Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T10:23:38.7778127Z Finished 2022-12-01T10:23:39.0089650Z Folder PATH listing 2022-12-01T10:23:39.0089956Z Volume serial number is 000001F9 0241:89EB 2022-12-01T10:23:39.0090199Z C:\3591403534\BUILD-RESULTS 2022-12-01T10:23:39.0090813Z .ninja_log 2022-12-01T10:23:39.0091057Z .pytorch-test-times.json 2022-12-01T10:23:39.0091547Z win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:23:39.0091808Z 2022-12-01T10:23:39.0092002Z No subfolders exist 2022-12-01T10:23:39.0092136Z 2022-12-01T10:23:39.0447083Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:39.0447568Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:23:39.0447896Z  2022-12-01T10:23:39.0448138Z # sanitize the input commit message and PR body here: 2022-12-01T10:23:39.0448376Z # 2022-12-01T10:23:39.0448710Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:23:39.0449127Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:23:39.0449480Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:23:39.0449729Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:23:39.0449909Z  2022-12-01T10:23:39.0450199Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:23:39.0450555Z # wreak havoc internally 2022-12-01T10:23:39.0450818Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:23:39.0451078Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:23:39.0451264Z  2022-12-01T10:23:39.0451470Z .jenkins/pytorch/win-test.sh 2022-12-01T10:23:39.0481511Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T10:23:39.0481782Z env: 2022-12-01T10:23:39.0481974Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:23:39.0482255Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T10:23:39.0482510Z USE_CUDA: 0 2022-12-01T10:23:39.0482703Z INSTALL_WINDOWS_SDK: 1 2022-12-01T10:23:39.0482892Z PYTHON_VERSION: 3.8 2022-12-01T10:23:39.0483094Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:23:39.0483329Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:23:39.0483550Z VC_PRODUCT: BuildTools 2022-12-01T10:23:39.0483743Z VC_VERSION: 2022-12-01T10:23:39.0483972Z VS_VERSION: 16.8.6 2022-12-01T10:23:39.0484176Z VC_YEAR: 2019 2022-12-01T10:23:39.0484379Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:23:39.0484642Z PR_NUMBER: 89997 2022-12-01T10:23:39.0484873Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:39.0485189Z CUDA_VERSION: cpu 2022-12-01T10:23:39.0485433Z PYTORCH_FINAL_PACKAGE_DIR: /c/3591403534/build-results/ 2022-12-01T10:23:39.0485696Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T10:23:39.0485986Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-12-01T10:23:39.0486247Z SHARD_NUMBER: 1 2022-12-01T10:23:39.0486434Z NUM_TEST_SHARDS: 2 2022-12-01T10:23:39.0486612Z TEST_CONFIG: default 2022-12-01T10:23:39.0487350Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:23:39.0488061Z TORCH_CUDA_ARCH_LIST: 7.0 2022-12-01T10:23:39.0488270Z ##[endgroup] 2022-12-01T10:23:39.7079523Z +++ dirname .jenkins/pytorch/win-test.sh 2022-12-01T10:23:39.7654465Z ++ cd .jenkins/pytorch 2022-12-01T10:23:39.7659871Z ++ pwd 2022-12-01T10:23:39.7667496Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-12-01T10:23:39.7667906Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:39.7753149Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-12-01T10:23:39.7846636Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-12-01T10:23:39.7852652Z +++ declare -f -t trap_add 2022-12-01T10:23:39.7857054Z ++ set -ex 2022-12-01T10:23:39.7858738Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-12-01T10:23:39.7858999Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:23:39.7859213Z ++ [[ default == *xla* ]] 2022-12-01T10:23:39.7859433Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-12-01T10:23:39.7859696Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-12-01T10:23:39.7859951Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-12-01T10:23:39.7939895Z ++ git rev-parse HEAD 2022-12-01T10:23:39.8215604Z + IMAGE_COMMIT_ID=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:39.8215919Z + export IMAGE_COMMIT_ID 2022-12-01T10:23:39.8216248Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:39.8216655Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:23:39.8216945Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-12-01T10:23:39.8217230Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:39.8217630Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:39.8295068Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-12-01T10:23:39.8557529Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-12-01T10:23:39.8557867Z + export TMP_DIR_WIN 2022-12-01T10:23:39.8558135Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:39.8558437Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:39.8631900Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-12-01T10:23:39.8753560Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-12-01T10:23:39.8753864Z + export PROJECT_DIR_WIN 2022-12-01T10:23:39.8754137Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:39.8754442Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:39.8827894Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-12-01T10:23:39.8960082Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-12-01T10:23:39.8960359Z + export TEST_DIR_WIN 2022-12-01T10:23:39.8960624Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:39.8960920Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3591403534/build-results/ 2022-12-01T10:23:39.9033168Z ++ cygpath -w /c/3591403534/build-results/ 2022-12-01T10:23:39.9152557Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3591403534\build-results\' 2022-12-01T10:23:39.9152930Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-12-01T10:23:39.9153233Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-12-01T10:23:39.9451635Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:39.9452051Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-12-01T10:23:39.9692207Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-12-01T10:23:40.0138023Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-12-01T10:23:40.0140971Z + '[' -n '' ']' 2022-12-01T10:23:40.0141726Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:40.0142148Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-12-01T10:23:40.0142462Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-12-01T10:23:40.0142770Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-12-01T10:23:40.0142998Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-12-01T10:23:40.0143800Z + run_tests 2022-12-01T10:23:40.0144184Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-12-01T10:23:40.0144564Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-12-01T10:23:40.0145973Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-12-01T10:23:40.1183741Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-12-01T10:23:40.1184209Z 2022-12-01T10:23:40.1212688Z + echo true 2022-12-01T10:23:40.1212889Z true 2022-12-01T10:23:40.1213055Z + break 2022-12-01T10:23:40.1213241Z + [[ default == *functorch* ]] 2022-12-01T10:23:40.1213433Z + [[ 2 -eq 1 ]] 2022-12-01T10:23:40.1213749Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-12-01T10:23:40.1413789Z 2022-12-01T10:23:40.1414832Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-12-01T10:23:40.1427198Z 2022-12-01T10:23:40.1427743Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-12-01T10:23:40.1428232Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-12-01T10:23:40.1428522Z exit /b 0 2022-12-01T10:23:40.1428684Z ) 2022-12-01T10:23:40.1430543Z 2022-12-01T10:23:40.1431883Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-12-01T10:23:40.1434397Z 2022-12-01T10:23:40.1434779Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-12-01T10:23:40.1438224Z 2022-12-01T10:23:40.1438770Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-12-01T10:23:40.1452520Z 2022-12-01T10:23:40.1452983Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-12-01T10:23:40.1458763Z 2022-12-01T10:23:40.1460779Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-12-01T10:23:40.1462337Z 2022-12-01T10:23:40.1463011Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:40.1463606Z curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-12-01T10:23:40.1464074Z if errorlevel 1 exit /b 2022-12-01T10:23:40.1464275Z if not errorlevel 0 exit /b 2022-12-01T10:23:40.1464731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-12-01T10:23:40.1466611Z if errorlevel 1 exit /b 2022-12-01T10:23:40.1466826Z if not errorlevel 0 exit /b 2022-12-01T10:23:40.1467010Z ) 2022-12-01T10:23:40.1467113Z 2022-12-01T10:23:40.1467355Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-12-01T10:23:43.5421249Z 2022-12-01T10:23:43.5423234Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-12-01T10:23:43.5423821Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-12-01T10:23:43.5424077Z if errorlevel 1 exit /b 2022-12-01T10:23:43.5424299Z if not errorlevel 0 exit /b 2022-12-01T10:23:43.5424553Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-12-01T10:23:43.5424793Z if errorlevel 1 exit /b 2022-12-01T10:23:43.5425011Z if not errorlevel 0 exit /b 2022-12-01T10:23:43.5425194Z ) 2022-12-01T10:23:43.5425290Z 2022-12-01T10:23:43.5425448Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:43.5426634Z 2022-12-01T10:23:43.5426889Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:43.5429263Z 2022-12-01T10:23:43.5429649Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:43.5430042Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-12-01T10:23:43.5430329Z if errorlevel 1 exit /b 2022-12-01T10:23:43.5430538Z if not errorlevel 0 exit /b 2022-12-01T10:23:43.5430726Z ) 2022-12-01T10:23:51.0855824Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:23:52.3863769Z Solving environment: ...working... done 2022-12-01T10:23:52.5702627Z 2022-12-01T10:23:52.5703065Z # All requested packages already installed. 2022-12-01T10:23:52.5703276Z 2022-12-01T10:23:52.6220571Z Retrieving notices: ...working... done 2022-12-01T10:23:53.5115539Z 2022-12-01T10:23:53.5116094Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-12-01T10:23:53.5121150Z 2022-12-01T10:23:53.5121753Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-12-01T10:23:53.6416135Z ********************************************************************** 2022-12-01T10:23:53.6416515Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-12-01T10:23:53.6416790Z ** Copyright (c) 2020 Microsoft Corporation 2022-12-01T10:23:53.6417031Z ********************************************************************** 2022-12-01T10:23:54.1880027Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-12-01T10:23:54.1920718Z 2022-12-01T10:23:54.1921298Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-12-01T10:23:54.1926570Z 2022-12-01T10:23:54.1927099Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-12-01T10:23:55.3212870Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-12-01T10:23:55.3218803Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-12-01T10:23:55.3239116Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-12-01T10:23:55.3246186Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-12-01T10:23:55.3256059Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-12-01T10:23:55.3262968Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-12-01T10:23:55.3269054Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-12-01T10:23:55.3276676Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-12-01T10:23:55.3286269Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-12-01T10:23:55.3294081Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-12-01T10:23:55.3300494Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-12-01T10:23:55.3310091Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-12-01T10:23:55.3316273Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-12-01T10:23:55.3322469Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-12-01T10:23:55.3331744Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-12-01T10:23:55.3340297Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-12-01T10:23:55.3797436Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-12-01T10:23:55.3807130Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-12-01T10:23:55.3952565Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-12-01T10:23:55.7061797Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-12-01T10:23:55.7519950Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-12-01T10:23:55.7527397Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-12-01T10:23:55.7536635Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-12-01T10:23:55.7543860Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-12-01T10:23:55.7553256Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-12-01T10:23:55.7560431Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-12-01T10:23:55.7569506Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-12-01T10:23:55.7577266Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-12-01T10:23:55.7584848Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-12-01T10:23:55.8058442Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-12-01T10:23:55.8253086Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-12-01T10:23:55.8265923Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-12-01T10:23:55.8272055Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-12-01T10:23:55.8287593Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-12-01T10:23:55.8295033Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-12-01T10:23:55.8442559Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-12-01T10:23:55.8453817Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-12-01T10:23:55.8646578Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-12-01T10:23:55.9549146Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-12-01T10:23:55.9720065Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-12-01T10:23:55.9974028Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-12-01T10:23:55.9983554Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-12-01T10:23:56.0396965Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-12-01T10:23:56.0546369Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-12-01T10:23:56.0555338Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-12-01T10:23:56.0563682Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-12-01T10:23:56.1360379Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-12-01T10:23:56.1584004Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-12-01T10:23:56.1668696Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-12-01T10:23:56.6065582Z 2022-12-01T10:23:56.6066395Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-12-01T10:23:56.6067416Z 2022-12-01T10:23:56.6067699Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-12-01T10:23:56.6069169Z 2022-12-01T10:23:56.6069654Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-12-01T10:23:56.6072452Z 2022-12-01T10:23:56.6072760Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-12-01T10:23:56.6075659Z 2022-12-01T10:23:56.6075982Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-12-01T10:23:56.6080594Z 2022-12-01T10:23:56.6081065Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:23:56.6081476Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-12-01T10:23:56.6081985Z copy /Y C:\3591403534\build-results\\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-12-01T10:23:56.6082583Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z -aos 2022-12-01T10:23:56.6082922Z popd 2022-12-01T10:23:56.6083283Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-12-01T10:23:56.6653785Z 1 file(s) copied. 2022-12-01T10:23:56.8259443Z 2022-12-01T10:23:56.8260185Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T10:23:56.8260403Z 2022-12-01T10:23:56.8260570Z Scanning the drive for archives: 2022-12-01T10:23:56.8260795Z 1 file, 96900226 bytes (93 MiB) 2022-12-01T10:23:56.8260930Z 2022-12-01T10:23:56.8261298Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:13.6431125Z -- 2022-12-01T10:24:13.6431869Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-c13d400bffe90e16b96520bbc8a41a6f0c9cd584.7z 2022-12-01T10:24:13.6432223Z Type = 7z 2022-12-01T10:24:13.6432412Z Physical Size = 96900226 2022-12-01T10:24:13.6434919Z Headers Size = 155561 2022-12-01T10:24:13.6435153Z Method = LZMA2:24 BCJ 2022-12-01T10:24:13.6435356Z Solid = + 2022-12-01T10:24:13.6435523Z Blocks = 2 2022-12-01T10:24:13.6435631Z 2022-12-01T10:24:13.6436613Z Everything is Ok 2022-12-01T10:24:13.6436784Z 2022-12-01T10:24:13.6436857Z Folders: 725 2022-12-01T10:24:13.6437028Z Files: 12888 2022-12-01T10:24:13.6437186Z Size: 903853423 2022-12-01T10:24:13.6437383Z Compressed: 96900226 2022-12-01T10:24:14.2032196Z 2022-12-01T10:24:14.2033155Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-12-01T10:24:14.2033672Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:14.2034349Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:14.2035032Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-12-01T10:24:14.2035586Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-12-01T10:24:14.2035884Z ) 2022-12-01T10:24:16.1222137Z Completed 2.3 KiB/2.3 KiB (42.8 KiB/s) with 1 file(s) remaining 2022-12-01T10:24:16.1222618Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-12-01T10:24:16.2138640Z 2022-12-01T10:24:16.2139292Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-12-01T10:24:16.2139706Z echo "setup pytorch env failed" 2022-12-01T10:24:16.2139906Z echo 0 2022-12-01T10:24:16.2140084Z exit /b 2022-12-01T10:24:16.2140248Z ) 2022-12-01T10:24:16.2140344Z 2022-12-01T10:24:16.2140480Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-12-01T10:24:16.2146560Z 2022-12-01T10:24:16.2146990Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-12-01T10:24:16.2151307Z 2022-12-01T10:24:16.2151985Z (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-12-01T10:24:16.2152342Z echo Some smoke tests 2022-12-01T10:24:16.2152648Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-12-01T10:24:16.2153077Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-12-01T10:24:16.2153406Z if ERRORLEVEL 1 goto fail 2022-12-01T10:24:16.2153715Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-12-01T10:24:16.2153996Z if ERRORLEVEL 1 goto fail 2022-12-01T10:24:16.2154165Z ) ) 2022-12-01T10:24:16.2154332Z Some smoke tests 2022-12-01T10:24:16.2653467Z Current Registry Settings for python.exe executable are: 00000002 2022-12-01T10:24:16.2653812Z sls - Show Loader Snaps 2022-12-01T10:24:42.8507307Z Checking that torch is available 2022-12-01T10:24:42.8507767Z Command: python -c import torch 2022-12-01T10:24:42.8508137Z Checking that MKL is available 2022-12-01T10:24:42.8510445Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-12-01T10:24:42.8647808Z Current Registry Settings for python.exe executable are: 00000000 2022-12-01T10:24:42.8663132Z 2022-12-01T10:24:42.8663910Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-12-01T10:24:42.8664287Z Copying over test times file 2022-12-01T10:24:42.8666347Z 2022-12-01T10:24:42.8667093Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3591403534\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-12-01T10:24:42.8677901Z 1 file(s) copied. 2022-12-01T10:24:42.8679248Z 2022-12-01T10:24:42.8679482Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-12-01T10:24:42.8680222Z Run nn tests 2022-12-01T10:24:42.8681438Z 2022-12-01T10:24:42.8681783Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "2" --verbose 2022-12-01T10:24:44.7550170Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:45.1305030Z Selected tests: 2022-12-01T10:24:45.1305277Z test_ops_gradients 2022-12-01T10:24:45.1305478Z test_reductions 2022-12-01T10:24:45.1305711Z test_cpp_extensions_jit 2022-12-01T10:24:45.1305903Z test_modules 2022-12-01T10:24:45.1306074Z test_linalg 2022-12-01T10:24:45.1306306Z distributions/test_distributions 2022-12-01T10:24:45.1306500Z test_tensorexpr 2022-12-01T10:24:45.1307826Z test_autograd 2022-12-01T10:24:45.1308014Z test_torch 2022-12-01T10:24:45.1308211Z test_namedtuple_return_api 2022-12-01T10:24:45.1308425Z test_mobile_optimizer 2022-12-01T10:24:45.1308610Z test_fake_tensor 2022-12-01T10:24:45.1308791Z test_jit_disabled 2022-12-01T10:24:45.1308992Z test_cpp_extensions_aot_ninja 2022-12-01T10:24:45.1309187Z test_prims 2022-12-01T10:24:45.1310737Z lazy/test_bindings 2022-12-01T10:24:45.1311004Z lazy/test_meta_kernel 2022-12-01T10:24:45.1311194Z test_cuda 2022-12-01T10:24:45.1311378Z test_cuda_sanitizer 2022-12-01T10:24:45.1311569Z test_deploy 2022-12-01T10:24:45.1311739Z test_hub 2022-12-01T10:24:45.1311896Z test_pruning_op 2022-12-01T10:24:45.1312080Z test_decomp 2022-12-01T10:24:45.1312320Z test_quantization 2022-12-01T10:24:45.1312564Z test_meta 2022-12-01T10:24:45.1312959Z test_jit_fuser_te 2022-12-01T10:24:45.1313183Z test_dataloader 2022-12-01T10:24:45.1313361Z test_mkldnn_fusion 2022-12-01T10:24:45.1313545Z test_unary_ufuncs 2022-12-01T10:24:45.1313727Z test_schema_check 2022-12-01T10:24:45.1313916Z test_serialization 2022-12-01T10:24:45.1314092Z test_jit 2022-12-01T10:24:45.1314439Z test_optim 2022-12-01T10:24:45.1314618Z test_binary_ufuncs 2022-12-01T10:24:45.1314797Z test_foreach 2022-12-01T10:24:45.1314969Z test_sparse 2022-12-01T10:24:45.1315140Z test_mkldnn 2022-12-01T10:24:45.1315290Z test_utils 2022-12-01T10:24:45.1315463Z test_view_ops 2022-12-01T10:24:45.1315665Z test_xnnpack_integration 2022-12-01T10:24:45.1315860Z test_stateless 2022-12-01T10:24:45.1316022Z test_masked 2022-12-01T10:24:45.1316195Z test_transformers 2022-12-01T10:24:45.1316379Z test_ao_sparsity 2022-12-01T10:24:45.1316569Z test_sort_and_select 2022-12-01T10:24:45.1316761Z test_expanded_weights 2022-12-01T10:24:45.1316937Z test_nestedtensor 2022-12-01T10:24:45.1317133Z test_scatter_gather_ops 2022-12-01T10:24:45.1317323Z test_logging 2022-12-01T10:24:45.1317509Z nn/test_packed_sequence 2022-12-01T10:24:45.1317713Z test_fx_reinplace_pass 2022-12-01T10:24:45.1317919Z test_set_default_mobile_cpu_allocator 2022-12-01T10:24:45.1318123Z test_futures 2022-12-01T10:24:45.1318296Z test_dlpack 2022-12-01T10:24:45.1318472Z test_numpy_interop 2022-12-01T10:24:45.1318651Z test_subclass 2022-12-01T10:24:45.1318810Z test_model_dump 2022-12-01T10:24:45.1319014Z profiler/test_profiler_tree 2022-12-01T10:24:45.1319326Z test_pytree 2022-12-01T10:24:45.1319509Z test_per_overload_api 2022-12-01T10:24:45.1319697Z test_type_info 2022-12-01T10:24:45.1319865Z nn/test_dropout 2022-12-01T10:24:45.3935014Z parallel (file granularity) tests: 2022-12-01T10:24:45.3935297Z lazy/test_bindings 2022-12-01T10:24:45.3935526Z lazy/test_meta_kernel 2022-12-01T10:24:45.3935756Z test_cuda_sanitizer 2022-12-01T10:24:45.3935943Z test_deploy 2022-12-01T10:24:45.3936117Z test_hub 2022-12-01T10:24:45.3936291Z test_pruning_op 2022-12-01T10:24:45.3936646Z test_decomp 2022-12-01T10:24:45.3936894Z test_quantization 2022-12-01T10:24:45.3937079Z test_meta 2022-12-01T10:24:45.3937252Z test_jit_fuser_te 2022-12-01T10:24:45.3937431Z test_dataloader 2022-12-01T10:24:45.3937628Z test_mkldnn_fusion 2022-12-01T10:24:45.3937838Z test_unary_ufuncs 2022-12-01T10:24:45.3938016Z test_schema_check 2022-12-01T10:24:45.3938196Z test_serialization 2022-12-01T10:24:45.3938369Z test_jit 2022-12-01T10:24:45.3938516Z test_optim 2022-12-01T10:24:45.3938689Z test_binary_ufuncs 2022-12-01T10:24:45.3938866Z test_foreach 2022-12-01T10:24:45.3939032Z test_sparse 2022-12-01T10:24:45.3939185Z test_mkldnn 2022-12-01T10:24:45.3939349Z test_utils 2022-12-01T10:24:45.3939515Z test_view_ops 2022-12-01T10:24:45.3939710Z test_xnnpack_integration 2022-12-01T10:24:45.3939902Z test_stateless 2022-12-01T10:24:45.3940056Z test_masked 2022-12-01T10:24:45.3940230Z test_transformers 2022-12-01T10:24:45.3940410Z test_ao_sparsity 2022-12-01T10:24:45.3940598Z test_sort_and_select 2022-12-01T10:24:45.3940789Z test_expanded_weights 2022-12-01T10:24:45.3940967Z test_nestedtensor 2022-12-01T10:24:45.3941162Z test_scatter_gather_ops 2022-12-01T10:24:45.3941348Z test_logging 2022-12-01T10:24:45.3941536Z nn/test_packed_sequence 2022-12-01T10:24:45.3941735Z test_fx_reinplace_pass 2022-12-01T10:24:45.3941938Z test_set_default_mobile_cpu_allocator 2022-12-01T10:24:45.3942141Z test_futures 2022-12-01T10:24:45.3942313Z test_dlpack 2022-12-01T10:24:45.3942487Z test_numpy_interop 2022-12-01T10:24:45.3942664Z test_subclass 2022-12-01T10:24:45.3942822Z test_model_dump 2022-12-01T10:24:45.3943016Z profiler/test_profiler_tree 2022-12-01T10:24:45.3943254Z test_pytree 2022-12-01T10:24:45.3943448Z test_per_overload_api 2022-12-01T10:24:45.3943633Z test_type_info 2022-12-01T10:24:45.3943820Z nn/test_dropout 2022-12-01T10:24:45.3944040Z serial (file granularity) tests: 2022-12-01T10:24:45.3944266Z test_ops_gradients 2022-12-01T10:24:45.3944452Z test_reductions 2022-12-01T10:24:45.3944643Z test_cpp_extensions_jit 2022-12-01T10:24:45.3944828Z test_modules 2022-12-01T10:24:45.3944983Z test_linalg 2022-12-01T10:24:45.3945186Z distributions/test_distributions 2022-12-01T10:24:45.3945510Z test_tensorexpr 2022-12-01T10:24:45.3945687Z test_autograd 2022-12-01T10:24:45.3945861Z test_torch 2022-12-01T10:24:45.3946037Z test_namedtuple_return_api 2022-12-01T10:24:45.3946244Z test_mobile_optimizer 2022-12-01T10:24:45.3946434Z test_fake_tensor 2022-12-01T10:24:45.3946615Z test_jit_disabled 2022-12-01T10:24:45.3946815Z test_cpp_extensions_aot_ninja 2022-12-01T10:24:45.3946993Z test_prims 2022-12-01T10:24:45.3947159Z test_cuda 2022-12-01T10:24:47.2992191Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:47.3082185Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:47.4496036Z Running lazy/test_bindings ... [2022-12-01 10:24:47.448860] 2022-12-01T10:24:47.4501303Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:47.449464] 2022-12-01T10:24:47.4502935Z Ignoring disabled issues: [] 2022-12-01T10:24:47.4552421Z Running lazy/test_meta_kernel ... [2022-12-01 10:24:47.455047] 2022-12-01T10:24:47.4558674Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:47.455657] 2022-12-01T10:24:47.4560526Z Ignoring disabled issues: [] 2022-12-01T10:24:48.9118273Z 2022-12-01T10:24:48.9118881Z Expand the folded group to see the log file of lazy/test_bindings 2022-12-01T10:24:48.9119932Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_9pka6pj1) 2022-12-01T10:24:48.9120218Z 2022-12-01T10:24:48.9121066Z ##[endgroup] 2022-12-01T10:24:48.9121458Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_9pka6pj1) 2022-12-01T10:24:48.9121726Z 2022-12-01T10:24:49.3250202Z 2022-12-01T10:24:49.3251283Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-12-01T10:24:49.3252619Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_jyamfosx) 2022-12-01T10:24:49.3253054Z 2022-12-01T10:24:49.3253454Z ##[endgroup] 2022-12-01T10:24:49.3254063Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_jyamfosx) 2022-12-01T10:24:49.3254485Z 2022-12-01T10:24:51.3082050Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:51.4615479Z Running test_cuda_sanitizer ... [2022-12-01 10:24:51.453732] 2022-12-01T10:24:51.4620444Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:51.453732] 2022-12-01T10:24:51.4622192Z Ignoring disabled issues: [] 2022-12-01T10:24:51.5304477Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:51.6821695Z Running test_deploy ... [2022-12-01 10:24:51.681497] 2022-12-01T10:24:51.6827371Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-12-01 10:24:51.682104] 2022-12-01T10:24:51.6829605Z Ignoring disabled issues: [] 2022-12-01T10:24:53.3621559Z 2022-12-01T10:24:53.3622192Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-12-01T10:24:53.3623110Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_zw7e32el) 2022-12-01T10:24:53.3623520Z CUDA not available, skipping tests 2022-12-01T10:24:53.3623663Z 2022-12-01T10:24:53.3623727Z Running tests... 2022-12-01T10:24:53.3624002Z ---------------------------------------------------------------------- 2022-12-01T10:24:53.3624185Z 2022-12-01T10:24:53.3624546Z ---------------------------------------------------------------------- 2022-12-01T10:24:53.3624804Z Ran 0 tests in 0.000s 2022-12-01T10:24:53.3624926Z 2022-12-01T10:24:53.3624989Z OK 2022-12-01T10:24:53.3625085Z 2022-12-01T10:24:53.3625179Z Generating XML reports... 2022-12-01T10:24:53.3625465Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-12-01T10:24:53.3625667Z 2022-12-01T10:24:53.3627430Z ##[endgroup] 2022-12-01T10:24:53.3627814Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_zw7e32el) 2022-12-01T10:24:53.3628092Z 2022-12-01T10:24:55.5801506Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:55.7292784Z Running test_hub ... [2022-12-01 10:24:55.728833] 2022-12-01T10:24:55.7297948Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:55.729459] 2022-12-01T10:24:55.7299707Z Ignoring disabled issues: [] 2022-12-01T10:24:57.5342852Z 2022-12-01T10:24:57.5343711Z Expand the folded group to see the log file of test_hub 2022-12-01T10:24:57.5344584Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_7ica1mp2) 2022-12-01T10:24:57.5344844Z 2022-12-01T10:24:57.5345073Z ##[endgroup] 2022-12-01T10:24:57.5345411Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_7ica1mp2) 2022-12-01T10:24:57.5345661Z 2022-12-01T10:24:59.6971190Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:24:59.8415186Z Running test_pruning_op ... [2022-12-01 10:24:59.840831] 2022-12-01T10:24:59.8419048Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:59.841431] 2022-12-01T10:24:59.8420787Z Ignoring disabled issues: [] 2022-12-01T10:25:01.8384129Z 2022-12-01T10:25:01.8384585Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T10:25:01.8385421Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_u66zoif0) 2022-12-01T10:25:01.8385695Z 2022-12-01T10:25:01.8385966Z ##[endgroup] 2022-12-01T10:25:01.8386326Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_u66zoif0) 2022-12-01T10:25:01.8386596Z 2022-12-01T10:25:03.9912972Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:04.1349381Z Running test_decomp ... [2022-12-01 10:25:04.134320] 2022-12-01T10:25:04.1354387Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:04.134944] 2022-12-01T10:25:04.1356303Z Ignoring disabled issues: [] 2022-12-01T10:25:04.9870227Z 2022-12-01T10:25:04.9871007Z Expand the folded group to see the log file of test_deploy 2022-12-01T10:25:04.9871761Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_v99l2emz) 2022-12-01T10:25:04.9872134Z ============================= test session starts ============================= 2022-12-01T10:25:04.9872475Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-12-01T10:25:04.9872783Z cachedir: .pytest_cache 2022-12-01T10:25:04.9873224Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-12-01T10:25:04.9873758Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-12-01T10:25:04.9874182Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:25:04.9874772Z collecting ... collected 1 item 2022-12-01T10:25:04.9875062Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-12-01T10:25:04.9875262Z 2022-12-01T10:25:04.9875423Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-12-01T10:25:04.9875674Z 2022-12-01T10:25:04.9875794Z ============================= 1 passed in 10.66s ============================== 2022-12-01T10:25:04.9875939Z 2022-12-01T10:25:04.9876177Z ##[endgroup] 2022-12-01T10:25:04.9876527Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_v99l2emz) 2022-12-01T10:25:04.9876783Z 2022-12-01T10:25:07.1541772Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:25:07.3014848Z Running test_quantization ... [2022-12-01 10:25:07.299790] 2022-12-01T10:25:07.3020614Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:07.299790] 2022-12-01T10:25:07.3022123Z Ignoring disabled issues: [] 2022-12-01T10:36:41.3185277Z 2022-12-01T10:36:41.3185898Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:36:41.3186860Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_8yql2upx) 2022-12-01T10:36:41.3205746Z 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-12-01T10:36:41.3206589Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:36:41.3206862Z 2022-12-01T10:36:41.3206970Z Running tests... 2022-12-01T10:36:41.3207358Z ---------------------------------------------------------------------- 2022-12-01T10:36:41.3207825Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-12-01T10:36:41.3208337Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.023s) 2022-12-01T10:36:41.3208966Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.003s) 2022-12-01T10:36:41.3209933Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:36:41.3210726Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:36:41.3211504Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:36:41.3212279Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3213035Z Tests the migration of the torch.nn.quantized.functional ... ok (0.002s) 2022-12-01T10:36:41.3213854Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3214776Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3215547Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3216095Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3216666Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-12-01T10:36:41.3217228Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3217820Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3218779Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-12-01T10:36:41.3219454Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3220154Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-12-01T10:36:41.3220806Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3221484Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3222148Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3222832Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:36:41.3223489Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-12-01T10:36:41.3224151Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-12-01T10:36:41.3224856Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.003s) 2022-12-01T10:36:41.3225590Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-12-01T10:36:41.3226423Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3227018Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-12-01T10:36:41.3227541Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3228117Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-12-01T10:36:41.3228739Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-12-01T10:36:41.3229476Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3230097Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.006s) 2022-12-01T10:36:41.3230744Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-12-01T10:36:41.3231528Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-12-01T10:36:41.3232280Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3233004Z Tests the migration of the torch.nn.quantized.modules ... ok (0.000s) 2022-12-01T10:36:41.3233624Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:36:41.3234204Z Tests the migration of the torch.nn.quantized.modules ... ok (0.000s) 2022-12-01T10:36:41.3234857Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-12-01T10:36:41.3235627Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3236443Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3237208Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-12-01T10:36:41.3237922Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3239418Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3240196Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-12-01T10:36:41.3240784Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3241302Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3241857Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3242358Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-12-01T10:36:41.3243551Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3244117Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3244680Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3245215Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3245774Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3246379Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3246970Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3247503Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:36:41.3248067Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-12-01T10:36:41.3248578Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-12-01T10:36:41.3249111Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-12-01T10:36:41.3249608Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.003s) 2022-12-01T10:36:41.3250158Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3250712Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.003s) 2022-12-01T10:36:41.3251214Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.003s) 2022-12-01T10:36:41.3251771Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3252294Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3252851Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3253352Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3253911Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3254505Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-12-01T10:36:41.3255071Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.011s) 2022-12-01T10:36:41.3255574Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-12-01T10:36:41.3256072Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3256576Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3257085Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3257568Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3258080Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3258599Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3259114Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3259626Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3260187Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3260765Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3261281Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3261830Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:36:41.3262288Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-12-01T10:36:41.3262797Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:36:41.3263256Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:36:41.3263692Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:36:41.3264139Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:36:41.3264593Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-12-01T10:36:41.3265051Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:36:41.3265495Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:36:41.3265947Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3266404Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:36:41.3266869Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3267343Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3267879Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-12-01T10:36:41.3268410Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3268905Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3269396Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3269874Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3270396Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3270861Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3271309Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.010s) 2022-12-01T10:36:41.3271744Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3272175Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-12-01T10:36:41.3272698Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.697s) 2022-12-01T10:36:41.3273195Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.136s) 2022-12-01T10:36:41.3273638Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.872s) 2022-12-01T10:36:41.3274058Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.327s) 2022-12-01T10:36:41.3274521Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.020s) 2022-12-01T10:36:41.3275010Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.181s) 2022-12-01T10:36:41.3275787Z 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-12-01T10:36:41.3276472Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:36:41.3277112Z 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-12-01T10:36:41.3277637Z warnings.warn( 2022-12-01T10:36:41.3278196Z 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-12-01T10:36:41.3278691Z warnings.warn( 2022-12-01T10:36:41.3279229Z 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-12-01T10:36:41.3279739Z warnings.warn( 2022-12-01T10:36:41.3280273Z 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-12-01T10:36:41.3280837Z warnings.warn( 2022-12-01T10:36:41.3281092Z ok (0.196s) 2022-12-01T10:36:41.3281711Z 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-12-01T10:36:41.3282419Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:36:41.3283029Z 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-12-01T10:36:41.3283564Z warnings.warn( 2022-12-01T10:36:41.3284101Z 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-12-01T10:36:41.3284606Z warnings.warn( 2022-12-01T10:36:41.3285128Z 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-12-01T10:36:41.3285602Z warnings.warn( 2022-12-01T10:36:41.3285789Z ok (0.103s) 2022-12-01T10:36:41.3286138Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:36:41.3286650Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:36:41.3287056Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.010s) 2022-12-01T10:36:41.3287457Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:36:41.3287836Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.013s) 2022-12-01T10:36:41.3288241Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:36:41.3288946Z 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-12-01T10:36:41.3289498Z warnings.warn( 2022-12-01T10:36:41.3289688Z ok (0.008s) 2022-12-01T10:36:41.3289985Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:36:41.3290390Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.003s) 2022-12-01T10:36:41.3290780Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:36:41.3291162Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-12-01T10:36:41.3291563Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.131s) 2022-12-01T10:36:41.3292346Z 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-12-01T10:36:41.3292960Z warnings.warn( 2022-12-01T10:36:41.3293152Z ok (0.452s) 2022-12-01T10:36:41.3293794Z 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-12-01T10:36:41.3294452Z warnings.warn( 2022-12-01T10:36:41.3294620Z ok (0.463s) 2022-12-01T10:36:41.3295251Z 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-12-01T10:36:41.3295849Z warnings.warn( 2022-12-01T10:36:41.3296037Z ok (0.483s) 2022-12-01T10:36:41.3296715Z 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-12-01T10:36:41.3297346Z warnings.warn( 2022-12-01T10:36:41.3297535Z ok (0.439s) 2022-12-01T10:36:41.3298210Z 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-12-01T10:36:41.3298891Z warnings.warn( 2022-12-01T10:36:41.3299060Z ok (0.384s) 2022-12-01T10:36:41.3300176Z 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-12-01T10:36:41.3300836Z warnings.warn( 2022-12-01T10:36:41.3301072Z ok (0.406s) 2022-12-01T10:36:41.3301399Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.013s) 2022-12-01T10:36:41.3301854Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (9.511s) 2022-12-01T10:36:41.3302363Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.232s) 2022-12-01T10:36:41.3302790Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3303269Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3303704Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3304144Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3304599Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3305058Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:36:41.3305623Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3306127Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3306520Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3306907Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3307289Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3307667Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3308101Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3308481Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3308887Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3309280Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3309663Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3310091Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3310471Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3310845Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3311264Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3311619Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3312044Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3312427Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3312894Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3313163Z ok (0.049s) 2022-12-01T10:36:41.3313572Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.084s) 2022-12-01T10:36:41.3313993Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.021s) 2022-12-01T10:36:41.3314433Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.232s) 2022-12-01T10:36:41.3314861Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.765s) 2022-12-01T10:36:41.3315279Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.340s) 2022-12-01T10:36:41.3315689Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:36:41.3316039Z Sanity checks on _equalize.converged working ... ok (0.004s) 2022-12-01T10:36:41.3316407Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:36:41.3316785Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-12-01T10:36:41.3317163Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:36:41.3317527Z First checks to see if _equalize.equalize can handle multiple ... ok (0.018s) 2022-12-01T10:36:41.3317910Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:36:41.3318287Z Checks to see if eager mode equalization supports fused ... ok (0.036s) 2022-12-01T10:36:41.3318668Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:36:41.3319024Z Checks to see if eager mode equalization supports fused ... ok (0.028s) 2022-12-01T10:36:41.3319441Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.282s) 2022-12-01T10:36:41.3319866Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3320637Z 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:1530: 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-12-01T10:36:41.3321260Z warnings.warn( 2022-12-01T10:36:41.3321872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1536: 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-12-01T10:36:41.3322427Z warnings.warn( 2022-12-01T10:36:41.3322617Z ok (0.097s) 2022-12-01T10:36:41.3322907Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3323562Z Tests that graphs containing branches are prepared correctly. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:759: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:36:41.3324023Z warnings.warn( 2022-12-01T10:36:41.3324482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:759: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:36:41.3324876Z warnings.warn( 2022-12-01T10:36:41.3325065Z ok (0.039s) 2022-12-01T10:36:41.3325392Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3326137Z Tests that the modified model for equalization (before quantization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3326868Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3327592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3328199Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3328872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3329513Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3330136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3330774Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3331378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3332015Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3332668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3333260Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3333548Z ok (3.575s) 2022-12-01T10:36:41.3333876Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3334335Z After applying the equalization functions, check if the equalization ... ok (0.094s) 2022-12-01T10:36:41.3334773Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3335392Z 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:279: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:36:41.3335924Z warnings.warn( 2022-12-01T10:36:41.3336424Z 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-12-01T10:36:41.3336925Z warnings.warn( 2022-12-01T10:36:41.3337430Z 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-12-01T10:36:41.3337951Z warnings.warn( 2022-12-01T10:36:41.3338389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:36:41.3338846Z warnings.warn( 2022-12-01T10:36:41.3339038Z ok (0.580s) 2022-12-01T10:36:41.3339343Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3339704Z Tests that graphs created after prepare_fx is as expected ... ok (0.222s) 2022-12-01T10:36:41.3340172Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3340551Z Tests that for small models, the results of quantized models that ... ok (0.390s) 2022-12-01T10:36:41.3340985Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3341384Z After applying the equalization functions check if the weights and ... ok (0.091s) 2022-12-01T10:36:41.3341755Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:36:41.3342146Z Tests that we are able to run numeric suite on the equalized model ... ok (0.241s) 2022-12-01T10:36:41.3342534Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.103s) 2022-12-01T10:36:41.3342963Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.079s) 2022-12-01T10:36:41.3343444Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.044s) 2022-12-01T10:36:41.3343843Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:36:41.3344226Z Verify that graph matching works on methods ... ok (0.128s) 2022-12-01T10:36:41.3344593Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.088s) 2022-12-01T10:36:41.3345336Z 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-12-01T10:36:41.3345909Z warnings.warn( 2022-12-01T10:36:41.3346104Z ok (0.212s) 2022-12-01T10:36:41.3346458Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:36:41.3346840Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-12-01T10:36:41.3347262Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.099s) 2022-12-01T10:36:41.3348007Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3348780Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3349022Z ok (0.126s) 2022-12-01T10:36:41.3349325Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.225s) 2022-12-01T10:36:41.3349823Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.082s) 2022-12-01T10:36:41.3350234Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.211s) 2022-12-01T10:36:41.3350653Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.102s) 2022-12-01T10:36:41.3351064Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:36:41.3351435Z Verify that graph matching works on user defined functions ... ok (0.131s) 2022-12-01T10:36:41.3351837Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-12-01T10:36:41.3352318Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-12-01T10:36:41.3352903Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:36:41.3353864Z 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-12-01T10:36:41.3354599Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:36:41.3354846Z ok (3.515s) 2022-12-01T10:36:41.3355260Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:36:41.3356077Z 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:1306: 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-12-01T10:36:41.3356837Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3357084Z ok (0.862s) 2022-12-01T10:36:41.3357422Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.540s) 2022-12-01T10:36:41.3357884Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3358339Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:36:41.3358843Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:36:41.3359291Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:36:41.3359548Z ok (0.254s) 2022-12-01T10:36:41.3359864Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.208s) 2022-12-01T10:36:41.3360339Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.659s) 2022-12-01T10:36:41.3360823Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.099s) 2022-12-01T10:36:41.3361689Z 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:1306: 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-12-01T10:36:41.3362454Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3363102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3363683Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3364283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3364849Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3365434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3365989Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3366225Z ok (1.137s) 2022-12-01T10:36:41.3366615Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.197s) 2022-12-01T10:36:41.3367115Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:36:41.3367609Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.271s) 2022-12-01T10:36:41.3368074Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.110s) 2022-12-01T10:36:41.3368541Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.561s) 2022-12-01T10:36:41.3369071Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.551s) 2022-12-01T10:36:41.3369524Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.299s) 2022-12-01T10:36:41.3370030Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.310s) 2022-12-01T10:36:41.3370491Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.170s) 2022-12-01T10:36:41.3371187Z 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-12-01T10:36:41.3371980Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:36:41.3372583Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:36:41.3373162Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:36:41.3373737Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:36:41.3374367Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:36:41.3374732Z ok (0.233s) 2022-12-01T10:36:41.3375067Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.150s) 2022-12-01T10:36:41.3375575Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.244s) 2022-12-01T10:36:41.3376027Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.117s) 2022-12-01T10:36:41.3376472Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.544s) 2022-12-01T10:36:41.3376977Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.625s) 2022-12-01T10:36:41.3377448Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.593s) 2022-12-01T10:36:41.3377926Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.070s) 2022-12-01T10:36:41.3378404Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.300s) 2022-12-01T10:36:41.3378860Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.138s) 2022-12-01T10:36:41.3379330Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.116s) 2022-12-01T10:36:41.3379819Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3380354Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3380928Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3381270Z ok (1.454s) 2022-12-01T10:36:41.3381583Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.114s) 2022-12-01T10:36:41.3382053Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.800s) 2022-12-01T10:36:41.3382569Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.625s) 2022-12-01T10:36:41.3383027Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3383391Z Verify that add_loggers works on methods ... ok (0.332s) 2022-12-01T10:36:41.3383821Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.870s) 2022-12-01T10:36:41.3384281Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.502s) 2022-12-01T10:36:41.3384837Z 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-12-01T10:36:41.3385445Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:36:41.3385987Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:36:41.3386561Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:36:41.3387060Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:36:41.3387535Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:36:41.3388127Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:36:41.3388698Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:36:41.3389296Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3389830Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:36:41.3390328Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:36:41.3390865Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:36:41.3391362Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:36:41.3391856Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:36:41.3392372Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3392991Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:36:41.3393314Z ok (2.083s) 2022-12-01T10:36:41.3393689Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3394089Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2022-12-01T10:36:41.3394506Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3395089Z 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-12-01T10:36:41.3395748Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:36:41.3396355Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:36:41.3396899Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:36:41.3397500Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:36:41.3398013Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:36:41.3398332Z ok (0.799s) 2022-12-01T10:36:41.3398849Z 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-12-01T10:36:41.3399524Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:36:41.3400052Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3400582Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:36:41.3400926Z ok (0.525s) 2022-12-01T10:36:41.3401238Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3401697Z Verifies that we can match pairs of ops which have the same aten ... ok (0.704s) 2022-12-01T10:36:41.3402110Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.130s) 2022-12-01T10:36:41.3402592Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.145s) 2022-12-01T10:36:41.3403128Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3403753Z 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-12-01T10:36:41.3404462Z 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-12-01T10:36:41.3405076Z 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-12-01T10:36:41.3405419Z ok (0.589s) 2022-12-01T10:36:41.3405737Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3406335Z Verify that NS APIs work on user defined functions ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:36:41.3406888Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:36:41.3407396Z 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-12-01T10:36:41.3407979Z 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-12-01T10:36:41.3408383Z ok (0.400s) 2022-12-01T10:36:41.3408685Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:36:41.3409352Z 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-12-01T10:36:41.3409939Z warnings.warn( 2022-12-01T10:36:41.3410133Z ok (0.351s) 2022-12-01T10:36:41.3410471Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.255s) 2022-12-01T10:36:41.3411003Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.734s) 2022-12-01T10:36:41.3411510Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.896s) 2022-12-01T10:36:41.3412412Z 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-12-01T10:36:41.3413198Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-12-01T10:36:41.3413853Z 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-12-01T10:36:41.3414540Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-12-01T10:36:41.3414784Z ok (0.301s) 2022-12-01T10:36:41.3415144Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.867s) 2022-12-01T10:36:41.3415663Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.919s) 2022-12-01T10:36:41.3416185Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.242s) 2022-12-01T10:36:41.3416749Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.047s) 2022-12-01T10:36:41.3417244Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.614s) 2022-12-01T10:36:41.3417793Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.478s) 2022-12-01T10:36:41.3418286Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:36:41.3418792Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:36:41.3419300Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (6.686s) 2022-12-01T10:36:41.3420043Z 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-12-01T10:36:41.3420801Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:36:41.3421393Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3421954Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:36:41.3422513Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3423116Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:36:41.3423721Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:36:41.3424354Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3424912Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:36:41.3425459Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:36:41.3425793Z ok (6.732s) 2022-12-01T10:36:41.3426113Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.337s) 2022-12-01T10:36:41.3426552Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-12-01T10:36:41.3426992Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:36:41.3427394Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:36:41.3427839Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.293s) 2022-12-01T10:36:41.3428365Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-12-01T10:36:41.3428867Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:36:41.3429331Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:36:41.3429711Z Tests the backward method. ... skip: temporarily disable the test (0.011s) 2022-12-01T10:36:41.3430165Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2022-12-01T10:36:41.3430646Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-12-01T10:36:41.3431169Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:36:41.3431619Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.905s) 2022-12-01T10:36:41.3432105Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-12-01T10:36:41.3432573Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.191s) 2022-12-01T10:36:41.3433327Z 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:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:36:41.3434012Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:36:41.3434299Z ok (0.007s) 2022-12-01T10:36:41.3434580Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:36:41.3434982Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.165s) 2022-12-01T10:36:41.3435400Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-12-01T10:36:41.3435903Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:36:41.3436406Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-12-01T10:36:41.3436888Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:36:41.3437278Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.189s) 2022-12-01T10:36:41.3437725Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.018s) 2022-12-01T10:36:41.3438215Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-12-01T10:36:41.3438720Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-12-01T10:36:41.3439172Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.173s) 2022-12-01T10:36:41.3439599Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-12-01T10:36:41.3440168Z 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.011s) 2022-12-01T10:36:41.3440768Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-12-01T10:36:41.3441251Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.374s) 2022-12-01T10:36:41.3441782Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-12-01T10:36:41.3442262Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.195s) 2022-12-01T10:36:41.3442744Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.010s) 2022-12-01T10:36:41.3443394Z 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.010s) 2022-12-01T10:36:41.3443977Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-12-01T10:36:41.3444500Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.089s) 2022-12-01T10:36:41.3444954Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.049s) 2022-12-01T10:36:41.3445365Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:36:41.3445734Z Test case that checks whether forward pre hooks of the first module and ... ok (0.023s) 2022-12-01T10:36:41.3446090Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.058s) 2022-12-01T10:36:41.3446477Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.409s) 2022-12-01T10:36:41.3446910Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.082s) 2022-12-01T10:36:41.3447314Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.009s) 2022-12-01T10:36:41.3447715Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-12-01T10:36:41.3448118Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.047s) 2022-12-01T10:36:41.3448527Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.160s) 2022-12-01T10:36:41.3449033Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.003s) 2022-12-01T10:36:41.3449513Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.027s) 2022-12-01T10:36:41.3449936Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-12-01T10:36:41.3450315Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-12-01T10:36:41.3450678Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-12-01T10:36:41.3451084Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-12-01T10:36:41.3451456Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:36:41.3451814Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-12-01T10:36:41.3452187Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:36:41.3452537Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-12-01T10:36:41.3452894Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-12-01T10:36:41.3453263Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:36:41.3453565Z TODO: add test for all fused modules ... ok (0.061s) 2022-12-01T10:36:41.3454408Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:36:41.3455526Z warnings.warn(msg, FutureWarning) 2022-12-01T10:36:41.3455717Z ok (0.010s) 2022-12-01T10:36:41.3456046Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.000s) 2022-12-01T10:36:41.3456487Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:36:41.3456933Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.025s) 2022-12-01T10:36:41.3457341Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:36:41.3457783Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.052s) 2022-12-01T10:36:41.3458201Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.017s) 2022-12-01T10:36:41.3458686Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.025s) 2022-12-01T10:36:41.3459163Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-12-01T10:36:41.3459637Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.053s) 2022-12-01T10:36:41.3460165Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.039s) 2022-12-01T10:36:41.3460642Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-12-01T10:36:41.3461108Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.007s) 2022-12-01T10:36:41.3461580Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-12-01T10:36:41.3462021Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.029s) 2022-12-01T10:36:41.3462511Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.076s) 2022-12-01T10:36:41.3463046Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.059s) 2022-12-01T10:36:41.3463630Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.016s) 2022-12-01T10:36:41.3464109Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.033s) 2022-12-01T10:36:41.3464608Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.129s) 2022-12-01T10:36:41.3465058Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.034s) 2022-12-01T10:36:41.3465494Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.053s) 2022-12-01T10:36:41.3465899Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3466248Z Tests the constructor of the ModelReport class. ... ok (0.027s) 2022-12-01T10:36:41.3466625Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3467004Z Tests for generation of qconfigs by ModelReport API ... ok (0.069s) 2022-12-01T10:36:41.3467361Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3468094Z 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-12-01T10:36:41.3468819Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-12-01T10:36:41.3469053Z ok (0.273s) 2022-12-01T10:36:41.3469347Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3469768Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.135s) 2022-12-01T10:36:41.3470247Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3470673Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.046s) 2022-12-01T10:36:41.3471135Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:36:41.3471505Z Tests for generation of qconfigs by ModelReport API ... ok (0.067s) 2022-12-01T10:36:41.3471906Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.085s) 2022-12-01T10:36:41.3472439Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-12-01T10:36:41.3473028Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.028s) 2022-12-01T10:36:41.3473608Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.006s) 2022-12-01T10:36:41.3474177Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-12-01T10:36:41.3474731Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-12-01T10:36:41.3475276Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.010s) 2022-12-01T10:36:41.3475752Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.022s) 2022-12-01T10:36:41.3476168Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.028s) 2022-12-01T10:36:41.3476615Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.145s) 2022-12-01T10:36:41.3477107Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-12-01T10:36:41.3477542Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-12-01T10:36:41.3478038Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:36:41.3478389Z Tests the generate_table_view() ... ok (0.050s) 2022-12-01T10:36:41.3478739Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:36:41.3479081Z Tests the generate_table_view() ... ok (0.032s) 2022-12-01T10:36:41.3479630Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:36:41.3480159Z Tests the generate_table_view() ... ok (0.042s) 2022-12-01T10:36:41.3484946Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:36:41.3485489Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.039s) 2022-12-01T10:36:41.3486105Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (27.546s) 2022-12-01T10:36:41.3486930Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (6.922s) 2022-12-01T10:36:41.3487698Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.482s) 2022-12-01T10:36:41.3488549Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.858s) 2022-12-01T10:36:41.3489395Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.645s) 2022-12-01T10:36:41.3490306Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.268s) 2022-12-01T10:36:41.3491234Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.055s) 2022-12-01T10:36:41.3492106Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.113s) 2022-12-01T10:36:41.3492973Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.395s) 2022-12-01T10:36:41.3493758Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.179s) 2022-12-01T10:36:41.3494546Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.197s) 2022-12-01T10:36:41.3495425Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-12-01T10:36:41.3496467Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.754s) 2022-12-01T10:36:41.3497060Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-12-01T10:36:41.3497542Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.226s) 2022-12-01T10:36:41.3498020Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.183s) 2022-12-01T10:36:41.3498498Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-12-01T10:36:41.3498974Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.694s) 2022-12-01T10:36:41.3499427Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.012s) 2022-12-01T10:36:41.3526251Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.637s) 2022-12-01T10:36:41.3526758Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.018s) 2022-12-01T10:36:41.3527305Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.160s) 2022-12-01T10:36:41.3527921Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-12-01T10:36:41.3528413Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.728s) 2022-12-01T10:36:41.3528882Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-12-01T10:36:41.3529368Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-12-01T10:36:41.3529844Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-12-01T10:36:41.3530297Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-12-01T10:36:41.3530884Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-12-01T10:36:41.3531304Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:36:41.3531693Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.000s) 2022-12-01T10:36:41.3532083Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:36:41.3532426Z Smoke test on saving/loading state_dict ... ok (0.012s) 2022-12-01T10:36:41.3532787Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.029s) 2022-12-01T10:36:41.3533235Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.030s) 2022-12-01T10:36:41.3533745Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:36:41.3534203Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:36:41.3534608Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.114s) 2022-12-01T10:36:41.3535016Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.399s) 2022-12-01T10:36:41.3535422Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.106s) 2022-12-01T10:36:41.3535819Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:36:41.3536267Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.294s) 2022-12-01T10:36:41.3536710Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:36:41.3537134Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.003s) 2022-12-01T10:36:41.3537691Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:36:41.3538173Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:36:41.3538399Z ok (9.130s) 2022-12-01T10:36:41.3538682Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.419s) 2022-12-01T10:36:41.3539431Z 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-12-01T10:36:41.3540342Z 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-12-01T10:36:41.3540896Z 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-12-01T10:36:41.3541432Z 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-12-01T10:36:41.3541949Z 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-12-01T10:36:41.3542483Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.004s) 2022-12-01T10:36:41.3543030Z 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-12-01T10:36:41.3543647Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-12-01T10:36:41.3544187Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.004s) 2022-12-01T10:36:41.3544721Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-12-01T10:36:41.3545263Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-12-01T10:36:41.3545863Z 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.002s) 2022-12-01T10:36:41.3546472Z 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-12-01T10:36:41.3547277Z 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:540: 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-12-01T10:36:41.3547874Z warnings.warn( 2022-12-01T10:36:41.3548039Z ok (0.033s) 2022-12-01T10:36:41.3548735Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.069s) 2022-12-01T10:36:41.3549171Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.004s) 2022-12-01T10:36:41.3549581Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.129s) 2022-12-01T10:36:41.3549991Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.019s) 2022-12-01T10:36:41.3551174Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:673: 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-12-01T10:36:41.3552275Z if param.grad is not None: 2022-12-01T10:36:41.3552523Z ok (0.166s) 2022-12-01T10:36:41.3553002Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.096s) 2022-12-01T10:36:41.3553440Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.626s) 2022-12-01T10:36:41.3553868Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.027s) 2022-12-01T10:36:41.3554631Z 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-12-01T10:36:41.3555213Z ok (0.816s) 2022-12-01T10:36:41.3555537Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.564s) 2022-12-01T10:36:41.3556070Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.800s) 2022-12-01T10:36:41.3556535Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.134s) 2022-12-01T10:36:41.3556992Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.120s) 2022-12-01T10:36:41.3557456Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.121s) 2022-12-01T10:36:41.3557965Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.045s) 2022-12-01T10:36:41.3558430Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.053s) 2022-12-01T10:36:41.3558951Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.029s) 2022-12-01T10:36:41.3559448Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.221s) 2022-12-01T10:36:41.3560049Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: onnx opset9 does not support quantize_per_tensor and caffe2 does not support conv3d (0.001s) 2022-12-01T10:36:41.3560632Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:36:41.3561099Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-12-01T10:36:41.3561567Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.028s) 2022-12-01T10:36:41.3561978Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.045s) 2022-12-01T10:36:41.3562386Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-12-01T10:36:41.3562819Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-12-01T10:36:41.3563247Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.038s) 2022-12-01T10:36:41.3563675Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.575s) 2022-12-01T10:36:41.3564164Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.028s) 2022-12-01T10:36:41.3564599Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-12-01T10:36:41.3565066Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.027s) 2022-12-01T10:36:41.3565458Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.014s) 2022-12-01T10:36:41.3565898Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.006s) 2022-12-01T10:36:41.3566370Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3566761Z Test post-training dynamic quantization on preserving ... ok (0.005s) 2022-12-01T10:36:41.3567165Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.113s) 2022-12-01T10:36:41.3567602Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3567970Z Test quantization for nested model, top level 'fc3' and ... ok (0.971s) 2022-12-01T10:36:41.3568325Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3568703Z Another test case for quantized, we will quantize all submodules ... ok (1.396s) 2022-12-01T10:36:41.3569077Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3569509Z More complicated nested test case with child qconfig overrides ... ok (1.344s) 2022-12-01T10:36:41.3569909Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3570352Z Test quantization for per_channel dynamic quantization ... ok (0.515s) 2022-12-01T10:36:41.3570719Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3571222Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (2.079s) 2022-12-01T10:36:41.3571669Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3572126Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.974s) 2022-12-01T10:36:41.3572564Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3572984Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.572s) 2022-12-01T10:36:41.3573394Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3573779Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.581s) 2022-12-01T10:36:41.3574184Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:36:41.3574551Z Test quantization for nested model, top level 'fc3' and ... ok (0.889s) 2022-12-01T10:36:41.3574921Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3575314Z Test quantization of activations ... ok (1.088s) 2022-12-01T10:36:41.3575701Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3576134Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.006s) 2022-12-01T10:36:41.3576622Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3577100Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.000s) 2022-12-01T10:36:41.3577514Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.030s) 2022-12-01T10:36:41.3577959Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.010s) 2022-12-01T10:36:41.3578427Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.788s) 2022-12-01T10:36:41.3578870Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3579232Z User inserts QuantStub and DeQuantStub in model code ... ok (0.650s) 2022-12-01T10:36:41.3579596Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3579961Z Test quantization for nested model, top level 'fc3' and ... ok (1.412s) 2022-12-01T10:36:41.3580346Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.556s) 2022-12-01T10:36:41.3580753Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3581126Z More complicated nested test case with child qconfig overrides ... ok (1.680s) 2022-12-01T10:36:41.3581514Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3582232Z Test quantization of normalization layers ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize.py:294: 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-12-01T10:36:41.3582973Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-12-01T10:36:41.3583275Z ok (0.763s) 2022-12-01T10:36:41.3583591Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3584000Z Test the post-training quantization flow, serialization and scripting ... ok (0.136s) 2022-12-01T10:36:41.3584400Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3584809Z Test the post-training quantization flow, serialization and scripting ... ok (0.150s) 2022-12-01T10:36:41.3585261Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.008s) 2022-12-01T10:36:41.3585732Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3586114Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.406s) 2022-12-01T10:36:41.3586510Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3586914Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.406s) 2022-12-01T10:36:41.3587318Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3587733Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.768s) 2022-12-01T10:36:41.3588143Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3588498Z The case when we want to skip quantizing some layers ... ok (3.339s) 2022-12-01T10:36:41.3588975Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:36:41.3589444Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.599s) 2022-12-01T10:36:41.3589857Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.008s) 2022-12-01T10:36:41.3590300Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.306s) 2022-12-01T10:36:41.3590707Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:36:41.3591069Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.000s) 2022-12-01T10:36:41.3591468Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.418s) 2022-12-01T10:36:41.3591898Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.620s) 2022-12-01T10:36:41.3592321Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.463s) 2022-12-01T10:36:41.3592828Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.449s) 2022-12-01T10:36:41.3593282Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.007s) 2022-12-01T10:36:41.3593707Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:36:41.3594047Z Using FakeQuant in evaluation only mode, ... ok (0.027s) 2022-12-01T10:36:41.3594419Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.022s) 2022-12-01T10:36:41.3594903Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.886s) 2022-12-01T10:36:41.3595339Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-12-01T10:36:41.3595844Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-12-01T10:36:41.3596267Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:36:41.3596719Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.158s) 2022-12-01T10:36:41.3597156Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.145s) 2022-12-01T10:36:41.3597628Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.481s) 2022-12-01T10:36:41.3598090Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.019s) 2022-12-01T10:36:41.3598547Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.009s) 2022-12-01T10:36:41.3599008Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.006s) 2022-12-01T10:36:41.3599473Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-12-01T10:36:41.3599948Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.042s) 2022-12-01T10:36:41.3600401Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-12-01T10:36:41.3600804Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3601220Z Verifies that calculating a size of a quantized tensor works ... ok (0.030s) 2022-12-01T10:36:41.3601569Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.166s) 2022-12-01T10:36:41.3601998Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3602672Z 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:1004: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:36:41.3603905Z 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 0x000001A724626940>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A724626940>}) 2022-12-01T10:36:41.3604855Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-12-01T10:36:41.3605348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1004: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:36:41.3606469Z 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 0x000001A72464D8B0>}, 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 0x000001A72464D8B0>}) 2022-12-01T10:36:41.3607463Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-12-01T10:36:41.3608267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1000: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:36:41.3609044Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-12-01T10:36:41.3609300Z ok (0.066s) 2022-12-01T10:36:41.3609574Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3610874Z 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:1015: 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 0x000001A724753430>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001A724753430>}) 2022-12-01T10:36:41.3612067Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-12-01T10:36:41.3613303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1015: 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 0x000001A72464D310>}, 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 0x000001A72464D310>}) 2022-12-01T10:36:41.3614543Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-12-01T10:36:41.3615361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1012: 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-12-01T10:36:41.3616165Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:36:41.3616424Z ok (0.054s) 2022-12-01T10:36:41.3616682Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3617025Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.919s) 2022-12-01T10:36:41.3617385Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3617693Z Test quantizing conv and linear ... ok (1.799s) 2022-12-01T10:36:41.3617990Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3618345Z Test quantizing functional conv and linear with reference option ... ok (1.798s) 2022-12-01T10:36:41.3618699Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.084s) 2022-12-01T10:36:41.3619093Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3619540Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-12-01T10:36:41.3620057Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3620537Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3621315Z 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:582: 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-12-01T10:36:41.3621875Z warnings.warn( 2022-12-01T10:36:41.3622412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3622995Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3623587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3624168Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3624417Z ok (0.122s) 2022-12-01T10:36:41.3624713Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3625108Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.012s) 2022-12-01T10:36:41.3625486Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3625935Z Test the output of CopyNode to have the same ... ok (0.150s) 2022-12-01T10:36:41.3626267Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.123s) 2022-12-01T10:36:41.3626727Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3627103Z Tests that the flow still works when the input of custom module ... ok (0.041s) 2022-12-01T10:36:41.3627479Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-12-01T10:36:41.3627872Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3628197Z Make sure default quant is inserted properly ... ok (0.035s) 2022-12-01T10:36:41.3628509Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3628827Z Test to make sure dequantize node are placed before ... ok (0.324s) 2022-12-01T10:36:41.3629151Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3629485Z Make sure quantization runs for models with dictionary output ... ok (0.030s) 2022-12-01T10:36:41.3629843Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3630180Z Tests input for dynamic linear being used by multiple ops ... ok (0.061s) 2022-12-01T10:36:41.3630529Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.084s) 2022-12-01T10:36:41.3630904Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3631246Z Test that weight observer is run in convert step ... ok (0.026s) 2022-12-01T10:36:41.3631571Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3632321Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3633112Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3633427Z ok (0.066s) 2022-12-01T10:36:41.3633697Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3634064Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.052s) 2022-12-01T10:36:41.3634407Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3634736Z Test that the sequence of quant-dequant nodes in the ... ok (0.033s) 2022-12-01T10:36:41.3635086Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:36:41.3635482Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:36:41.3635825Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3636150Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.068s) 2022-12-01T10:36:41.3636520Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3636945Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3637360Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-12-01T10:36:41.3637743Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-12-01T10:36:41.3638114Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3638510Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.019s) 2022-12-01T10:36:41.3638972Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3639322Z Verifies that binary ops get quantized correctly if some ... ok (0.170s) 2022-12-01T10:36:41.3639657Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.270s) 2022-12-01T10:36:41.3640013Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3640347Z Test support for qint8 activation in reference pattern ... ok (0.026s) 2022-12-01T10:36:41.3640708Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:36:41.3641103Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:36:41.3641487Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3641853Z Verifies that an observer is not inserted between an unmatched ... ok (0.022s) 2022-12-01T10:36:41.3642208Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.013s) 2022-12-01T10:36:41.3642555Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3642826Z Test quantizing a not used value ... ok (0.026s) 2022-12-01T10:36:41.3643124Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3643486Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.029s) 2022-12-01T10:36:41.3643852Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3644202Z Verify that specifying complicated output types does not crash. ... ok (0.030s) 2022-12-01T10:36:41.3644621Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.054s) 2022-12-01T10:36:41.3645034Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3645306Z test MatchAllNode with ... ok (0.010s) 2022-12-01T10:36:41.3645640Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-12-01T10:36:41.3646052Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-12-01T10:36:41.3646540Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:36:41.3646990Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3647439Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3647891Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3648331Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3648775Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3649216Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:36:41.3649663Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3650079Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3650509Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.082s) 2022-12-01T10:36:41.3650879Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3651270Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.041s) 2022-12-01T10:36:41.3651690Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:36:41.3652055Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3652414Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.027s) 2022-12-01T10:36:41.3652765Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3653062Z Test tuple input type is preserved ... ok (0.017s) 2022-12-01T10:36:41.3653415Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:36:41.3653846Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:36:41.3654296Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:36:41.3654731Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-12-01T10:36:41.3655162Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-12-01T10:36:41.3655600Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:36:41.3656040Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:36:41.3656436Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.446s) 2022-12-01T10:36:41.3656900Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:36:41.3657371Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:36:41.3657743Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.224s) 2022-12-01T10:36:41.3658135Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.123s) 2022-12-01T10:36:41.3658524Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-12-01T10:36:41.3658964Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-12-01T10:36:41.3659337Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:36:41.3659706Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3660095Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:36:41.3660495Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3660918Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.007s) 2022-12-01T10:36:41.3661343Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3661749Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3662137Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:36:41.3662533Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.216s) 2022-12-01T10:36:41.3662984Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-12-01T10:36:41.3663368Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:36:41.3663797Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:36:41.3664229Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:36:41.3664619Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-12-01T10:36:41.3664995Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3665373Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.568s) 2022-12-01T10:36:41.3665759Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.070s) 2022-12-01T10:36:41.3666104Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3666419Z Test that the FQN of input_scale/zero_point is set ... ok (0.050s) 2022-12-01T10:36:41.3666754Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3667097Z If the output is hardcoded to be quantized, ensure that ... ok (0.130s) 2022-12-01T10:36:41.3667460Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:36:41.3667857Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:36:41.3668242Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3668595Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.041s) 2022-12-01T10:36:41.3668992Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3669320Z Make sure the numerics for models with ref conv module ... ok (0.159s) 2022-12-01T10:36:41.3669700Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3670015Z Make sure the numerics for models with ref linear module ... ok (0.074s) 2022-12-01T10:36:41.3670369Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.007s) 2022-12-01T10:36:41.3670744Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-12-01T10:36:41.3671111Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-12-01T10:36:41.3671510Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.056s) 2022-12-01T10:36:41.3671963Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3672346Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.006s) 2022-12-01T10:36:41.3672819Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-12-01T10:36:41.3673211Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:36:41.3673579Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.276s) 2022-12-01T10:36:41.3673965Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.739s) 2022-12-01T10:36:41.3674342Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.413s) 2022-12-01T10:36:41.3674714Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3675073Z Make sure that shape does not dequantize ... ok (0.031s) 2022-12-01T10:36:41.3675494Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:36:41.3675952Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-12-01T10:36:41.3676372Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.145s) 2022-12-01T10:36:41.3676796Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.243s) 2022-12-01T10:36:41.3677175Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3677544Z Make sure packed params appear in state_dict ... ok (0.114s) 2022-12-01T10:36:41.3677845Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3678212Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.390s) 2022-12-01T10:36:41.3678591Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:36:41.3678968Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.370s) 2022-12-01T10:36:41.3679333Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:36:41.3679736Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-12-01T10:36:41.3680169Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:36:41.3680573Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:36:41.3680982Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:36:41.3681465Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:36:41.3681940Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:36:41.3682359Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-12-01T10:36:41.3682783Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:36:41.3683260Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:36:41.3683715Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.496s) 2022-12-01T10:36:41.3684120Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.683s) 2022-12-01T10:36:41.3684536Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.138s) 2022-12-01T10:36:41.3685022Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:36:41.3685426Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.039s) 2022-12-01T10:36:41.3685858Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-12-01T10:36:41.3686342Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-12-01T10:36:41.3686800Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.009s) 2022-12-01T10:36:41.3687184Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.065s) 2022-12-01T10:36:41.3687603Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.686s) 2022-12-01T10:36:41.3688039Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.065s) 2022-12-01T10:36:41.3688441Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3688783Z A test that checks correct patterns are produced for ... ok (0.029s) 2022-12-01T10:36:41.3689200Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-12-01T10:36:41.3689623Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3689956Z int8 is not supported for bmm so we won't produce reference ... ok (0.024s) 2022-12-01T10:36:41.3690353Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3690686Z Make sure we don't insert observer for boolean Tensors ... ok (0.150s) 2022-12-01T10:36:41.3691002Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3691321Z quantization of the output of cat will depend on the ... ok (0.641s) 2022-12-01T10:36:41.3691661Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-12-01T10:36:41.3692007Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.936s) 2022-12-01T10:36:41.3692374Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.808s) 2022-12-01T10:36:41.3692843Z 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.001s) 2022-12-01T10:36:41.3693390Z 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.001s) 2022-12-01T10:36:41.3693900Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3694309Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.017s) 2022-12-01T10:36:41.3694739Z 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-12-01T10:36:41.3695154Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.117s) 2022-12-01T10:36:41.3695504Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.111s) 2022-12-01T10:36:41.3695877Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.109s) 2022-12-01T10:36:41.3696260Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.578s) 2022-12-01T10:36:41.3696653Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.056s) 2022-12-01T10:36:41.3697050Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3697433Z Test that a proper error message is shown when user don't specify the correct ... ok (0.022s) 2022-12-01T10:36:41.3698282Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.068s) 2022-12-01T10:36:41.3698673Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.136s) 2022-12-01T10:36:41.3699060Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (12.185s) 2022-12-01T10:36:41.3699448Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (17.280s) 2022-12-01T10:36:41.3699942Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:36:41.3700501Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:36:41.3700947Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3701266Z A test that checks dequantize will be swapped for ... ok (0.385s) 2022-12-01T10:36:41.3701600Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3701935Z A test that checks correct patterns are produced for ... ok (0.104s) 2022-12-01T10:36:41.3702262Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3702619Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.059s) 2022-12-01T10:36:41.3702990Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.225s) 2022-12-01T10:36:41.3703367Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.203s) 2022-12-01T10:36:41.3703798Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3704154Z If the inputs to the graph are quantized and the only node ... ok (0.021s) 2022-12-01T10:36:41.3704499Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.802s) 2022-12-01T10:36:41.3704873Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.250s) 2022-12-01T10:36:41.3705255Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.678s) 2022-12-01T10:36:41.3705638Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.080s) 2022-12-01T10:36:41.3706065Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.563s) 2022-12-01T10:36:41.3706581Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:36:41.3707024Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.547s) 2022-12-01T10:36:41.3707389Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.439s) 2022-12-01T10:36:41.3707772Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3708113Z Test multiple qconfigs for a single value ... ok (0.025s) 2022-12-01T10:36:41.3708715Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:36:41.3709370Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:36:41.3710004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3710582Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3710834Z ok (0.669s) 2022-12-01T10:36:41.3711708Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.566s) 2022-12-01T10:36:41.3712131Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.556s) 2022-12-01T10:36:41.3712514Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.456s) 2022-12-01T10:36:41.3713014Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.202s) 2022-12-01T10:36:41.3713375Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.042s) 2022-12-01T10:36:41.3713757Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:36:41.3714092Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (3.059s) 2022-12-01T10:36:41.3714430Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.044s) 2022-12-01T10:36:41.3714820Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.036s) 2022-12-01T10:36:41.3715208Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.042s) 2022-12-01T10:36:41.3715574Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.742s) 2022-12-01T10:36:41.3715919Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.391s) 2022-12-01T10:36:41.3716374Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-12-01T10:36:41.3716873Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:36:41.3717467Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-12-01T10:36:41.3717985Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:36:41.3718530Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-12-01T10:36:41.3718995Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.755s) 2022-12-01T10:36:41.3719360Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.399s) 2022-12-01T10:36:41.3719719Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.010s) 2022-12-01T10:36:41.3720214Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3720695Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:36:41.3720964Z ok (0.063s) 2022-12-01T10:36:41.3721997Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:673: 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-12-01T10:36:41.3722979Z if param.grad is not None: 2022-12-01T10:36:41.3723171Z ok (1.487s) 2022-12-01T10:36:41.3723460Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:36:41.3723826Z Test observers with ignored function and make sure it works in ... ok (1.402s) 2022-12-01T10:36:41.3724532Z 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-12-01T10:36:41.3725453Z warnings.warn( 2022-12-01T10:36:41.3725631Z ok (3.617s) 2022-12-01T10:36:41.3725925Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-12-01T10:36:41.3726310Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.740s) 2022-12-01T10:36:41.3726692Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.106s) 2022-12-01T10:36:41.3727073Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.806s) 2022-12-01T10:36:41.3727456Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-12-01T10:36:41.3727853Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3728193Z Make sure dequantize can support Tuple of tensor ... ok (1.297s) 2022-12-01T10:36:41.3728532Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.051s) 2022-12-01T10:36:41.3728904Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3729241Z A test that checks dequantize will be swapped for ... ok (0.226s) 2022-12-01T10:36:41.3729566Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3729712Z A test that checks correct patterns are produced for ... ok (0.538s) 2022-12-01T10:36:41.3729952Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.615s) 2022-12-01T10:36:41.3730139Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.542s) 2022-12-01T10:36:41.3730656Z 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-12-01T10:36:41.3731027Z [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-12-01T10:36:41.3731436Z [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-12-01T10:36:41.3731786Z [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-12-01T10:36:41.3732147Z [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-12-01T10:36:41.3732490Z [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-12-01T10:36:41.3732561Z ok (3.812s) 2022-12-01T10:36:41.3732751Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.659s) 2022-12-01T10:36:41.3732932Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (18.920s) 2022-12-01T10:36:41.3733119Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.622s) 2022-12-01T10:36:41.3733597Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.951s) 2022-12-01T10:36:41.3733806Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.766s) 2022-12-01T10:36:41.3734009Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.101s) 2022-12-01T10:36:41.3734204Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.739s) 2022-12-01T10:36:41.3734386Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3734561Z Test quant fusion for multiple aten::add using same ... ok (1.670s) 2022-12-01T10:36:41.3734761Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.639s) 2022-12-01T10:36:41.3734950Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3735099Z Test quant fusion for multiple aten::add using same ... ok (20.859s) 2022-12-01T10:36:41.3735299Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.131s) 2022-12-01T10:36:41.3735504Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.705s) 2022-12-01T10:36:41.3735677Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3735825Z quantization of the output of cat will be depend on the ... ok (1.636s) 2022-12-01T10:36:41.3736015Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.849s) 2022-12-01T10:36:41.3736230Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:36:41.3736366Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (12.475s) 2022-12-01T10:36:41.3736553Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.991s) 2022-12-01T10:36:41.3736749Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.718s) 2022-12-01T10:36:41.3736949Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.931s) 2022-12-01T10:36:41.3737150Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.314s) 2022-12-01T10:36:41.3737343Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.076s) 2022-12-01T10:36:41.3737549Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.109s) 2022-12-01T10:36:41.3737752Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.007s) 2022-12-01T10:36:41.3737948Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.096s) 2022-12-01T10:36:41.3738153Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.083s) 2022-12-01T10:36:41.3738361Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.314s) 2022-12-01T10:36:41.3738561Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.104s) 2022-12-01T10:36:41.3738744Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3738898Z Test that we don't fuse the cases when module type does not match ... ok (0.012s) 2022-12-01T10:36:41.3739108Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.311s) 2022-12-01T10:36:41.3739306Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.089s) 2022-12-01T10:36:41.3739510Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.075s) 2022-12-01T10:36:41.3739699Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.057s) 2022-12-01T10:36:41.3740127Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.200s) 2022-12-01T10:36:41.3740312Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-12-01T10:36:41.3740530Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.057s) 2022-12-01T10:36:41.3740736Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3740886Z Make sure we skip observers for ops that doesn't require ... ok (0.053s) 2022-12-01T10:36:41.3741097Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.196s) 2022-12-01T10:36:41.3741321Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3741454Z check quantization for if works as long as ... ok (0.564s) 2022-12-01T10:36:41.3741722Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.167s) 2022-12-01T10:36:41.3741947Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.040s) 2022-12-01T10:36:41.3742163Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.195s) 2022-12-01T10:36:41.3742395Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.216s) 2022-12-01T10:36:41.3742653Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3743053Z Make sure we propagate observed property through general ops ... ok (0.048s) 2022-12-01T10:36:41.3743303Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.061s) 2022-12-01T10:36:41.3743534Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3743697Z Make sure we propagate observed property through general ops ... ok (0.072s) 2022-12-01T10:36:41.3743918Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.060s) 2022-12-01T10:36:41.3744131Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.208s) 2022-12-01T10:36:41.3744348Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-12-01T10:36:41.3744553Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.174s) 2022-12-01T10:36:41.3744778Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.257s) 2022-12-01T10:36:41.3744981Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.229s) 2022-12-01T10:36:41.3745173Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.183s) 2022-12-01T10:36:41.3745347Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3745757Z 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:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:36:41.3745827Z ok (0.105s) 2022-12-01T10:36:41.3746043Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.088s) 2022-12-01T10:36:41.3746252Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-12-01T10:36:41.3746470Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-12-01T10:36:41.3746882Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:36:41.3747275Z 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:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:36:41.3747601Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:36:41.3747916Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:36:41.3748242Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:36:41.3748313Z ok (0.205s) 2022-12-01T10:36:41.3748531Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.094s) 2022-12-01T10:36:41.3748743Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-12-01T10:36:41.3749004Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.004s) 2022-12-01T10:36:41.3749187Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.085s) 2022-12-01T10:36:41.3749458Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.014s) 2022-12-01T10:36:41.3749648Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.453s) 2022-12-01T10:36:41.3749828Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (5.193s) 2022-12-01T10:36:41.3750048Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.017s) 2022-12-01T10:36:41.3750237Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.717s) 2022-12-01T10:36:41.3750417Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.596s) 2022-12-01T10:36:41.3750606Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.790s) 2022-12-01T10:36:41.3750801Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-12-01T10:36:41.3751109Z 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-12-01T10:36:41.3751417Z 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.006s) 2022-12-01T10:36:41.3751626Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.221s) 2022-12-01T10:36:41.3751829Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:36:41.3751971Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2022-12-01T10:36:41.3752188Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.189s) 2022-12-01T10:36:41.3752437Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:36:41.3752769Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:36:41.3752929Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2022-12-01T10:36:41.3753387Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.187s) 2022-12-01T10:36:41.3753634Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:36:41.3753844Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.187s) 2022-12-01T10:36:41.3754092Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:36:41.3754321Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.280s) 2022-12-01T10:36:41.3754552Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.172s) 2022-12-01T10:36:41.3754777Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.244s) 2022-12-01T10:36:41.3755380Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4227: 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-12-01T10:36:41.3755460Z warnings.warn( 2022-12-01T10:36:41.3755528Z ok (0.094s) 2022-12-01T10:36:41.3755757Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.004s) 2022-12-01T10:36:41.3755946Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.588s) 2022-12-01T10:36:41.3756218Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.016s) 2022-12-01T10:36:41.3756416Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.208s) 2022-12-01T10:36:41.3756610Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.131s) 2022-12-01T10:36:41.3756812Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.110s) 2022-12-01T10:36:41.3757015Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.136s) 2022-12-01T10:36:41.3757203Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.313s) 2022-12-01T10:36:41.3757383Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3757526Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.009s) 2022-12-01T10:36:41.3757697Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3757956Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.858s) 2022-12-01T10:36:41.3758136Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3758339Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.985s) 2022-12-01T10:36:41.3758553Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3758754Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (8.326s) 2022-12-01T10:36:41.3758928Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3759129Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (12.647s) 2022-12-01T10:36:41.3759314Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.954s) 2022-12-01T10:36:41.3759501Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.813s) 2022-12-01T10:36:41.3759675Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.322s) 2022-12-01T10:36:41.3760107Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.375s) 2022-12-01T10:36:41.3760299Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.581s) 2022-12-01T10:36:41.3760491Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (47.400s) 2022-12-01T10:36:41.3760983Z 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-12-01T10:36:41.3761063Z warnings.warn( 2022-12-01T10:36:41.3761131Z ok (14.544s) 2022-12-01T10:36:41.3761569Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:36:41.3761791Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:36:41.3761859Z ok (0.006s) 2022-12-01T10:36:41.3762023Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.355s) 2022-12-01T10:36:41.3762205Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (8.653s) 2022-12-01T10:36:41.3762389Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.498s) 2022-12-01T10:36:41.3762624Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.694s) 2022-12-01T10:36:41.3762811Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.291s) 2022-12-01T10:36:41.3762982Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3763142Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (4.917s) 2022-12-01T10:36:41.3763315Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:36:41.3763435Z This test cover upsample_nearest3d ... ok (24.545s) 2022-12-01T10:36:41.3763619Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2022-12-01T10:36:41.3763826Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.635s) 2022-12-01T10:36:41.3764021Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-12-01T10:36:41.3764202Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.334s) 2022-12-01T10:36:41.3764382Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.926s) 2022-12-01T10:36:41.3764599Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.006s) 2022-12-01T10:36:41.3764787Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.790s) 2022-12-01T10:36:41.3764959Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.249s) 2022-12-01T10:36:41.3765144Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.297s) 2022-12-01T10:36:41.3765874Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [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-12-01T10:36:41.3765991Z ok (0.003s) 2022-12-01T10:36:41.3766211Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:36:41.3766437Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:36:41.3766645Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-12-01T10:36:41.3766844Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.006s) 2022-12-01T10:36:41.3767007Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.181s) 2022-12-01T10:36:41.3767187Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.010s) 2022-12-01T10:36:41.3767360Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.253s) 2022-12-01T10:36:41.3767534Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.066s) 2022-12-01T10:36:41.3767726Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.348s) 2022-12-01T10:36:41.3767909Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.096s) 2022-12-01T10:36:41.3768087Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.103s) 2022-12-01T10:36:41.3768277Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-12-01T10:36:41.3768482Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.053s) 2022-12-01T10:36:41.3768723Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.464s) 2022-12-01T10:36:41.3768906Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.061s) 2022-12-01T10:36:41.3769079Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.816s) 2022-12-01T10:36:41.3769255Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.328s) 2022-12-01T10:36:41.3769432Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.157s) 2022-12-01T10:36:41.3769682Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.001s) 2022-12-01T10:36:41.3769971Z 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.007s) 2022-12-01T10:36:41.3770155Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.236s) 2022-12-01T10:36:41.3770685Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_op.py:2001: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:36:41.3770788Z indices = torch.tensor(X).long() 2022-12-01T10:36:41.3770857Z ok (0.091s) 2022-12-01T10:36:41.3771112Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-12-01T10:36:41.3771292Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.231s) 2022-12-01T10:36:41.3771473Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.784s) 2022-12-01T10:36:41.3771645Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.992s) 2022-12-01T10:36:41.3772275Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:36:41.3772433Z warnings.warn(msg, FutureWarning) 2022-12-01T10:36:41.3772502Z ok (0.011s) 2022-12-01T10:36:41.3772820Z 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-12-01T10:36:41.3773041Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-12-01T10:36:41.3773233Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:36:41.3773495Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:36:41.3773755Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-12-01T10:36:41.3774015Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:36:41.3774226Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:36:41.3774462Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:36:41.3775039Z 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:204.) 2022-12-01T10:36:41.3775149Z y = torch._saturate_weight_to_fp16(x) 2022-12-01T10:36:41.3775218Z ok (0.002s) 2022-12-01T10:36:41.3775432Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:36:41.3775660Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:36:41.3775915Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3776143Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-12-01T10:36:41.3776385Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3776617Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:36:41.3776858Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:36:41.3777080Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:36:41.3777285Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:36:41.3777513Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.046s) 2022-12-01T10:36:41.3777711Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:36:41.3777911Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:36:41.3778120Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:36:41.3778336Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3778587Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:36:41.3778801Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-12-01T10:36:41.3779022Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:36:41.3779234Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:36:41.3779453Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-12-01T10:36:41.3779667Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:36:41.3779878Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:36:41.3780120Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3780334Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-12-01T10:36:41.3780581Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3780789Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:36:41.3781008Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:36:41.3781259Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:36:41.3781475Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-12-01T10:36:41.3781718Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:36:41.3781941Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-12-01T10:36:41.3782165Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:36:41.3782370Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:36:41.3782580Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:36:41.3782800Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.782s) 2022-12-01T10:36:41.3783006Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:36:41.3783374Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:36:41.3783509Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:36:41.3783578Z ok (0.004s) 2022-12-01T10:36:41.3783785Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:36:41.3784008Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:36:41.3784215Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:36:41.3784417Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:36:41.3784651Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:36:41.3784880Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.718s) 2022-12-01T10:36:41.3785131Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:36:41.3785291Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.031s) 2022-12-01T10:36:41.3785485Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:36:41.3785701Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:36:41.3785934Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.029s) 2022-12-01T10:36:41.3786161Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.006s) 2022-12-01T10:36:41.3786357Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:36:41.3786519Z Checks the rnn reference quantized modules has correct numerics ... ok (0.010s) 2022-12-01T10:36:41.3786725Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:36:41.3786893Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.016s) 2022-12-01T10:36:41.3787093Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:36:41.3787205Z Embedding and EmbeddingBag ... ok (0.007s) 2022-12-01T10:36:41.3787405Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.052s) 2022-12-01T10:36:41.3787614Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.023s) 2022-12-01T10:36:41.3787860Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.014s) 2022-12-01T10:36:41.3788072Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.025s) 2022-12-01T10:36:41.3788282Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2022-12-01T10:36:41.3788499Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-12-01T10:36:41.3788717Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-12-01T10:36:41.3789007Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-12-01T10:36:41.3789217Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2022-12-01T10:36:41.3789414Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.010s) 2022-12-01T10:36:41.3789661Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-12-01T10:36:41.3789880Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-12-01T10:36:41.3790080Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.043s) 2022-12-01T10:36:41.3790290Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.064s) 2022-12-01T10:36:41.3790496Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.047s) 2022-12-01T10:36:41.3791071Z 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:1530: 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-12-01T10:36:41.3791150Z warnings.warn( 2022-12-01T10:36:41.3791580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3791803Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3792212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1306: 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-12-01T10:36:41.3792381Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:36:41.3792451Z ok (0.429s) 2022-12-01T10:36:41.3792735Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.044s) 2022-12-01T10:36:41.3792959Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-12-01T10:36:41.3793178Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-12-01T10:36:41.3793383Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3793525Z Tests the correctness of the batchnorm2d module. ... ok (0.002s) 2022-12-01T10:36:41.3793995Z 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:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:36:41.3794074Z warnings.warn( 2022-12-01T10:36:41.3794128Z ok (0.010s) 2022-12-01T10:36:41.3794381Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3794523Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-12-01T10:36:41.3794760Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.008s) 2022-12-01T10:36:41.3794975Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.653s) 2022-12-01T10:36:41.3795180Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.911s) 2022-12-01T10:36:41.3795382Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.733s) 2022-12-01T10:36:41.3795580Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3795716Z Tests the correctness of the dropout module. ... ok (0.012s) 2022-12-01T10:36:41.3795950Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.009s) 2022-12-01T10:36:41.3796139Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3796267Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-12-01T10:36:41.3796488Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.263s) 2022-12-01T10:36:41.3796696Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3796886Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (5.393s) 2022-12-01T10:36:41.3797081Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3797219Z Tests the correctness of the groupnorm module. ... ok (0.000s) 2022-12-01T10:36:41.3797423Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3797561Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.006s) 2022-12-01T10:36:41.3797759Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3797894Z Tests the correctness of the layernorm module. ... ok (0.012s) 2022-12-01T10:36:41.3798155Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:36:41.3798373Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (29.143s) 2022-12-01T10:36:41.3798568Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:36:41.3798697Z Tests the correctness of the pool module. ... ok (0.020s) 2022-12-01T10:36:41.3798905Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-12-01T10:36:41.3799127Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-12-01T10:36:41.3799333Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.012s) 2022-12-01T10:36:41.3799544Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:36:41.3799774Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (6.295s) 2022-12-01T10:36:41.3800024Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.062s) 2022-12-01T10:36:41.3800262Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-12-01T10:36:41.3800541Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.029s) 2022-12-01T10:36:41.3800781Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-12-01T10:36:41.3801066Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-12-01T10:36:41.3801352Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.035s) 2022-12-01T10:36:41.3801584Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:36:41.3801745Z This tests that a placeholder Node can be matched to a Node with ... ok (0.031s) 2022-12-01T10:36:41.3801976Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-12-01T10:36:41.3802231Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-12-01T10:36:41.3802469Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-12-01T10:36:41.3802704Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.060s) 2022-12-01T10:36:41.3802927Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:36:41.3803178Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.035s) 2022-12-01T10:36:41.3803360Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:36:41.3803523Z Test that we can record complex example inputs such as lists and dicts ... ok (0.007s) 2022-12-01T10:36:41.3803709Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:36:41.3803892Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.006s) 2022-12-01T10:36:41.3804083Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.007s) 2022-12-01T10:36:41.3804265Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:36:41.3804452Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:36:41.3804679Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:36:41.3804862Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.003s) 2022-12-01T10:36:41.3804871Z 2022-12-01T10:36:41.3805029Z ---------------------------------------------------------------------- 2022-12-01T10:36:41.3805114Z Ran 942 tests in 690.578s 2022-12-01T10:36:41.3805121Z 2022-12-01T10:36:41.3805196Z OK (skipped=94) 2022-12-01T10:36:41.3805202Z 2022-12-01T10:36:41.3805291Z Generating XML reports... 2022-12-01T10:36:41.3805641Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201102509.xml 2022-12-01T10:36:41.3805972Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201102509.xml 2022-12-01T10:36:41.3806317Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201102509.xml 2022-12-01T10:36:41.3806662Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201102509.xml 2022-12-01T10:36:41.3806962Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221201102509.xml 2022-12-01T10:36:41.3807330Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201102509.xml 2022-12-01T10:36:41.3807629Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201102509.xml 2022-12-01T10:36:41.3807956Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201102509.xml 2022-12-01T10:36:41.3808252Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221201102509.xml 2022-12-01T10:36:41.3808588Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201102509.xml 2022-12-01T10:36:41.3808904Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201102509.xml 2022-12-01T10:36:41.3809211Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201102509.xml 2022-12-01T10:36:41.3809492Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201102509.xml 2022-12-01T10:36:41.3809792Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201102509.xml 2022-12-01T10:36:41.3810106Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201102509.xml 2022-12-01T10:36:41.3810442Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201102509.xml 2022-12-01T10:36:41.3810732Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201102509.xml 2022-12-01T10:36:41.3811024Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201102509.xml 2022-12-01T10:36:41.3811309Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201102509.xml 2022-12-01T10:36:41.3811626Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201102509.xml 2022-12-01T10:36:41.3811931Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201102509.xml 2022-12-01T10:36:41.3812268Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201102509.xml 2022-12-01T10:36:41.3812563Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201102509.xml 2022-12-01T10:36:41.3812905Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201102509.xml 2022-12-01T10:36:41.3813202Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201102509.xml 2022-12-01T10:36:41.3813510Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201102509.xml 2022-12-01T10:36:41.3813857Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201102509.xml 2022-12-01T10:36:41.3814176Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201102509.xml 2022-12-01T10:36:41.3814535Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201102509.xml 2022-12-01T10:36:41.3814856Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201102509.xml 2022-12-01T10:36:41.3815174Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201102509.xml 2022-12-01T10:36:41.3815493Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201102509.xml 2022-12-01T10:36:41.3815810Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201102509.xml 2022-12-01T10:36:41.3816100Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221201102509.xml 2022-12-01T10:36:41.3816381Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221201102509.xml 2022-12-01T10:36:41.3816676Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221201102509.xml 2022-12-01T10:36:41.3816993Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201102509.xml 2022-12-01T10:36:41.3817315Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201102509.xml 2022-12-01T10:36:41.3817630Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201102509.xml 2022-12-01T10:36:41.3817966Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201102509.xml 2022-12-01T10:36:41.3818296Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201102509.xml 2022-12-01T10:36:41.3818652Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201102509.xml 2022-12-01T10:36:41.3818987Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201102509.xml 2022-12-01T10:36:41.3819265Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201102509.xml 2022-12-01T10:36:41.3819567Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201102509.xml 2022-12-01T10:36:41.3819854Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201102509.xml 2022-12-01T10:36:41.3820138Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201102509.xml 2022-12-01T10:36:41.3820433Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201102509.xml 2022-12-01T10:36:41.3820734Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201102509.xml 2022-12-01T10:36:41.3821023Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201102509.xml 2022-12-01T10:36:41.3821383Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201102509.xml 2022-12-01T10:36:41.3821727Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201102509.xml 2022-12-01T10:36:41.3822029Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201102509.xml 2022-12-01T10:36:41.3822316Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201102509.xml 2022-12-01T10:36:41.3822626Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201102509.xml 2022-12-01T10:36:41.3822959Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201102509.xml 2022-12-01T10:36:41.3823298Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201102509.xml 2022-12-01T10:36:41.3823618Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201102509.xml 2022-12-01T10:36:41.3823948Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201102509.xml 2022-12-01T10:36:41.3824261Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201102509.xml 2022-12-01T10:36:41.3824530Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221201102509.xml 2022-12-01T10:36:41.3824840Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201102509.xml 2022-12-01T10:36:41.3825126Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201102509.xml 2022-12-01T10:36:41.3825442Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201102509.xml 2022-12-01T10:36:41.3825510Z 2022-12-01T10:36:41.3825852Z ##[endgroup] 2022-12-01T10:36:41.3826118Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_8yql2upx) 2022-12-01T10:36:41.3826125Z 2022-12-01T10:36:43.5348722Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:36:43.6809007Z Running test_meta ... [2022-12-01 10:36:43.680469] 2022-12-01T10:36:43.6813996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:36:43.681093] 2022-12-01T10:36:43.6815727Z Ignoring disabled issues: [] 2022-12-01T10:41:47.4554129Z 2022-12-01T10:41:47.4556954Z Expand the folded group to see the log file of test_meta 2022-12-01T10:41:47.4558093Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_byg_uo95) 2022-12-01T10:41:47.4646487Z 2022-12-01T10:41:47.4646723Z Running tests... 2022-12-01T10:41:47.4649528Z ---------------------------------------------------------------------- 2022-12-01T10:41:47.4649997Z Test results will be stored in test-reports\python-unittest\test_meta 2022-12-01T10:41:47.4650422Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4650907Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4651290Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4651881Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4652224Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4652746Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4653307Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4653698Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4654079Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4654436Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4654785Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4655206Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4655809Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4656321Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4656904Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4657359Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4657816Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4658225Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4658794Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4659337Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4659910Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4660474Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4661040Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.4661606Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4662086Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4662610Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4663455Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4664099Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4664737Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4665331Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4665943Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4666540Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4667182Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4667626Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4668071Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4668607Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4669113Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4669618Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4670085Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4670705Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4671230Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4671896Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4672445Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4672966Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4673431Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4673921Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4674424Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4674922Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4675410Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4675899Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4676397Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4676836Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4677329Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4677812Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4678314Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4678815Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4679325Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4679768Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4680263Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4680771Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4681296Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4681809Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4682303Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4682941Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4683398Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4683884Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4684358Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4684840Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4685415Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4686022Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4687470Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.4688000Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4688509Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4688999Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4689514Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4690020Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4690532Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.4690987Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4691582Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4692083Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4692584Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4693076Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4693563Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4694007Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4694498Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4694992Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4695509Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4696035Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4696538Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4697010Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4697467Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4697946Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4698408Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4698878Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4699359Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4699842Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4700287Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4700775Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4701272Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4701747Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4702344Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4702858Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4703359Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4703830Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4704344Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4704869Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4705370Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4705874Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4706370Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4706807Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4707299Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4707783Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4708296Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4708805Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4709326Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4710708Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4711215Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4711705Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4712207Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4712683Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4713168Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4713634Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4714072Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4714556Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4715059Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4715558Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4716027Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4716521Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4716977Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4717419Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4717918Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4718406Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4718890Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4719340Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4719784Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4720204Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4720611Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4721057Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4721524Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4721962Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4722401Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4722853Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4723276Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4723731Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4724197Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4724663Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4725116Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4725562Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4725962Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4726395Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4726842Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4727293Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4727736Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4728279Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4728707Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4729179Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4729637Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4730083Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4730535Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4730966Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4731392Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4731804Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4732248Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4732698Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4733158Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4733598Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4734046Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4734466Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4734900Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4735345Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4735775Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4736212Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4736641Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4737073Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4737502Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4737926Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4738450Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4738924Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4739377Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4739851Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4740281Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4740740Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4741198Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4741650Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4742101Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4742548Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4742964Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4743451Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.4743908Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4744362Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4744816Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.4745285Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4745824Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4746288Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4746746Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4747191Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4747631Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4748093Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4748616Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4749046Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4749550Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4750019Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4750558Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4751027Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4751477Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4751916Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4752340Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4752776Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4753219Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4753657Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4754111Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4754570Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4755035Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4755626Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4756135Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4756631Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4757113Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4757607Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4758076Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4758533Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4759008Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4759482Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4759973Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4760434Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4760895Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4761323Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4761791Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4762255Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4762762Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4763194Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4763633Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4764090Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4764516Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4764974Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4765446Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4765904Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4766342Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4766799Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4767216Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4767666Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4768106Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4768563Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4768988Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4769436Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4769847Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4770296Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4770752Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4771199Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4771645Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4772103Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4772531Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4773011Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4773456Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4773875Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4774298Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4774731Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.770s) 2022-12-01T10:41:47.4775219Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.4775664Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.4776153Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.4776619Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.4777090Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.4777567Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4778011Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4778459Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4778880Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4779336Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4779784Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4780282Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4780721Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4781154Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.4781561Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4782015Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.4782462Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4782924Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4783367Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4783808Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4784171Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4784502Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4784957Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4785403Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4785852Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.4786306Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4786754Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4787181Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4787634Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4788089Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4788534Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4788981Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4789429Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4789938Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4790478Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4790935Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4791414Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4791881Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4792320Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4792773Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4793190Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4793618Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4794052Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4794497Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4794930Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4795375Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4795785Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4796240Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4796693Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4797208Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4797655Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4798088Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4798490Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4798913Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4799347Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4799775Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4800202Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4800644Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4801108Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4801533Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4801979Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4802428Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4802890Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4803330Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4803774Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4804216Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4804671Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4805115Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4805564Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4806022Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4806473Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4806995Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4807445Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4807893Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4808332Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4808791Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4809244Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4809689Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4810104Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4810537Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4810976Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4811432Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4811876Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4812320Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4812738Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4813201Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4813648Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4814158Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4814623Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4815053Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4815509Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4815952Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4816397Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4816858Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4817308Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4817767Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4818228Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4818673Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4819148Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4819609Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4820065Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4820512Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4820957Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4821432Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4821848Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4822285Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4822731Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4823182Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4823646Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4824171Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4824623Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4825111Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4825568Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4826024Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4826477Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4826941Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4827381Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4827808Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4828266Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4828737Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4829210Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4829583Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4829965Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4830319Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4830870Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4831235Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4831582Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4831933Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4832280Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4832690Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4833023Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4833365Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4833706Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4834026Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4834354Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4834683Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4834989Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4835305Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4835617Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4835946Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4836268Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4836587Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4836910Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4837223Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4837548Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4837940Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4838283Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4838625Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4838959Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4839268Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4839590Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4839910Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4840236Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4840557Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4840883Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4841197Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4841528Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4841858Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4842182Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4842505Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4842813Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4843152Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4843474Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4843801Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4844129Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4844462Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4844805Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4845136Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4845445Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4845768Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4846092Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4846417Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4846732Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4847055Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4847368Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4847699Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4848034Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4848377Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4848715Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4849049Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4849363Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4849699Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4850121Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4850497Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4850876Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4851214Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4851561Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4851893Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4852248Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4852603Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4852952Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4853294Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4853634Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4853957Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4854291Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4854624Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4854963Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4855293Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4855636Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4856009Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4856348Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4856691Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4857042Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4857391Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4857724Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4858060Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4858373Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4858707Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4859042Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4859371Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4859691Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4860035Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4860363Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4860695Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4861042Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4861391Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4861738Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4862078Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4862417Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4862728Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4863109Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4863440Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4863773Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4864087Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4864421Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4864745Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.4865089Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4865432Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4865755Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.4866074Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4866399Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4866707Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4867022Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4867338Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4867664Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.4868040Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4868368Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4868694Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4869003Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4869330Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4869662Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4869993Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4870325Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4870816Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4871127Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4871454Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4871767Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4872082Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4872401Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4872720Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4873020Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4873328Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4873637Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.4873955Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.4874278Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4874595Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4874919Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4875286Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4875605Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.4875932Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4876255Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4876587Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4876930Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4877253Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4877593Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4877928Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4878367Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4878764Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4879160Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4879549Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4879898Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4880291Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4880736Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4881137Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4881529Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4881919Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4882255Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4932810Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4933404Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4933753Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4934110Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4934469Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4934820Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4935159Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4935504Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4935841Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4936153Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4936481Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4936812Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4937151Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4937488Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4937828Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4938170Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4939182Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4939523Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4939858Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4940186Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4940511Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4940838Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4941149Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4941471Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4941797Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4942123Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4942445Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4942770Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4943072Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4943387Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4943695Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4944000Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4944378Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4944692Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4944984Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4945298Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4945613Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4945932Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4946260Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4946588Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4946908Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4947212Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4947531Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4947844Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4948158Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4948462Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4948767Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4949059Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4949388Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4949744Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4950096Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4950578Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4950944Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4951365Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4951767Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4952160Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4952517Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4952860Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4953202Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4953548Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4953878Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4954220Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4954560Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4954902Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4955247Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4955592Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4955925Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4956245Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4956628Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4956958Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4957283Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4957609Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4957940Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4958270Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:41:47.4958587Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.4958912Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.4959236Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.4959566Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.4959889Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.4960214Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.4960522Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.4960847Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.4961166Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4961476Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4961795Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4962116Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4962423Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4962741Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4963048Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4963352Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4963709Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4964009Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4964312Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.4964602Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4964931Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4965275Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4965628Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4965982Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4966325Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4966656Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4966994Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4967331Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.4967662Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4967995Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4968327Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4968713Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4969018Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.4969329Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4969642Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.4969964Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4970282Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.4970586Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4970883Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4971195Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4971503Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4971808Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.4972113Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4972418Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4972715Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4973027Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:41:47.4973344Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:41:47.4973664Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4973975Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4974287Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4974580Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4974886Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4975192Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4975543Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4975848Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4976156Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4976456Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4976766Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4977093Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4977417Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4977739Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4978053Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4978363Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4978665Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4978970Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4979276Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4979568Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.4979869Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4980174Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4980515Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4980832Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4981144Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4981464Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4981775Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4982089Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4982376Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4982679Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4982974Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4983272Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4983573Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4983865Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.4984186Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.4984508Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.4984829Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.4985146Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.4985488Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.4985834Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.4986172Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.4986497Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.4986837Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.4987181Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.4987562Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.4987892Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.4988214Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4988524Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4988821Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.4989145Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4989463Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4989776Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4990087Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4990505Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4990809Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4991108Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4991406Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4991703Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.4992008Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.4992752Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4993071Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4993380Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4993689Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4993993Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4994286Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4994582Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4994877Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.4995182Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4995501Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4995833Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4996148Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.4996455Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.4996769Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4997076Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4997380Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4997690Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4998003Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4998319Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.4998628Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.4998925Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4999246Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.4999612Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.4999926Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5000241Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5000550Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5000861Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5001162Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5001476Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5001782Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5002097Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5002420Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5002733Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5003034Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5003340Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5003648Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5003951Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5004251Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5004593Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5004883Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5005184Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5005511Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5005837Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5006164Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5006505Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5006838Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5007162Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5007486Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5007805Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5008128Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5008450Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5008764Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5009073Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5009390Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5009717Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:41:47.5010051Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:41:47.5010381Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:41:47.5010721Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.5011053Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:41:47.5011422Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:41:47.5011750Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.5012080Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.5012399Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:41:47.5012720Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:41:47.5013041Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.128s) 2022-12-01T10:41:47.5013358Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:41:47.5013673Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5013988Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5014310Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5014620Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5014925Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5015225Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5015534Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5015852Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5016216Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5016524Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5016825Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5017125Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5017416Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5017715Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5018019Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5018315Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5018631Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5018961Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5019290Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5019631Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5019975Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5020312Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5020637Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5020964Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5021271Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5021592Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5021911Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5022232Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5022554Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5022883Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5023268Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5023594Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5023942Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5024283Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5024618Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5024962Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5025302Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5025629Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5025942Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5026264Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5026591Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5026921Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5027243Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5027570Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5027938Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5028273Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5028609Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5028931Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5029254Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5029576Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5029887Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5030205Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5030641Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5030963Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5031282Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5031601Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5031923Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5032225Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5032528Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5032835Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5033134Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5033437Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5033751Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5034059Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5034375Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5034701Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5035084Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5035410Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5035725Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5036039Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5036340Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5036642Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5036957Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5037271Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5037575Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5037883Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5038182Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5038491Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5038798Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5039106Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5039400Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5039695Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5040029Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5040329Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5040629Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5040932Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5041232Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5041544Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5041845Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5042156Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5042460Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5042761Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5043057Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5043356Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5043650Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5043942Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5044252Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5044579Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5044916Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5045252Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5045587Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5045904Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5046226Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5046601Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5046921Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5047236Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5047557Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5047864Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5048178Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.300s) 2022-12-01T10:41:47.5048488Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.303s) 2022-12-01T10:41:47.5048804Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:41:47.5049119Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:41:47.5049421Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:41:47.5049717Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.302s) 2022-12-01T10:41:47.5050007Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:41:47.5050296Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:41:47.5050599Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:41:47.5050891Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.326s) 2022-12-01T10:41:47.5051201Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5051562Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5051877Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5052190Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5052504Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5052895Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5053201Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5053547Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5053831Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5054137Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5054450Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5054759Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5055065Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5055380Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5055687Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5055984Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5056285Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5056589Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5056894Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5057202Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5057509Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5057807Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5058115Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5058482Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5058832Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5059136Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5059484Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5059774Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5060089Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5060415Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5060741Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5061066Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5061378Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5061680Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5061996Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5062301Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5062609Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5062922Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5063231Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5063600Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5063912Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5064230Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5064551Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5064915Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5065225Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5065571Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5065859Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5066164Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5066503Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5066866Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5067232Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5067589Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5067944Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5068274Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5068627Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5068968Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5069306Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5069655Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5069989Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5070296Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5070808Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5071129Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5071491Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5071802Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5072113Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5072424Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5072721Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5073030Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5073342Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5073650Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5073968Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5074284Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5074586Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5074894Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5075192Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5075496Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5075851Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5076152Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5076440Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5076796Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5077121Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5077486Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5077820Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5078156Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5078467Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5078795Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5079110Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5079431Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5079748Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5080062Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5080375Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5080685Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5081004Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5081327Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5081652Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5081986Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5082312Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5082725Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5083046Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5083404Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5083724Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5084033Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5084346Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5084672Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5084975Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5085304Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5085639Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5085966Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5086284Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5086603Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5086915Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5087229Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5087548Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5087910Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5088224Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5088540Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5088906Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5089250Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5089627Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5089971Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5090307Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5090643Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5090977Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5091133Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5091281Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5091439Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5091588Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.342s) 2022-12-01T10:41:47.5091731Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.355s) 2022-12-01T10:41:47.5091880Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:41:47.5092027Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.352s) 2022-12-01T10:41:47.5092176Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:41:47.5092318Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:41:47.5092460Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.321s) 2022-12-01T10:41:47.5092603Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.319s) 2022-12-01T10:41:47.5092789Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.320s) 2022-12-01T10:41:47.5092927Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.364s) 2022-12-01T10:41:47.5093065Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.326s) 2022-12-01T10:41:47.5093205Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.321s) 2022-12-01T10:41:47.5093359Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5093501Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5093653Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5093789Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5093937Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5094082Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5094224Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5094369Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5094518Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5094704Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5094858Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5095005Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5095193Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5095382Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5095526Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5095688Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5095852Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5096011Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5096166Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5096328Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5096485Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5096633Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5096793Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5096955Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5097120Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5097282Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5097455Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5097622Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5097785Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5097950Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5098110Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5098268Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5098477Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5098635Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5098790Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5098948Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5099107Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5099266Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5099424Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5099581Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5099741Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5099888Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5100045Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5100199Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5100357Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5100507Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5100742Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5100894Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5101040Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5101187Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5101380Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5101522Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5101663Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5101801Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5101939Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102089Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102229Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102385Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102526Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102681Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102831Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5102972Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103117Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103263Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103404Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103547Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103695Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5103838Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5104029Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5104174Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5104323Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5104475Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5104627Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5104770Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5104917Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5105065Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5105197Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5105338Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5105483Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5105627Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5105766Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5105913Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5106056Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5106204Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5106399Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5106554Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5106745Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5106895Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5107037Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5107177Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5107364Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5107512Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5107652Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5107781Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5107932Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5108084Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.5108231Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5108379Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5108526Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5108666Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5108806Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5108944Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5109081Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5109225Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5109370Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5109509Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5110050Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5110201Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5110432Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5110584Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5110717Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5110861Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5111006Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5111148Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5111292Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5111432Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5111574Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5111734Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5111878Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5112037Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5112199Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5112348Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5112555Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5112760Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5112908Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113060Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113212Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113400Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113538Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113685Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5113829Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5113967Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5114113Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5114260Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5114405Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5114546Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5114689Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5114825Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5114964Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5115105Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5115237Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5115378Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5115517Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5115663Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5115854Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5115995Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5116141Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5116288Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5116433Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5116573Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5116718Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5116859Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5116994Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5117135Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5117279Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5117423Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5117562Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5117702Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5117838Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5117976Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5118155Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5118292Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5118418Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5118559Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5118750Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5118888Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5119032Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5119177Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5119315Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5119455Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5119594Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5119777Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5119917Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5120074Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5120215Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5120365Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5120513Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5120656Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5120797Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5120930Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5121069Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5121210Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5121358Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5121547Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5121687Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5121831Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5121969Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5122110Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5122250Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5122391Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5122527Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5122668Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5127913Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5128060Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5128213Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5128357Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5128499Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5128630Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5128773Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5129022Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5129165Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5129306Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5129447Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5129602Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5129751Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5129908Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5130062Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130215Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130367Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130516Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130666Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130819Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5130963Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5131161Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5131310Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5131445Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5131587Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5131787Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5131944Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5132089Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5132296Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5132444Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5132588Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5132732Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5132873Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5133012Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5133152Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5133302Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5133443Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5133588Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5133736Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5133873Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5134001Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5134140Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5134285Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5134422Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5134564Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5134759Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5134906Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5135048Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5135188Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5135326Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5135465Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5135603Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5135742Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5135883Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5136021Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5136166Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5136323Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5136468Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5136613Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5136762Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5136907Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5137092Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5137238Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5137383Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5137526Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5137724Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5137886Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5138087Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5138233Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5138381Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5138529Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5138671Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5138813Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5138958Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5139097Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5139227Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5139388Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5139545Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5139691Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5139842Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5139989Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5140130Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5140619Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5140774Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5140916Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5141079Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5141235Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5141400Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5141556Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5141717Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5141872Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5142026Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5142176Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5142318Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5142474Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5142618Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5142770Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5142922Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5143117Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5143277Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5143434Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5143582Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5143772Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5143972Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5144119Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5144267Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5144408Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5144553Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5144702Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5144858Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5145010Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5145148Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5145298Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5145447Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5145587Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5145733Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5145878Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5146019Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5146164Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5146362Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5146518Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5146670Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5146824Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5146971Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5147115Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5147260Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5147402Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5147546Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5147694Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5147840Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5147995Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5148145Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5148295Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5148444Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5148588Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5148733Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5148879Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5149069Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5149217Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5149372Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5149572Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5149768Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5149921Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5150068Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5150213Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5150462Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5150626Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5150757Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5150906Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5151065Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5151223Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5151377Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5151530Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5151678Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5151826Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5151973Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5152167Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5152315Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5152477Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5152634Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5152799Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5152961Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5153121Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5153279Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5153436Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5153580Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5153735Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5153886Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5154038Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5154194Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5154351Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5154505Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5154657Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5154805Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5154958Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5155155Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5155304Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5155501Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5155693Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5155844Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5155995Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5156146Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5156294Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5156429Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5156577Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5156723Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5156870Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5157018Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5157172Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5157322Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5157477Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5157625Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5157819Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5157969Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5158117Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5158269Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5158430Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5158588Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5158742Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5158892Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5159040Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5159176Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5159323Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5159472Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5159620Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5159769Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5159927Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5160083Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5160235Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5160386Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5160534Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5160681Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5160826Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5161018Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5161215Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5161360Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5161519Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5161721Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5161877Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5162012Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5162164Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5162314Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5162464Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5162615Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5162763Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5162910Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5163061Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5163212Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5163358Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5163548Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5163695Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5163841Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5163988Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5164135Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5164284Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5164433Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5164568Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5164713Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5164862Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5165009Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5165157Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5165310Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5165461Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5165616Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5165762Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5165909Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5166054Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5166201Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5166349Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5166495Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5166637Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5166829Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5167022Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5167175Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5167307Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5167455Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5167644Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5167796Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5167938Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5168079Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5168222Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5168366Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5168520Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5168666Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5168825Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5168979Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5169132Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5169325Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5169477Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5169626Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5169776Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5169909Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5170054Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5170200Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5170340Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5170485Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5170627Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5170778Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5170931Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5171080Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5171226Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5171373Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5171515Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5171656Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5171796Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5171935Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5172079Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5172230Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5172378Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5172565Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5172724Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5172877Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5173071Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5173219Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5173367Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5173517Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5173706Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5173854Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5173999Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5174148Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5174293Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5174449Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5174602Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5174752Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5174946Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5175096Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5175231Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5175375Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5175521Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5175667Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5175809Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5175957Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5176104Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5176257Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5176410Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5176562Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5176711Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5176861Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177007Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177151Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177295Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177435Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177576Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177707Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5177867Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5178019Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5178178Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5178382Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5178540Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5178695Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5178846Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5179045Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5179200Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5179353Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5179502Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5179696Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5179852Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5179999Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5180147Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5180290Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5180434Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5180564Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5180750Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5180894Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5181054Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.637s) 2022-12-01T10:41:47.5181215Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.5181372Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.5181527Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.5181686Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5181836Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5181983Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5182135Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5182289Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5182435Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5182579Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5182725Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5182871Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5183015Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5183158Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5183286Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5183427Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5183567Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5183709Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5183860Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5184044Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5184188Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5184336Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5184480Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5184619Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5184759Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5184900Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5185086Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5185227Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5185378Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5185523Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5185712Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5185843Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5185984Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5186124Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5186265Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5186452Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5186595Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5186741Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5186889Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5187034Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5187176Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5187326Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5187474Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5187620Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5187767Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5187923Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5188070Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5188227Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5188372Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5188522Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5188672Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5188820Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5188969Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5189116Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5189264Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5189411Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5189556Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5189750Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5189900Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5190054Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5190208Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5190440Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5190590Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5190742Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5190891Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5191088Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5191221Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5191367Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5191517Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5191701Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5191845Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5191985Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5192124Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5192310Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5192458Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5192598Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5192743Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5192884Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5193022Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5193163Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5193304Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5193443Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5193582Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5193709Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5193863Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5194014Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5194164Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.5194312Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5194467Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.170s) 2022-12-01T10:41:47.5194626Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.168s) 2022-12-01T10:41:47.5194785Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.140s) 2022-12-01T10:41:47.5194938Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:41:47.5195092Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:41:47.5195244Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:41:47.5195393Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:41:47.5195669Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:41:47.5195853Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-12-01T10:41:47.5196044Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:41:47.5196223Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5196400Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5196530Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5196715Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5196944Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5197124Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5197306Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5197483Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5197707Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5197883Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5198071Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5198251Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5198439Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5198675Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5198864Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5199050Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5199232Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5199408Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5199585Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5199712Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5199888Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5200062Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5200252Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5200443Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5200632Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5200820Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5201010Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5201196Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5201382Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5201571Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5201754Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5201941Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5202127Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.207s) 2022-12-01T10:41:47.5202307Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:41:47.5202492Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:41:47.5202724Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:41:47.5202992Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:41:47.5203144Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.204s) 2022-12-01T10:41:47.5203332Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.201s) 2022-12-01T10:41:47.5203562Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5203748Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5203951Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5204139Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5204330Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5204516Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5204699Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5204880Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5205062Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5205241Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5205418Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5205604Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5205833Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5206019Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5206198Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5206341Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5206526Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5206714Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5206899Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5207080Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5221635Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5221945Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5222104Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5222253Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5222409Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5222559Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5222710Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5222860Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5223010Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5223154Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5223298Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5223445Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5223574Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5223715Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5224394Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5224536Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5224676Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5224815Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5224968Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5225121Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5225272Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5225424Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5225580Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5225730Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5225883Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5226034Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5226186Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5226336Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5226483Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5226626Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5226845Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5227013Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5227224Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5227381Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5227535Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5227733Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5227889Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5228036Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5228186Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5228337Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5228486Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5228631Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5228790Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5228937Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5229099Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5229257Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5229410Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5229552Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5229705Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5229860Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5230012Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5230211Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5230453Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5230603Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5230758Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5230908Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5231067Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5231227Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5231381Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5231533Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5231685Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5231835Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5231982Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5232129Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5232276Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5232408Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5232611Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5232765Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5232923Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5233126Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5233285Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5233441Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5233596Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5233791Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5233942Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5234090Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5234240Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5234389Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5234535Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5234703Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5234860Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5235016Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5235166Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5235307Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5235457Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5235608Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.5235762Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5235917Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5236127Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5236279Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5236443Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5236602Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5236763Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5236923Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5237077Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5237227Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5237381Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5237530Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5237674Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5237825Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5237978Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5238124Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5238264Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5238454Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5238604Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5238752Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5238898Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5239086Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5239232Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5239378Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5239517Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5239666Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5239812Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5239963Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5240158Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5240308Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5240449Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5240594Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5240737Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5240866Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5241009Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5241149Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5241293Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5241447Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:41:47.5241601Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.5241810Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:41:47.5241965Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:41:47.5242116Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.5242251Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:41:47.5242399Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:41:47.5242545Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:41:47.5242691Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.5242835Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.5242984Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:41:47.5243133Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:41:47.5243285Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5243430Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5243588Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5243744Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5243896Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5244047Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5244238Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5244390Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5244543Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5244692Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5244837Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5244972Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5245120Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5245267Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5245413Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5245605Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5245750Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5245890Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5246033Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5246218Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5246368Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5246511Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5246667Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5246818Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5246973Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5247123Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5247274Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5247418Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5247594Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5247737Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5247880Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248020Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248158Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248307Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248453Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248606Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248756Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5248906Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5249052Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5249195Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5249337Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5249478Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5249618Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5249759Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5250232Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5250396Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5250531Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5250687Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5250841Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5250992Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5251144Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5251289Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5251436Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5251634Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5251784Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5251938Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5252087Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5252285Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5252440Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5252587Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5252736Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5252883Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5253033Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5253168Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5253313Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5253519Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5253661Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5253815Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5253968Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5254121Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5254265Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5254411Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5254559Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5254705Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5254850Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5254992Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5255137Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5255284Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5255436Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:41:47.5255587Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:41:47.5255736Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:41:47.5255910Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:41:47.5256121Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5256323Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5256531Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5256736Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5256938Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5257138Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5257343Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5257588Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5257784Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5257977Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5258172Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5258399Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5258607Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5258813Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5259023Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5259281Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5259486Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5259690Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:41:47.5259896Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5260101Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:41:47.5260300Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5260502Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5260702Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:41:47.5260898Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5261088Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5261273Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5261494Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5261692Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5261881Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:41:47.5262068Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5262251Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5262434Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5262618Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5262802Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.5262988Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.5263168Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5263375Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5263618Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5263830Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5264036Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5264281Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5264487Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5264688Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5264934Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5265131Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5265323Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5265523Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5265727Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:41:47.5265915Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5266098Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:41:47.5266291Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5266481Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:41:47.5266653Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5266840Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5267066Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5267250Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.5267433Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:41:47.5267614Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5267794Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.5267978Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.5268126Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5268271Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5268424Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5268577Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5268726Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5268873Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5269019Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5269165Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5269308Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5269445Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5269622Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5269756Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5269913Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5270067Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5270222Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5270571Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5270720Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5270867Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5271014Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5271158Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5271299Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5271436Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5271575Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5271716Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5271857Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5272008Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5272152Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5272307Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5272446Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5272594Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5272742Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5272934Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5273082Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5273225Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5273371Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5273513Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5273655Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5273792Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5273932Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5274073Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5274214Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5274354Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5274495Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5274635Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5274776Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5274899Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5275040Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5275189Z test_dispatch_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5275342Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5275494Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5275684Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5275837Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5275990Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5276136Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5276375Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5276526Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5276672Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5276818Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5276961Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5277106Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5277250Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5277418Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5277584Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5277736Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5277896Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5278069Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5278237Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5278401Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5278566Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5278776Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5278938Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5279093Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5279246Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5279402Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5279562Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5279726Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5279884Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5280038Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5280194Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5280342Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5280487Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5280646Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5280787Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5280945Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5281101Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5281254Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5281400Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5281573Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5281792Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5282008Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:41:47.5282174Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:41:47.5282377Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5282536Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5282687Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5282842Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5283004Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5283160Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5283314Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5283467Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5283632Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5283782Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5283942Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.5284101Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5284269Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5284483Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5284648Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5284812Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5285002Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5285189Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5285368Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5285540Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5285698Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5285856Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5286012Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5286163Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5286328Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5286488Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5286645Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5286796Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5286966Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5287121Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5287283Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5287445Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5287660Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5287878Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5288044Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5288207Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5288416Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5288582Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5288747Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5288905Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5289069Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:41:47.5289230Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.5289387Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:41:47.5289542Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5289718Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5289897Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.5290068Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:41:47.5290278Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:41:47.5290426Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5290584Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5290740Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5290891Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5291057Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5291220Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5291381Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5291545Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5291715Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5291886Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5292050Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5292213Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5292380Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5292540Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5292698Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.132s) 2022-12-01T10:41:47.5292857Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:41:47.5293022Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:41:47.5293191Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:41:47.5293356Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:41:47.5293564Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.5293760Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:41:47.5293923Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.187s) 2022-12-01T10:41:47.5294092Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:41:47.5294306Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.133s) 2022-12-01T10:41:47.5294474Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.5294637Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.133s) 2022-12-01T10:41:47.5294808Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:41:47.5294981Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-12-01T10:41:47.5295144Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:41:47.5295303Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.270s) 2022-12-01T10:41:47.5295487Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5295669Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5295898Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5296073Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5296235Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5296400Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5296564Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5296723Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5296884Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5297041Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5297185Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5297341Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5297498Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5297650Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5297809Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:41:47.5297966Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.170s) 2022-12-01T10:41:47.5298122Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.170s) 2022-12-01T10:41:47.5298278Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:41:47.5298427Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:41:47.5298574Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:41:47.5298765Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.5298957Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:41:47.5299194Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:41:47.5299379Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:41:47.5299566Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:41:47.5299794Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:41:47.5299955Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5300113Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5300315Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5300457Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5300633Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5300808Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5300978Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5301148Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5301401Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:41:47.5301693Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:41:47.5301937Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:41:47.5302179Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:41:47.5302338Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5302496Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5302648Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5302799Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5302966Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5303131Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5303290Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5303452Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5303614Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.5303772Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:41:47.5303925Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:41:47.5304079Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.5304243Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5304395Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5304552Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5304706Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5304928Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.359s) 2022-12-01T10:41:47.5305107Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.359s) 2022-12-01T10:41:47.5305284Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.333s) 2022-12-01T10:41:47.5305457Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.350s) 2022-12-01T10:41:47.5305660Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:41:47.5305821Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.179s) 2022-12-01T10:41:47.5305974Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.145s) 2022-12-01T10:41:47.5306125Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:41:47.5306329Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.5306498Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5306657Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5306814Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5306983Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5307148Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5307356Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5307514Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5307672Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5307845Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5308008Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5308171Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5308331Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5308495Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5308654Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5308808Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5308964Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5309123Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5309275Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5309431Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5309580Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5309741Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.5309906Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:41:47.5310067Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:41:47.5310225Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:41:47.5310482Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:41:47.5310652Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:41:47.5310861Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.143s) 2022-12-01T10:41:47.5311030Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-12-01T10:41:47.5311193Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:41:47.5311356Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:41:47.5311515Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.5311717Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5311879Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5312039Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5312195Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5312390Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5312545Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5312694Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5312841Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5312990Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5313187Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5313336Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5313481Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5313626Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5313779Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5313917Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314064Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314208Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314350Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314492Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314635Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314778Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5314920Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5315071Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5315212Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5315358Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5315504Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5315648Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5315787Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5315924Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5316072Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5316212Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5316345Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5316840Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5316990Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317140Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317286Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317434Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317573Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317764Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5317904Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5318043Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5318187Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5318377Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5318521Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5318668Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5318819Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5318962Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5319103Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5319280Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5319421Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5319561Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5319705Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5319845Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5320006Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5320164Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5320315Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5320483Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5320645Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5320814Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5320983Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5321152Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5321313Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5321476Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5321638Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5321796Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5321954Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5322104Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5322264Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5322421Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5322629Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5322786Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5322935Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5323084Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5323238Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5323392Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5323557Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5323763Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5323921Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5324080Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5324243Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5324433Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5324583Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5324741Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5324893Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5325104Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5325254Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5325412Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5325571Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5325722Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5325873Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5326026Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5326176Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5326329Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5326483Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5326641Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5326794Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5326957Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5327115Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5327268Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5327418Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5327565Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5327712Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5327861Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5327998Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5328150Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5328344Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5328501Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5328654Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5328812Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5328971Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5329127Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5329279Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5329427Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5329579Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5329779Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5329930Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5330081Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5330235Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5330432Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5330582Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5330794Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5330941Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5331097Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5331252Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5331403Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5331555Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5331703Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5331850Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5332003Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5332157Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5332310Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5332454Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5332604Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5332749Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5332893Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5333037Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5333178Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5333322Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5333463Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5333604Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.192s) 2022-12-01T10:41:47.5333764Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.177s) 2022-12-01T10:41:47.5333923Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.166s) 2022-12-01T10:41:47.5334123Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.168s) 2022-12-01T10:41:47.5334278Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.174s) 2022-12-01T10:41:47.5334426Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.175s) 2022-12-01T10:41:47.5334578Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:41:47.5334725Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:41:47.5334874Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:41:47.5335021Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.5335179Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5335327Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5335481Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5335686Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5335842Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5335995Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5336145Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5336322Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5336523Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5336676Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5336817Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5336970Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5337119Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5337268Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5337415Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5337563Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5337707Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5337853Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5337997Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5338137Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5338274Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5338416Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5338561Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5338702Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5338845Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5338973Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5339111Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5339255Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5339396Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5339536Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5339677Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5339864Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5340013Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5340159Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5340300Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5340442Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5340599Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5340756Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5340908Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5341058Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5341220Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5341375Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5341514Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5341711Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5341859Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5341998Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5342540Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5342706Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5342855Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5342998Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5343143Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5343282Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5343426Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5343567Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5343706Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5343842Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5343986Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5344131Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5344268Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5344410Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5344557Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5344704Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5344845Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5344986Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5345129Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5345267Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5345408Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5345543Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5345681Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5345872Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5346032Z test_dispatch_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:41:47.5346189Z test_dispatch_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:41:47.5346338Z test_dispatch_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:41:47.5346495Z test_dispatch_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.136s) 2022-12-01T10:41:47.5346647Z test_dispatch_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:41:47.5346804Z test_dispatch_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:41:47.5346941Z test_dispatch_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:41:47.5347095Z test_dispatch_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5347248Z test_dispatch_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:41:47.5347404Z test_dispatch_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.167s) 2022-12-01T10:41:47.5347558Z test_dispatch_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.133s) 2022-12-01T10:41:47.5347757Z test_dispatch_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:41:47.5347906Z test_dispatch_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.140s) 2022-12-01T10:41:47.5348057Z test_dispatch_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:41:47.5348303Z test_dispatch_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:41:47.5348462Z test_dispatch_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.125s) 2022-12-01T10:41:47.5348612Z test_dispatch_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:41:47.5348764Z test_dispatch_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:41:47.5348925Z test_dispatch_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:41:47.5349086Z test_dispatch_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5349240Z test_dispatch_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:41:47.5349397Z test_dispatch_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:41:47.5349553Z test_dispatch_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:41:47.5349707Z test_dispatch_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:41:47.5349842Z test_dispatch_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.5349995Z test_dispatch_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.5350146Z test_dispatch_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:41:47.5350306Z test_dispatch_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:41:47.5350545Z test_dispatch_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:41:47.5350698Z test_dispatch_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:41:47.5350847Z test_dispatch_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:41:47.5350996Z test_dispatch_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.5351146Z test_dispatch_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.5351299Z test_dispatch_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:41:47.5351454Z test_dispatch_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:41:47.5351657Z test_dispatch_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.5351820Z test_dispatch_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5351986Z test_dispatch_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5352151Z test_dispatch_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5352310Z test_dispatch_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5352472Z test_dispatch_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5352631Z test_dispatch_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5352786Z test_dispatch_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5352930Z test_dispatch_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5353088Z test_dispatch_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5353241Z test_dispatch_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5353399Z test_dispatch_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5353566Z test_dispatch_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5353767Z test_dispatch_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5353931Z test_dispatch_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5354131Z test_dispatch_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5354334Z test_dispatch_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5354486Z test_dispatch_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5354635Z test_dispatch_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5354792Z test_dispatch_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5354945Z test_dispatch_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5355100Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5355252Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5355411Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5355573Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5355729Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5355870Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5356021Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5356174Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5356326Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5356476Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5356627Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5356781Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5356934Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5357101Z test_dispatch_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5357265Z test_dispatch_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5357476Z test_dispatch_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5357644Z test_dispatch_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5357810Z test_dispatch_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5357976Z test_dispatch_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5358142Z test_dispatch_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.155s) 2022-12-01T10:41:47.5358306Z test_dispatch_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.143s) 2022-12-01T10:41:47.5358469Z test_dispatch_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:41:47.5358629Z test_dispatch_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:41:47.5358790Z test_dispatch_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:41:47.5358937Z test_dispatch_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:41:47.5359095Z test_dispatch_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:41:47.5359254Z test_dispatch_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:41:47.5359412Z test_dispatch_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.271s) 2022-12-01T10:41:47.5359611Z test_dispatch_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.224s) 2022-12-01T10:41:47.5359815Z test_dispatch_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.220s) 2022-12-01T10:41:47.5359977Z test_dispatch_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-12-01T10:41:47.5360132Z test_dispatch_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:41:47.5360331Z test_dispatch_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.284s) 2022-12-01T10:41:47.5360481Z test_dispatch_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.255s) 2022-12-01T10:41:47.5360633Z test_dispatch_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.211s) 2022-12-01T10:41:47.5360785Z test_dispatch_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.210s) 2022-12-01T10:41:47.5360938Z test_dispatch_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.211s) 2022-12-01T10:41:47.5361091Z test_dispatch_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.224s) 2022-12-01T10:41:47.5361243Z test_dispatch_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.268s) 2022-12-01T10:41:47.5361402Z test_dispatch_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5361564Z test_dispatch_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5361718Z test_dispatch_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5361876Z test_dispatch_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.610s) 2022-12-01T10:41:47.5362018Z test_dispatch_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.590s) 2022-12-01T10:41:47.5362168Z test_dispatch_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.582s) 2022-12-01T10:41:47.5362318Z test_dispatch_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.582s) 2022-12-01T10:41:47.5362484Z test_dispatch_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5362654Z test_dispatch_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5362822Z test_dispatch_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.5362985Z test_dispatch_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5363200Z test_dispatch_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5363358Z test_dispatch_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5363513Z test_dispatch_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.109s) 2022-12-01T10:41:47.5363673Z test_dispatch_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:41:47.5363833Z test_dispatch_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:41:47.5363987Z test_dispatch_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.145s) 2022-12-01T10:41:47.5364142Z test_dispatch_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:41:47.5364293Z test_dispatch_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.134s) 2022-12-01T10:41:47.5364444Z test_dispatch_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.137s) 2022-12-01T10:41:47.5364596Z test_dispatch_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:41:47.5364748Z test_dispatch_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:41:47.5364885Z test_dispatch_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:41:47.5365047Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5365205Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5365369Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5365617Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5365787Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5365947Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5366108Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5366312Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5366472Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5366624Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5366779Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5366929Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5367088Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5367245Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5367407Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5367570Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5367727Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5367880Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5368018Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5368172Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5368323Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5368472Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5368625Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5368773Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5368978Z test_dispatch_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5369140Z test_dispatch_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5369298Z test_dispatch_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5369459Z test_dispatch_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5369615Z test_dispatch_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5369773Z test_dispatch_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5369925Z test_dispatch_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.121s) 2022-12-01T10:41:47.5370083Z test_dispatch_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.891s) 2022-12-01T10:41:47.5370243Z test_dispatch_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.892s) 2022-12-01T10:41:47.5370399Z test_dispatch_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (1.097s) 2022-12-01T10:41:47.5370554Z test_dispatch_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (1.118s) 2022-12-01T10:41:47.5370705Z test_dispatch_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.869s) 2022-12-01T10:41:47.5370843Z test_dispatch_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.903s) 2022-12-01T10:41:47.5370995Z test_dispatch_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.883s) 2022-12-01T10:41:47.5371187Z test_dispatch_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.906s) 2022-12-01T10:41:47.5371339Z test_dispatch_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.927s) 2022-12-01T10:41:47.5371496Z test_dispatch_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:41:47.5371697Z test_dispatch_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:41:47.5371856Z test_dispatch_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:41:47.5372019Z test_dispatch_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:41:47.5372173Z test_dispatch_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:41:47.5372320Z test_dispatch_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:41:47.5372465Z test_dispatch_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:41:47.5372662Z test_dispatch_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5372815Z test_dispatch_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5372965Z test_dispatch_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:41:47.5373114Z test_dispatch_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5373262Z test_dispatch_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.100s) 2022-12-01T10:41:47.5373416Z test_dispatch_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.950s) 2022-12-01T10:41:47.5373575Z test_dispatch_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.914s) 2022-12-01T10:41:47.5373721Z test_dispatch_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.850s) 2022-12-01T10:41:47.5373873Z test_dispatch_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.965s) 2022-12-01T10:41:47.5374022Z test_dispatch_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.963s) 2022-12-01T10:41:47.5374170Z test_dispatch_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.977s) 2022-12-01T10:41:47.5374319Z test_dispatch_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.800s) 2022-12-01T10:41:47.5374463Z test_dispatch_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.787s) 2022-12-01T10:41:47.5374656Z test_dispatch_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.808s) 2022-12-01T10:41:47.5374805Z test_dispatch_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.795s) 2022-12-01T10:41:47.5374954Z test_dispatch_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.793s) 2022-12-01T10:41:47.5375104Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5375257Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5375407Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5375559Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5375710Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5375854Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5376002Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5376145Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5376291Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5376424Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5376580Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5376740Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5376946Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5377103Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5377257Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5377413Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5377563Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5377718Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5377916Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5378066Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5378215Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5378365Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5378556Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5378708Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5378859Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5379031Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5379196Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5379353Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5379518Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5379678Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5379844Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5380008Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5380171Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5380380Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5380543Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5380718Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5380885Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5381054Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5381224Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5381393Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5381555Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5381721Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5381886Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5382049Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5382209Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5382363Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5382512Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5382690Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5382842Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5382993Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5383144Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5383294Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5383440Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5383588Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5383732Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5383919Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5384073Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5384225Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5384374Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5384568Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5384712Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5384864Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5385014Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5385163Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5385295Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5385442Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5385583Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5385728Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5385870Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5386092Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5386265Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5386445Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5386621Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5386794Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5386969Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5387143Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5387309Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5387481Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5387649Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5387815Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5387984Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5388164Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5388378Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5388564Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5388730Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5388908Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5389086Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5389260Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5389505Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5389769Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5390081Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5390423Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5390681Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5390963Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5391198Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5391443Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5391680Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5391918Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5392157Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5392390Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5392621Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5392861Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5393197Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5393433Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5393668Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5393929Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5394206Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5394452Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5394695Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5394936Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5395171Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5395410Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5395651Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5395904Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5396144Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5396406Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5396668Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5396839Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5397056Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5397228Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5397390Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5397556Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5397722Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5397861Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5398013Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5398167Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5398319Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5398475Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5398627Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5398776Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5398918Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5399065Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5399208Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5399354Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5399504Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5399653Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5399798Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5399942Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5400136Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5400272Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5400398Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5400539Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5400680Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5400827Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5400973Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5401119Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5401266Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5401411Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5401554Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5401697Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5401841Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5401983Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5402125Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5402279Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5402517Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5402681Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5402838Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5402981Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5403134Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5403326Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5403476Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5403623Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5403773Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5403920Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5404068Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5404211Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5404363Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5404508Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5404654Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5404799Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5404945Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5405090Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5405233Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5405377Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5405522Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5405652Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5405848Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5405990Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5406142Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5406289Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5406436Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5406580Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5406726Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5406865Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5407006Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5407150Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5407289Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5407429Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5407573Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5407736Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5407894Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5408049Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5408216Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5408364Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5408512Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5408656Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5408848Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5408991Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5409131Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5409273Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5409457Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5409600Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5409776Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5409947Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5410116Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5410283Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5410449Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5410611Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5410774Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5410931Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5411091Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5411259Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5411427Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5411954Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5412119Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5412286Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5412451Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5412611Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5412782Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5412949Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5413116Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5413276Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5413437Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5413593Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5413755Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5413919Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5414072Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5414272Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5414431Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5414569Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5414769Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5414924Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5415076Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5415225Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5415375Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5415571Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5415727Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:41:47.5415879Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.125s) 2022-12-01T10:41:47.5416030Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:41:47.5416183Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:41:47.5416342Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5416496Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5416651Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5416799Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5416949Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5417099Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5417250Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5417384Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5417586Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.944s) 2022-12-01T10:41:47.5417739Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.914s) 2022-12-01T10:41:47.5417884Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5418029Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5418180Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.5418328Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5418478Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5418625Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5418771Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5418913Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5419058Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5419198Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5419358Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5419514Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5419677Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5419839Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5420036Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5420180Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5420336Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5420489Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5420642Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5420839Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5420994Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5421147Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5421298Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5421494Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5421643Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5421795Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5421953Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5422104Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5422255Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5422405Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5422553Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5422700Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5422847Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5422978Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5423123Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5423319Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5423485Z test_dispatch_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5423649Z test_dispatch_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5423811Z test_dispatch_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5423976Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5424140Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5424306Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5424451Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5424590Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5424743Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5424890Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5425035Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5425178Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5425316Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5425457Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5425599Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5425764Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5425906Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5426042Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5426192Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5426343Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5426493Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5426642Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5426835Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5426981Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427123Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427265Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427447Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427592Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427737Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5427878Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5428033Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5428182Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5428329Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5428486Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5428646Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5428798Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5428951Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5429149Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5429298Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5429449Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5429599Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5429748Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5429894Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5430063Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5430224Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5430506Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5430680Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5430848Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5431012Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5431173Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5431321Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5431481Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5431688Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5431850Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5432010Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5432169Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5432323Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5432472Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5432629Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5432832Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5432983Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5433138Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5433291Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5433483Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5433636Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5433785Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5433931Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5434076Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5434207Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5434362Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5434510Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5434666Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5434821Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5435017Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5435169Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5435319Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5435470Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5435617Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5435762Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5435909Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5436054Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5436199Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5436354Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5436499Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5436655Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5436812Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5436952Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5437105Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5437568Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5437734Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5437884Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5438035Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5438183Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5438332Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5438480Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5438639Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5438840Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5438997Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5439204Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5439447Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5439641Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5439831Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5440022Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5440207Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5440398Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5440583Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5440756Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5440982Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5441164Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5441349Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5441534Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5441713Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5441897Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5442085Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5442264Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5442444Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5442620Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5442800Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5442978Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5443154Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5443369Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5443541Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5443717Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5443891Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5444064Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5444231Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5444397Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5444567Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5444762Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5444938Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5445106Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5445286Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5445497Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5445665Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5445838Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5446005Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5446177Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5446340Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5446508Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5446717Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5446906Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5447092Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5447295Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5447497Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5447692Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5447860Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5448026Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5448192Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5448362Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5448524Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:41:47.5448695Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:41:47.5448864Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5449070Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5449237Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5449406Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.5449580Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:41:47.5449752Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.305s) 2022-12-01T10:41:47.5449918Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5450082Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5450244Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5450431Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:41:47.5450618Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:41:47.5450799Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5450983Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5451162Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5451341Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5451522Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5451700Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5451883Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5452060Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5452227Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5452458Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5452642Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.5452832Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5453016Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.5453200Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5453383Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5453568Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5453754Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5453938Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5454120Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5454303Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.5454484Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5454711Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5454892Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5455064Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5455236Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5455404Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5455581Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5455802Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5455976Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5456149Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5456351Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5456523Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5456696Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5456866Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5457038Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5457202Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5457365Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5457524Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5457703Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.5457875Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.5458093Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5458268Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5458442Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5458617Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5458788Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5458996Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5459199Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5459395Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5459608Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5459812Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5460023Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5460234Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5460466Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5460672Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5460874Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5461077Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5461281Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5461481Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5461681Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5461882Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5462070Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.5462259Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5462445Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5462635Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5462820Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.329s) 2022-12-01T10:41:47.5463001Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (1.364s) 2022-12-01T10:41:47.5463182Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (1.320s) 2022-12-01T10:41:47.5463349Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5463515Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5463722Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5463882Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5464045Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5464208Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5464384Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.159s) 2022-12-01T10:41:47.5464560Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:41:47.5464722Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5464896Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5465073Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5465251Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5465423Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5465593Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5465773Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5465952Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5466165Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5466337Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5466510Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5466687Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5466862Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5467033Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5467206Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5467374Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5467545Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5467709Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5467877Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5468067Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5468256Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5468428Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5468602Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5468772Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5468947Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5469118Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5469295Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5469520Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5469695Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.5469879Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5470061Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5470250Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5470525Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5470711Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5470905Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5471094Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5471281Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5471467Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5471706Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5471940Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5472128Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5472357Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5472546Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5472718Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5472911Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5473102Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5473290Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5473464Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5473631Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5473799Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5473969Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5474142Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5474312Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5474481Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5474646Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5474808Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5474984Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5475156Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5475375Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5475546Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5475718Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5475889Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5476058Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5476232Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5476390Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5476556Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5476725Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5476890Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5477052Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5477214Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.5477374Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5477580Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5477770Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5477956Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5478143Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5478331Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5478506Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5478679Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5478854Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5479042Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5479225Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5479411Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5479597Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:41:47.5479777Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5479952Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5480121Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5480303Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5480479Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.205s) 2022-12-01T10:41:47.5480654Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.243s) 2022-12-01T10:41:47.5480869Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.314s) 2022-12-01T10:41:47.5481042Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.782s) 2022-12-01T10:41:47.5481211Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.776s) 2022-12-01T10:41:47.5481384Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.875s) 2022-12-01T10:41:47.5481551Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.640s) 2022-12-01T10:41:47.5481719Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.606s) 2022-12-01T10:41:47.5481897Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.347s) 2022-12-01T10:41:47.5482069Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.329s) 2022-12-01T10:41:47.5482254Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:41:47.5482434Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:41:47.5482610Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.380s) 2022-12-01T10:41:47.5482780Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.451s) 2022-12-01T10:41:47.5482960Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.124s) 2022-12-01T10:41:47.5483187Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:41:47.5483362Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:41:47.5483538Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:41:47.5483718Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:41:47.5483882Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.5484047Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5484212Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5484380Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5484549Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5484717Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5484900Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5485076Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5485266Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5485454Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5485649Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5485842Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5486036Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5486207Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5486375Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5486590Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5486765Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5486943Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5487119Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5487293Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5487468Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5487633Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5487799Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5487972Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5488155Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5488337Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5488511Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5488690Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5488908Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5489085Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5489259Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5489434Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5489606Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5489776Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5489956Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5490126Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5490309Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5490493Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5490671Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5490845Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5491017Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5491188Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5491359Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5491519Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5491692Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5491863Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5492043Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5492265Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5492441Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5492614Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5492798Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5492982Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5493163Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5493336Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5493523Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5493716Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5493905Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5494089Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5494273Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5494457Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5494690Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5494868Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5495050Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5495232Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5495411Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5495565Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5495733Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5495915Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5496090Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5496271Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5496459Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5496634Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5496810Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5496983Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5497155Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5497331Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5497503Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5497679Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5497894Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5498077Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5498254Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5498439Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5498621Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5498806Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5498983Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5499153Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5499320Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5499496Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5499669Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5499843Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5500015Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5500236Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.190s) 2022-12-01T10:41:47.5500417Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:41:47.5500596Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.210s) 2022-12-01T10:41:47.5500775Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.189s) 2022-12-01T10:41:47.5500952Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.208s) 2022-12-01T10:41:47.5501123Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.193s) 2022-12-01T10:41:47.5501385Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.199s) 2022-12-01T10:41:47.5501594Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.190s) 2022-12-01T10:41:47.5501796Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5501977Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5524749Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5525048Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5525213Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5525372Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5525525Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5525677Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5525832Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5525985Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5526137Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5526843Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5526999Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5527152Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5527302Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5527455Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5527608Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5527762Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5527909Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5528067Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5528225Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5528378Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5528528Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5528682Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5528835Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5529076Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5529252Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5529412Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5529574Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5529737Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5529919Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5530099Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5530273Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5530448Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5530632Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5530814Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5530998Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5531156Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5531328Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5531497Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5531681Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5531873Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5532060Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5532244Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5532475Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5532659Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5532840Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5533020Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5533201Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5533383Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5533561Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5533736Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5533908Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5534079Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5534254Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5534428Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5534602Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5534819Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5534981Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5535157Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5535327Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5535497Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5535668Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5535840Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5536006Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5536174Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5536342Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5536505Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5536684Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5536866Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5537045Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5537220Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5537393Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5537564Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5537734Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5537903Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5538118Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5538287Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5538462Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5538621Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5538794Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5538966Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5539133Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5539298Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5539467Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5539632Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5539820Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5540010Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5540199Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5540427Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5540615Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5540797Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5540983Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5541163Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5541348Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5541526Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5541732Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5541938Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5542143Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5542347Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5542548Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5542748Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5542925Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5543118Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5543317Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5543507Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5543721Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.195s) 2022-12-01T10:41:47.5543893Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:41:47.5544066Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:41:47.5544236Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:41:47.5544406Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.186s) 2022-12-01T10:41:47.5544574Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.190s) 2022-12-01T10:41:47.5544763Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5544947Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5545134Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5545319Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5545504Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5545686Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5545868Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5546064Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5546219Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5546377Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5546535Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5546676Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5546827Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5546978Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5547129Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5547277Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5547426Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5547572Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5547720Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5547866Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5548013Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5548164Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5548313Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5548460Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5548606Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5548749Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5548903Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5549061Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5549204Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5549398Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5549551Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5549702Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5549857Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5550013Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5550165Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5550316Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5550583Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5550741Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5550896Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5551047Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5551199Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5551350Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5551501Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5551650Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5552139Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5552317Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5552481Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5552647Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5552806Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5552941Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5553085Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5553238Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5553388Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5553542Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5553691Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5553839Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5553985Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5554131Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5554274Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5554416Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5554558Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5554699Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5554853Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5555002Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5555162Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5555320Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5555508Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5555661Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5555814Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5555966Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5556114Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5556265Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5556417Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5556565Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5556711Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5556868Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.336s) 2022-12-01T10:41:47.5557019Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.479s) 2022-12-01T10:41:47.5557168Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.303s) 2022-12-01T10:41:47.5557315Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.296s) 2022-12-01T10:41:47.5557463Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5557609Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5557804Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5557960Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5558109Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5558246Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5558389Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5558535Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5558680Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5558902Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5559047Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5559187Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5559347Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (2.344s) 2022-12-01T10:41:47.5559556Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (2.415s) 2022-12-01T10:41:47.5559713Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5559865Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560024Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560180Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560334Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560484Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560635Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560786Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5560933Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5561067Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5561259Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5561412Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5561558Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5561720Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5561879Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5562034Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5562190Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5562338Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5562485Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5562666Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5562840Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5563016Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5563191Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5563362Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5563531Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5563738Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5563908Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5564078Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5564240Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5564411Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5564580Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5564751Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5564917Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5565089Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5565254Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5565419Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5565583Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5565756Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5565925Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5566099Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5566270Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5566443Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5566612Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5566776Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5566989Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5567151Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5567325Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5567492Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5567651Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5567824Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5567991Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5568158Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5568323Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5568488Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5568653Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5568826Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5568990Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5569162Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5569372Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5569539Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5569706Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5569867Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5570032Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5570193Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5570349Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5570509Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5570672Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5570825Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5570966Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571123Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571277Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571426Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571575Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571722Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5571870Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5572020Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5572168Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5572317Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5572467Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5572658Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5572804Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5572948Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573091Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573234Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573377Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573510Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573651Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5573796Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5573952Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5574105Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5574253Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5574402Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5574546Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5574689Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5574830Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5575017Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5575164Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5575313Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5575461Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5575612Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5575762Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5575906Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5576036Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5576176Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5576321Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5576462Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5576604Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5576747Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5576891Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5577041Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5577190Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5577332Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5577474Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5577626Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.893s) 2022-12-01T10:41:47.5577782Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.867s) 2022-12-01T10:41:47.5577935Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5578084Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5578278Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5578429Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5578566Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5578715Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5578867Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5579010Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5579159Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5579304Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5579466Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5579626Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5579784Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5579938Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5580092Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5580243Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5580396Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5580554Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5580753Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5580909Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5581059Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5581216Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5581352Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5581498Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5581652Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5581807Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5581957Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5582113Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5582266Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5582421Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5582571Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5582717Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5582861Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5583019Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5583176Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5583334Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5583487Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5583640Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5583787Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5583984Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5584121Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5584267Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5584422Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5584574Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5584726Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5584876Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5585023Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5585167Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5585315Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5585458Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5585601Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5585744Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5585885Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5586032Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5586175Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5586370Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5586522Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5586675Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5586810Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5586956Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5587100Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5587243Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5587386Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5587527Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5587670Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5587810Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5587972Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5588127Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5588291Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5588454Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5588611Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5588768Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5588918Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5589075Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5589230Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5589369Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5589521Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5589722Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5589880Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5590036Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5590195Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5590449Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5590615Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5590768Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5590918Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5591071Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5591223Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5591374Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5591529Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5591684Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5591834Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5591984Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5592187Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5592326Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5592472Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5592634Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5592792Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5592941Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5593089Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5593236Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5593386Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5593536Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5593680Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5593826Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5593968Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5594137Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5594302Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5594472Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5594641Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5594810Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5594978Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5595130Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5595293Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5595504Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5595666Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5595828Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5595991Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5596151Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5596309Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5596461Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5596620Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5596778Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5596935Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5597091Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5597242Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5597391Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5597546Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5597698Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5597895Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5598047Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5598182Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5598336Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5598484Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5598638Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5598793Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5598950Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5599101Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5599254Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5599407Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5599553Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5599703Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5599849Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5599999Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5600142Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5600297Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5600445Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5600600Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5600741Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5600890Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5601039Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5601240Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5601390Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5601536Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5601679Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5601825Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5601971Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5602128Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5602277Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5602437Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5602596Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5602750Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5602899Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5603045Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5603195Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5603345Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5603522Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5603674Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5603821Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5603985Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604139Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604300Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604461Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604618Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604770Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5604923Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5605076Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5605225Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5605374Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5605526Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5605677Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5605834Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5605986Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5606149Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5606296Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5606455Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5606611Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5606807Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5606958Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5607112Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5607265Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5607422Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5607572Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5607723Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5607874Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5608018Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5608171Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5608322Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5608471Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5608619Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5608766Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5608910Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5609041Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5609230Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5609373Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5609515Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5609662Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5609809Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5609947Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5610100Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5610248Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5610394Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5610542Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5610686Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5610831Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5610976Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5611118Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5611257Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5611399Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5611534Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5611681Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5611827Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5611971Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5612117Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5612255Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5612444Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5612583Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5612747Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5612912Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5613074Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5613238Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5613402Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5613562Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5613733Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5613902Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614067Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614218Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614365Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614506Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614661Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5614853Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5615004Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5615149Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5615295Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5615436Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5615579Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5615718Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5615866Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5616017Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5616168Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5616318Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5616463Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5616614Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5616757Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5616900Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5617026Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5617170Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5617313Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5617472Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5617629Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5617791Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5617952Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5618529Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5618682Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5618831Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5618985Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5619137Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5619288Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5619446Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5619596Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5619751Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5619902Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5620059Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5620197Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5620349Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5620501Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5620651Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5620851Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5621003Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5621147Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5621298Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5621440Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5621610Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5621776Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5621942Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5622107Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5622270Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5622432Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5622593Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5622757Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5622921Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5623066Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5623235Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5623394Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5623559Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5623724Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5623914Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5624120Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5624281Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5624440Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5624600Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5624758Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5624927Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5625093Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5625257Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5625419Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5625580Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5625734Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5625893Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5626053Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5626213Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5626365Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5626572Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5626739Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5626907Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5627070Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5627230Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5627390Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5627557Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5627718Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5627878Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5628043Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5628203Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5628370Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5628532Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5628690Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5628852Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5629014Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5629176Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5629339Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5629482Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5629644Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.436s) 2022-12-01T10:41:47.5629854Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.421s) 2022-12-01T10:41:47.5630010Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.420s) 2022-12-01T10:41:47.5630166Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.401s) 2022-12-01T10:41:47.5630324Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.370s) 2022-12-01T10:41:47.5630575Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.455s) 2022-12-01T10:41:47.5630731Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.531s) 2022-12-01T10:41:47.5630886Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.387s) 2022-12-01T10:41:47.5631046Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.410s) 2022-12-01T10:41:47.5631217Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:41:47.5631389Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:41:47.5631560Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5631730Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:41:47.5631898Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:41:47.5632065Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:41:47.5632285Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:41:47.5632453Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:41:47.5632607Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5632745Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5632900Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5633056Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5633212Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5633362Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5633511Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5633660Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5633807Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5633955Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5634099Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5634245Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5634386Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5634552Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5634712Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5634875Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5635038Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5635193Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5635351Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5635541Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5635692Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5635849Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5636000Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5636147Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5636290Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5636444Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5636594Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5636742Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5636889Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5637034Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5637176Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5637318Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5637460Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5637602Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5637746Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5637931Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638071Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5638216Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638374Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638526Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638675Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638820Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5638965Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5639108Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5639252Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5639394Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5639536Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5639676Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5639833Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5639982Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640140Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640295Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640447Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640598Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640736Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5640884Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5641035Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5641231Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5641375Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5641520Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5641666Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5641812Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5641959Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5642102Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5642247Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5642391Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5642529Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5642674Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5642817Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5642972Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5643120Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5643257Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5643408Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5643887Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5644048Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5644196Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5644343Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5644493Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5644638Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5644783Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5644926Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5645078Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5645227Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5645372Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5645516Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5645656Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5645798Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5645938Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5646065Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5646203Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5646355Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5646497Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5646650Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5646800Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5646948Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5647150Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5647294Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5647435Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5647574Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5647713Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5647857Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5648004Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5648148Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5648301Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5648453Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5648588Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5648732Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5648873Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5649013Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5649151Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5649292Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5649435Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5649630Z test_dispatch_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5649777Z test_dispatch_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5649933Z test_dispatch_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5650088Z test_dispatch_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5650241Z test_dispatch_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5650390Z test_dispatch_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5650536Z test_dispatch_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5650680Z test_dispatch_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5650824Z test_dispatch_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5650971Z test_dispatch_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5651110Z test_dispatch_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5651238Z test_dispatch_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5651379Z test_dispatch_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5651541Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5651697Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5651856Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5652011Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5652162Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5652319Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5652470Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5652619Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5652819Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5652968Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5653124Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5653276Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5653429Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5653598Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5653761Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5653933Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5654089Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5654256Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5654420Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5654581Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5654742Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5654903Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5655065Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5655276Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5655436Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5655587Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5655733Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5655881Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.5656028Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5656170Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5656314Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5656457Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5656598Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5656739Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5656869Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5657106Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:41:47.5657334Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:41:47.5657557Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:41:47.5657772Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:41:47.5657935Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5658101Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5658263Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5658478Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5658633Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5658783Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5658942Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5659101Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5659262Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5659427Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5659591Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5659750Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5659919Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5660158Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5660318Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5660474Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5660658Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5660828Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5661044Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5661203Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5661360Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5661520Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5661678Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5661833Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5661990Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5662151Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5662312Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5662470Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5662627Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5662784Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5662944Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5663098Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5663254Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5663419Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5663577Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5663719Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5663871Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5664028Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5664241Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5664403Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5664588Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5664775Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5664963Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5665147Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5665326Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5665499Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5665679Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5665853Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5666073Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5666258Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5666441Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5666716Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5666899Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5667072Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5667251Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5667411Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5667667Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5667924Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5668170Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5668417Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5668674Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5668915Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5669161Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5669412Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5669663Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5669970Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5670213Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5670538Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5670779Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5671018Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5671260Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5671509Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5671672Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5671828Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5672033Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5672193Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5672402Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5672556Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5672747Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5672907Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5673063Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5673216Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5673376Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5673530Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5673687Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5673825Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5673973Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5674128Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5674277Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5674455Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5674640Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5674819Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5674995Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5675170Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5675340Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5675516Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5675747Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5675923Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5676104Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5676283Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5676463Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5676637Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5676807Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5676981Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5677152Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5677311Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5677452Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5677610Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5677760Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5678000Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5678160Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5678311Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5678467Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5678666Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5678823Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5678979Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5679129Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5679280Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5679434Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5679585Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5679735Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5679882Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5680034Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5680190Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5680325Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5680475Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5680626Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5680776Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5680927Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5681076Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5681256Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5681497Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5681679Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5681859Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5682032Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5682205Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5682383Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5682554Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5682813Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5683069Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5683313Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5683559Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5683855Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5684154Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5684412Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5684696Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5684864Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5685028Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5685195Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5685344Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5685505Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5685667Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5685826Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5685989Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5686163Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5686339Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5686514Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5686688Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5686862Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5687081Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5687251Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5687420Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5687594Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5687771Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5687948Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688121Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688288Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688460Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688631Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688786Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5688957Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5689132Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5689345Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5689521Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5689693Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5689862Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5690077Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5690246Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5690414Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5690632Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5690806Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5690976Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5691146Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5691314Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5691484Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5691651Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5691812Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5691967Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5692128Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5692271Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5692427Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5692578Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5692777Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5692931Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5693090Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5693243Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5693404Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5693558Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5693716Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5693866Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5694013Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5694168Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5694318Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5694518Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5694713Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5694910Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5695148Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5695342Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5695534Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5695709Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5695901Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5696134Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5696323Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5696511Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5696740Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5696926Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5697113Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5697294Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5697472Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5697652Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5697833Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5698020Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5698203Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5698381Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5698613Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5698794Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5698974Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5699151Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5699414Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5699678Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5699943Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5700201Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5700457Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5700750Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5701007Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5701263Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5701523Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5701779Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5702082Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5702340Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5702636Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5702888Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5703126Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5703378Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:41:47.5703632Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5703891Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5704200Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5704449Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5704697Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5704944Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.5705196Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:41:47.5705454Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5705709Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5705966Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5706266Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5706520Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5706772Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5707018Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5707269Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.5707523Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.5707703Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5707930Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5708111Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5708285Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5708460Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5708678Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5708855Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5709026Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5709195Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5709747Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5709911Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5710075Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5710235Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5710482Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5710639Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5710794Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5710939Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5711091Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5711249Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5711409Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5711564Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5711723Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5711878Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5712031Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5712243Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5712401Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5712550Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5712703Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5712860Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5713014Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5713168Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5713316Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5713469Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5713615Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5713747Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5713940Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5714086Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5714234Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5714373Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5714583Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5714745Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5714912Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5715075Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5715237Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5715400Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5715558Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5715766Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5715919Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5716067Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5716224Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5716374Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5716537Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5716680Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5716845Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5717010Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5717174Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5717337Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5717499Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5717661Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5717819Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5718019Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5718178Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5718333Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5718494Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5718645Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5718789Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5718943Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5719095Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719245Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719394Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719523Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719666Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719809Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5719996Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5720144Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5720297Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5720444Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5720600Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5720754Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5720906Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721105Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721256Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721454Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721600Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721745Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5721891Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5722036Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5722188Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5722326Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5722483Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5722638Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5722795Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5722947Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5723097Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5723248Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5723397Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5723544Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5723688Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5723879Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5724024Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5724175Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5724321Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5724477Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5724626Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5724777Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5724909Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5725056Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5725201Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5725346Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5725489Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5725631Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5725775Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5725913Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5726060Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5726210Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5726400Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5726544Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5726690Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5726828Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5726983Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5727239Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5727396Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5727549Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5727688Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5727842Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5727993Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5728146Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5728295Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5728439Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5728583Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5728733Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5728882Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5729030Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5729175Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5729322Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5729510Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5729655Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5729797Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5729936Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5730081Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5730208Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5730352Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5730493Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5730645Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5730795Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5730940Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5731082Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5731226Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5731369Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5731510Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5731648Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5731789Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5731930Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5732090Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5732242Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5732454Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5732614Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5732753Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5732956Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5733147Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5733300Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5733452Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5733603Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5733754Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5733906Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5734058Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.253s) 2022-12-01T10:41:47.5734207Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.275s) 2022-12-01T10:41:47.5734354Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:41:47.5734498Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:41:47.5734651Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (3.454s) 2022-12-01T10:41:47.5734800Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (3.499s) 2022-12-01T10:41:47.5734953Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5735108Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5735609Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5735768Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5735898Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5736041Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5736190Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5736335Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5736478Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5736619Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5736762Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5736903Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5737042Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5737180Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5737319Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5737460Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5737623Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5737782Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5737948Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5738113Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5738274Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5738485Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5738633Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5738791Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5739042Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5739195Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5739349Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5739500Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5739648Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5739790Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5739946Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5740099Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5740248Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5740398Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5740546Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5740690Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5740833Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5740973Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5741116Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5741243Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5741439Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5741590Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5741740Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5741895Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5742040Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5742186Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5742329Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5742470Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5742613Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5742755Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5742896Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5743046Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5743187Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5743341Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5743491Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5743638Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5743769Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5743912Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5744053Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5744195Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5744381Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5744528Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5744744Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5744899Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5745115Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5745278Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5745436Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5745591Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5745743Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5745899Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5746049Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5746197Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5746348Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5746504Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5746642Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5746803Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5746961Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5747164Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5747321Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5747472Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5747626Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5747778Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5747930Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5748078Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5748228Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5748371Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5748521Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5748671Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5748817Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5748964Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5749110Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5749254Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5749382Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5749524Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5749667Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5749809Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5749957Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5750102Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5750253Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5750600Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5750743Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5750886Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5751070Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5751216Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5751357Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5751497Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5751641Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5751780Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5751938Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5752076Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5752236Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5752393Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5752546Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5752699Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5752853Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5753063Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5753217Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5753366Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5753517Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5753666Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5753816Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5753965Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5754112Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5754255Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5754396Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5754537Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5754665Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5754807Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5754968Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5755122Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5755271Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5755420Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5755564Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5755708Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5755851Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5755992Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5756131Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5756289Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5756541Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5756704Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5756866Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5757065Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5757224Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5757378Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5757520Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5757672Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5757823Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5757980Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5758133Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5758286Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5758446Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5758609Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5758767Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5758972Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5759128Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5759283Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5759435Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5759585Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5759735Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5759886Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5760034Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5760185Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.5760329Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5760477Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5760626Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5760777Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5760927Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5761072Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5761216Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5761358Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5761501Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5761641Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5761814Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5761984Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5762151Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5762409Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5762562Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5762707Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5762858Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5762999Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5763186Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5763336Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5763482Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5763624Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5763767Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5763906Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5764049Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5764191Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5764345Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5764496Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5764700Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5764844Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5764996Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5765148Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5765296Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5765444Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5765589Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5765718Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5765863Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5766003Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5766147Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5766293Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5766450Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5766602Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5766762Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5766916Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5767078Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5767238Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5767395Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5767550Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5767698Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5767853Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5768062Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5768214Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5768368Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5768548Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5768701Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5768849Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769001Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5769191Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769338Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769481Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769625Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769764Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5769915Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5770055Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5770207Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5770362Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5770566Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5770718Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5770867Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5771018Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5771151Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5771298Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5771440Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5771585Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5771727Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5771886Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5772036Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5772196Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5772358Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5772512Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5772667Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5772821Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5772975Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5773126Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5773280Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5773430Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5773582Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5773787Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5773923Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5774069Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5774222Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5774380Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5774581Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5774730Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5774882Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5775030Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5775220Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5775372Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5775516Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5775661Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5775804Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5775957Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5776113Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5776317Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5776471Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5776605Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5776754Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5776925Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:41:47.5777091Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:41:47.5777257Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.276s) 2022-12-01T10:41:47.5777424Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.338s) 2022-12-01T10:41:47.5777589Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.255s) 2022-12-01T10:41:47.5777754Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.221s) 2022-12-01T10:41:47.5777915Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-12-01T10:41:47.5778079Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.246s) 2022-12-01T10:41:47.5778242Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.260s) 2022-12-01T10:41:47.5778396Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.484s) 2022-12-01T10:41:47.5778545Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.488s) 2022-12-01T10:41:47.5778694Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.460s) 2022-12-01T10:41:47.5778842Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.499s) 2022-12-01T10:41:47.5778990Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.476s) 2022-12-01T10:41:47.5779139Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.467s) 2022-12-01T10:41:47.5779282Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.512s) 2022-12-01T10:41:47.5779413Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.490s) 2022-12-01T10:41:47.5779611Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.444s) 2022-12-01T10:41:47.5779768Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5779916Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5780077Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5780237Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5780389Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5780593Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5780751Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5780904Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5781057Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5781247Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5781400Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5781552Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5781700Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5781848Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5781996Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5782202Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5782337Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5782481Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5782627Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5782779Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5782935Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5783092Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5783244Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5783396Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5783550Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5783698Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5783847Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5783999Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5784146Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5784293Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5784438Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5784580Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5784722Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5784866Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5784995Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5785156Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5785367Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5785527Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5785681Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5785827Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5785986Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5786140Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5786293Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5786444Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5786598Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5786798Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5786949Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5787095Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5787239Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5787428Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5787573Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5787718Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5787933Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5788079Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5788222Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5788374Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5788526Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5788675Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5788822Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5788968Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5789112Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5789258Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5789403Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5789547Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5789690Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5789836Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5789989Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5790135Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5790291Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5790513Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5790670Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5790822Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5790973Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5791123Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5791336Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5791483Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5791627Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5791773Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5791917Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5792068Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5792217Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5792372Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5792525Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5792728Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5792879Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5793029Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5793164Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5793358Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5793508Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5793652Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5793848Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5793995Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5794143Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5794292Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5794447Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5794598Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5794749Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5794898Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5795045Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5795191Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5795337Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5795480Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5795622Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5795768Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5795893Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5796043Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5796187Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5796335Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5796484Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5796630Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5796775Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5796920Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5797112Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5797255Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5797396Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5797546Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5797688Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5797842Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5797996Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5798145Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5798290Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5798422Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5798564Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5798753Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5798894Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5804749Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5804949Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5805109Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5805469Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5805638Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5805796Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5805964Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5806117Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5806268Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5806416Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5806563Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5806696Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5806843Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5806990Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5807132Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5807292Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5807448Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5807612Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5807773Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5807929Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5808087Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5808238Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5808388Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5808543Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5808696Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5809355Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5809505Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5809655Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5809794Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5809928Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5810059Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5810193Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5810331Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5810466Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5810596Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5810781Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5810916Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5811048Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5811178Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5811305Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5811479Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5811609Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.5811790Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5811925Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5812036Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5812174Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5812310Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5812438Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5812571Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5812700Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5812828Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5812954Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5813080Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5813208Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5813333Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5813456Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5813604Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5813742Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5813891Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5814037Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5814169Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5814311Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5814452Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5814592Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5814733Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5814873Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5815058Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5815196Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5815335Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5815477Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5815614Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5815757Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5815897Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5816039Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5816176Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5816311Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5816448Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5816565Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5816693Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5816873Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5817004Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5817136Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5817267Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5817492Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5817627Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5817758Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5817888Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5818026Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5818161Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5818303Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5818445Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5818581Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5818717Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5818839Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5818972Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5819105Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5819236Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5819368Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5819499Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5819645Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5819792Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5819940Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5820081Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5820223Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5820362Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5820500Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5820688Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5820825Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5820960Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5821098Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5821218Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5821353Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5821489Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5821627Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5821762Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5821903Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5822046Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5822182Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5822318Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5822450Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5822583Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5822712Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5822886Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823072Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823202Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823336Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823498Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823628Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823755Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5823887Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5824014Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5824152Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5824295Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5824438Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5824574Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5824714Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5824850Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5824988Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5825119Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5825248Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5825380Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5825510Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5825646Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5825775Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5825917Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5826053Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5826187Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5826376Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5826510Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5826640Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5826763Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5826896Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5827031Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5827163Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5827293Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5827420Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5827545Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5827677Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5827803Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5827938Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828070Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828203Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5828321Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828454Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828626Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828801Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5828934Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5829067Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5829197Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5829327Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5829498Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5829639Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5829767Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5829907Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5830047Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5830181Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5830312Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5830523Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5830656Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5830787Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5830915Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5831041Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5831181Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5831310Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5831452Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5831594Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5831731Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5831865Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5832055Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5832182Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5832307Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5832434Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5832564Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5832688Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5832818Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5832956Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5833095Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5833231Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5833362Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5833491Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5833619Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5833749Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5833879Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5834008Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5834137Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5834266Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5834833Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5834996Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5835142Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5835268Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5835444Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5835585Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5835715Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5835842Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5835975Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5836104Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5836246Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5836395Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5836537Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5836680Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5836821Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5836963Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5837105Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5837249Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5837386Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5837525Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5837648Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5837785Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5837917Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5838052Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5838240Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5838377Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5838518Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5838658Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5838796Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5838928Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5839061Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5839190Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5839315Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5839447Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5839580Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5839735Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5839881Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5840038Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5840194Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5840348Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5840498Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5840694Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5840894Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5841047Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5841194Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5841331Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5841515Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5841658Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5841795Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5841929Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5842064Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5842193Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5842318Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5842435Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5842571Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5842706Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5842836Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5842976Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5843114Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5843246Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5843375Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5843506Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5843635Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5843763Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5843952Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5844079Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5844208Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5844343Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5844470Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5844594Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5844731Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5844861Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5844991Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5845117Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5845250Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5845381Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5845508Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5845635Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5845761Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5845905Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5846051Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5846195Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5846383Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.5846526Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5846663Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5846833Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5846963Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5847095Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5847226Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5847353Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5847525Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5847658Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5847789Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5847919Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5848046Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5848184Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5848314Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5848449Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5848579Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5848707Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5848836Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5848948Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5849076Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5849207Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5849335Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5849469Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5849667Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5849805Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5849942Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5850076Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5850205Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5850338Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5850469Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5850607Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5850737Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5850879Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5851018Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5851142Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5851275Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5851405Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5851537Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5851666Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5851793Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5851922Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5852096Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5852233Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5852361Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5852502Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5852642Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5852816Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5852947Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5853073Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5853204Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5853320Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5853491Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5853623Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5853752Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5853892Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5854033Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5854168Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5854299Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5854431Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5854561Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5854687Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5854819Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5854948Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5855087Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5855224Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5855412Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5855531Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5855664Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5855794Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5855921Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5856054Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5856183Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5856325Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5856462Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5856597Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5856732Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5856863Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5856995Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5857123Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5857253Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5857384Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5857525Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5857646Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5857830Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5857969Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5858105Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5858245Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5858377Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5858510Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5858642Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5858818Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5858964Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5859101Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5859249Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5859437Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5859580Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5859721Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5859860Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5859983Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5860117Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5860248Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5860384Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5860515Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5860660Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5860800Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5860950Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5861151Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5861297Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5861439Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5861580Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5861720Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5861859Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5861998Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5862139Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5862277Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5862399Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5862560Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5862710Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5862870Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5863028Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5863179Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5863332Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5863535Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5863689Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5863838Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5863989Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5864137Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5864286Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5864431Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5864572Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5864740Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5864892Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5865019Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865154Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5865284Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865459Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865592Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865721Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865850Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5865979Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866117Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866247Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866390Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866528Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866663Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866850Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5866980Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5867108Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5867219Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5867348Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5867477Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5867615Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5867744Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5867883Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5868016Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5868146Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5868276Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5868401Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5868529Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5868657Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5868792Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5868922Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5869059Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5869245Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5869366Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5869497Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5869627Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5869756Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5869884Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5870014Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5870140Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5870278Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5870497Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5870641Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5870828Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5870964Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5871096Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5871229Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5871395Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5871523Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5871636Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5871768Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5871912Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5872053Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5872205Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5872350Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5872494Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5872687Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5872827Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5872966Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5873104Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5873241Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5873383Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5873520Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5873658Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5873800Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5873936Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5874072Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5874216Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5874358Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5874498Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5874636Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5874774Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5874913Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5875096Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5875234Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5875372Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5875511Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5875654Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5875795Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5875941Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5876084Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5876227Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5876365Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5876492Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5876631Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5876813Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5876955Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5877089Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5877224Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5877401Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5877544Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5877687Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5877831Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5877972Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5878112Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5878251Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5878433Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5878564Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5878698Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5878816Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5878957Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5879100Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5879243Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5879387Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5879522Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5879667Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5879811Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5879954Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5880094Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5880233Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5880371Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5880509Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5880640Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5880813Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5880948Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5881079Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5881197Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5881327Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5881456Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5881591Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5881728Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5881866Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5882006Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5882145Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5882285Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5882421Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5882560Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5882754Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5882905Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5883053Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5883201Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5883394Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5883523Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5883664Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5883804Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5883943Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5884137Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5884275Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5884416Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5884556Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5884692Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5884828Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5884965Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5885102Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5885259Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5885410Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5885562Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5885710Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5885859Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5885982Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5886121Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5886258Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5886440Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5886583Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5886723Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5886871Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5887007Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5887157Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5887302Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5887447Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5887587Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5887729Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5887870Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5888007Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888143Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888283Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888405Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888542Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888720Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5888861Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5888997Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5889130Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5889262Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5889434Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5889564Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5889693Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5889878Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5890005Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5890141Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5890268Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5890409Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5890546Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5890668Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5890804Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5890935Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5891064Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5891196Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5891326Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5891456Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5891586Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5891716Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5891870Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5892025Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5892220Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5892382Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5892540Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5892696Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5892847Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893000Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893137Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893286Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893434Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893586Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893734Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5893880Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5894024Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5894174Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5894323Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5894467Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5894616Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5894800Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5894943Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5895086Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5895228Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5895415Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5895607Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5895733Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5895875Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5896017Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.5896156Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.5896295Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.5896434Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5896573Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.5896712Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5896851Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5896989Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5897120Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5897257Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5897395Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5897529Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5897658Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5897784Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5897946Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5898079Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5898206Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5898337Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5898468Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5898624Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5898771Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5898926Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5899081Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899228Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899377Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899522Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899668Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899815Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5899958Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5900101Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5900240Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5900361Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5900490Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5900676Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5900819Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5900956Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5901087Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5901675Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5901802Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5901933Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5902063Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5902192Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5902319Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5902447Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5902584Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.5902720Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.5902849Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5902968Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5903100Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5903231Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5903359Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5903487Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5903615Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5903746Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5903884Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5904064Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5904207Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5904351Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5904493Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5904631Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5904764Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5904894Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905026Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905140Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905266Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905396Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905528Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5905665Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5905794Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5905936Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5906074Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5906209Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5906340Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5906469Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5906643Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5906776Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5906907Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5907034Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5907164Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5907373Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5907522Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5907668Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.5907807Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5907947Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5908105Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5908260Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5908414Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5908563Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5908716Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5908867Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5909013Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5909159Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5909295Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5909425Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5909565Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5909704Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5909876Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5910014Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5910146Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5910279Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5910514Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5910645Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5910774Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5910903Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5911034Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5911171Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5911310Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5911443Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5911575Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5911707Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5911832Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5911962Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5912079Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5912221Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5912358Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5912500Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5912686Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5912830Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5912967Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5913105Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5913343Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5913481Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5913618Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5913759Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5913895Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5914036Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5914174Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5914315Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5914437Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5914572Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5914709Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5914846Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5914983Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5915119Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5915248Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5915390Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5915526Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5915710Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5915848Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5915981Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5916113Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5916248Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5916377Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5916502Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5916631Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5916749Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5916899Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5917043Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5917192Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5917341Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5917490Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5917632Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5917774Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5917913Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5918052Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5918190Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5918330Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5918471Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5918654Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5918807Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5918999Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5919138Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5919342Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5919492Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5919638Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5919781Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5919928Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5920071Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5920210Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5920354Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5920499Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5920638Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5920774Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5920911Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5921048Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5921179Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5921316Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5921503Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5921623Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5921756Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5921889Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922017Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922148Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922276Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922406Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922537Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5922665Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5922818Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5922961Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5923116Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5923269Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5923420Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5923566Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5923712Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5923856Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5923984Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5924126Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5924266Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5924408Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5924593Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5924796Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5924942Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5925099Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5925297Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.5925450Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.5925599Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5925750Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5925896Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5926042Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5926189Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5926332Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5926474Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5926604Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5926744Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5926892Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5927037Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5927530Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5927685Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5927827Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5927973Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5928115Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5928257Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5928396Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5928536Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5928676Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5928821Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5928961Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5929101Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5929242Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5929366Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5929505Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5929641Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5929776Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5929914Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5930047Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5930195Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5930345Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5930490Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5930674Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5930878Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5931014Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5931152Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5931323Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5931459Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5931591Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5931711Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5931843Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5931979Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5932116Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5932250Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5932379Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5932509Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5932638Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5932767Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5932894Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5933020Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5933157Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5933332Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5933474Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5933611Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5933746Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5933862Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5933992Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5934121Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5934248Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5934376Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5934503Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5934656Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5934798Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5934952Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5935104Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5935250Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.5935394Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5935535Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5935676Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5935818Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.5935957Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.5936097Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5936225Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5936359Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5936588Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.5936728Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5936860Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.5936987Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5937122Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.5937293Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.5937424Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.5937554Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.5937681Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:41:47.5937820Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5937962Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5938102Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5938240Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5938374Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5938490Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5938618Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5938743Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5938873Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5939056Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5939197Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5939325Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5939465Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5939601Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5939733Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5939862Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5939989Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940119Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940246Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940384Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5940513Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940634Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940770Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5940901Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5941031Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5941159Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5941286Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5941414Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5941555Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5941703Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5941848Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5941986Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5942175Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.5942312Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5942447Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5942620Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5942757Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5942873Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5943012Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5943201Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5943345Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5943482Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5943615Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5943748Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5943879Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5944006Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5944138Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5944268Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5944431Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5944644Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5944812Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5944971Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945129Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945286Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945428Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945583Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945739Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5945893Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5946035Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5946171Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5946312Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5946449Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5946589Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5946726Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5946857Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5946986Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5947120Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5947250Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5947382Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5947514Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5947640Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5947778Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5947965Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5948096Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5948228Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5948358Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5948529Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5948665Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5948792Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5948939Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5949081Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5949272Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5949421Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5949569Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5949711Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5949851Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5949992Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5950118Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5950257Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5950530Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5950674Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5950812Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5950955Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5951096Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5951244Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5951389Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5951529Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5951669Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5951807Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5951943Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5952076Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5952215Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5952348Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5952477Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5952615Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5952761Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5952904Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5953047Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5953187Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5953325Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5953463Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5953597Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5953731Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5953919Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5954055Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5954191Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5954346Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5954541Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5954695Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5954848Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5954984Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5955176Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5955329Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5955474Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5955622Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5955766Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5955903Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:41:47.5956033Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5956172Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:41:47.5956363Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.210s) 2022-12-01T10:41:47.5956500Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:41:47.5956631Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:41:47.5956762Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.5956893Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.5957023Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:41:47.5957152Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.5957268Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.057s) 2022-12-01T10:41:47.5957397Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:41:47.5957540Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5957671Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5957817Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5957959Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5958095Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5958230Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5958362Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5958498Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5958634Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5958766Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5958904Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5959040Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.5959173Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5959303Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5959430Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.5959622Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5959776Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5959928Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5960081Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5960232Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5960382Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5960577Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5960729Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5960875Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5961036Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5961231Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.5961394Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5961555Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.5961707Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5961856Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5962054Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5962207Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5962361Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5962500Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5962653Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5962802Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5962958Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.5963108Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5963258Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5963408Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5963559Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5963708Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5963853Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5964004Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5964150Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5964284Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5964421Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5964559Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5964692Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5964823Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5964939Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5965071Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5965199Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5965385Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5965512Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5965653Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5965785Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5965928Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5966068Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5966209Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5966348Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5966528Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5966662Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5966797Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5966929Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5967102Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5967223Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.5967352Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5967491Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5967624Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5967814Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5967955Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5968094Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5968234Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5968370Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5968501Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5968634Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5968763Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5968890Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5969020Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5969152Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5969295Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5969413Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5969556Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5969699Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5969838Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5969976Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5970110Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5970244Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5970374Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5970501Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5970629Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5970759Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5970886Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5971072Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5971211Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5971351Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5971487Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5971608Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5971740Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5971869Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5971996Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5972128Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5972256Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5972439Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5972573Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5972713Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5972852Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5972991Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973170Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973307Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973490Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973624Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973753Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973878Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5973997Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5974129Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5974275Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5974412Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5974561Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5974706Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5974851Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5974994Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5975135Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5975273Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5975413Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5975551Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5975685Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5975823Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5975957Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5976090Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5976203Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5976341Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5976474Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5976604Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.5976782Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5976914Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5977043Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5977172Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.5977299Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5977424Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5977551Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5977678Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5977816Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5977947Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978087Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978228Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978350Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5978529Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978660Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978791Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5978919Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5979086Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5979266Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5979400Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5979534Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5979665Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5979795Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5979923Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5980052Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5980181Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5980308Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5980434Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5980548Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5980687Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.5980815Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5980947Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981078Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5981207Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981335Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981461Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981588Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981715Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981853Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5981986Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5982122Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5982258Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5982440Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5982569Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5982683Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5982813Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5982940Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5983076Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5983204Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5983339Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5983468Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5983595Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5983723Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5983852Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5983980Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5984107Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5984233Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5984408Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5984538Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5984676Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5984855Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5984996Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5985167Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5985299Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5985427Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5985554Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5985681Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5985810Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5985953Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5986093Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5986239Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5986385Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5986528Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5986669Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5986811Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5986947Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5987071Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5987206Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5987343Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5987482Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5987621Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5987758Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5987901Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5988043Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5988239Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5988373Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5988506Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5988641Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5988772Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5988901Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5989032Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5989161Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5989281Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5989412Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5989550Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5989683Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5989814Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5989943Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5990072Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5990202Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5990442Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.5990633Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5990773Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.5990911Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5991081Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.5991217Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.5991342Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.5991472Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.5991587Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.5991714Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.5991843Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.5991970Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.5992109Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5992253Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5992394Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5992534Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5992672Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5992806Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5992936Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5993066Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5993199Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5993330Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5993463Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5993604Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5993732Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5994593Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5994731Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5994864Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5994993Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5995121Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5995252Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5995380Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5995510Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5995654Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5995795Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5995934Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5996074Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5996211Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5996345Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5996527Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5996667Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5996784Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5996990Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.5997135Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5997287Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.5997435Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5997637Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.5997784Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5997927Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5998067Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5998207Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5998347Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.5998491Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.5998632Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.5998770Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.5998907Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5999053Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.5999183Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.5999322Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5999460Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5999595Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.5999731Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.5999868Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6000004Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6000137Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6000326Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6000469Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6000611Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6000749Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6000887Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6001020Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6001153Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6001285Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6001418Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6001534Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6001665Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6001811Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6001955Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6002095Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6002232Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6002369Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6002504Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6002687Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6002821Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6003002Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6003142Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6003286Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6003429Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6003611Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6003752Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6003885Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6004003Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6004139Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6004276Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6004412Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6004550Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6004691Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6004833Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6004972Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6005110Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6005244Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6005376Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6005507Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6005641Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6005771Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6005901Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6006097Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6006226Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6006365Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6006505Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6006640Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6006777Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6006912Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6007048Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6007183Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6007330Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6007475Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6007626Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6007777Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6007927Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6008072Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6008219Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6008403Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6008550Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6008679Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6008824Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6009004Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6009151Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6009291Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6009427Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6009609Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6009749Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6009889Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6010024Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6010160Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6010296Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6010435Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6010575Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6010715Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6010849Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6010983Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6011103Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6011239Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6011372Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6011509Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6011704Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6011846Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6011985Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6012122Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6012261Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6012399Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6012536Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6012675Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6012824Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6012968Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6013109Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6013248Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6013369Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6013502Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6013637Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6013773Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6013908Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6014090Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6014236Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6014379Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6014520Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6014658Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6014795Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6014973Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6015109Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6015245Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6015381Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6015565Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6015717Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6015847Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6015990Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6016131Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6016268Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6016406Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6016543Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6016681Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6016818Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6016956Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6017097Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6017236Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6017428Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6017560Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6017696Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6017829Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6017961Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6018084Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6018221Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6018358Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6018492Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6018624Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6018756Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6018889Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6019020Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6019150Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6019288Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6019428Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6019562Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6020040Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6020185Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6020318Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6020455Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6020592Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6020709Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6020894Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6021035Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6021169Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6021301Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6021430Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6021605Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6021737Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6021867Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6021998Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6022127Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6022254Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6022397Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6022528Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6022671Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6022816Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6022945Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6023084Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6023220Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6023409Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6023545Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6023678Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6023810Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6023945Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6024075Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6024205Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6024337Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6024475Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6024611Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6024746Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6024876Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6025003Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6025118Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6025247Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6025375Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6025503Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6025633Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6025823Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6025959Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026104Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026248Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026385Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026519Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026651Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026787Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6026962Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6027092Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6027227Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6027342Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6027526Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6027665Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6027808Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6027952Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6028089Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6028228Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6028360Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6028492Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6028624Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6028751Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6028883Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6029011Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6029199Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6029335Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6029474Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6029598Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6029737Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6029873Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6030006Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6030138Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6030268Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6030524Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6030656Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6030786Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6030918Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6031061Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6031202Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6031351Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6031500Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6031699Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6031842Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6031981Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6032108Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6032248Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6032387Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6032525Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6032660Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6032798Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6032975Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033112Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033243Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033370Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033538Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033671Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033800Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6033948Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.6034094Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-12-01T10:41:47.6034237Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6034364Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6034507Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6034648Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6034788Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6034984Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6035122Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6035257Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6035388Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6035522Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6035653Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6035784Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6035916Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6036045Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6036174Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6036304Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6036432Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6036554Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6036682Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6036815Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6036946Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6037075Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6037203Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6037379Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6037511Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6037639Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6037768Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6037905Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6038040Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6038169Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6038298Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6038424Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6038551Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6038666Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6038802Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6038972Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6039111Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6039247Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6039378Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6039552Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6039693Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6039829Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6039963Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040094Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040238Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040373Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040517Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040710Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040850Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6040975Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6041113Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6041250Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6041386Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6041521Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6041659Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6041795Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6041933Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042071Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042213Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6042355Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042491Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042624Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042757Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6042890Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6043063Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6043194Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6043312Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6043444Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6043575Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6043705Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6043834Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6043964Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6044092Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6044225Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6044352Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6044486Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6044617Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6044745Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6044923Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6045055Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6045182Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6045295Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6045423Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6045608Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.6051560Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6051740Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.6051884Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6052032Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6052184Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6052452Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6052598Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6052739Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6052881Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6053023Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6053158Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6053293Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6053418Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6053552Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6053681Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6053818Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6053950Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6054081Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6054212Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6054340Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6054466Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6054593Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6054773Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6054915Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6055047Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6055190Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6055330Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6055451Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6055582Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6055710Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6055909Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6056042Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6056171Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6056303Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6056482Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6056632Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6056776Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6056961Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6057107Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6057248Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6057387Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6057526Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6057667Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6057806Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6057930Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6058066Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:41:47.6058262Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.172s) 2022-12-01T10:41:47.6058396Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:41:47.6058540Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.177s) 2022-12-01T10:41:47.6058684Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.189s) 2022-12-01T10:41:47.6058833Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.145s) 2022-12-01T10:41:47.6058979Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.154s) 2022-12-01T10:41:47.6059118Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6059256Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6059398Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6059539Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6059682Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6059821Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6059956Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060087Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060206Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060336Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060464Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060644Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060777Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6060916Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6061052Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6061196Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6061338Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6061476Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6061613Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6061748Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6061880Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6062012Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6062141Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6062267Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6062384Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6062514Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6062648Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6062783Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6062917Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6063051Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6063183Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6063313Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6063445Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6063573Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6063701Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6063873Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6064000Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6064127Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6064269Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6064406Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6064526Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6064657Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6064798Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6064935Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6065072Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6065210Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6065351Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6065490Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6065626Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6065768Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6065903Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6066050Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6066236Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6066381Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6066519Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6066661Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6066802Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6066925Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6067061Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6067197Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6067332Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6067470Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6067618Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6067756Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6067908Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6068054Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6068200Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6068342Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6068482Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6068626Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6068763Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6068900Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6069038Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6069161Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6069303Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6069439Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6069632Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6069778Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6069919Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6070058Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6070203Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6070436Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6070583Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6070721Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6070857Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6070996Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6071139Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6071281Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6071425Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6071573Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6071701Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6071839Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6072031Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6072173Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6072363Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6072505Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6072644Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6072779Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6072954Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6073109Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.6073259Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.6073443Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.6073589Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6073729Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.6073873Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6074015Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.6074154Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.6074292Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6074424Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6074564Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6074714Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6074864Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6075014Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6075155Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6075298Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6075488Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6075627Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6075764Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6075903Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6076041Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6076180Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6076316Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6076456Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6076595Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6076730Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6076851Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6076983Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6077112Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6077240Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6077371Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6077503Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6077637Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6077808Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6077947Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6078085Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6078217Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6078346Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6078470Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6078599Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6078729Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6078858Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6078971Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6079100Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6079244Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6079380Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6079523Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6079668Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6079806Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6079943Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6080080Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6080214Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6080345Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6080476Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6080612Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6080741Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6080881Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6081066Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6081196Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6081339Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6081480Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6081620Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6081758Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6081896Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6082035Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6082167Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6082299Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6082434Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6082564Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6082697Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6082827Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6082957Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6083085Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6083212Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6083369Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6083499Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6083637Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6083766Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6083909Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6084048Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6084186Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6084323Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6084457Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6084588Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6084721Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6084850Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6084976Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6085105Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6085237Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6085375Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6085491Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6085630Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6085771Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6085906Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086038Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086169Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086298Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086426Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6086603Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086732Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6086862Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6087005Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6087138Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6087279Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6087417Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6087556Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6087679Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6087811Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6087944Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6088083Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6088219Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6088361Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6088495Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6088635Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6088774Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6088913Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6089090Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6089225Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6089356Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6089495Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6089627Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6089767Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6089899Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6090027Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6090166Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6090304Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6090438Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6090568Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6090698Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6090834Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6090964Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6091093Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6091226Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6091353Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6091493Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6091631Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6091768Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6091901Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6092099Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6092721Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6092919Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6093113Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6093303Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6093490Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6093680Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6093865Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6094049Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6094229Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6094412Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6094589Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6094786Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6095032Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6095238Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6095440Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6095638Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6095828Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6096011Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6096201Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6096386Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:41:47.6096569Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6096756Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6096940Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097119Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097292Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097460Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097641Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097820Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6097996Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:41:47.6098221Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6098393Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6098561Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6098725Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6098893Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6099067Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:41:47.6099261Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6099449Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6099651Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6099847Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6100037Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6100221Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6100451Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6100642Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6100830Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6101019Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6101203Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6101386Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6101562Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6101721Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6101903Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6102081Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6102257Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6102426Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6102601Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6102770Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6102941Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6103116Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:41:47.6103287Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:41:47.6103453Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:41:47.6103646Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6103852Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6103998Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6104136Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6104269Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6104445Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6104575Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6104703Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6104822Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6104991Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6105123Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6105254Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6105398Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6105538Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6105678Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6105815Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6105949Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6106081Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6106270Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6106404Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6106533Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6106662Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6106789Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6106919Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6107032Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6107172Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6107303Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6107443Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6107585Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6107722Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6107856Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6107985Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6108119Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6108247Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6108373Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6108501Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6108632Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6108761Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6108889Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6109021Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6109137Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6109263Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6109440Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6109566Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6109693Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6109823Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6109947Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6110086Z test_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6110225Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6110456Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6110594Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6110728Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6110867Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111000Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6111138Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111270Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111389Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111519Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111645Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6111775Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6111950Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6112108Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6112265Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6112418Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6112566Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6112726Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6112882Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6113033Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6113186Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6113335Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6113482Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6113626Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6113771Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6113903Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6114052Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6114203Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6114346Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6114491Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6114633Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6114773Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6114912Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6115050Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6115233Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6115379Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6115522Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6115660Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6115798Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6115957Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.6116118Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.6116274Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6116411Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6116562Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6116708Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6116852Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6116991Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6117141Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6117289Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6117434Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6118230Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6118398Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6118552Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6118702Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6118848Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6119002Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6119156Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6119305Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6119453Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6119627Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6119786Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6119952Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6120120Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6120268Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6120413Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6120553Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6120692Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6120843Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6120993Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6121137Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6121280Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6121436Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6121644Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6121795Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6121947Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6122107Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6122268Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6122422Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6122561Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6122717Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6122870Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6123020Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6123167Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6123317Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.6123465Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.6123608Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6123752Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6123961Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:41:47.6124130Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6124293Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.6124460Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6124603Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6124747Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6124885Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6125027Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6125181Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6125324Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6125474Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6125622Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6125783Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6125940Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6126091Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6126239Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6126390Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6126541Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6126691Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:41:47.6126837Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:41:47.6126988Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6127191Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6127349Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6127500Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:41:47.6127651Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6127802Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6127961Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6128107Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6128261Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6128410Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6128569Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6128726Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6128875Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:41:47.6129024Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:41:47.6129199Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6129370Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6129581Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6129748Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6129898Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6130053Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6130205Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6130354Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6130501Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6130645Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6130791Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6130919Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6131066Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6131207Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6131352Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6131495Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:41:47.6131640Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:41:47.6131783Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.6131923Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.6132061Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:41:47.6132240Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.6132421Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6132595Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.6132817Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.6132990Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6133160Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.6133305Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.6133453Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.6133594Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6133726Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6133889Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6134052Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6134212Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6134363Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6134607Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:41:47.6134840Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:41:47.6135113Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:41:47.6135333Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:41:47.6135480Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6135626Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6135767Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6135908Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6136063Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6136214Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6136362Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6136511Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6136658Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6136804Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6136949Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6137079Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6137232Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6137384Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6137529Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6137675Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6137838Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.318s) 2022-12-01T10:41:47.6138004Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.321s) 2022-12-01T10:41:47.6138164Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.311s) 2022-12-01T10:41:47.6138324Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:41:47.6138520Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:41:47.6138665Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:41:47.6138806Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:41:47.6138945Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:41:47.6139098Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6139249Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6139396Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6139543Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6139700Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6139843Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6139994Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6140142Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6140301Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6140457Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6140609Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6140801Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6140956Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6141106Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6141255Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6141403Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6141548Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6141691Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6141829Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6141970Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6142112Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6142261Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6142411Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.6142546Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.6142696Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6142841Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6142996Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:41:47.6143153Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.099s) 2022-12-01T10:41:47.6143308Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:41:47.6143458Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.144s) 2022-12-01T10:41:47.6143609Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:41:47.6143757Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:41:47.6143899Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6144094Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6144237Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6144378Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6144516Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6144655Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6144792Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6144926Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6145045Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6145182Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6145315Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6145447Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6145579Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6145719Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6145863Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6145999Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6146129Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6146261Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6146428Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6146554Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6146684Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6146814Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6146947Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6147077Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6147201Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6147333Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6147465Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6147591Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6147715Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6147845Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6147975Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6148110Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6148240Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6148380Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6148517Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6148649Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6148777Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6148905Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6149031Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6149159Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6149276Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6149402Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6149586Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6149718Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6149855Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6149989Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6150119Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6150248Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6150486Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6150621Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6150752Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6150880Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6151007Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6151155Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6151298Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6151438Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6151576Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6151722Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6151880Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6152090Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6152245Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6152396Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6152548Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6152704Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6152850Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6152997Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6153143Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6153288Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6153433Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6153577Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6153722Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6153867Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6154012Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6154143Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6154285Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6154436Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6154583Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6154728Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6154868Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6155012Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6155147Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6155281Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6155476Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6155614Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6155763Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6155911Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6156056Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6156198Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6156339Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6156479Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6156604Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6156743Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6156883Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6157023Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6157168Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6157304Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6157451Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6157599Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6157781Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6157922Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6158061Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6158202Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6158339Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6158477Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6158615Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6158752Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6158894Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6159019Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6159168Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6159314Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6159455Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6159596Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6159731Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6159873Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6160008Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6160145Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6160355Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6160495Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6160641Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6160780Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6160973Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6161177Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6161318Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6161459Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6161583Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6161724Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6161863Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6162003Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6162144Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6162283Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6162417Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6162550Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6162688Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6162820Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6162953Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6163082Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6163207Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6163339Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6163511Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6163656Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.150s) 2022-12-01T10:41:47.6163787Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:41:47.6163934Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:41:47.6164072Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.132s) 2022-12-01T10:41:47.6164213Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:41:47.6164349Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:41:47.6164485Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:41:47.6164618Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:41:47.6164754Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6164888Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.6165029Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6165166Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6165306Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6165448Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6165587Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6165726Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6165864Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6165999Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6166122Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6166260Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6166390Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6166526Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6166663Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6166841Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6166974Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6167103Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6167231Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6167360Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6167489Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6167617Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6167751Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6167878Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6168010Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6168140Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6168255Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6168385Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6168510Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6168639Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6168767Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6168891Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6169019Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6169188Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6169327Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6169461Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6169590Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6169717Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6169862Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6170003Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.6170142Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.6170279Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.6170411Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6170560Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6170699Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6170838Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6170974Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6171102Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6171237Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6171369Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6171500Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6171630Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6171758Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6171888Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6172013Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6172139Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6172267Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6172441Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6172552Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6172686Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6172814Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6172952Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6173086Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6173215Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6173345Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6173475Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6173603Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6173732Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6173857Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6173984Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6174108Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6174231Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6174375Z test_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:41:47.6174503Z test_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.327s) 2022-12-01T10:41:47.6174646Z test_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.345s) 2022-12-01T10:41:47.6174833Z test_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.315s) 2022-12-01T10:41:47.6174975Z test_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:41:47.6175114Z test_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.274s) 2022-12-01T10:41:47.6175253Z test_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.290s) 2022-12-01T10:41:47.6175392Z test_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.286s) 2022-12-01T10:41:47.6175529Z test_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.292s) 2022-12-01T10:41:47.6175672Z test_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.320s) 2022-12-01T10:41:47.6175815Z test_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.322s) 2022-12-01T10:41:47.6175958Z test_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.319s) 2022-12-01T10:41:47.6176100Z test_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:41:47.6176238Z test_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.276s) 2022-12-01T10:41:47.6176375Z test_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.273s) 2022-12-01T10:41:47.6176514Z test_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.274s) 2022-12-01T10:41:47.6176653Z test_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.271s) 2022-12-01T10:41:47.6176789Z test_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.310s) 2022-12-01T10:41:47.6176924Z test_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.190s) 2022-12-01T10:41:47.6177074Z test_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:41:47.6177221Z test_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:41:47.6177364Z test_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.184s) 2022-12-01T10:41:47.6177507Z test_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:41:47.6177648Z test_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:41:47.6177786Z test_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:41:47.6177972Z test_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.158s) 2022-12-01T10:41:47.6178115Z test_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:41:47.6178261Z test_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:41:47.6178409Z test_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.180s) 2022-12-01T10:41:47.6178553Z test_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.175s) 2022-12-01T10:41:47.6178696Z test_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.187s) 2022-12-01T10:41:47.6178835Z test_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.158s) 2022-12-01T10:41:47.6178977Z test_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:41:47.6179113Z test_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.174s) 2022-12-01T10:41:47.6179252Z test_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.185s) 2022-12-01T10:41:47.6179381Z test_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.179s) 2022-12-01T10:41:47.6179532Z test_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6179687Z test_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.6179839Z test_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6179987Z test_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.6180134Z test_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6180323Z test_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.6180469Z test_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.6180608Z test_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6180748Z test_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6180889Z test_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.6181033Z test_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:41:47.6181181Z test_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6181330Z test_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6181475Z test_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6181618Z test_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6181758Z test_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6181886Z test_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6182022Z test_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.6182166Z test_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6182307Z test_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.6182451Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6182590Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6182735Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6182882Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6183028Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6183171Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6183311Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6183449Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6184002Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6184141Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6184279Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6184417Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6184553Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6184695Z test_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:41:47.6184851Z test_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6185005Z test_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.6185160Z test_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:41:47.6185316Z test_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:41:47.6185465Z test_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:41:47.6185618Z test_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.343s) 2022-12-01T10:41:47.6185767Z test_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.351s) 2022-12-01T10:41:47.6185915Z test_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.345s) 2022-12-01T10:41:47.6186062Z test_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.363s) 2022-12-01T10:41:47.6186208Z test_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.332s) 2022-12-01T10:41:47.6186403Z test_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.304s) 2022-12-01T10:41:47.6186555Z test_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:41:47.6186699Z test_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.299s) 2022-12-01T10:41:47.6186845Z test_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.762s) 2022-12-01T10:41:47.6186983Z test_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.626s) 2022-12-01T10:41:47.6187130Z test_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.612s) 2022-12-01T10:41:47.6187276Z test_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.596s) 2022-12-01T10:41:47.6187404Z test_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.724s) 2022-12-01T10:41:47.6187545Z test_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.757s) 2022-12-01T10:41:47.6187686Z test_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.738s) 2022-12-01T10:41:47.6187826Z test_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.599s) 2022-12-01T10:41:47.6187965Z test_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.638s) 2022-12-01T10:41:47.6188101Z test_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.591s) 2022-12-01T10:41:47.6188242Z test_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.643s) 2022-12-01T10:41:47.6188381Z test_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.620s) 2022-12-01T10:41:47.6188528Z test_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:41:47.6188674Z test_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:41:47.6188819Z test_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:41:47.6188964Z test_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.452s) 2022-12-01T10:41:47.6189107Z test_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (1.482s) 2022-12-01T10:41:47.6189247Z test_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (1.543s) 2022-12-01T10:41:47.6189383Z test_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (1.525s) 2022-12-01T10:41:47.6189585Z test_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:41:47.6189743Z test_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:41:47.6189886Z test_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.6190036Z test_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:41:47.6190186Z test_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:41:47.6190431Z test_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.6190578Z test_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.310s) 2022-12-01T10:41:47.6190730Z test_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.341s) 2022-12-01T10:41:47.6190877Z test_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.355s) 2022-12-01T10:41:47.6191023Z test_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.416s) 2022-12-01T10:41:47.6191169Z test_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.468s) 2022-12-01T10:41:47.6191309Z test_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:41:47.6191450Z test_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.349s) 2022-12-01T10:41:47.6191590Z test_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.343s) 2022-12-01T10:41:47.6191730Z test_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:41:47.6191870Z test_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.345s) 2022-12-01T10:41:47.6192075Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6192220Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6192374Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6192512Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6192659Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6192806Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6192951Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6193095Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6193239Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6193379Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6193523Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6193663Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6193809Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6193952Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6194102Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6194252Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6194399Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6194544Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6194687Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6194828Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6194957Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6195097Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6195238Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6195427Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6195577Z test_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:41:47.6195723Z test_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:41:47.6195867Z test_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.6196015Z test_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.6196162Z test_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:41:47.6196308Z test_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:41:47.6196450Z test_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.543s) 2022-12-01T10:41:47.6196597Z test_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (2.312s) 2022-12-01T10:41:47.6196743Z test_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (2.098s) 2022-12-01T10:41:47.6196883Z test_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (2.578s) 2022-12-01T10:41:47.6197023Z test_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (2.434s) 2022-12-01T10:41:47.6197161Z test_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (2.050s) 2022-12-01T10:41:47.6197299Z test_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (2.117s) 2022-12-01T10:41:47.6197422Z test_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (2.237s) 2022-12-01T10:41:47.6197557Z test_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (1.953s) 2022-12-01T10:41:47.6197743Z test_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.018s) 2022-12-01T10:41:47.6197888Z test_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.328s) 2022-12-01T10:41:47.6198023Z test_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:41:47.6198173Z test_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.279s) 2022-12-01T10:41:47.6198317Z test_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.277s) 2022-12-01T10:41:47.6198455Z test_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.323s) 2022-12-01T10:41:47.6198596Z test_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.320s) 2022-12-01T10:41:47.6198735Z test_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.323s) 2022-12-01T10:41:47.6198874Z test_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.299s) 2022-12-01T10:41:47.6199010Z test_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.301s) 2022-12-01T10:41:47.6199150Z test_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.298s) 2022-12-01T10:41:47.6199287Z test_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.298s) 2022-12-01T10:41:47.6199422Z test_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.267s) 2022-12-01T10:41:47.6199567Z test_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.321s) 2022-12-01T10:41:47.6199719Z test_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.887s) 2022-12-01T10:41:47.6199850Z test_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.955s) 2022-12-01T10:41:47.6199993Z test_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (2.801s) 2022-12-01T10:41:47.6200133Z test_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (2.552s) 2022-12-01T10:41:47.6200271Z test_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (2.355s) 2022-12-01T10:41:47.6200407Z test_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (1.899s) 2022-12-01T10:41:47.6200545Z test_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (1.945s) 2022-12-01T10:41:47.6200680Z test_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (2.044s) 2022-12-01T10:41:47.6200818Z test_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (1.926s) 2022-12-01T10:41:47.6200998Z test_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.908s) 2022-12-01T10:41:47.6201135Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6201277Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6201415Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6201552Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6201686Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6201819Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6201951Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6202077Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6202196Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6202331Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6202475Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6202621Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6202765Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6202904Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6203045Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6203267Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6203450Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6203592Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6203731Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6203871Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6204010Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6204145Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6204282Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6204421Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6204543Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6204703Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6204858Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6205013Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6205164Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6205313Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6205466Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6205620Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6205772Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6205920Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6206068Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6206284Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6206445Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6206602Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6206802Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6207001Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6207158Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6207308Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6207440Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6207593Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6207744Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6207883Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6208098Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6208240Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6208378Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6208515Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6208702Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6208835Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6208965Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6209100Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6209612Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6209756Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6209894Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6210036Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6210173Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6210289Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6210416Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6210556Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6210695Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6210830Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6210965Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6211093Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6211220Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6211354Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6211482Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6211646Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6211807Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6211973Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6212140Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6212303Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6212466Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6212625Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6212818Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6212971Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6213121Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6213276Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6213426Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6213590Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6213754Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6213924Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6214091Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6214258Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6214420Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6214582Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6214743Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6214904Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6215107Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6215313Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6215474Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6215618Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6215758Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6215885Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6216024Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6216163Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6216300Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6216438Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6216573Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6216712Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6216848Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6217008Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6217162Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6217319Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6217471Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6217618Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6217769Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6217920Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6218073Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6218221Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6218355Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6218559Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6218715Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6218872Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219023Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219172Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219325Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219475Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219621Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6219772Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6219921Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6220062Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6220195Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6220334Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6220471Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6220607Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6220743Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6220922Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6221039Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6221173Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6221306Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6221439Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6221576Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6221756Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6221892Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6222021Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6222149Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6222280Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6222405Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6222532Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6222658Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6222799Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6222929Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6223063Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6223180Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6223309Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6223438Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6223567Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6223702Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6223830Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6223957Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6224150Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6224282Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6224426Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6224568Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6224712Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6224852Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6224989Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225128Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225264Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225382Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225515Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225649Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225781Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6225970Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6226102Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6226238Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6226372Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6226557Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6226691Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6226817Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6226940Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6227069Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6227199Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6227332Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6227459Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6227583Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6227716Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6227847Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6227979Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6228108Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6228233Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6228363Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6228491Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6228619Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6228748Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6228875Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6229023Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6229167Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6229312Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6229444Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6229581Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6229700Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6229883Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6230011Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6230138Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6230264Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6230472Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6230601Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6230726Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6230888Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6231046Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6231199Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6231356Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6231504Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6231650Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6231801Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6231954Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6232110Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6232298Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6232453Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6232604Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6232752Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6232897Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6233047Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6233204Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6233361Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6233517Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6233670Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6233820Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6233966Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6234114Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6234262Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6234416Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6234556Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6234694Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6234831Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6234958Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6235096Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6235231Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6235367Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6235543Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6235679Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6235815Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6235954Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6236092Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6236228Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6236365Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6236507Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6236649Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6236791Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6236929Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6237065Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6237188Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6237327Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6237464Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6237609Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6237794Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6237930Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6238063Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6238200Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.6238336Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:41:47.6238466Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6238600Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6238729Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6238856Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6238985Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6239113Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6239261Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6239401Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6239538Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6239688Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6239834Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6239976Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240117Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240259Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240400Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240538Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240679Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240817Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6240954Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6241137Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6241269Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6241409Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6241547Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6241684Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6241807Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6241941Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242074Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242206Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242337Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242471Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242601Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6242730Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6242883Z test_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6243036Z test_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6243186Z test_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6243338Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6243530Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6243681Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6243812Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6243940Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6244076Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6244197Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6244326Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6244457Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6244585Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6244712Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6244842Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6244969Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6245096Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6245225Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6245359Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6245495Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6245633Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6245765Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6245896Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6246026Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6246154Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6246268Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6246397Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6246524Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6246696Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6246822Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6246966Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6247105Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6247251Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6247395Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6247538Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6247677Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6247815Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6247954Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6248093Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6248228Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6248365Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6248486Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6248620Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6248773Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6248920Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6249120Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6249279Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6249435Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6249591Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6249741Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6249891Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6250039Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6250187Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6250334Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6250483Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6250629Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6250769Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6250905Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6251035Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6251176Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6251316Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6251457Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6251632Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6251856Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6252080Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6252293Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6257767Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6258153Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6258294Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6258436Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6258576Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6258719Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6258863Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6259004Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6259151Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6259276Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6259413Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6259550Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6259683Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6259814Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6259950Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6260084Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6260227Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6260358Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6260563Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6260711Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6260853Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6260995Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6261133Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6261271Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6261408Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6261546Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6261669Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6261804Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6261940Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6262084Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6262224Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6262365Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6262620Z test_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6262813Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6263001Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6263222Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6263405Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6263581Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6263757Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6263980Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6264156Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6264328Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6264500Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6264670Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6264847Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6265005Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6265174Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6265350Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6265521Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6265689Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6265856Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6266027Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6266189Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6266387Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6266551Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6266712Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6266876Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6267034Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6267190Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6267348Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6267504Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6267667Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6267823Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6267980Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6268127Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6268283Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6268443Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6268599Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6268756Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6268913Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6269065Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6269214Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6269367Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6269567Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6269740Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6269914Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6270105Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6270294Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6270572Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6270729Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6270882Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6271037Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6271195Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6271355Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6271500Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6271655Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6271805Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6271999Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6272156Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6272314Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6272473Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6272624Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6272772Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6272922Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6273099Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6273274Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6273444Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6273612Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6273777Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6273945Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6274110Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6274276Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6274445Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6274598Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6274765Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6274943Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6275113Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6275330Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6275502Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6275674Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6275843Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6276015Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6276188Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6276359Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6276532Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6276704Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6276874Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6277039Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6277202Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6277365Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6277521Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6277709Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6277872Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6278023Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6278183Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6278346Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6278506Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6278663Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6278825Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6278989Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6279149Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6279303Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6279459Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6279610Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6279776Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6279941Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:41:47.6280101Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:41:47.6280261Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6280424Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6280582Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6280744Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6281349Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6281529Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6281720Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6281917Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6282108Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6282310Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6282504Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6282699Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6282893Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6283084Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6283274Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6283460Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6283694Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6283882Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6284064Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6284249Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.6284421Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6284589Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:41:47.6284758Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:41:47.6284928Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.406s) 2022-12-01T10:41:47.6285100Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.425s) 2022-12-01T10:41:47.6285269Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.429s) 2022-12-01T10:41:47.6285428Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6285582Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6285720Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6285870Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6286021Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6286172Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6286336Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6286503Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6286665Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6286870Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6287029Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6287190Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6287351Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6287509Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6287675Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6287839Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6288000Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6288158Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6288320Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6288480Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6288638Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6288783Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6288939Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6289095Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6289284Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6289436Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6289593Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6289771Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6289944Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6290118Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6290277Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6290436Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6290596Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6290755Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6290921Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6291085Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6291247Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6291417Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6291587Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6291760Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6291922Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6292099Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6292278Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6292454Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6292667Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6292840Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6293013Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6293185Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6293356Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6293528Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6293703Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6293876Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6294060Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6294236Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6294408Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6294566Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6294720Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6294910Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6295069Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6295227Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6295375Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6295530Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6295680Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6295828Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6295989Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6296149Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6296309Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6296471Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6296631Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6296789Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6296945Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6297103Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6297262Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6297416Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6297567Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6297722Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6297873Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6298024Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6298221Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6298359Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6298535Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6298709Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6298884Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6299055Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6299224Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6299386Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6299552Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6299726Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6299897Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6300070Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6300239Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6300407Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6300616Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6300787Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6300954Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6301117Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.406s) 2022-12-01T10:41:47.6301277Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.475s) 2022-12-01T10:41:47.6301436Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.417s) 2022-12-01T10:41:47.6301597Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.626s) 2022-12-01T10:41:47.6301741Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.652s) 2022-12-01T10:41:47.6301902Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.664s) 2022-12-01T10:41:47.6302059Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.566s) 2022-12-01T10:41:47.6302217Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.592s) 2022-12-01T10:41:47.6302382Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:41:47.6302545Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:41:47.6302714Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:41:47.6302881Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:41:47.6303042Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.376s) 2022-12-01T10:41:47.6303202Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.410s) 2022-12-01T10:41:47.6303367Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:41:47.6303534Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:41:47.6303733Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:41:47.6303894Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.166s) 2022-12-01T10:41:47.6304057Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:41:47.6304223Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6304377Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6304529Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6304688Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6304828Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6304977Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6305146Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6305311Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6305486Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6305659Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6305843Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6306345Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6306538Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6306697Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6306855Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6307007Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6307170Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6307333Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6307497Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6307656Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6307819Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6307973Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6308143Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6308307Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6308465Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6308632Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6308796Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6308957Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6309122Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6309285Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6309446Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6309650Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6309812Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6309971Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6310134Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6310292Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6310577Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6310750Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6310912Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6316300Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6316523Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6316696Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6316846Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6317012Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6317176Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6317338Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6317606Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6317777Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6317945Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6318112Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6318287Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6318458Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6318625Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6318791Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6318971Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6319151Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6319331Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6319507Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6319679Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6319850Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6320019Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6320187Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6320339Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6320507Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6320671Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6320880Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6321032Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6321198Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6321361Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6321532Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6321701Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6321868Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6322032Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6322194Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6322359Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6322521Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6322682Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6322844Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6323003Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6323216Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6323381Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6323542Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6323717Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6323883Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6324051Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6324215Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6324380Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6324544Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6324707Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6324873Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6325040Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6325210Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:41:47.6325379Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:41:47.6325548Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:41:47.6325712Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:41:47.6325878Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.6326039Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:41:47.6326200Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6326359Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:41:47.6326565Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6326722Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6326857Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6327009Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327159Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327307Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327461Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327617Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327766Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6327920Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6328069Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6328224Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6328378Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6328530Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6328678Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6328866Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6329017Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6329167Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6329316Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6329473Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6329613Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6329763Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6329912Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6330066Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6330222Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6330390Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6330562Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6330718Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6330869Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6331021Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6331186Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6331349Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6331509Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6331671Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6331842Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6332010Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6332219Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6332377Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6332536Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6332675Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6332850Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6333032Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6333209Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6333383Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6333556Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6333724Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6333890Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6334055Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6334214Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6334423Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6334587Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6334751Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6334913Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335070Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335234Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335399Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335559Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335722Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6335887Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6336034Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6336198Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6336356Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6336508Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6336665Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6336815Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6336965Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6337123Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6337275Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6337441Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6337608Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6337818Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6337978Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6338141Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6338300Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6338456Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6338608Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6338770Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6338910Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6339072Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6339236Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6339396Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6339556Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6339713Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6339866Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6340023Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6340220Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6340398Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6340581Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6340763Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6340935Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6341107Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6341282Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6341455Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6341625Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6341793Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6341961Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6342153Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6342350Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6342546Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6342723Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6342914Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6343105Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6343293Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6343525Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6343713Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6343895Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6344058Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.179s) 2022-12-01T10:41:47.6344219Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.205s) 2022-12-01T10:41:47.6344380Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.184s) 2022-12-01T10:41:47.6344537Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.183s) 2022-12-01T10:41:47.6344687Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.189s) 2022-12-01T10:41:47.6344838Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.181s) 2022-12-01T10:41:47.6345011Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6345184Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6345354Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6345525Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6345742Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6345913Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6346081Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6346224Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:41:47.6346348Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6346493Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:41:47.6346637Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6346780Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6346917Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6347054Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6347193Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6347332Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6347466Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6347599Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6347734Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6347865Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6347996Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6348134Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:41:47.6348275Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:41:47.6348410Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6348528Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6348657Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6348798Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6348941Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6349130Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6349267Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6349405Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6349544Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6349688Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6349830Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6349968Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6350107Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6350241Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6350509Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6350659Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6350793Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6350914Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6351054Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6351193Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6351326Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6351506Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6351665Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6351816Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6351973Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6352126Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6352263Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6352392Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6352531Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6352668Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6352802Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6352939Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353069Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353196Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353312Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353443Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353572Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353702Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353831Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6353972Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6354107Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6354251Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6354396Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6354539Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6354678Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6354866Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6355004Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6355142Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6355277Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6355410Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6355530Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6355664Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6355808Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.302s) 2022-12-01T10:41:47.6355946Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:41:47.6356084Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.283s) 2022-12-01T10:41:47.6356224Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:41:47.6356360Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6356490Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6356630Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6356766Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6356899Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6357031Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6357205Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6357339Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6357467Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6357597Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6357726Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6357844Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6357988Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.309s) 2022-12-01T10:41:47.6358132Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.285s) 2022-12-01T10:41:47.6358270Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6358406Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6358553Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6358697Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6358841Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6358980Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6359117Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6359253Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6359389Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6359521Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6359652Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6359786Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6359920Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6360052Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6360195Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6360335Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6360519Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6360654Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6360786Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6360950Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6361110Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6361269Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6361430Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6361588Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6361742Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6361895Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6362049Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6362199Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6362361Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6362517Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6362677Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6362862Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6363023Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6363175Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6363329Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6363483Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6363635Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6363872Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6364034Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6364194Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6364357Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6364514Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6364666Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6364818Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6365023Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6365177Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6365337Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6365492Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6365649Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6365793Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6365946Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6366099Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6366300Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6366456Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6366607Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6366767Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6366925Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6367087Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6367246Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6367401Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6367556Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6367708Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6367861Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6368011Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6368155Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6368302Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6368446Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6368618Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6368759Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6368900Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6369040Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369183Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369318Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369448Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369584Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369717Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6369852Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6369989Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6370124Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6370256Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6370389Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6370519Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6370650Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6370767Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6370895Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6371026Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6371153Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6371284Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6371425Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6371565Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6371699Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6371876Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6372009Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6372140Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6372268Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6372395Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6372524Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6372657Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6372787Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6372910Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6373047Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6373182Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6373313Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6373442Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6373572Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6373700Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6373827Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6373955Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6374084Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6374268Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6374406Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6374537Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6374667Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6374810Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:41:47.6374950Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.096s) 2022-12-01T10:41:47.6375077Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6375211Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6375350Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6375487Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6375627Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6375764Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6375900Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6376032Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6376165Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6376296Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6376437Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6376584Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6376727Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6376871Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6377013Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6377151Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6377289Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6377883Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6378029Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6378172Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6378314Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6378455Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6378596Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6378735Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6378876Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6379015Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6379153Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6379295Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6379437Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6379575Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6379713Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6379845Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6379975Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6380105Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6380299Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6380446Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6380591Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6380734Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6380877Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6381014Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6381150Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6381282Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6381421Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6381563Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6381702Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6381837Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6381968Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6382100Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6382233Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6382361Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6382473Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6382604Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6382734Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6382870Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6383003Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6383142Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6383278Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6383413Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6383595Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6383725Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6383852Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6383982Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384110Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384239Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384369Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384497Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384631Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384774Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6384925Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6385072Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6385216Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6385358Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6385499Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6385643Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6385785Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6385968Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6386111Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6386251Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6386396Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6386539Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6386680Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6386822Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6386947Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6387087Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6387223Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6387366Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6387506Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6387641Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6387785Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6387925Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6388063Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6388196Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6388327Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6388464Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6388599Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6388743Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6388885Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6389022Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6389199Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6389316Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6389450Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6389584Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6389713Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6389847Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6389976Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6390134Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6390284Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6390535Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6390700Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6390854Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6391008Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6391160Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6391311Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6391462Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6391652Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6391803Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6391938Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6392086Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6392232Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6392371Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6392519Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6392665Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6392808Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6392949Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6393093Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6393232Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6393371Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6393512Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6393649Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6393785Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6393921Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6394058Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6394194Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6394321Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6394467Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6394609Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6394746Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6394935Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6395076Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6395212Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6395346Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6395476Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6395611Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6395744Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6395885Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6396020Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6396163Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6396304Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6396442Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6396564Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6396699Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6396836Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6396968Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6397097Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6397270Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6397405Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6397548Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6397684Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6397833Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6397978Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6398116Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6398255Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6398396Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6398533Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6398672Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6398807Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6398928Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6399064Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6399214Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6399356Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6399506Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6399656Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6399800Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6399942Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6400083Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6400223Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6400361Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6400544Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6400685Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6400822Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6400967Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6401107Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6401242Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6401389Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6401538Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6401680Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6401824Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6401965Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6402105Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6402247Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6402386Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6402524Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6402663Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6402799Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6403276Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6403427Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6403565Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6403703Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6403835Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6403953Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6404084Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6404214Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6404343Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6404470Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6404603Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6404731Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6404869Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6404996Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6405138Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6405277Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6405413Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6405542Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6405671Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6405801Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6405927Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6406039Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6406166Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6406296Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6406482Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6406621Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6406755Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6406885Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6407011Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6407137Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6407264Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6407398Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6407552Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6407703Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6407854Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408006Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408154Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408302Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408446Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408602Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408796Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6408936Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6409067Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6409211Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6409354Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6409488Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6409621Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6409750Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6409877Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6410001Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6410131Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6410263Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6410397Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6410535Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6410661Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6410794Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6410924Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6411051Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6411178Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6411306Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6411432Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6411563Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6411692Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6411837Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6411977Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6412171Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6412319Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6412462Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6412602Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6412742Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6412867Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6413008Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6413145Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6413284Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6413426Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6413565Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6413700Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6413844Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6413984Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6414123Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6414260Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:41:47.6414442Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6414581Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6414714Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6414845Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6414982Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6415113Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6415255Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:41:47.6415405Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6415560Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6415709Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6415860Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6416012Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:41:47.6416161Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6416313Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6416460Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6416609Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6416765Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6416914Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6417068Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6417220Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6417367Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6417516Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6417710Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6417855Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6417988Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6418138Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6418293Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6418447Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6418598Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6418743Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6418892Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6419041Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6419188Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6419336Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6419483Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6419642Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6419792Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6419990Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6420145Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6420292Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6420443Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6420579Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6420727Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6420876Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6421023Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6421177Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:41:47.6421325Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6421479Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6421631Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6421783Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6421933Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6422079Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6422225Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:41:47.6422372Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6422518Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:41:47.6422668Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.575s) 2022-12-01T10:41:47.6422818Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.427s) 2022-12-01T10:41:47.6422965Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.408s) 2022-12-01T10:41:47.6423109Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.404s) 2022-12-01T10:41:47.6423284Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.367s) 2022-12-01T10:41:47.6423428Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.401s) 2022-12-01T10:41:47.6423569Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.380s) 2022-12-01T10:41:47.6423714Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.365s) 2022-12-01T10:41:47.6423857Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.370s) 2022-12-01T10:41:47.6424021Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:41:47.6424180Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:41:47.6424335Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.088s) 2022-12-01T10:41:47.6424486Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:41:47.6424649Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:41:47.6424809Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:41:47.6424963Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:41:47.6425112Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:41:47.6425252Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6425386Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6425530Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6425714Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6425857Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6425980Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6426119Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6426249Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6426383Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6426513Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6426640Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6426772Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6426901Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6427053Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6427198Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6427344Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6427493Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6427636Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6427779Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6427923Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6428062Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6428191Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6428329Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6428465Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6428593Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6428733Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6428916Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6429048Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429182Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429310Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429437Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6429568Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429697Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429826Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6429952Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6430078Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6430218Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6430450Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6430598Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6430738Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6430870Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6431002Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431131Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6431260Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431436Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431564Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431692Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431826Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6431966Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6432103Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6432247Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6432391Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6432531Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6432654Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6432792Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6432925Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6433053Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6433189Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6433319Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6433446Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6433576Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6433709Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6433840Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6433968Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6434099Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6434228Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6434354Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6434481Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6434654Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6434779Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6434910Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6435048Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6435186Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6435326Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6435462Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6435598Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6435728Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6435861Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6435995Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436127Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436256Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436394Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436529Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6436659Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436788Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6436940Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6437073Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6437202Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6437330Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6437458Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6437592Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6437720Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6437860Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6437999Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6438131Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6438259Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6438391Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6438520Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6438648Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6438777Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6438903Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6439024Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439153Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439293Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6439430Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439562Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439693Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439820Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6439948Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6440074Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6440252Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6440378Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6440517Z test_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6440643Z test_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6440786Z test_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6440925Z test_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6441061Z test_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6441185Z test_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6441317Z test_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6441448Z test_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6441582Z test_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6441710Z test_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6441836Z test_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6441963Z test_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6442096Z test_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6442245Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6442388Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6442577Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:41:47.6442725Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6442867Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6443013Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6443154Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6443293Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6443435Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6443562Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6443703Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6443842Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6443983Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6444139Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6444288Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6444451Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6444609Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6444762Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6444914Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6445067Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6445214Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6445364Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6445513Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6445660Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6445851Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6445986Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6446101Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6446236Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6446369Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6446496Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6446627Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6446758Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6446886Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:41:47.6447014Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6447141Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6447370Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-12-01T10:41:47.6447586Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:41:47.6447796Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:41:47.6448002Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:41:47.6448193Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6448344Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6448492Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6448640Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6448786Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6448917Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6449062Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6449203Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6449349Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6449501Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6449654Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6449803Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6449948Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6450095Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6450242Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6450387Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6450531Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6450680Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6450827Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6450974Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6451119Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6451262Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6451455Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6451586Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6451731Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6451879Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6452027Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6452170Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6452314Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6452461Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6452607Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6452751Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6452900Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6453049Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6453198Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6453342Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6453485Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6453627Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6453816Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6453961Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6454130Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6454293Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6454466Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6454633Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6454800Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6454962Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6455130Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6455293Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6455455Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6455625Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6455792Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6455954Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6456116Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6456274Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6456436Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6456598Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6456844Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6457139Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6457382Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6457619Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:41:47.6457854Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6458092Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6458329Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6458565Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6458803Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6459042Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:41:47.6459324Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6459544Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6459784Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6460015Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6460248Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6460479Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6460632Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6460776Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6460923Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6461072Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6461214Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6461359Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6461500Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6461639Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6461780Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6461922Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6462071Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6462219Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6462364Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6462558Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6462696Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6462822Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6462964Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6463129Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6463300Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6463470Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6463637Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6463800Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6463964Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6464125Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6464286Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6464443Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6464612Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6464781Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6464990Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6465156Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6465318Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6465481Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6465728Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6465878Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6466006Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6466148Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6466334Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6466481Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6466621Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6466758Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6466899Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6467037Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6467178Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6467318Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6467458Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6467596Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6467734Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6467873Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6468012Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6468149Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6468696Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6468825Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6468967Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6469107Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6469246Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6469384Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6469520Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6469661Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6469828Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6470000Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6470171Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6470420Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6470590Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6470753Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6470917Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6471144Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6471391Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6471639Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6471881Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:41:47.6472119Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6472358Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6472597Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6472831Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6473065Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6473202Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6473354Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6473507Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6473654Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6473804Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6473948Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6474097Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6474238Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6474450Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6474613Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6474776Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6474938Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6475099Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6475258Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6475417Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6475574Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6475734Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6475894Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6476040Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6476195Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6476352Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6476510Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6476713Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6476871Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6477029Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6477192Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6477353Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6477507Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6477663Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6477819Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6477975Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6478133Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6478289Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6478448Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6478612Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6478765Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6478915Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6479057Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6479216Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6479376Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6479526Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6479669Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6479868Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480013Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480158Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480298Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480440Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480579Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480716Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6480858Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6481008Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6481155Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6481304Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6481448Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6481588Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6481715Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6481857Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6482047Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6482274Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6482462Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6482645Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6482828Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6483004Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6483176Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6483352Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6483525Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6483696Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6483869Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484041Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484215Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484383Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484552Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484716Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6484882Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6485053Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6485212Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6485381Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6485597Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6485765Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6485929Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6486097Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6486262Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6486518Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6486770Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6487018Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6487267Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:41:47.6487515Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6487761Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:41:47.6488051Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6488296Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6488545Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6488793Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:41:47.6489031Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6489274Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6489513Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6489759Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6490002Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6490240Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:41:47.6490486Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6490733Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6491016Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6491253Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6491498Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6491740Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6491979Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6492216Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6492461Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6492711Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6492949Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6493565Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6493813Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6494056Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6494300Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6494542Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:41:47.6494706Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6494876Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6495041Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6495194Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6495355Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6495515Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6495675Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6495834Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6495988Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6496137Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6496286Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6496435Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6496637Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6496784Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6496930Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6497074Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6497218Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6497360Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6497502Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6497650Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6497780Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6497921Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6498064Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6498204Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6498346Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6498485Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6498623Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6498756Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6498897Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6499086Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6499227Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6499362Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6499497Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6499626Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6499758Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6499887Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6500013Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6500129Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6500261Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6500414Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6500559Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6500713Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6500867Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6501015Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6501162Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6501309Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6501453Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6501599Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6501739Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6501884Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6502024Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6502174Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6502364Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6502521Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6502659Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6502810Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6502959Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6503108Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6503255Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6503400Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6503541Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6503684Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6503829Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6503968Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6504107Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6504238Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6504377Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6504516Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6504698Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6504832Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6504961Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6505079Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6505208Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6505339Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6505466Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6505607Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6505739Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6505882Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6506026Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6506162Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6506298Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6506435Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6506568Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6506699Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6506828Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6506962Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6507094Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6507219Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6507349Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6507495Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6507638Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6507779Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6507969Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6508106Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6508241Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6508376Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6508508Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6508639Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6508773Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6508909Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6509046Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6509176Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6509319Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6509444Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6509583Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6509719Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6509852Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6509984Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6510115Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6510292Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6510518Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6510654Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6510788Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6510922Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6511060Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6511197Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6511326Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6511454Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6511579Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6511706Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6511850Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6511993Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6512132Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6512273Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6512409Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6512548Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6512686Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6512820Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6512951Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6513079Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6513216Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6513353Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6513484Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6513675Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6513804Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6513930Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6514045Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6514177Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6514305Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6514432Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6514562Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6514698Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6514826Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6514966Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6515105Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6515235Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6515364Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6515492Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6515622Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6515751Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6515876Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6516036Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6516167Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6516310Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6516453Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6516601Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6516747Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6516888Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6517029Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6517165Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6517304Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6517444Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6517581Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6517719Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6517855Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6517993Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:41:47.6518129Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:41:47.6518260Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.135s) 2022-12-01T10:41:47.6518373Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:41:47.6518517Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.424s) 2022-12-01T10:41:47.6518660Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.577s) 2022-12-01T10:41:47.6518803Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6518946Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6519083Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6519265Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6519399Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6519528Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6519663Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6519797Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6519926Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6520056Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520186Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520314Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520439Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6520550Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520679Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520803Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6520953Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6521097Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6521251Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6521406Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6521553Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6521749Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6521895Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6522037Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6522181Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6522319Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6522458Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6522594Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6522732Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6522862Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:41:47.6522990Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6523131Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6523265Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6523398Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:41:47.6523530Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6523659Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:41:47.6523788Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6523915Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6524043Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6524170Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6524304Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6524434Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6524571Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6524707Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6524897Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525026Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525140Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525269Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525395Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525522Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6525646Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525783Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6525913Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6526053Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6526190Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6526326Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6526458Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6526587Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6526715Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6526843Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6526970Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6527084Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6527276Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6527421Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6527573Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6527726Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6527870Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6528013Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6528153Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6528293Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6528436Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6528575Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6528717Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6528856Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6528997Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6529144Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6529290Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6529433Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6529560Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6529699Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6529839Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6529975Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6530114Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6530251Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6530387Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6530566Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:41:47.6530705Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:41:47.6530841Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:41:47.6530974Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:41:47.6531103Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:41:47.6531230Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6531360Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6531489Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6531618Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6531746Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6531863Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:41:47.6532018Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6532165Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:41:47.6532320Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:41:47.6532473Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6532625Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6532771Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6532966Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533116Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533258Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533401Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533543Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533682Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:41:47.6533824Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6533963Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6534106Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6534249Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6534379Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6534518Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6534658Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6534797Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6534933Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6535067Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6535202Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6535337Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6535473Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6535606Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6535739Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6535868Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6535998Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6536178Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6536306Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6536434Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6536562Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6536704Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6536840Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6536974Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6537107Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6537238Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6537364Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6537496Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6537631Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6537774Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6537913Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6538061Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6538206Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6538352Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6538545Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6538688Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6538814Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6538954Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6539094Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6539234Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6539371Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6539508Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6539651Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6539799Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6539947Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6540089Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6540231Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6540372Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6540511Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6540649Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6540786Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6540924Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6541060Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6541182Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6541323Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6541460Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6541597Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6541731Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6541913Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6542046Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6542175Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6542300Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6542430Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6542561Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6542720Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6542879Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6543032Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6543182Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:41:47.6543317Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6543433Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6543572Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6543710Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6543843Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6543974Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6544103Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6544270Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6544401Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6544529Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6544663Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6544792Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6544933Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6545073Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6545208Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6545336Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6545473Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6545599Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6545731Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6545860Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6545987Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6546120Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6546248Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6546376Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6546508Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6546637Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6546780Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6546920Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6547068Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6547209Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6547357Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6547555Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6547699Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6547841Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6547966Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:41:47.6548106Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6548248Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6548388Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6548529Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6548665Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6548805Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6548944Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6549077Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6549211Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6549338Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6549463Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6549593Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6549724Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6549904Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6550036Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6550163Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6550307Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6550554Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6550693Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6550829Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6550961Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6551095Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:41:47.6551225Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6551354Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6551485Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6551614Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6551760Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6551899Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6552046Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6552189Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6552333Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6552459Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6552601Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6552743Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6552882Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6553020Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6553216Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6553352Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6553489Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6553626Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6553758Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6553901Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6554042Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:41:47.6554186Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6554321Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6554453Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6554582Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6554718Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6554834Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6554962Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:41:47.6555093Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6555222Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6555365Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6555509Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6555693Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6555833Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6555970Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6556108Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6556267Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.246s) 2022-12-01T10:41:47.6556418Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:41:47.6556574Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.273s) 2022-12-01T10:41:47.6556727Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.235s) 2022-12-01T10:41:47.6556878Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.223s) 2022-12-01T10:41:47.6557029Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.392s) 2022-12-01T10:41:47.6557180Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:41:47.6557316Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.234s) 2022-12-01T10:41:47.6557469Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:41:47.6557607Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.493s) 2022-12-01T10:41:47.6557741Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.523s) 2022-12-01T10:41:47.6557878Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.439s) 2022-12-01T10:41:47.6558011Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.462s) 2022-12-01T10:41:47.6558144Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.438s) 2022-12-01T10:41:47.6558274Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.434s) 2022-12-01T10:41:47.6558407Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.422s) 2022-12-01T10:41:47.6558540Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.457s) 2022-12-01T10:41:47.6558673Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.412s) 2022-12-01T10:41:47.6559254Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6559393Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6559540Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6559686Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6559831Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6559957Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6560099Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6560243Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6560381Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6560520Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6560660Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6560796Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6560934Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6561069Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6561205Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6561344Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6561476Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6561655Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:41:47.6561783Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:41:47.6561924Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6562069Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6562216Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6562341Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6562480Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6562615Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6562751Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6562890Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563029Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563163Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563292Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6563423Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563554Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563682Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6563813Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6563941Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6564092Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6564240Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6564387Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6564514Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6564647Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6564788Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6564982Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6565121Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6565257Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6565393Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6565529Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6565662Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6565794Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6565925Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6566056Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6566186Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6566336Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6566483Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6566618Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6566735Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6566874Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:41:47.6567012Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6567228Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6567418Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6567549Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6567677Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6567807Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6567982Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6568112Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6568241Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6568370Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6568510Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6568643Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6568787Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6568929Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6569070Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6569194Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6574525Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6574693Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6574833Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6574968Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575097Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575233Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575365Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575510Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575646Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6575793Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576054Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576195Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576335Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576470Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576588Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576721Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576850Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6576979Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:41:47.6577112Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6577241Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6577381Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6577513Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:41:47.6577657Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6577798Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6577938Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6578077Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6578212Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6578397Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6578530Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:41:47.6578656Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6578767Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6578901Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6579032Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6579171Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6579353Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6579493Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6579627Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6579758Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6579892Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6580019Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6580145Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:41:47.6580279Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6580460Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:41:47.6580600Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6580729Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6580869Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6580994Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6581127Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6581260Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6581388Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6581517Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6581643Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6581820Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6581949Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:41:47.6582079Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6582216Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6582346Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6582488Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6582627Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6582769Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6582905Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583036Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583155Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583283Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583410Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583535Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583664Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583793Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:41:47.6583936Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6584117Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6584269Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6584415Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:41:47.6584560Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-12-01T10:41:47.6584701Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:41:47.6584841Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6584979Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6585117Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6585254Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6585390Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6585515Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:41:47.6585652Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:41:47.6585855Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:41:47.6585987Z test_imag (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6586112Z test_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-12-01T10:41:47.6586242Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6586436Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6586594Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.005s) 2022-12-01T10:41:47.6586733Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:41:47.6586867Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6587004Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6587138Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6587277Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-12-01T10:41:47.6587407Z test_weakref (__main__.TestMetaConverter) ... ok (0.010s) 2022-12-01T10:41:47.6587468Z 2022-12-01T10:41:47.6587628Z ---------------------------------------------------------------------- 2022-12-01T10:41:47.6587713Z Ran 10212 tests in 298.781s 2022-12-01T10:41:47.6587719Z 2022-12-01T10:41:47.6587781Z OK (skipped=260) 2022-12-01T10:41:47.6587801Z 2022-12-01T10:41:47.6587880Z Generating XML reports... 2022-12-01T10:41:47.6588113Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaCPU-20221201103646.xml 2022-12-01T10:41:47.6588352Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221201103646.xml 2022-12-01T10:41:47.6588358Z 2022-12-01T10:41:47.6589675Z ##[endgroup] 2022-12-01T10:41:47.6589945Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_byg_uo95) 2022-12-01T10:41:47.6589953Z 2022-12-01T10:41:49.7340624Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:41:49.8909068Z Running test_jit_fuser_te ... [2022-12-01 10:41:49.890571] 2022-12-01T10:41:49.8914895Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:49.891182] 2022-12-01T10:41:49.8916858Z Ignoring disabled issues: [] 2022-12-01T10:43:40.1254819Z 2022-12-01T10:43:40.1255334Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:43:40.1258161Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_g9wkweeb) 2022-12-01T10:43:40.1332687Z 2022-12-01T10:43:40.1332950Z Running tests... 2022-12-01T10:43:40.1335718Z ---------------------------------------------------------------------- 2022-12-01T10:43:40.1336149Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-12-01T10:43:40.1336536Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.028s) 2022-12-01T10:43:40.1336942Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.000s) 2022-12-01T10:43:40.1337381Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1337920Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1338267Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1338781Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1339127Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1339477Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1339824Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1340402Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1340734Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1341134Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1341482Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1341904Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1342361Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1342821Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1343274Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1343784Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1344309Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1344738Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1345357Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1345800Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1346244Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1346696Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1347090Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1347512Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1347971Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1348407Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1348869Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1349348Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1349885Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:43:40.1350419Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:43:40.1350890Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.358s) 2022-12-01T10:43:40.1351373Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1351845Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.1352316Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-12-01T10:43:40.1352907Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1353374Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1353824Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1354287Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.1354760Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1355225Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1355713Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1356197Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.270s) 2022-12-01T10:43:40.1356705Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.267s) 2022-12-01T10:43:40.1357157Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1357629Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.1358092Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:43:40.1358572Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1359029Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1359471Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1359921Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1360347Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1360800Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1361266Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1361721Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1362207Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1362805Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1363241Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1363707Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1364173Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.1364634Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.011s) 2022-12-01T10:43:40.1365123Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.041s) 2022-12-01T10:43:40.1365675Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.1366201Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.460s) 2022-12-01T10:43:40.1366655Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.435s) 2022-12-01T10:43:40.1367189Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.1367687Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1368228Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1368806Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1369339Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1369797Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.1370442Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.604s) 2022-12-01T10:43:40.1370985Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.641s) 2022-12-01T10:43:40.1371510Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.954s) 2022-12-01T10:43:40.1372050Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.917s) 2022-12-01T10:43:40.1372591Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.304s) 2022-12-01T10:43:40.1373121Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.335s) 2022-12-01T10:43:40.1373608Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.359s) 2022-12-01T10:43:40.1374187Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:43:40.1374680Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.316s) 2022-12-01T10:43:40.1375124Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.251s) 2022-12-01T10:43:40.1375518Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1375909Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.440s) 2022-12-01T10:43:40.1377667Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.425s) 2022-12-01T10:43:40.1378228Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1378829Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1379358Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.655s) 2022-12-01T10:43:40.1380009Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.694s) 2022-12-01T10:43:40.1380589Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1381175Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:43:40.1381673Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-12-01T10:43:40.1382176Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1382861Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1383365Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1383863Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1384365Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1384815Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1385333Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1385828Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1386334Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1386877Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1387410Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1387928Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:43:40.1388427Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.051s) 2022-12-01T10:43:40.1388978Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.022s) 2022-12-01T10:43:40.1389513Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1390043Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.513s) 2022-12-01T10:43:40.1390567Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.535s) 2022-12-01T10:43:40.1391190Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.1391670Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1392188Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1392760Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1393324Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1393834Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1394370Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.389s) 2022-12-01T10:43:40.1394886Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:43:40.1395374Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1395900Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-12-01T10:43:40.1396412Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.1396918Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1397442Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1397943Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1398453Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1398954Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1399531Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1400051Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1400546Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1401033Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1401524Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1402079Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1402583Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1403089Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1403615Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1404135Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.1404624Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1405191Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1405699Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.1406211Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1406711Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1407205Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1407699Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1408143Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1408586Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1409061Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1409525Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1410083Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1410543Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1411042Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1411503Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1411983Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1412428Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1412877Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1413346Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1413805Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1414289Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1414734Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1415216Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1415691Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1416153Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1416602Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1417058Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1417519Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1418001Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1418461Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1418920Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1419362Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1419742Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:43:40.1420351Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.1420681Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.274s) 2022-12-01T10:43:40.1421053Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1421441Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.1421816Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.1422161Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1422561Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1422997Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1423505Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1423960Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1424468Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1424958Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.010s) 2022-12-01T10:43:40.1425436Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.886s) 2022-12-01T10:43:40.1425929Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.275s) 2022-12-01T10:43:40.1426376Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:43:40.1426918Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1427380Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1427837Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1428301Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1428749Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1429191Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.1429721Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.630s) 2022-12-01T10:43:40.1430281Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.609s) 2022-12-01T10:43:40.1430772Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:43:40.1431243Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-12-01T10:43:40.1431701Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1432178Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.453s) 2022-12-01T10:43:40.1432630Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.488s) 2022-12-01T10:43:40.1433107Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:43:40.1433587Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-12-01T10:43:40.1434047Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1434528Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1434977Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1435403Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1435929Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1436410Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1436932Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.1437511Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:43:40.1437980Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1438447Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1438885Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1439351Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1439815Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1440278Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1440752Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1441238Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1441738Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1442313Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1442882Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1443402Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1443910Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1444417Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1444995Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1445456Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1445965Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1446452Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1446934Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.169s) 2022-12-01T10:43:40.1447416Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:43:40.1447877Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1448386Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.1448819Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1449349Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1449807Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1450277Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1450747Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1451205Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1451644Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1452113Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:43:40.1452587Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.1453074Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1453536Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1453998Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1454439Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1454824Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1455209Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1455545Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1455882Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1456216Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1456549Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1456868Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1457216Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1457562Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1457901Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1458240Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1458576Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1458888Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1459212Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1459547Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1459959Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1460365Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1460783Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1461146Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1461531Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1461885Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1462240Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1462584Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.1462921Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1463261Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1463583Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:43:40.1463911Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:43:40.1464253Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1464587Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1464921Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1465244Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1465560Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1465897Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.1466237Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1466575Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.1466958Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.210s) 2022-12-01T10:43:40.1467338Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-12-01T10:43:40.1467674Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1468043Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1468378Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1468707Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1469042Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1469378Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1469724Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1470052Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1470397Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1470742Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1471080Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1471418Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1471754Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1472077Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1472415Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1472814Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:43:40.1473163Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:43:40.1473607Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1473952Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1474292Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1474614Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1474955Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1475289Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1475623Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1475959Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1476294Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1476612Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1476954Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1477298Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1477637Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1477970Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1478299Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1478664Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1478995Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1479369Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1479699Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1480029Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1480364Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1480693Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1481092Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1481433Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1481777Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1482117Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1482450Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1482789Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1483112Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1483457Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1483805Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1484149Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1484490Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1484879Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1485193Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1485569Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1485906Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1486301Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1486646Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1486994Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1487318Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1487660Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1488002Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1488334Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1488668Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1489001Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1489339Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1489664Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1490007Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1490350Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1490748Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1491090Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1491482Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1491800Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1492135Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1492470Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1492808Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1493154Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1493506Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1493920Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1494265Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1494624Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1494975Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1495329Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1495674Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1496022Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1496344Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1496737Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1497083Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1497485Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1497839Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1498196Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1498539Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1498902Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1499314Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1499673Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1500113Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1500466Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1500813Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1501139Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1501485Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1501830Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1502260Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1502801Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1503339Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1503837Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1504328Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1504793Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1505279Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1505758Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1506230Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1506761Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1507232Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1507700Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1508176Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.1508602Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1508947Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1509342Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:43:40.1509694Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:43:40.1510037Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.1510369Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.1510709Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1511026Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1511364Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1511745Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1512077Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1512416Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1512755Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1513082Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:43:40.1513431Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-12-01T10:43:40.1513776Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1514116Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1514457Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1514845Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1515161Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1515536Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1515878Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1516217Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.1516559Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1516895Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.747s) 2022-12-01T10:43:40.1517232Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.743s) 2022-12-01T10:43:40.1517551Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1517884Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1518222Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1518549Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1518885Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1519790Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1520109Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1520454Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.1520865Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:43:40.1521253Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1521590Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1521935Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1522252Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1522579Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1522910Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1523247Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1523583Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1523920Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1524271Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:43:40.1524608Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-12-01T10:43:40.1525018Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.1525366Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.1525707Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1526042Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1526385Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1526751Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1527089Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1527485Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1527841Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1528200Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1528564Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1528905Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1529262Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1529618Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1529970Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1530317Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1530662Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1531007Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1531331Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1531683Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1532033Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1532384Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1532849Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1533260Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1533601Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1533958Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1534314Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1534669Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1535015Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1535359Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1535709Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1536030Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1536378Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1536728Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1537079Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1537431Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1537847Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1538193Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1538599Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1538957Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1539352Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1539702Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1540135Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1540482Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1540805Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1541153Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1541499Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1541858Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.032s) 2022-12-01T10:43:40.1542218Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.943s) 2022-12-01T10:43:40.1542569Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:43:40.1542891Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:43:40.1543237Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1543577Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1543911Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1544252Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1544641Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1544995Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1545382Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1545801Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1546157Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1546502Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1546852Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1547211Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1547546Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1547900Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1548247Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1548591Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1578104Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1578490Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1578848Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1579198Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1579528Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1579985Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1580509Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1580856Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1581268Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1581622Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1582003Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1582363Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1582713Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1583052Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1583400Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1583747Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1584101Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1584446Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1584817Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1585176Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1585529Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1585882Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1586231Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1586557Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1586901Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1587305Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1587695Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1588127Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1588483Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1588828Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1589148Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1589496Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1589845Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1590210Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1590580Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1590939Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1591282Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1591635Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1591994Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1592335Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1592667Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1593108Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1593461Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1593829Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1594189Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1594537Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1594898Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.1595264Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1595629Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:43:40.1595965Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1596323Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1596669Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1597021Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1597367Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1597709Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1598048Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1598375Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1598711Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1599099Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1599446Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1599830Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1600166Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1600542Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1600873Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1601206Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1601535Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1601870Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1602207Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1602523Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1602863Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1603213Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1603559Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1603902Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1604239Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1604573Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1604893Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1605280Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1605606Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1606489Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1606846Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1607199Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1607566Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1607953Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1608337Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1608722Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1609103Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1609473Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1609844Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1610187Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1610546Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1610911Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1611336Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1611706Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1612109Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1612451Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1612807Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1613179Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1613532Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1613960Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1614309Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1614659Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1614991Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1615333Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1615679Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1616023Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1616367Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1616708Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1617035Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1617414Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1617797Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1618137Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1618470Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1618806Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1619187Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1619505Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1619829Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1620264Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1620606Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1620940Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1621270Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1621583Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1621898Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1622221Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1622535Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1622848Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1623214Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1623996Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84150 for platform(s) win, windows, mac, macos. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:43:40.1624696Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1625060Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.1625410Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.1626126Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84213 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-12-01T10:43:40.1626856Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1627211Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1627564Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1627907Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1628251Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1628592Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1628922Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1629306Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1629622Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1630006Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.1630335Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1630665Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.1630979Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1631352Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1631680Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1631997Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1632314Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1632629Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1632933Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1633239Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1633562Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (2.425s) 2022-12-01T10:43:40.1633890Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (2.364s) 2022-12-01T10:43:40.1634218Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1634540Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1634860Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1635218Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1635535Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1635890Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1636198Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1636512Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1636836Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1637140Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1637476Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1637806Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1638135Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1638520Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1638837Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1639148Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1639471Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1639788Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1640105Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1640428Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1640746Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1641113Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1641428Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1641798Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1642128Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1642468Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1642792Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1643110Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1643423Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1643790Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1644112Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1644431Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1644742Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1645052Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1645368Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.380s) 2022-12-01T10:43:40.1645709Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:43:40.1646051Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:43:40.1646379Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.237s) 2022-12-01T10:43:40.1646730Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.470s) 2022-12-01T10:43:40.1647144Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.483s) 2022-12-01T10:43:40.1647497Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.269s) 2022-12-01T10:43:40.1647891Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:43:40.1648241Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.372s) 2022-12-01T10:43:40.1648590Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.372s) 2022-12-01T10:43:40.1648934Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:43:40.1649280Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-12-01T10:43:40.1649614Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1649942Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1650263Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:43:40.1650606Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.1650994Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:43:40.1651325Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1651646Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1651975Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.1652281Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1652600Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1652915Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1653281Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1653596Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1653973Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:43:40.1654288Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.609s) 2022-12-01T10:43:40.1654624Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.610s) 2022-12-01T10:43:40.1654937Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1655255Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1655570Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1655941Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1656269Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.1656587Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1656928Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1657263Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.1657594Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.418s) 2022-12-01T10:43:40.1657929Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.396s) 2022-12-01T10:43:40.1658263Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1658578Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1658904Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1659233Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1659557Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1659989Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.1660327Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1660648Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1660980Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:43:40.1661315Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.392s) 2022-12-01T10:43:40.1661654Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1661988Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1662322Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1662656Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1662970Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1663360Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1663685Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1664054Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1664386Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1664754Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1665076Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1665397Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1665715Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1666036Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1666356Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1666668Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1666973Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1667294Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1668051Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84191 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.000s) 2022-12-01T10:43:40.1668734Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1669092Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1669444Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1669793Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1670497Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84122 for platform(s) mac, macos, 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.000s) 2022-12-01T10:43:40.1671150Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1671494Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1671826Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1672156Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1672490Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1672819Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1673153Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1673495Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.322s) 2022-12-01T10:43:40.1673826Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.295s) 2022-12-01T10:43:40.1674171Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.860s) 2022-12-01T10:43:40.1674531Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.857s) 2022-12-01T10:43:40.1674932Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:43:40.1675275Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.638s) 2022-12-01T10:43:40.1675620Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.638s) 2022-12-01T10:43:40.1675962Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.355s) 2022-12-01T10:43:40.1676291Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:43:40.1676630Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.289s) 2022-12-01T10:43:40.1676967Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.294s) 2022-12-01T10:43:40.1677303Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.327s) 2022-12-01T10:43:40.1677635Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1677971Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.1678287Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.1678611Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1678937Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1679264Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1679593Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1679970Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1680365Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1680723Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1681045Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1681367Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1681687Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1682003Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1682311Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1682614Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1682942Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1683287Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1683634Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1683986Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1684343Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1684693Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1685022Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1685365Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1685709Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1686044Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1686369Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1686700Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1687083Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1687429Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1687780Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1688139Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.561s) 2022-12-01T10:43:40.1688503Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.557s) 2022-12-01T10:43:40.1688854Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1689211Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.331s) 2022-12-01T10:43:40.1689550Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.322s) 2022-12-01T10:43:40.1689891Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1690238Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.1690585Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.1690925Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.1691268Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1691600Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1691936Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1692322Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1692676Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1693019Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1693365Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1693698Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1694023Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1694362Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1694701Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1695030Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1695366Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1695703Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1696031Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1696371Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1696700Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1697032Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.334s) 2022-12-01T10:43:40.1697357Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:43:40.1697685Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1698018Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1698337Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1698665Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1698993Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1699380Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1699721Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.400s) 2022-12-01T10:43:40.1700157Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.370s) 2022-12-01T10:43:40.1700483Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-12-01T10:43:40.1700820Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-12-01T10:43:40.1701153Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1701482Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1701817Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1702147Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1702480Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.1702790Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1703110Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1703434Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1703760Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1704087Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1704461Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1704775Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1705092Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1705405Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1705718Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1706032Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1706348Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1706655Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1706981Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1707312Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1707645Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1707967Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1708288Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1708601Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1708914Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1709234Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1709547Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1709879Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1710224Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1710574Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1710917Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1711327Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1711727Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1712110Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1712463Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1712800Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1713114Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1713446Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1713792Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1714122Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.607s) 2022-12-01T10:43:40.1714459Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.408s) 2022-12-01T10:43:40.1714795Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.598s) 2022-12-01T10:43:40.1715122Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.824s) 2022-12-01T10:43:40.1715432Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.793s) 2022-12-01T10:43:40.1715743Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.828s) 2022-12-01T10:43:40.1716061Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.817s) 2022-12-01T10:43:40.1716370Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.840s) 2022-12-01T10:43:40.1716731Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.765s) 2022-12-01T10:43:40.1717051Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.728s) 2022-12-01T10:43:40.1717361Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1717699Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1718038Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1718371Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1718703Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1719021Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1719337Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1719652Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1719971Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1720291Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1720621Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1720947Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1721270Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1721588Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1721915Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1722243Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1722565Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1722887Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1723208Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1723521Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1723893Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1724220Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1724555Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1724873Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1725200Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1725508Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1725827Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1726150Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1726506Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.680s) 2022-12-01T10:43:40.1726873Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.398s) 2022-12-01T10:43:40.1727220Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.478s) 2022-12-01T10:43:40.1727560Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.221s) 2022-12-01T10:43:40.1727881Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.203s) 2022-12-01T10:43:40.1728207Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1728534Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1728908Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1729233Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1729557Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1729878Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1730210Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.1730549Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1730882Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1731208Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1731533Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1731857Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1732169Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1732485Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1732807Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1733158Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.1733539Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.451s) 2022-12-01T10:43:40.1733920Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.422s) 2022-12-01T10:43:40.1734284Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:43:40.1734656Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:43:40.1735017Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1735380Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1735733Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1736135Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1736492Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1736823Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1737154Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1737485Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1737816Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1738152Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1738483Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1738798Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1739126Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1739448Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1739774Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.1740188Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1740518Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1740847Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1741227Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1741561Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1741885Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1742211Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1742531Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1742846Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1743146Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1743469Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1743804Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1744140Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1744495Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:43:40.1744846Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.1745173Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:43:40.1745525Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1745867Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.184s) 2022-12-01T10:43:40.1746201Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:43:40.1746543Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1746874Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1747211Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1747530Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1747865Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1748734Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1749076Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1749423Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1749777Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1750114Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1750455Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1750799Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1751138Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1751479Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1751819Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1752160Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1752490Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1752834Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1753179Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1753530Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1753880Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.1754280Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1754606Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1754947Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1755287Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1755621Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1755955Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1756283Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1756616Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1756955Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1757317Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1757675Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1758034Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.177s) 2022-12-01T10:43:40.1758387Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:43:40.1758557Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1758725Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1758888Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1759052Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1759208Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1759366Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.515s) 2022-12-01T10:43:40.1759518Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.691s) 2022-12-01T10:43:40.1759727Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.790s) 2022-12-01T10:43:40.1759883Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.000s) 2022-12-01T10:43:40.1760037Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.551s) 2022-12-01T10:43:40.1760189Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (3.101s) 2022-12-01T10:43:40.1760342Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (3.269s) 2022-12-01T10:43:40.1760493Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.942s) 2022-12-01T10:43:40.1760646Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.818s) 2022-12-01T10:43:40.1760798Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.856s) 2022-12-01T10:43:40.1760946Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.717s) 2022-12-01T10:43:40.1761093Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.712s) 2022-12-01T10:43:40.1761259Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1761413Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1761572Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1761730Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1761886Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1762027Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1762225Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1762384Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1762535Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1762687Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.436s) 2022-12-01T10:43:40.1762845Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.592s) 2022-12-01T10:43:40.1763004Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.452s) 2022-12-01T10:43:40.1763157Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.495s) 2022-12-01T10:43:40.1763310Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (2.587s) 2022-12-01T10:43:40.1763460Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (2.262s) 2022-12-01T10:43:40.1763638Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1763812Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.1763984Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-12-01T10:43:40.1764152Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:43:40.1764321Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1764491Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1764656Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.1764826Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1764995Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1765161Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1765331Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1765563Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.268s) 2022-12-01T10:43:40.1765747Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.180s) 2022-12-01T10:43:40.1765922Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1766096Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.520s) 2022-12-01T10:43:40.1766266Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.488s) 2022-12-01T10:43:40.1766436Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1766608Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1766771Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1766942Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1767114Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1767288Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1767454Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1767710Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.1767880Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.1768103Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1768274Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1768487Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1768662Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1768817Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1768971Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1769131Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1769289Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1769443Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1769600Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1769751Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1769901Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1770053Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1770202Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1770351Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1770512Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1770663Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1770827Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1770989Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1771145Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1771303Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1771500Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1771653Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1771806Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1771958Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1772109Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1772260Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1772409Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1772570Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1772723Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1772886Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.1773049Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1773207Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-12-01T10:43:40.1773365Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1773523Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.1773680Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.1773833Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1774030Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1774184Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.1774324Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1774475Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1774635Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1774788Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1774951Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.1775112Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1775270Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.1775429Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1775585Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1775740Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1775892Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1776045Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1776200Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1776351Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1776503Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1776660Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1776823Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.430s) 2022-12-01T10:43:40.1776986Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.466s) 2022-12-01T10:43:40.1777128Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.300s) 2022-12-01T10:43:40.1777282Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:43:40.1777476Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1777625Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1777777Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1777929Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1778078Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.1778296Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.000s) 2022-12-01T10:43:40.1778503Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-12-01T10:43:40.1778722Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.006s) 2022-12-01T10:43:40.1778943Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-12-01T10:43:40.1779160Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-12-01T10:43:40.1779369Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-12-01T10:43:40.1779575Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.1780251Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.1780473Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.011s) 2022-12-01T10:43:40.1780671Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.002s) 2022-12-01T10:43:40.1780867Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:43:40.1781069Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.1781275Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.002s) 2022-12-01T10:43:40.1781500Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.002s) 2022-12-01T10:43:40.1781714Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:43:40.1781944Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.002s) 2022-12-01T10:43:40.1782155Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.002s) 2022-12-01T10:43:40.1782375Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T10:43:40.1782593Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T10:43:40.1782813Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.002s) 2022-12-01T10:43:40.1783030Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.002s) 2022-12-01T10:43:40.1783241Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T10:43:40.1783450Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.002s) 2022-12-01T10:43:40.1783707Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.002s) 2022-12-01T10:43:40.1783913Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.1784127Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.002s) 2022-12-01T10:43:40.1784282Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1784433Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1784592Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1784750Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.1784906Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:43:40.1785061Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1785216Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1785363Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1785511Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1785661Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1785808Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1786234Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1786377Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1786537Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1786692Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1786853Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1787010Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1787169Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1787324Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1787478Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1787629Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1787782Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1787932Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1788084Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1788235Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1788389Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1788536Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1788687Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1788833Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1788968Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1789118Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1789264Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1789411Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1789610Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1789767Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1789914Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1790069Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1790223Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1790376Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1790526Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1790677Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1790825Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1790971Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1791134Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1791287Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1791447Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1791608Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.1791747Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1791899Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1792309Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1792473Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1792624Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1792784Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1792936Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1793088Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1793244Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1793396Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1793548Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1793701Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1793854Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1794006Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1794153Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1794312Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1794467Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1794611Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1794770Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1794926Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1795080Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1795232Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1795381Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1795529Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1795729Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1795876Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1796043Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1796205Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1796377Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1796543Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1796711Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1796869Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1797033Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1797192Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1797354Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1797499Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1797657Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1797814Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1797971Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1798127Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1798536Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1798709Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.1798868Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1799030Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1799190Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1799347Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1799503Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1799657Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1799813Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1799969Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1800125Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1800279Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1800436Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1800577Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1800729Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1800879Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1801031Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1801184Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1801337Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1801487Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1801645Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1801851Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1802000Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1802148Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1802294Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.1802444Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1802594Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1802738Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1802887Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1803036Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1803179Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1803343Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.1803505Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.1803664Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:43:40.1803822Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.1803977Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.1804133Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1804537Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.1804700Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1804851Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1805008Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1805172Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1805333Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1805494Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1805652Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1805805Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1805958Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1806110Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1806249Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1806406Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1806558Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.1806725Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.1806888Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.1807046Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.1807198Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:43:40.1807356Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1807510Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1807662Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.1807863Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.1808015Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.1808182Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1808341Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1808511Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1808681Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1808851Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.1809014Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1809164Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1809328Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1809487Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1809645Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1809796Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1809954Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1810108Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1810315Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:43:40.1810482Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.357s) 2022-12-01T10:43:40.1810644Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:43:40.1810803Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:43:40.1810956Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.381s) 2022-12-01T10:43:40.1811110Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.164s) 2022-12-01T10:43:40.1811266Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:43:40.1811418Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:43:40.1811572Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:43:40.1811727Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.164s) 2022-12-01T10:43:40.1811879Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.1812027Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:43:40.1812192Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-12-01T10:43:40.1812352Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:43:40.1812505Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.297s) 2022-12-01T10:43:40.1812659Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:43:40.1812813Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:43:40.1812964Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:43:40.1813118Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:43:40.1813270Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:43:40.1813420Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:43:40.1813633Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.455s) 2022-12-01T10:43:40.1813795Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.433s) 2022-12-01T10:43:40.1813954Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.456s) 2022-12-01T10:43:40.1814111Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.448s) 2022-12-01T10:43:40.1814266Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:43:40.1814420Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.169s) 2022-12-01T10:43:40.1814577Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:43:40.1814729Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.190s) 2022-12-01T10:43:40.1814870Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.183s) 2022-12-01T10:43:40.1815026Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1815191Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.1815353Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.1815510Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:43:40.1815662Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:43:40.1815814Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1816010Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1816164Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.1816317Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.1816474Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1816629Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1816793Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1816954Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1817115Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:43:40.1817268Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:43:40.1817425Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1817579Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.1817716Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1817867Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1818022Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1818180Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.1818347Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.1818510Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1818671Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.1818825Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.1818983Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1819141Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1819293Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1819502Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1819655Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.1819826Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1820085Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1820261Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.1820433Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1820603Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1820769Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1820923Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1821088Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1821250Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1821413Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1821577Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1821740Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1821949Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1822111Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1822274Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:43:40.1822432Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:43:40.1822590Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1822742Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1822893Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.1823048Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.1823205Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.1823365Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1823523Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.274s) 2022-12-01T10:43:40.1823681Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.267s) 2022-12-01T10:43:40.1823825Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1823979Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1824132Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1824290Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1824443Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1824599Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.1824764Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.246s) 2022-12-01T10:43:40.1824920Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:43:40.1825078Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1825285Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.1825438Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1825592Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1825747Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.1825902Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1826070Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:43:40.1826235Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:43:40.1826397Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:43:40.1826558Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:43:40.1826717Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1826859Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.1827010Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1827163Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1827318Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1827472Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1827679Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-12-01T10:43:40.1827845Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-12-01T10:43:40.1828004Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:43:40.1828162Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:43:40.1828317Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1828471Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1828625Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1828781Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1828933Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1829088Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1829255Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.255s) 2022-12-01T10:43:40.1829422Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:43:40.1829585Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.313s) 2022-12-01T10:43:40.1829732Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.322s) 2022-12-01T10:43:40.1829889Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.1830043Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:43:40.1830194Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.1830346Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1830506Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.1830663Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.1830822Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.1831024Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.173s) 2022-12-01T10:43:40.1831176Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.1831332Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1831485Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.1831641Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.1831796Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.1831952Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1832111Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:43:40.1832264Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:43:40.1832421Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1832564Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1832718Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.1832870Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1833022Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1833175Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1833333Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:43:40.1833539Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.1833695Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1833848Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1834005Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.1834158Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.1834309Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1834465Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1834615Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1834769Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1834928Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1835089Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1835248Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1835392Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1835553Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1835714Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1835870Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1836023Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1836180Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1836334Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1836502Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1836662Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1836878Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1837047Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1837212Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1837377Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1837541Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1837702Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1837863Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1838024Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1838162Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1838322Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1838484Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1838640Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1838797Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1838962Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.210s) 2022-12-01T10:43:40.1839126Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:43:40.1839355Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1839580Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:43:40.1839764Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.1839943Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1840124Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1840303Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1840477Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1840649Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1840833Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1841010Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1841198Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1841348Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1841530Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1841714Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1841895Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1842073Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1842267Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1842446Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1842634Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1842815Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1843001Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1843188Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1843379Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1843620Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1843803Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1843993Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1844173Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1844352Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1844543Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1844683Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1844870Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1845052Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1845282Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1845566Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1845862Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1846150Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1846437Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1846719Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1847074Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1847349Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1847624Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1847879Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1848148Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1848417Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1848688Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1848991Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.1849219Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.1849506Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.970s) 2022-12-01T10:43:40.1849781Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.083s) 2022-12-01T10:43:40.1850074Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.1850351Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.934s) 2022-12-01T10:43:40.1850624Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.970s) 2022-12-01T10:43:40.1850880Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.1851150Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.1851429Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:43:40.1851699Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:43:40.1851955Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:43:40.1852227Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1852429Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1853077Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1853266Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1853447Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1853629Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1853813Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1853990Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1854145Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1854343Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1854532Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1854718Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.1854911Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1855100Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1855279Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1855469Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1855663Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1855899Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:43:40.1856082Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1856263Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1856443Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.507s) 2022-12-01T10:43:40.1856629Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-12-01T10:43:40.1856811Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1856991Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1857167Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1857301Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1857480Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1857663Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:43:40.1857843Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1858024Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.1858204Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.464s) 2022-12-01T10:43:40.1858382Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.458s) 2022-12-01T10:43:40.1858555Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1858727Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1858903Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1859076Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1859247Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1859429Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1859609Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1859788Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:43:40.1860121Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.432s) 2022-12-01T10:43:40.1860304Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1860483Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1860617Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1860794Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1860972Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1861161Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1861343Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1861526Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1861708Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1861890Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1862072Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1862251Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1862429Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1862615Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1862851Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1863043Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1863229Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1863413Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1863590Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1863728Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1863912Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1864099Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1864284Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1864470Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1864660Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1864848Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1865031Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1865217Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1865402Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1865586Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1865770Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1865959Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1866141Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1866324Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1866506Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1866691Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1866919Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1867055Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1867233Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1867411Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1867584Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1867760Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1867941Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1868116Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.1868299Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1868484Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1868664Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1868838Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1869010Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1869246Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1869424Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1869601Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1869849Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1870091Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1870283Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1870428Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1870623Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.450s) 2022-12-01T10:43:40.1870821Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.613s) 2022-12-01T10:43:40.1871018Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.491s) 2022-12-01T10:43:40.1871216Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.412s) 2022-12-01T10:43:40.1871404Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (1.620s) 2022-12-01T10:43:40.1871589Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (1.738s) 2022-12-01T10:43:40.1871775Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.496s) 2022-12-01T10:43:40.1871959Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.510s) 2022-12-01T10:43:40.1872144Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.541s) 2022-12-01T10:43:40.1872325Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.505s) 2022-12-01T10:43:40.1872505Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1872681Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1872860Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1873038Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1873215Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1873389Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1873523Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1873741Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1873913Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1874085Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1874266Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1874443Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1874626Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1874812Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1883020Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1883259Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1883423Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1883586Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1883741Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1883891Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1884041Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1884196Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1884363Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1884630Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1884799Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1884960Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.1885118Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1885279Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1885438Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1885596Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1885755Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1885913Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1886071Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1886227Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1886383Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1886548Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1886708Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1886875Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.1887041Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.1887198Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1887353Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.1887517Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:43:40.1887664Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.1887821Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:43:40.1888034Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1888194Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.1888352Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1888508Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1888664Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1888818Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1888972Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1889125Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1889283Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1889434Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1889599Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1889761Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1889925Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1890082Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1890239Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1890380Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1890599Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1890757Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1890909Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1891062Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1891212Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1891368Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1891524Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.523s) 2022-12-01T10:43:40.1891678Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.564s) 2022-12-01T10:43:40.1891831Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1891979Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1892130Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1892280Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1892427Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1892572Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1892717Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1892860Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1893004Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1893150Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1893308Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1893467Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1893620Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1893783Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1893991Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1894150Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1894308Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1894465Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1894621Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1894779Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1894943Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1895103Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1895270Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.1895435Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.1895597Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.1895758Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1895915Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.1896057Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.1896211Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1896410Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1896566Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1896723Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1896881Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1897045Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1897200Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1897366Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1897534Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1897695Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1897855Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1898010Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1898169Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1898324Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1898477Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1898633Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1898790Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1898937Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1899093Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1899262Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1899426Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1899587Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1899790Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1900071Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1900234Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1900387Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1900537Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1900691Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1900849Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1901005Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1901160Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1901327Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1901493Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1901653Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1901811Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1901970Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1902112Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1902314Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1902471Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1902627Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1902785Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1902940Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1903108Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.347s) 2022-12-01T10:43:40.1903274Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:43:40.1903439Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.380s) 2022-12-01T10:43:40.1903605Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (1.371s) 2022-12-01T10:43:40.1903767Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1903926Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1904078Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1904237Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1904391Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1904553Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1904710Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1904880Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1905035Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1905204Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1905366Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1905526Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1905727Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1905882Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1906036Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1906187Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1906344Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1906503Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1906661Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1906821Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1906979Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1907137Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1907289Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1907439Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1907588Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1907735Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1907873Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1908063Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1908217Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1908367Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1908526Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1908680Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1908827Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1908975Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1909127Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1909274Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1909423Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1909567Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1909715Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1909861Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1910022Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.340s) 2022-12-01T10:43:40.1910175Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.720s) 2022-12-01T10:43:40.1910337Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.883s) 2022-12-01T10:43:40.1910498Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.971s) 2022-12-01T10:43:40.1910642Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.310s) 2022-12-01T10:43:40.1910798Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.720s) 2022-12-01T10:43:40.1910957Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.700s) 2022-12-01T10:43:40.1911112Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.881s) 2022-12-01T10:43:40.1911264Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.885s) 2022-12-01T10:43:40.1911460Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.881s) 2022-12-01T10:43:40.1911611Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.915s) 2022-12-01T10:43:40.1911763Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.935s) 2022-12-01T10:43:40.1911924Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1912077Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1912242Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1912409Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1912569Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1912730Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1912887Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1913040Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1913196Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1913352Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1913494Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1913647Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1913839Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1913996Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1914149Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1914301Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1914451Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1914600Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1914747Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1914895Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1915052Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1915203Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1915361Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1915517Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1915677Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.1915829Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1915981Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1916119Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1916269Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1916419Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1916566Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1916718Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1916866Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1917022Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1917217Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1917376Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1917534Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1917688Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1917839Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1917989Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1918141Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1918290Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1918438Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1918589Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1918737Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1918886Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1919040Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1919200Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1919355Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1919547Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1919706Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1919860Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1920016Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1920169Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1920324Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1920487Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1920642Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1920799Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1920958Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1921117Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1921272Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1921425Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1921581Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1921723Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1921873Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1922031Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1922183Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1922341Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1922506Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1922663Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1922815Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923013Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923167Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1923321Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923473Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923624Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923775Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1923927Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1924087Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.251s) 2022-12-01T10:43:40.1924246Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.358s) 2022-12-01T10:43:40.1924388Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (2.249s) 2022-12-01T10:43:40.1924542Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (2.444s) 2022-12-01T10:43:40.1924756Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1924965Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1925177Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1925427Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1925639Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1925848Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1926055Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1926259Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1926457Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1926659Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1926862Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1927063Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1927280Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1927490Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1927706Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1927922Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1928138Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1928349Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1928562Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1928816Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1929022Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1929228Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1929435Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:43:40.1929642Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1929842Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1930041Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1930227Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:43:40.1930424Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1930619Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1930813Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1931048Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1931241Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1931435Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:43:40.1931622Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1931813Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1931999Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1932210Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1932419Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1932632Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1932848Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1933055Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1933264Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1933469Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1933673Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1933879Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1934081Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1934331Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1934534Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1934730Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1934920Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1935120Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1935319Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1935498Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1935693Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:40.1935884Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1936074Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:43:40.1936263Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1936452Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:43:40.1936686Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1936878Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:43:40.1937036Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1937187Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.1937349Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.473s) 2022-12-01T10:43:40.1937506Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.460s) 2022-12-01T10:43:40.1937661Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1937814Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-12-01T10:43:40.1937967Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:43:40.1938121Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1938273Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1938422Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1938574Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1938721Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1938871Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.1939031Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1939191Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1939345Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1939503Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1939659Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1939815Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1940112Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1940259Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1940407Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1940552Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1940700Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1940844Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.1941002Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1941152Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1941312Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.806s) 2022-12-01T10:43:40.1941471Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.781s) 2022-12-01T10:43:40.1941615Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.1941771Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.413s) 2022-12-01T10:43:40.1941924Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.379s) 2022-12-01T10:43:40.1942074Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.1942227Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.1942375Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.1942575Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1942723Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.1942872Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1943020Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1943171Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1943320Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.1943467Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.1943615Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.1943762Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1943911Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1944056Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1944189Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1944347Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.1944508Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.453s) 2022-12-01T10:43:40.1944667Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.555s) 2022-12-01T10:43:40.1944820Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:43:40.1944972Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:43:40.1945131Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1945285Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1945442Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.1945599Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1945752Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1945949Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1946101Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1946252Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1946398Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1946573Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.407s) 2022-12-01T10:43:40.1946748Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.423s) 2022-12-01T10:43:40.1946919Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:43:40.1947085Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:43:40.1947252Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.414s) 2022-12-01T10:43:40.1947432Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.420s) 2022-12-01T10:43:40.1947606Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-12-01T10:43:40.1947776Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-12-01T10:43:40.1947944Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:43:40.1948111Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-12-01T10:43:40.1948313Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:43:40.1948477Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.1948640Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1948809Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1948977Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1949140Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1949298Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1949457Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1949616Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1949770Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1949931Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1950085Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1950254Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:43:40.1950404Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:43:40.1950564Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.1950720Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.1950901Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.885s) 2022-12-01T10:43:40.1951080Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.929s) 2022-12-01T10:43:40.1951257Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.590s) 2022-12-01T10:43:40.1951430Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.528s) 2022-12-01T10:43:40.1951598Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.455s) 2022-12-01T10:43:40.1951809Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.478s) 2022-12-01T10:43:40.1951970Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.433s) 2022-12-01T10:43:40.1952129Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.471s) 2022-12-01T10:43:40.1952296Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.375s) 2022-12-01T10:43:40.1952461Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.379s) 2022-12-01T10:43:40.1952626Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-12-01T10:43:40.1952789Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.267s) 2022-12-01T10:43:40.1952961Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:43:40.1953134Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.1953298Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.1953464Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.1953623Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.1953796Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:43:40.1953962Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.1954172Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.1954367Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.141s) 2022-12-01T10:43:40.1954557Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.396s) 2022-12-01T10:43:40.1954748Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (2.630s) 2022-12-01T10:43:40.1954933Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (2.647s) 2022-12-01T10:43:40.1955098Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:43:40.1955264Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.187s) 2022-12-01T10:43:40.1955422Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:43:40.1955581Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:43:40.1955748Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:43:40.1955915Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:43:40.1956079Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.1956237Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:43:40.1956414Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1956589Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1956759Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1956916Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1957097Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1957276Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.1957908Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1958087Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1958261Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.1958433Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1958603Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1958771Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1958940Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (10.813s) 2022-12-01T10:43:40.1959108Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.639s) 2022-12-01T10:43:40.1959271Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (5.938s) 2022-12-01T10:43:40.1959438Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (6.163s) 2022-12-01T10:43:40.1959630Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (11.440s) 2022-12-01T10:43:40.1959822Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.845s) 2022-12-01T10:43:40.1960008Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (6.683s) 2022-12-01T10:43:40.1960191Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (6.132s) 2022-12-01T10:43:40.1960401Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.329s) 2022-12-01T10:43:40.1960566Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.260s) 2022-12-01T10:43:40.1960726Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.840s) 2022-12-01T10:43:40.1960870Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.835s) 2022-12-01T10:43:40.1961046Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.363s) 2022-12-01T10:43:40.1961218Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.456s) 2022-12-01T10:43:40.1961387Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (2.121s) 2022-12-01T10:43:40.1961553Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (2.058s) 2022-12-01T10:43:40.1961730Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.135s) 2022-12-01T10:43:40.1961909Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.410s) 2022-12-01T10:43:40.1962080Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (2.063s) 2022-12-01T10:43:40.1962251Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (2.054s) 2022-12-01T10:43:40.1962422Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.133s) 2022-12-01T10:43:40.1962590Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.335s) 2022-12-01T10:43:40.1962754Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (3.941s) 2022-12-01T10:43:40.1962917Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (4.030s) 2022-12-01T10:43:40.1963088Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.280s) 2022-12-01T10:43:40.1963266Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.367s) 2022-12-01T10:43:40.1963442Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.416s) 2022-12-01T10:43:40.1963609Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.313s) 2022-12-01T10:43:40.1963830Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.184s) 2022-12-01T10:43:40.1964000Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.175s) 2022-12-01T10:43:40.1964177Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.539s) 2022-12-01T10:43:40.1964342Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.517s) 2022-12-01T10:43:40.1964516Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.411s) 2022-12-01T10:43:40.1964689Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.355s) 2022-12-01T10:43:40.1964866Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.347s) 2022-12-01T10:43:40.1965041Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.369s) 2022-12-01T10:43:40.1965211Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.383s) 2022-12-01T10:43:40.1965380Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.351s) 2022-12-01T10:43:40.1965577Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.1965769Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.1965956Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1966193Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1966365Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.1966538Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.1966711Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.1966879Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.1967045Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1967209Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1967371Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1967532Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1967698Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1967861Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1968014Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:43:40.1968176Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.134s) 2022-12-01T10:43:40.1968341Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.218s) 2022-12-01T10:43:40.1968502Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:43:40.1968659Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.954s) 2022-12-01T10:43:40.1968817Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.936s) 2022-12-01T10:43:40.1969014Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.245s) 2022-12-01T10:43:40.1969213Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.661s) 2022-12-01T10:43:40.1969407Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.785s) 2022-12-01T10:43:40.1969643Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:43:40.1969835Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.682s) 2022-12-01T10:43:40.1970024Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.623s) 2022-12-01T10:43:40.1970189Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.392s) 2022-12-01T10:43:40.1970446Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.455s) 2022-12-01T10:43:40.1970617Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (1.022s) 2022-12-01T10:43:40.1970778Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (1.034s) 2022-12-01T10:43:40.1970962Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.711s) 2022-12-01T10:43:40.1971193Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.726s) 2022-12-01T10:43:40.1971373Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.444s) 2022-12-01T10:43:40.1971549Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.431s) 2022-12-01T10:43:40.1971794Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:43:40.1972096Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:40.1972347Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:40.1972596Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:40.1972761Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.461s) 2022-12-01T10:43:40.1972923Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.418s) 2022-12-01T10:43:40.1973083Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.927s) 2022-12-01T10:43:40.1973239Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.938s) 2022-12-01T10:43:40.1973411Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:43:40.1973585Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:43:40.1973753Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.1973921Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.1974088Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:43:40.1974253Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:43:40.1974417Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:43:40.1974579Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:43:40.1974749Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.181s) 2022-12-01T10:43:40.1974921Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:43:40.1975086Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:43:40.1975248Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:43:40.1975481Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.823s) 2022-12-01T10:43:40.1975665Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.878s) 2022-12-01T10:43:40.1975832Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (2.155s) 2022-12-01T10:43:40.1976012Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (2.282s) 2022-12-01T10:43:40.1976181Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (12.088s) 2022-12-01T10:43:40.1976350Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (12.720s) 2022-12-01T10:43:40.1976561Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (8.676s) 2022-12-01T10:43:40.1976723Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (8.427s) 2022-12-01T10:43:40.1976895Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.359s) 2022-12-01T10:43:40.1977109Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.396s) 2022-12-01T10:43:40.1977277Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.290s) 2022-12-01T10:43:40.1977440Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.1977616Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:43:40.1977789Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:43:40.1978003Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1978172Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.1981300Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.276s) 2022-12-01T10:43:40.1981486Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-12-01T10:43:40.1981659Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:43:40.1981829Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-12-01T10:43:40.1982000Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.376s) 2022-12-01T10:43:40.1982169Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.539s) 2022-12-01T10:43:40.1982337Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.780s) 2022-12-01T10:43:40.1982548Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.776s) 2022-12-01T10:43:40.1982714Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1982875Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1983077Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.1983241Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1983395Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.1983562Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.1983730Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:43:40.1983897Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.652s) 2022-12-01T10:43:40.1984062Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.386s) 2022-12-01T10:43:40.1984227Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.310s) 2022-12-01T10:43:40.1984486Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.942s) 2022-12-01T10:43:40.1984663Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.123s) 2022-12-01T10:43:40.1984837Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.054s) 2022-12-01T10:43:40.1985007Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (1.016s) 2022-12-01T10:43:40.1985175Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (2.491s) 2022-12-01T10:43:40.1985345Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (2.341s) 2022-12-01T10:43:40.1985509Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.1985672Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1985824Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.1985985Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1986145Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1986300Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1986478Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-12-01T10:43:40.1986652Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.1987216Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.1987385Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.1987544Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1987701Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1987854Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1988012Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.1988169Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1988323Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.1988526Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1988679Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1988829Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1988972Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1989155Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1989307Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1989463Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.1989615Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1989769Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.1989921Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.1990068Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1990218Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1990365Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1990515Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1990724Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.1990877Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1991029Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1991187Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1991345Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.1991498Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1991653Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1991789Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1991937Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1992088Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1992236Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1992383Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1992534Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.1992685Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1992841Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.1992995Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1993190Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.1993343Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1993492Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1993641Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.1993785Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1993930Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.1994078Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.1994243Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.1994454Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.1994603Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1994775Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.1994944Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1995166Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.1995344Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1995518Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.1995688Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.1995858Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:43:40.1996029Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1996196Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.1996361Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.1996577Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.1996742Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.1996906Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1997071Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.1997237Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.1997395Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.1997554Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.1997716Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.1997865Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.1998033Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.1998199Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.613s) 2022-12-01T10:43:40.1998365Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.541s) 2022-12-01T10:43:40.1998524Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:43:40.1998685Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:43:40.1998842Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.1999039Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.1999204Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.1999365Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.1999536Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:43:40.1999700Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.1999862Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2000020Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.2000175Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2000374Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2000545Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2000703Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2000861Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2001052Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2001217Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2001375Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2001544Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2001710Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2001867Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2002024Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2002177Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2002335Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2002540Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2002692Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2002846Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2002999Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2003160Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2003316Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2003483Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2003647Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2003808Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2003954Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2004108Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2004268Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2004422Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2004574Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2004731Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2004933Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2005099Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2005257Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2005426Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:43:40.2005590Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2005752Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2005908Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2006068Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2006226Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2006432Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2006593Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2006747Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2006907Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2007096Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2007251Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2007406Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2007560Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2007714Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2007867Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2008018Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2008170Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2008368Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2008530Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:43:40.2008695Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.221s) 2022-12-01T10:43:40.2008860Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:43:40.2009021Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:43:40.2009176Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:43:40.2009336Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:43:40.2009493Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.195s) 2022-12-01T10:43:40.2009654Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:43:40.2009798Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2009954Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2010117Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2010274Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2010435Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:43:40.2010591Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:43:40.2010792Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2010953Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2011111Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2011273Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2011430Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2011587Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2011737Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2011893Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2012049Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2012205Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2012407Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2012564Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2012705Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2012856Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2013050Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2013199Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2013347Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2013493Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2013644Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2013794Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2013941Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2014090Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2014279Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2014428Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2014573Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2014717Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2014862Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2015010Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2015164Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.618s) 2022-12-01T10:43:40.2015308Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.318s) 2022-12-01T10:43:40.2015459Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (4.482s) 2022-12-01T10:43:40.2015610Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (4.435s) 2022-12-01T10:43:40.2015775Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.233s) 2022-12-01T10:43:40.2015936Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.244s) 2022-12-01T10:43:40.2016094Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.981s) 2022-12-01T10:43:40.2016248Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.927s) 2022-12-01T10:43:40.2016414Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.778s) 2022-12-01T10:43:40.2016578Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.862s) 2022-12-01T10:43:40.2016786Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.474s) 2022-12-01T10:43:40.2016945Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.459s) 2022-12-01T10:43:40.2017100Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2017248Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2017404Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.336s) 2022-12-01T10:43:40.2017557Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2017711Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.367s) 2022-12-01T10:43:40.2017861Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2018010Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:43:40.2018146Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.2018299Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2018492Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2018637Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2018785Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2018930Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2019167Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2019312Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2019469Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.240s) 2022-12-01T10:43:40.2019623Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:43:40.2019777Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:43:40.2020037Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2020188Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.2020389Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:43:40.2020536Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2020681Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2020824Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2020957Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2021100Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2021267Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.551s) 2022-12-01T10:43:40.2021429Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.543s) 2022-12-01T10:43:40.2021587Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (1.312s) 2022-12-01T10:43:40.2021745Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (1.129s) 2022-12-01T10:43:40.2021906Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:43:40.2022062Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.264s) 2022-12-01T10:43:40.2022214Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:43:40.2022372Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.293s) 2022-12-01T10:43:40.2022525Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:43:40.2022734Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.556s) 2022-12-01T10:43:40.2022897Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.553s) 2022-12-01T10:43:40.2023053Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (1.248s) 2022-12-01T10:43:40.2023210Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (1.220s) 2022-12-01T10:43:40.2023365Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.302s) 2022-12-01T10:43:40.2023519Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.283s) 2022-12-01T10:43:40.2023669Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:43:40.2023830Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:43:40.2023976Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.280s) 2022-12-01T10:43:40.2024148Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.2024366Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2024536Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:43:40.2024703Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.289s) 2022-12-01T10:43:40.2024867Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:43:40.2025074Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:43:40.2025232Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2025393Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:43:40.2025550Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:43:40.2025720Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2025886Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2026051Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.2026267Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.234s) 2022-12-01T10:43:40.2026428Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:43:40.2026588Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:43:40.2026744Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:43:40.2026906Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2027061Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:43:40.2027246Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.010s) 2022-12-01T10:43:40.2027419Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.063s) 2022-12-01T10:43:40.2027594Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.231s) 2022-12-01T10:43:40.2027760Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.889s) 2022-12-01T10:43:40.2027928Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (2.551s) 2022-12-01T10:43:40.2028092Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:43:40.2028248Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.2028413Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2028617Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2028781Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:43:40.2028947Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2029118Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.776s) 2022-12-01T10:43:40.2029289Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.703s) 2022-12-01T10:43:40.2029455Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.514s) 2022-12-01T10:43:40.2029620Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.475s) 2022-12-01T10:43:40.2029783Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:43:40.2029944Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-12-01T10:43:40.2030103Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2030266Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2030458Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2030626Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2030789Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2030952Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2031164Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2031331Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2031490Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2031650Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2031810Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2031969Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2032171Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2032323Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2032480Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2032633Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2032808Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2032982Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.485s) 2022-12-01T10:43:40.2033154Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.529s) 2022-12-01T10:43:40.2033327Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:43:40.2033503Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (1.103s) 2022-12-01T10:43:40.2033660Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (1.088s) 2022-12-01T10:43:40.2033854Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2034044Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2034231Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2034464Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2034651Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2034830Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2035016Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2035194Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:40.2035359Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.538s) 2022-12-01T10:43:40.2035521Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.660s) 2022-12-01T10:43:40.2035690Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.848s) 2022-12-01T10:43:40.2035856Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.831s) 2022-12-01T10:43:40.2036019Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.590s) 2022-12-01T10:43:40.2036176Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (1.353s) 2022-12-01T10:43:40.2036374Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (1.469s) 2022-12-01T10:43:40.2036543Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.691s) 2022-12-01T10:43:40.2036699Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.697s) 2022-12-01T10:43:40.2036852Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.736s) 2022-12-01T10:43:40.2037042Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.676s) 2022-12-01T10:43:40.2037196Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.756s) 2022-12-01T10:43:40.2037365Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2037532Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.283s) 2022-12-01T10:43:40.2037695Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:43:40.2037859Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.799s) 2022-12-01T10:43:40.2038070Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (2.873s) 2022-12-01T10:43:40.2038233Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (7.431s) 2022-12-01T10:43:40.2038392Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (7.153s) 2022-12-01T10:43:40.2038565Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.470s) 2022-12-01T10:43:40.2038741Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.950s) 2022-12-01T10:43:40.2038917Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.055s) 2022-12-01T10:43:40.2039089Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.505s) 2022-12-01T10:43:40.2039259Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (2.126s) 2022-12-01T10:43:40.2039426Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (2.061s) 2022-12-01T10:43:40.2039586Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.445s) 2022-12-01T10:43:40.2039754Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.626s) 2022-12-01T10:43:40.2039919Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.346s) 2022-12-01T10:43:40.2040082Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.881s) 2022-12-01T10:43:40.2040225Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (2.850s) 2022-12-01T10:43:40.2040426Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.373s) 2022-12-01T10:43:40.2040583Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:43:40.2040734Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-12-01T10:43:40.2040898Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:43:40.2041061Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.619s) 2022-12-01T10:43:40.2041230Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2041391Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2041565Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2041735Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2041903Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2042070Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2042235Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2042448Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2042610Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2042773Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2042933Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2043142Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2043312Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2043461Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2043632Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2043849Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:43:40.2044014Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2044180Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2044338Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2044500Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2044655Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2044811Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2044971Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2045126Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2045296Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.2045463Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.497s) 2022-12-01T10:43:40.2045629Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.348s) 2022-12-01T10:43:40.2045795Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2045958Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.639s) 2022-12-01T10:43:40.2046116Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.550s) 2022-12-01T10:43:40.2046323Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.318s) 2022-12-01T10:43:40.2046490Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.221s) 2022-12-01T10:43:40.2046642Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.027s) 2022-12-01T10:43:40.2046804Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (3.955s) 2022-12-01T10:43:40.2046964Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (3.874s) 2022-12-01T10:43:40.2047123Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (3.621s) 2022-12-01T10:43:40.2047274Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (3.552s) 2022-12-01T10:43:40.2047425Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (3.615s) 2022-12-01T10:43:40.2047581Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (3.623s) 2022-12-01T10:43:40.2047742Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (3.616s) 2022-12-01T10:43:40.2047903Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:43:40.2048058Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.287s) 2022-12-01T10:43:40.2048227Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.124s) 2022-12-01T10:43:40.2048438Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.103s) 2022-12-01T10:43:40.2048602Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.283s) 2022-12-01T10:43:40.2048761Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.877s) 2022-12-01T10:43:40.2048921Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.748s) 2022-12-01T10:43:40.2049079Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:43:40.2049234Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.288s) 2022-12-01T10:43:40.2049433Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.296s) 2022-12-01T10:43:40.2049590Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:43:40.2049788Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.288s) 2022-12-01T10:43:40.2049954Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.151s) 2022-12-01T10:43:40.2050121Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.475s) 2022-12-01T10:43:40.2050286Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.681s) 2022-12-01T10:43:40.2050447Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (1.128s) 2022-12-01T10:43:40.2050602Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (3.637s) 2022-12-01T10:43:40.2050765Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (3.701s) 2022-12-01T10:43:40.2050922Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (3.267s) 2022-12-01T10:43:40.2051080Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.883s) 2022-12-01T10:43:40.2051235Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.809s) 2022-12-01T10:43:40.2051391Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.987s) 2022-12-01T10:43:40.2051546Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.903s) 2022-12-01T10:43:40.2051701Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2051863Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.321s) 2022-12-01T10:43:40.2052021Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.439s) 2022-12-01T10:43:40.2052221Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.705s) 2022-12-01T10:43:40.2052380Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.723s) 2022-12-01T10:43:40.2052532Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.319s) 2022-12-01T10:43:40.2052673Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:43:40.2052825Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.334s) 2022-12-01T10:43:40.2052978Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.330s) 2022-12-01T10:43:40.2053127Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.323s) 2022-12-01T10:43:40.2053290Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2053459Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:43:40.2053626Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-12-01T10:43:40.2053788Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2053944Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2054109Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:43:40.2054267Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2054426Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:43:40.2054582Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.748s) 2022-12-01T10:43:40.2054787Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.696s) 2022-12-01T10:43:40.2054948Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2055104Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2055261Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2055461Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2056022Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2056204Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2056376Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2056553Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2056727Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2056902Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2057072Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2057240Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2057412Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2057582Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2057748Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2057927Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2058102Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2058283Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2058508Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2058688Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2058862Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2059032Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2059202Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2059374Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2059531Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2059691Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:43:40.2059934Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2060097Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:43:40.2060255Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.632s) 2022-12-01T10:43:40.2060415Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.694s) 2022-12-01T10:43:40.2060570Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2060730Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2060931Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2061085Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2061238Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2061438Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2061600Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:43:40.2061758Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:43:40.2061961Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2062114Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:43:40.2062266Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2062423Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2062567Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2062723Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2062877Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2063028Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2063177Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2063332Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2063482Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2063725Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-12-01T10:43:40.2063956Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-12-01T10:43:40.2064203Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-12-01T10:43:40.2064484Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-12-01T10:43:40.2064720Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-12-01T10:43:40.2064951Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.2065182Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.2065406Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.011s) 2022-12-01T10:43:40.2065635Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:43:40.2065857Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:43:40.2066083Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.2066306Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:43:40.2066549Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.002s) 2022-12-01T10:43:40.2066825Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:43:40.2067077Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:43:40.2067325Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.002s) 2022-12-01T10:43:40.2067599Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:43:40.2067887Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:43:40.2068121Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:43:40.2068348Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:43:40.2068578Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:43:40.2068810Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:43:40.2069039Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.2069253Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:43:40.2069417Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:43:40.2069578Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2069744Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.2069902Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.629s) 2022-12-01T10:43:40.2070096Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.623s) 2022-12-01T10:43:40.2070257Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2070410Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2070570Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2070726Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2070883Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2071060Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2071232Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2071408Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2071584Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2071756Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2071927Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2072100Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2072270Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2072439Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2072593Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2072823Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2073003Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2073180Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2073405Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2073635Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2073811Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2073981Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2074152Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2074323Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2074493Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2074655Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.161s) 2022-12-01T10:43:40.2074811Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2074969Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2075129Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.628s) 2022-12-01T10:43:40.2075286Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.614s) 2022-12-01T10:43:40.2075442Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2075595Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2075747Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2075886Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2076084Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2076238Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2076390Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2076545Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2076697Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2076850Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2076998Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2077143Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2077286Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2077432Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2077576Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2077729Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2077879Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2078034Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2078185Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2078336Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2078474Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2078734Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2078888Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2079037Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2079182Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2079389Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2079595Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2079760Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2079922Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2080079Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2080238Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2080396Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2080555Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2080710Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2080861Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2081018Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2081170Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2081320Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2081464Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2081614Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2081763Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2082276Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2082436Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2082590Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2082745Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2082895Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2083043Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2083190Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2083343Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2083491Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2083648Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.557s) 2022-12-01T10:43:40.2083804Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.2083957Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.540s) 2022-12-01T10:43:40.2084109Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2084262Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:43:40.2084399Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.267s) 2022-12-01T10:43:40.2084546Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2084748Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2084894Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2085042Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2085187Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2085401Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2085569Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2085786Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2085939Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2086095Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2086249Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2086399Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2086550Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2086695Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2086843Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2086985Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2087132Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2087266Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2087450Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2087629Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2087807Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:43:40.2087981Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2088152Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2088364Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2088540Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2088709Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2088890Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2089066Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:43:40.2089242Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2089412Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2089577Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2089751Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2089922Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2090090Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2090271Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2090447Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.2090619Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:43:40.2090824Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2090991Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2091159Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2091374Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2091548Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2091758Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2091916Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2092077Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2092231Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2092382Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2092537Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2092691Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2092840Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2092993Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2093150Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2093305Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.256s) 2022-12-01T10:43:40.2093459Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-12-01T10:43:40.2093618Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:43:40.2093774Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:43:40.2093926Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2094133Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2094293Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2094448Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2094606Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2094762Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2094920Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2095075Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2095242Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.970s) 2022-12-01T10:43:40.2095408Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (2.048s) 2022-12-01T10:43:40.2095563Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.2095714Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2095872Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2096031Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.220s) 2022-12-01T10:43:40.2096185Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:43:40.2096338Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2096490Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2096692Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2096835Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2096988Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2097154Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2097358Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2097579Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2097745Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2097914Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2098077Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2098240Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2098397Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2098558Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2098712Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2098864Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2099024Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2099183Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2099340Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2099492Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2099647Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:43:40.2099792Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.2100098Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:43:40.2100259Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2100416Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.2100574Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2100726Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2100880Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2101028Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2101180Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2101333Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2101506Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2101677Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.358s) 2022-12-01T10:43:40.2101845Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:43:40.2102017Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2102186Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.297s) 2022-12-01T10:43:40.2102352Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-12-01T10:43:40.2102502Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2102698Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2102845Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.2103000Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2103150Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2103344Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2103539Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2103689Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2103834Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2103981Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2104127Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2104271Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2104424Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2104584Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2104741Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2104895Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2105049Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2105200Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2105348Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2105496Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2105631Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2105777Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2105968Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2106115Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2106341Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:43:40.2106557Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.002s) 2022-12-01T10:43:40.2106782Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T10:43:40.2107002Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T10:43:40.2107219Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T10:43:40.2107435Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T10:43:40.2107651Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T10:43:40.2107868Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T10:43:40.2108074Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T10:43:40.2108280Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T10:43:40.2108487Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.002s) 2022-12-01T10:43:40.2108742Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.2108951Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T10:43:40.2109186Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2109512Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2109748Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2109982Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2110215Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2110447Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2110676Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2110907Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2111137Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2111361Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2111587Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2111858Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2112073Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2112239Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2112394Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2112560Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2112722Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2112878Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2113037Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2113198Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2113351Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2113506Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2113664Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2113818Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2113970Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2114120Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2114279Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2114430Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2114644Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2114813Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2114956Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2115160Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2115359Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2115514Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2115667Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2115817Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2115970Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2116126Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2116277Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2116438Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2116594Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2116758Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2116922Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2117081Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2117242Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2117394Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2117592Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2117750Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2117892Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2118048Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2118204Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2118358Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2118523Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2118685Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2118844Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2119071Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.010s) 2022-12-01T10:43:40.2119296Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.001s) 2022-12-01T10:43:40.2119521Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.001s) 2022-12-01T10:43:40.2119720Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2119915Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:43:40.2120108Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2120303Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2120494Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2120729Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2120920Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2121154Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.2121384Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:43:40.2121577Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2121770Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2121964Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2122158Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2122334Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2122526Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2122713Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2122899Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2123080Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2123260Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2123475Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2123659Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2123841Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2124022Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2124196Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2124373Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2124548Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2124719Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2124897Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2125080Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2125256Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.352s) 2022-12-01T10:43:40.2125438Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.423s) 2022-12-01T10:43:40.2125618Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2125795Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.271s) 2022-12-01T10:43:40.2125974Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-12-01T10:43:40.2126136Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2126313Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.2126487Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2126706Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2126927Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2127126Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:43:40.2127370Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:43:40.2127581Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2127789Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.773s) 2022-12-01T10:43:40.2127998Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.751s) 2022-12-01T10:43:40.2128172Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2128349Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2128518Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2128696Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2128877Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.837s) 2022-12-01T10:43:40.2129057Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.932s) 2022-12-01T10:43:40.2129277Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2129454Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2129622Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2129798Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2129978Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.961s) 2022-12-01T10:43:40.2130144Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.721s) 2022-12-01T10:43:40.2130316Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:43:40.2130491Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.326s) 2022-12-01T10:43:40.2130662Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.2130861Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.880s) 2022-12-01T10:43:40.2131058Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.049s) 2022-12-01T10:43:40.2131251Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2131444Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2131630Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2131819Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2132006Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-12-01T10:43:40.2132196Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2132384Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.370s) 2022-12-01T10:43:40.2132611Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.430s) 2022-12-01T10:43:40.2132846Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:43:40.2133046Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2133283Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:43:40.2133484Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.563s) 2022-12-01T10:43:40.2133677Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.493s) 2022-12-01T10:43:40.2133872Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:43:40.2134064Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:43:40.2134253Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:43:40.2134444Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:43:40.2134616Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2134810Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:43:40.2135000Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (1.018s) 2022-12-01T10:43:40.2135235Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.936s) 2022-12-01T10:43:40.2135425Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2135611Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.359s) 2022-12-01T10:43:40.2135793Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.388s) 2022-12-01T10:43:40.2135974Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.2136155Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2136337Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2136518Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:43:40.2136700Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:43:40.2136879Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2137056Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.077s) 2022-12-01T10:43:40.2137237Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.066s) 2022-12-01T10:43:40.2137413Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2137589Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2137765Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2137937Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2138109Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2138278Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2138452Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2138736Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2138914Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2139095Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2139321Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2139501Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2139681Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2139969Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2140184Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.684s) 2022-12-01T10:43:40.2140389Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.682s) 2022-12-01T10:43:40.2140604Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2140813Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2141029Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2141296Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2141509Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2141721Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2141926Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2142134Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2142340Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2142546Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2142753Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2142958Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2143159Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2143354Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2143542Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2143736Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2143913Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (5.066s) 2022-12-01T10:43:40.2144103Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (25.514s) 2022-12-01T10:43:40.2144289Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (26.427s) 2022-12-01T10:43:40.2144552Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2144735Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:43:40.2144908Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2145074Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2145293Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.210s) 2022-12-01T10:43:40.2145464Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.199s) 2022-12-01T10:43:40.2145652Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:43:40.2145831Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.302s) 2022-12-01T10:43:40.2146006Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2146186Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.2146358Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2146544Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2146724Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2146899Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2147132Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2147313Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2147500Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2147683Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2147849Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2148031Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2148209Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2148389Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2148570Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2148746Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2148923Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2149097Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2149271Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2149466Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:43:40.2149662Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.442s) 2022-12-01T10:43:40.2149857Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.452s) 2022-12-01T10:43:40.2150038Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2150218Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2150883Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-12-01T10:43:40.2151060Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.2151296Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.2151484Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.471s) 2022-12-01T10:43:40.2151670Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.474s) 2022-12-01T10:43:40.2151863Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2152054Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2152238Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2152432Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:43:40.2152626Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:43:40.2152822Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2153018Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2153214Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2153459Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2153656Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2153849Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2154041Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2154234Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2154426Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2154618Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2154818Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2155013Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2155208Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2155387Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:43:40.2155560Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:43:40.2155734Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.371s) 2022-12-01T10:43:40.2155911Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2156092Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:43:40.2156272Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-12-01T10:43:40.2156445Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2156652Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:43:40.2156878Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:43:40.2157060Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2157238Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:43:40.2157413Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:43:40.2157641Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2157822Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.2157993Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.2158167Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2158349Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.440s) 2022-12-01T10:43:40.2158530Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-12-01T10:43:40.2158705Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.2158879Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:43:40.2159051Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2159269Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2159442Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2159611Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2159780Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2159977Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:43:40.2160170Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.703s) 2022-12-01T10:43:40.2160362Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.612s) 2022-12-01T10:43:40.2160537Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:43:40.2160724Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2160905Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2161084Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2161279Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:43:40.2161469Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.639s) 2022-12-01T10:43:40.2161656Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.646s) 2022-12-01T10:43:40.2161845Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:43:40.2162027Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:43:40.2162215Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:43:40.2162405Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.218s) 2022-12-01T10:43:40.2162642Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:43:40.2162827Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.213s) 2022-12-01T10:43:40.2163054Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (6.710s) 2022-12-01T10:43:40.2163229Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (6.355s) 2022-12-01T10:43:40.2163411Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.749s) 2022-12-01T10:43:40.2163588Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.678s) 2022-12-01T10:43:40.2163805Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.672s) 2022-12-01T10:43:40.2163984Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:43:40.2164159Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-12-01T10:43:40.2164343Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.861s) 2022-12-01T10:43:40.2164520Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.878s) 2022-12-01T10:43:40.2164697Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:43:40.2164880Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-12-01T10:43:40.2165111Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (2.270s) 2022-12-01T10:43:40.2165292Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (2.291s) 2022-12-01T10:43:40.2165480Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:43:40.2165672Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:43:40.2165852Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (2.197s) 2022-12-01T10:43:40.2166028Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (2.164s) 2022-12-01T10:43:40.2166212Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:43:40.2166394Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:43:40.2166571Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2166742Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2166920Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2167099Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2167271Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2167461Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2167642Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2167838Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2168035Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2168240Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:43:40.2168491Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-12-01T10:43:40.2168686Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:43:40.2168850Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2169074Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.371s) 2022-12-01T10:43:40.2169253Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.334s) 2022-12-01T10:43:40.2169437Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2169668Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.802s) 2022-12-01T10:43:40.2169855Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.875s) 2022-12-01T10:43:40.2170038Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.611s) 2022-12-01T10:43:40.2170217Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.555s) 2022-12-01T10:43:40.2170390Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2170636Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2170927Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2171175Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2171417Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2171664Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2171901Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2172132Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2172372Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2172601Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2172829Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2173063Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2173365Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:43:40.2173587Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2173803Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2174021Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.749s) 2022-12-01T10:43:40.2192273Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.619s) 2022-12-01T10:43:40.2192748Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2193006Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.357s) 2022-12-01T10:43:40.2193185Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.388s) 2022-12-01T10:43:40.2193358Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.2193569Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:43:40.2193746Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2193914Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2194086Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2194270Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2194449Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2194624Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2194790Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2194973Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2195603Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2195794Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2195966Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2196157Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2196347Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.148s) 2022-12-01T10:43:40.2196533Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2196715Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2196901Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2197081Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:43:40.2197260Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2197442Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2197618Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2197793Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2197967Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2198135Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2198301Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2198478Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2198657Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2198952Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2199143Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2199329Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2199556Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2199745Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2199929Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2200107Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2200281Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2200463Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2200636Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2200829Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2201014Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2201207Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2201441Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2201630Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2201817Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2201993Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2202177Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2202355Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2202529Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2202715Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2202892Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2203078Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.884s) 2022-12-01T10:43:40.2203268Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (5.792s) 2022-12-01T10:43:40.2203454Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (5.482s) 2022-12-01T10:43:40.2203639Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.920s) 2022-12-01T10:43:40.2203820Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.893s) 2022-12-01T10:43:40.2204002Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.885s) 2022-12-01T10:43:40.2204187Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.884s) 2022-12-01T10:43:40.2204368Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.842s) 2022-12-01T10:43:40.2204543Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2204763Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.328s) 2022-12-01T10:43:40.2204983Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.323s) 2022-12-01T10:43:40.2205236Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T10:43:40.2205520Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.002s) 2022-12-01T10:43:40.2205766Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T10:43:40.2206000Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T10:43:40.2206239Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.002s) 2022-12-01T10:43:40.2206473Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T10:43:40.2206707Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T10:43:40.2206940Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T10:43:40.2207147Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2207323Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2207495Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2207666Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2207833Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2207996Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2208162Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2208329Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2208503Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2208680Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2208849Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2209020Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2209190Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2209361Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2209550Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2209735Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2209904Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2210075Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2210244Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2210429Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2210653Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2210865Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2211053Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2211247Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2211438Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2211670Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2211850Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2212028Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2212203Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2212398Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2212596Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:43:40.2212791Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.2213023Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2213215Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:43:40.2213399Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2213588Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2213773Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2213956Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2214140Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2214326Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2214509Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2214688Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2214867Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2215039Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2215221Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2215395Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2215574Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2215758Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2215941Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2216118Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2216295Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2216515Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2216690Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2216910Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2217084Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2217256Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2217434Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2217659Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2217847Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2218036Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2218217Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2218392Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2218569Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2218748Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2218963Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2219144Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2219321Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2219504Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2219682Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2219947Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2220127Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2220309Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2220488Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2220664Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2220839Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2221039Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:43:40.2221237Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.612s) 2022-12-01T10:43:40.2221436Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.646s) 2022-12-01T10:43:40.2221629Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.436s) 2022-12-01T10:43:40.2221824Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.416s) 2022-12-01T10:43:40.2222019Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:43:40.2222210Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2222447Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.2222639Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:43:40.2222876Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.2223095Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:43:40.2223299Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.609s) 2022-12-01T10:43:40.2223560Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.642s) 2022-12-01T10:43:40.2223771Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.472s) 2022-12-01T10:43:40.2223982Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.422s) 2022-12-01T10:43:40.2224190Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:43:40.2224392Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.2224601Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2224807Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2225057Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2225239Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.532s) 2022-12-01T10:43:40.2225423Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.710s) 2022-12-01T10:43:40.2225607Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.880s) 2022-12-01T10:43:40.2225784Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.593s) 2022-12-01T10:43:40.2225962Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (2.285s) 2022-12-01T10:43:40.2226139Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (2.173s) 2022-12-01T10:43:40.2226336Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2226532Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2226724Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2226919Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2227111Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2227305Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2227495Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2227660Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2227806Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2227974Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2228140Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2228344Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2228504Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2228666Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2228868Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2229029Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2229186Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2229343Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2229544Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2229697Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2229855Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:43:40.2230018Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.077s) 2022-12-01T10:43:40.2230179Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.074s) 2022-12-01T10:43:40.2230334Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:43:40.2230491Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.806s) 2022-12-01T10:43:40.2230645Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.780s) 2022-12-01T10:43:40.2230795Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2231002Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.2231165Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2231323Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2231481Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2231641Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2231805Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:43:40.2231968Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:43:40.2232122Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2232275Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2232427Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.2232588Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:43:40.2232749Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.2232904Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2233054Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.2233210Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2233369Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2233526Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2233669Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2233845Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2234018Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2234188Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2234400Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2234555Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2234704Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2234910Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235068Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235223Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235379Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235575Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235728Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2235881Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236033Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236179Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236327Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236472Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236621Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2236819Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2236985Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2237148Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2237309Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2237468Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2237622Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2237772Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2237927Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2238082Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2238238Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2238393Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2238545Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2238707Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2238865Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2239019Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2239171Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2239326Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2239462Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2239623Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2239776Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2239928Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2240126Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2240280Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2240431Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2240581Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2240735Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2240928Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2241074Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2241263Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.007s) 2022-12-01T10:43:40.2241490Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-12-01T10:43:40.2241658Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2241814Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2241979Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2242141Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2242297Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2242441Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2242641Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2242800Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2242955Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2243110Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2243263Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2243417Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2243569Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2243735Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.614s) 2022-12-01T10:43:40.2243899Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.708s) 2022-12-01T10:43:40.2244060Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.461s) 2022-12-01T10:43:40.2244217Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.390s) 2022-12-01T10:43:40.2244371Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.926s) 2022-12-01T10:43:40.2244525Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.798s) 2022-12-01T10:43:40.2244712Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2244888Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2245069Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2245246Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2245424Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2245589Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2245765Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2245940Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2246159Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2246338Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2246515Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2246694Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2246918Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2247094Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2247267Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2247484Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2247665Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2247837Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2248016Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2248189Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2248366Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2248588Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2248760Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2248932Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2249106Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2249280Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2249436Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2249615Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2249792Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2249970Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2250149Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2250318Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2250494Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2250667Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2250840Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2251008Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2251187Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2251362Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2251542Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2251721Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2251937Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252109Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252280Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252452Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252623Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252834Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2252992Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253158Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253321Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253525Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253685Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253838Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2253995Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2254154Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2254310Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2254511Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2254670Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2254828Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:43:40.2254984Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.599s) 2022-12-01T10:43:40.2255137Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.653s) 2022-12-01T10:43:40.2255288Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2255440Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.810s) 2022-12-01T10:43:40.2255592Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.803s) 2022-12-01T10:43:40.2255739Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2255874Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2256018Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2256167Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2256312Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2256461Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2256621Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.956s) 2022-12-01T10:43:40.2256782Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.936s) 2022-12-01T10:43:40.2256938Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.084s) 2022-12-01T10:43:40.2257093Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.080s) 2022-12-01T10:43:40.2257245Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2257399Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2257549Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.2257695Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2257886Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2258038Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2258187Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2258342Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2258484Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2258637Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2258836Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2258989Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2259133Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2259281Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2259470Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2259619Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2259763Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2259998Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.282s) 2022-12-01T10:43:40.2260156Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.373s) 2022-12-01T10:43:40.2260312Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (1.001s) 2022-12-01T10:43:40.2260514Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.881s) 2022-12-01T10:43:40.2260678Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.969s) 2022-12-01T10:43:40.2260837Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.923s) 2022-12-01T10:43:40.2260995Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2261151Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2261310Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2261455Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2261613Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2261769Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2261926Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2262077Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2262232Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2262386Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2262550Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2262716Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2262881Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2263041Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2263201Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2263356Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2263507Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2263672Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2264258Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2264425Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2264589Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2264794Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2264952Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2265106Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2265269Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2265470Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2265654Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:43:40.2265841Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:43:40.2266023Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.2266202Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2266381Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.2266556Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2266776Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.006s) 2022-12-01T10:43:40.2266941Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2267107Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2267274Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2267438Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2267599Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2267762Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2267919Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2268064Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2268222Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2268388Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2268550Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2268712Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2268868Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2269025Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2269182Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2269336Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2269488Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2269639Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2269793Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2269941Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2270148Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2270300Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2270461Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2270624Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2270832Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2270977Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271128Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271287Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271485Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271637Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271788Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2271938Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2272086Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2272255Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2272416Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2272590Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2272808Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2272976Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2273139Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2273303Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2273469Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2273629Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2273787Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2273934Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2274099Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2274267Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.2274433Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2274593Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.357s) 2022-12-01T10:43:40.2274752Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:43:40.2274913Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2275069Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2275233Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2275392Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2275549Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2275709Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2275872Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.483s) 2022-12-01T10:43:40.2276031Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.481s) 2022-12-01T10:43:40.2276271Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.001s) 2022-12-01T10:43:40.2276430Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:43:40.2276588Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.283s) 2022-12-01T10:43:40.2276796Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2276941Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2277101Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2277264Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:43:40.2277466Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2277623Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2277786Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2277938Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2278092Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2278243Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2278394Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2278547Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2278766Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2278938Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2279119Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2279299Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2279472Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.2279645Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2279816Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2279986Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2280145Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2280317Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2280483Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2280654Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2280820Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2280984Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2281142Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2281307Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2281472Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2281640Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2281801Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2281960Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2282158Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2282318Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2282475Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2282627Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2282831Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2282992Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2283137Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2283295Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2283505Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.2283671Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2283828Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2283985Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2284145Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2284302Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2284456Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2284658Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2284814Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2284969Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2285122Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2285281Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2285434Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2285595Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2285753Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2285907Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2286049Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2286201Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2286353Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2286505Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2286658Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2286811Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2286960Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2287122Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2287276Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2287442Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2287608Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2287769Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2287924Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2288133Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2288291Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2288442Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2288591Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2288745Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2288936Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2289105Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2289264Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2289435Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2289648Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2289813Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2289975Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2290137Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2290297Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2290829Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2290995Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2291156Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2291314Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2291479Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2291642Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2291811Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2291978Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2292145Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2292308Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2292451Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2292610Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2292771Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2292926Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2293079Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2293238Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2293392Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2293547Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2293700Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2293862Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.2294019Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2294228Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:43:40.2294380Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2294533Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2294685Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.2294883Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2295042Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2295190Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2295328Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2295481Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2295677Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2295828Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2295986Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.569s) 2022-12-01T10:43:40.2296142Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.558s) 2022-12-01T10:43:40.2296293Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2296443Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.316s) 2022-12-01T10:43:40.2296596Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-12-01T10:43:40.2296796Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2296946Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2297096Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.2297249Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2297388Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.2297538Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2297686Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2297833Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2297969Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2298115Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2298259Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2298402Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2298543Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2298713Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2298884Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2299054Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2299227Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2299395Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2299564Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2299742Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2299995Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2300227Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2300386Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2300539Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2300701Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2300861Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2301064Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2301209Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2301361Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2301516Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2301710Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2301866Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2302013Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2302165Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2302323Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.330s) 2022-12-01T10:43:40.2302479Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.361s) 2022-12-01T10:43:40.2302679Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2302831Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:43:40.2302982Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:43:40.2303134Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2303282Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2303428Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2303576Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2303722Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2303889Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2304038Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2304208Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2304377Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2304542Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2304701Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2304858Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2305018Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2305172Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2305325Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2305483Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2305639Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2305794Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2305950Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2306161Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2306321Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2306478Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2306635Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2306794Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2306978Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2307143Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2307300Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2307454Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2307654Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2307836Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.246s) 2022-12-01T10:43:40.2308007Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2308184Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:43:40.2308356Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.658s) 2022-12-01T10:43:40.2308574Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.635s) 2022-12-01T10:43:40.2308747Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2308916Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2309082Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2309249Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2309419Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2309594Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.255s) 2022-12-01T10:43:40.2309761Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2309930Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.281s) 2022-12-01T10:43:40.2310101Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.589s) 2022-12-01T10:43:40.2310254Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.617s) 2022-12-01T10:43:40.2310420Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2310588Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2310751Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2310918Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2311080Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2311255Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2311427Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2311598Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:43:40.2311767Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:43:40.2311981Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2312148Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2312311Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2312479Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2312644Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2312818Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:43:40.2313041Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2313218Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:43:40.2313395Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.957s) 2022-12-01T10:43:40.2313566Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.877s) 2022-12-01T10:43:40.2313765Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2313942Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2314108Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2314279Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2314493Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2314668Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2314839Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2315017Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2315190Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2315362Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2315531Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2315698Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2315863Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2316030Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2316199Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2316373Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2316543Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2316713Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2316880Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2317048Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2317195Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2317358Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2317523Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2317680Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2317911Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2318093Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2318274Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2318452Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2318632Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2318813Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2319032Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2319213Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2319376Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2319532Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2319745Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2319911Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2320069Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2320230Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2320440Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2320588Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2320744Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2320902Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2321056Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2321209Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2321362Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2321534Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2321701Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2321870Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2322037Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2322200Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2322366Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2322532Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2322696Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2322858Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2323018Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2323175Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2323325Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2323469Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:43:40.2323625Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2323828Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-12-01T10:43:40.2323982Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2324132Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2324282Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2324430Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2324578Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2324720Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2324871Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2325065Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2325226Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2325379Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2325540Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2325746Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2325904Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2326056Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2326208Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2326395Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2326547Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2326694Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2326844Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2326989Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2327150Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2327307Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2327471Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2327633Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2327791Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2327947Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2328101Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2328256Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2328408Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2328562Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2328716Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2328867Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2329004Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2329153Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2329307Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2329456Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2329606Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2329800Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2329948Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2330096Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2330244Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2330404Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2330556Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2330714Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2330871Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2331073Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2331230Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2331384Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2331535Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2331731Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2331873Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2332025Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2332223Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2332384Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:43:40.2332537Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.2332690Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2332841Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2332989Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2333135Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2333278Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2333425Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2333569Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2333725Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2333872Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2334029Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2334188Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2334340Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.2334479Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.2334630Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2334783Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2334928Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2335076Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2335221Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2335376Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2335582Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2335738Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2335894Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:43:40.2336045Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2336197Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2336346Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2336496Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2336645Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2336789Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2336935Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2337128Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2337279Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2337442Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2337602Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2337807Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.2337965Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2338168Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2338323Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2338476Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2338628Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2338775Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2338925Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2339072Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2339241Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2339404Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2339573Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2339736Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:43:40.2339999Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:43:40.2340153Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2340312Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2340464Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2340623Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2340779Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2340939Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2341098Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2341255Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2341431Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2341655Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2341835Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2342009Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2342182Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2342352Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2342520Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2342688Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2342854Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2343020Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2343239Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2343409Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2343551Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2343708Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2343902Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2344054Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2344251Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2344402Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2344551Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2344698Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2344844Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2344990Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2345230Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-12-01T10:43:40.2345464Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:43:40.2345696Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-12-01T10:43:40.2345925Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-12-01T10:43:40.2346091Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2346258Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2346425Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2346589Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2346754Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2346919Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2347071Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2347234Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2347400Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2347619Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2347790Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2347955Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2348119Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2348283Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2348449Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2348611Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2348779Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2348950Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2349166Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2349333Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2349494Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2349661Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2349871Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2350091Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2350259Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2350413Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2350581Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2350741Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2350904Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2351063Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2351228Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2351389Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2351554Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2351722Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2351891Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2352050Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2352213Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2352372Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2352533Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2352693Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2352885Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2353081Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2353272Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2353512Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2353698Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2353866Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2354051Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2354238Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2354427Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2354615Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2354808Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2354990Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2355222Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2355408Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2355593Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2355869Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2356139Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2356402Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2356664Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2356923Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2357174Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2357422Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2357672Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2357917Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2358161Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2358418Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2358666Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2358923Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2359718Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2359963Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2360216Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2360464Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2360637Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2360805Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2360976Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2361199Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2361368Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2361514Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2361671Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2361874Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2362093Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2362254Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2362424Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2362593Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2362757Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2362917Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2363073Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2363235Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2363394Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2363582Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2363772Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2363967Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2364157Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2364339Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2364518Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2364703Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2364868Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2365048Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2365239Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2365480Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2365668Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2365851Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2366030Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2366215Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2366397Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2366563Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2366725Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2366891Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2367054Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2367261Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2367422Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2367575Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2367776Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2367978Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2368139Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2368302Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2368450Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2368612Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2368768Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2368917Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2369074Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2369234Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2369392Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2369557Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2369714Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2369873Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2370027Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2370179Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2370336Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2370489Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2370678Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2370874Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2371068Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2371305Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2371486Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2371661Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2371831Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2372010Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2372276Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2372532Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2372783Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2373037Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2373326Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2373616Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2373922Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2374178Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:43:40.2374348Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2374521Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2374690Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2374856Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2375022Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2375188Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2375351Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2375517Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2375697Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2375883Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2376064Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2376243Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2376416Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2376587Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2376763Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2376979Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2377156Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2377341Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2377519Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2377696Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2377868Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2378041Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2378217Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2378398Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2378573Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2378754Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2378934Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2379160Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2379333Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2379551Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2379776Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2380048Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2380225Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2380410Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2380588Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2380765Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2380941Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2381099Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2381275Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2381453Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2381621Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2381788Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2381951Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2382115Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2382279Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2382439Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2382594Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2382758Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2382974Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2383128Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2383293Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2383456Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2383619Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2383780Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2383938Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2384100Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2384244Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2384453Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2384657Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2384861Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2385113Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2385690Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2385952Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2386154Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2386356Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2386553Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2386745Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2386939Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2387133Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2387326Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2387514Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2387703Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2387892Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2388078Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2388266Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2388458Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2388651Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2388839Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2389019Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2389245Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2389435Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2389619Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2389889Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2390163Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2390433Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2390699Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2390962Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2391268Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2391583Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2391884Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2392146Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2392409Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2392676Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2392935Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2393190Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2393446Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2393705Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2393970Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2394234Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2394497Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2394811Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2395073Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2395333Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2395591Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2395851Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2396105Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2396360Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2396621Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2396928Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2397239Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2397503Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2397800Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:43:40.2398063Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2398315Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:40.2398499Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2398686Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2398870Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2399051Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2399225Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2399397Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2399574Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2399750Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2399920Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.2400086Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2400307Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2400461Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.454s) 2022-12-01T10:43:40.2400629Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.394s) 2022-12-01T10:43:40.2400795Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2400961Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2401124Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2401292Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2401454Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2401617Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2401781Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2401943Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2402105Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2402262Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2402415Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2402575Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2402777Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2402936Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2403135Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2403299Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2403446Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2403604Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2403805Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2403963Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2404116Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2404272Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2404423Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2404569Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2404723Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2404872Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2405043Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2405206Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2405379Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2405551Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:43:40.2405719Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2405883Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2406049Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2406263Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2406426Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2406573Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2406737Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2406898Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2407069Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2407232Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2407417Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:43:40.2407590Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.2407760Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:43:40.2407926Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2408094Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2408259Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2408424Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2408629Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2408797Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2408960Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2409173Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2409331Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2409486Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2409648Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2409836Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2409991Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2410147Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2410298Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2410447Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2410595Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2410742Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2410889Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2411049Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2411202Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2411368Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2411535Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2411699Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2411857Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2412069Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2412228Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2412381Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2412521Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2412674Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2412827Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2412991Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2413147Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2413314Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2413478Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2413639Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2413799Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2413957Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2414115Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2414273Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2414429Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2414633Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2414791Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2414951Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2415159Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2415317Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2415466Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2415626Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2415829Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2415985Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2416145Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2416299Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2416451Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2416608Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2416758Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2416911Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2417061Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2417217Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2417376Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.405s) 2022-12-01T10:43:40.2417536Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-12-01T10:43:40.2417690Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2417845Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:43:40.2418059Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-12-01T10:43:40.2418225Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2418377Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.736s) 2022-12-01T10:43:40.2418541Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.857s) 2022-12-01T10:43:40.2418701Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2418857Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.469s) 2022-12-01T10:43:40.2419010Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.409s) 2022-12-01T10:43:40.2419170Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.169s) 2022-12-01T10:43:40.2419327Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.213s) 2022-12-01T10:43:40.2419485Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (1.171s) 2022-12-01T10:43:40.2419641Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (1.245s) 2022-12-01T10:43:40.2419797Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2420033Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.378s) 2022-12-01T10:43:40.2420190Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2420345Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.396s) 2022-12-01T10:43:40.2420497Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2420704Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:43:40.2420855Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:43:40.2421005Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2421189Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2421335Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2421486Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2421631Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2421833Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2421983Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2422141Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:43:40.2422297Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:43:40.2422447Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2422601Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2422752Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2422899Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2423046Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2423189Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2423336Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2423486Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2423655Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2423814Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2423967Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:43:40.2424186Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2424347Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2424501Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2424655Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2424812Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2424964Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2425119Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2425274Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2425424Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2425582Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (13.208s) 2022-12-01T10:43:40.2425740Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (12.569s) 2022-12-01T10:43:40.2425891Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (8.478s) 2022-12-01T10:43:40.2426041Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (8.273s) 2022-12-01T10:43:40.2426227Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2426406Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.011s) 2022-12-01T10:43:40.2426614Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.407s) 2022-12-01T10:43:40.2426775Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.390s) 2022-12-01T10:43:40.2426920Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.267s) 2022-12-01T10:43:40.2427127Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.287s) 2022-12-01T10:43:40.2427280Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2427428Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2427581Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2427778Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2427929Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2428078Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2428227Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2428372Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2428518Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2428661Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2428805Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2428948Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2429115Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2429280Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2429454Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2429623Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2429777Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2430001Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2430169Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2430331Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2430493Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2430654Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2430814Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2430977Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2431136Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2431286Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2431448Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2431606Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2431760Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2431913Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2432067Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2432217Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2432408Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2432555Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2432689Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2432835Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2432991Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2433189Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2433346Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:43:40.2433501Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:43:40.2433652Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2433801Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2433951Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2434143Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2434288Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2434437Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2434580Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2434735Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2434883Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2435043Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2435200Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.2435341Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2435494Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2435645Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2435796Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2435990Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2436138Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2436284Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2436450Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2436610Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2436778Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.538s) 2022-12-01T10:43:40.2436948Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.567s) 2022-12-01T10:43:40.2437112Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2437275Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.381s) 2022-12-01T10:43:40.2437440Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:43:40.2437602Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.2437760Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.2437920Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2438080Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2438224Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2438424Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2438591Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2438758Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2438922Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2439078Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2439235Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2439395Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2439599Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2439760Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2439918Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2440072Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2440266Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2440424Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:43:40.2440581Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.2440735Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2440887Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2441042Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2441179Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2441329Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2441475Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2441623Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2441811Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2441964Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2442109Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:43:40.2442266Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.265s) 2022-12-01T10:43:40.2442422Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.258s) 2022-12-01T10:43:40.2442575Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2442729Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.868s) 2022-12-01T10:43:40.2442875Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.361s) 2022-12-01T10:43:40.2443024Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:43:40.2443170Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.287s) 2022-12-01T10:43:40.2443315Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:43:40.2443462Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.338s) 2022-12-01T10:43:40.2443609Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.299s) 2022-12-01T10:43:40.2443757Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2443912Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2444077Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2444284Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2444446Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2444599Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2444752Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2444909Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2445065Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2445224Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2445381Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2445583Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2445742Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2445897Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2446049Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2446246Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2446397Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2446543Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2446678Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2446823Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2446983Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2447144Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2447299Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2447453Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2447661Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2447813Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2447961Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2448113Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2448260Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2448425Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2448585Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2448754Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2448920Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2449081Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2449243Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2449398Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2449538Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2449695Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2449853Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2450011Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2450218Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2450378Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2450542Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2450710Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.404s) 2022-12-01T10:43:40.2450874Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.463s) 2022-12-01T10:43:40.2451033Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2451190Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-12-01T10:43:40.2451343Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:43:40.2451547Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2451708Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2451865Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2452022Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2452228Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2452387Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2452537Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.420s) 2022-12-01T10:43:40.2452693Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.449s) 2022-12-01T10:43:40.2452848Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2453001Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:43:40.2453157Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.264s) 2022-12-01T10:43:40.2453310Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2453459Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2454061Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2454215Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2454364Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2454546Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:43:40.2454724Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:43:40.2454899Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:43:40.2455072Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.2455228Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2455382Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2455547Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:43:40.2455707Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:43:40.2455864Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2456003Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:43:40.2456158Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.2456311Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2456510Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2456660Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2456810Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2456962Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2457128Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2457287Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2457445Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2457646Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2457807Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:43:40.2457965Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:43:40.2458168Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2458324Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2458474Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2458623Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2458762Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2458908Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2459061Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2459210Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2459373Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2459533Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2459701Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2459947Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2460173Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.996s) 2022-12-01T10:43:40.2460342Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.982s) 2022-12-01T10:43:40.2460508Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2460669Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.450s) 2022-12-01T10:43:40.2460826Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.477s) 2022-12-01T10:43:40.2460988Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2461147Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2461300Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2461462Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2461620Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2461764Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2461920Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2462074Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2462229Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2462381Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2462571Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2462725Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2462870Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2463035Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2463186Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2463349Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2463559Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.2463717Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2463877Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2464038Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2464243Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2464401Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2464556Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2464695Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2464844Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2464993Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2465161Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2465321Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2465486Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.2465653Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2465813Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2465975Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2466180Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2466334Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2466490Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2466648Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2466805Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2466961Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2467117Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2467273Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2467428Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2467574Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2467732Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2467886Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2468042Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2468197Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2468351Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2468552Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2468705Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2468858Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2469011Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2469162Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2469324Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2469534Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2469698Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2469852Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2470011Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2470213Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2470394Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2470554Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2470728Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2470899Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2471070Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2471238Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2471400Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2471570Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2471739Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2471948Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.2472101Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2472257Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.2472411Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2472565Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2472717Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.2472866Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2473019Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2473171Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2473337Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2473496Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2473651Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.2473814Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2473973Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2474134Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2474287Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2474565Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2474724Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2474881Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2475038Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2475193Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2475347Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2475548Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2475707Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.306s) 2022-12-01T10:43:40.2475864Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:43:40.2476018Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2476216Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:43:40.2476365Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:43:40.2476526Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2476676Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.591s) 2022-12-01T10:43:40.2476836Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.591s) 2022-12-01T10:43:40.2476994Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2477148Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-12-01T10:43:40.2477300Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.348s) 2022-12-01T10:43:40.2477458Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2477616Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2477773Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2477983Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2478135Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2478286Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2478438Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2478583Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2478732Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2478881Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2479052Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2479219Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2479388Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2479535Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2479686Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2479851Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2480009Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2480162Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2480693Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2480860Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2481016Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2481174Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2481325Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2481531Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2481687Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2481837Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2482005Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2482221Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2482377Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2482526Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2482685Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:43:40.2482831Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2482987Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2483140Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2483292Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2488418Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2488607Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2488772Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2488930Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2489082Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2489332Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2489497Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2489656Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2489822Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.2489984Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2490141Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.2490304Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2490463Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2490608Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2490769Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2490928Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2491081Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2491235Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2491386Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2491547Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2491697Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2491908Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2492071Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2492229Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2492387Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2492544Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2492699Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2492850Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2493000Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2493150Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2493302Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2493492Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2493649Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2493804Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2493965Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.426s) 2022-12-01T10:43:40.2494165Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2494326Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.427s) 2022-12-01T10:43:40.2494479Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2494633Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:43:40.2494787Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-12-01T10:43:40.2494937Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2495087Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2495285Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2495438Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2495585Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2495740Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2495892Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2496047Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2496192Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.551s) 2022-12-01T10:43:40.2496344Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.553s) 2022-12-01T10:43:40.2496490Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2496639Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2496784Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2496934Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2497078Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2497233Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2497382Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2497543Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2497745Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2497898Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2498048Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2498204Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2498355Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2498502Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2498648Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2498797Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2498929Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2499089Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2499239Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2499445Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2499610Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2499771Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2500033Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2500228Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2500384Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2500535Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2500681Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2500832Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2500983Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501131Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501350Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501508Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501676Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501841Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2501993Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502154Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502312Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502467Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502625Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502780Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2502931Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2503085Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2503242Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2503383Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2503527Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2503717Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2503861Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2504000Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2504140Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2504273Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2504407Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2504526Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2504656Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2504790Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2504922Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2505068Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2505203Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2505349Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2505541Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2505682Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2505821Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2505960Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2506140Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2506273Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2506408Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2506542Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2506686Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2506810Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2506955Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2507152Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2507294Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2507434Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2507571Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2507705Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2507835Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2507973Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2508109Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2508249Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2508388Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2508535Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2508677Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:43:40.2508819Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2508955Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2509091Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2509212Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2509346Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2509520Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2509652Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2509785Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2509918Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2510065Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2510215Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2510364Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2510506Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2510650Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2510794Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2510946Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2511091Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2511236Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2511431Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2511576Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2511706Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2511848Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2512033Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2512181Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2512326Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2512476Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2512623Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2512770Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2512958Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2513101Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2513238Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2513373Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2513513Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2513648Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2513812Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2513980Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2514131Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2514292Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2514452Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2514609Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2514768Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2514925Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2515083Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2515239Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2515428Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2515570Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2515718Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2515870Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2516013Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2516155Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2516295Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2516435Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2516577Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2516697Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2516838Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2516975Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2517116Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2517255Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2517449Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2517592Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2517733Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2517871Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2518050Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2518187Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2518321Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2518453Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2518586Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2518766Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2518909Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2519031Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2519175Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2519312Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2519452Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2519589Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2519723Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2519857Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2519990Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2520126Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2520266Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2520403Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2520542Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2520679Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2520816Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2520949Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2521079Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2521249Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2521370Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2521499Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2521640Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2521775Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2521923Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2522066Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2522204Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2522341Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2522475Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2522612Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2522741Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2522868Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2523004Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2523133Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2523279Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2523469Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2523602Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2523742Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2523880Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2524069Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2524209Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2524346Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2524534Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2524676Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2524812Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2524957Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2525101Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2525238Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2525375Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2525514Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2525646Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2525776Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2525896Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2526030Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2526171Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2526306Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2526451Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2526597Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2526738Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2526920Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2527059Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2527198Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2527334Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2527471Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2527605Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2527747Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2527884Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2528023Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2528160Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2528283Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2528418Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2528549Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2528684Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2528819Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2528959Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2529095Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2529240Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2529431Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2529572Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2529709Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2529848Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2530024Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2530157Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2530337Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2530467Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2530595Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2530733Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2530878Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2531023Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2531163Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2531303Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2531439Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2531573Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2531707Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2531839Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2531974Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2532118Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2532265Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2532409Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2532550Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2532736Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2532865Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2533020Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2533172Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2533320Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2533474Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2533627Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2533770Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2533913Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2534057Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2534197Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2534338Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2534478Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2534620Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2534761Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2534903Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2535041Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2535182Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2535369Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2535519Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2535673Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2535822Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2536074Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2536225Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2536370Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2536512Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2536654Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2536796Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2536939Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2537081Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2537220Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2537355Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2537503Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2537647Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2537789Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2537927Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2538049Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2538183Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2538320Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2538497Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2538629Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2538763Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2538895Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2539037Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2539176Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2539315Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2539453Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2539587Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2539717Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2539943Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2540079Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2540223Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2540352Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2540493Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2540635Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2540771Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2540904Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2541042Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2541177Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2541377Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2541524Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2541674Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2541870Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2542056Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2542200Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2542341Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2542481Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2542624Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2542763Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2542901Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2543042Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2543188Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2543332Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2543473Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2543613Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2543754Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2543892Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2544032Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2544171Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2544363Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2544502Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2544648Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2544789Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2544930Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2545068Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2545208Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2545333Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2545469Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2545604Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2545737Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2545873Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2546008Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2546165Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2546399Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2546559Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2546797Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2546955Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2547111Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2547312Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2547469Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2547748Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2548020Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2548244Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2548469Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2548690Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2548850Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2548988Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2549151Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:43:40.2549310Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:43:40.2549465Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2549621Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:43:40.2549777Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:43:40.2549927Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2550124Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2550275Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2550427Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2550577Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:43:40.2550725Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2550869Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2551015Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2551161Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2551302Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2551447Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2551590Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2551719Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2551862Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2552005Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2552148Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2552285Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2552430Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2552572Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2552715Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2552854Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2552992Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2553126Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2553304Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2554083Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2554216Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2554360Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2554498Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2554628Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2554772Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2554916Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2555060Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2555200Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2555334Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2555472Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2555607Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2555744Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2555889Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2556042Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2556191Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2556335Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2556533Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2556676Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2556817Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2556960Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2557087Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2557228Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2557382Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2557525Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2557682Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2557837Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:43:40.2557992Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2558143Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2558292Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2558440Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2558585Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2558729Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2558868Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2559012Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2559154Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2559353Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2559501Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2559640Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2559796Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.2560083Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2560229Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2560376Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2560520Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2560663Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2560806Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2560952Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2561096Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2561235Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2561382Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2561525Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2561671Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2561813Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2561956Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2562083Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2562223Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2562413Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2562558Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2562719Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2562882Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2563034Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2563183Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2563337Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2563485Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2563631Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2563787Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2563942Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2564103Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2564261Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2564426Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2564593Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2564751Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2564913Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2565056Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2565263Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2565420Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2565570Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2565774Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2565968Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2566134Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2566290Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2566443Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2566594Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2566749Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2566899Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2567045Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2567200Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2567358Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2567499Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2567643Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2567785Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2567913Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2568048Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2568235Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2568369Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2568497Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2568631Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2568761Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2568963Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.002s) 2022-12-01T10:43:40.2569153Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T10:43:40.2569359Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T10:43:40.2569563Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.002s) 2022-12-01T10:43:40.2569761Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T10:43:40.2569955Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T10:43:40.2570152Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T10:43:40.2570344Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T10:43:40.2570531Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T10:43:40.2570717Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T10:43:40.2570900Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:43:40.2571086Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.002s) 2022-12-01T10:43:40.2571325Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T10:43:40.2571573Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T10:43:40.2571769Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:43:40.2572026Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.002s) 2022-12-01T10:43:40.2572243Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-12-01T10:43:40.2572457Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.003s) 2022-12-01T10:43:40.2572659Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-12-01T10:43:40.2572863Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.2573066Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.2573265Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.006s) 2022-12-01T10:43:40.2573456Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-12-01T10:43:40.2573642Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-12-01T10:43:40.2573886Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-12-01T10:43:40.2574078Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.000s) 2022-12-01T10:43:40.2574219Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2574356Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2574500Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2574641Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2574782Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2574920Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2575052Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2575184Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2575319Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2575436Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2575565Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2575702Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2575834Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2575973Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2576107Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2576245Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2576380Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2576515Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2576649Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2576777Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2576907Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2577036Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2577276Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2577412Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2577552Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2577679Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2577863Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2578002Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2578134Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2578271Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2578404Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2578552Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2578695Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2578839Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2578984Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2579122Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2579259Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2579396Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2579535Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2580145Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2580305Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2580428Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2580570Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2580708Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2580844Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2580982Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581116Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581246Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581383Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581524Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581665Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2581801Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2581948Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2582092Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2582235Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2582371Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2582504Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2582620Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2582748Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2582880Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2583009Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2583206Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2583350Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2583560Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2583708Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2583903Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2584047Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2584192Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2584332Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2584473Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2584613Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2584752Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2584892Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2585037Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2585160Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2585301Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2585442Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2585581Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2585717Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2585849Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2586036Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2586171Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2586304Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2586449Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2586590Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2586726Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2586859Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2586991Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2587123Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2587253Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2587370Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2587503Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2587632Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2587858Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2588008Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2588158Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2588302Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2588447Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2588667Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2588890Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2589113Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2589424Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2589639Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2589902Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2590058Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2590208Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2590353Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2590495Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2590716Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2590929Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2591140Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2591356Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2591618Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2591812Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2591964Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2592114Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2592259Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:43:40.2592402Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2592617Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2592833Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2593051Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2593268Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2593504Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2593842Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2594084Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2594333Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.2594571Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:43:40.2594814Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:43:40.2595197Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2595591Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2595980Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2596357Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2596703Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2597020Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2597250Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.2597482Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:43:40.2597684Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2597903Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:43:40.2598215Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2598538Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2598847Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2599168Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2599602Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2599923Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-12-01T10:43:40.2600165Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:43:40.2600353Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:43:40.2600503Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:43:40.2600651Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:43:40.2600875Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2601101Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2601323Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2602263Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2602683Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2602919Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2603080Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2603238Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2603402Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2603551Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2603776Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-12-01T10:43:40.2604212Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2604433Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2604641Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2604863Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2605091Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2605247Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2605400Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2605553Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2605699Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2605919Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2606141Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2606361Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2606652Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2606873Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2607093Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2607250Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2607403Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2607551Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2607703Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2607978Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2608197Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2608466Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2608688Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2608905Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2609122Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2609275Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2609429Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2609635Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2609908Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.012s) 2022-12-01T10:43:40.2610132Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2610346Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2610565Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2610780Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2610928Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2611073Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2611292Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-12-01T10:43:40.2611506Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2611727Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2611940Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2612200Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2612417Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-12-01T10:43:40.2612573Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2612725Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2612944Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2613161Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2613379Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2613596Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2613855Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2614078Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2614236Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2614435Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2614591Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2614740Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.2614944Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2615160Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2615379Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2615653Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2615867Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2616086Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2616246Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2616399Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2616545Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2616688Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2616904Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2617124Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2617349Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2617569Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2617830Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2618043Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2618201Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2618356Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2618505Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2618655Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2618874Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2619096Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2619316Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2619541Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2619809Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2620122Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2620258Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2620406Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2620673Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2620893Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2621110Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2621390Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2621605Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2621821Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2621967Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2622110Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2622337Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2622559Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2622781Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2623009Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-12-01T10:43:40.2623226Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2623444Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2623651Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2623804Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2624027Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2624255Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2624475Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.011s) 2022-12-01T10:43:40.2624698Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2624923Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2625084Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2625233Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2625369Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:43:40.2625526Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:43:40.2625669Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2625864Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2626007Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2626147Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2626283Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2626463Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2626607Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2626739Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2626884Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2627089Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2627232Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2627372Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2627512Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2627644Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2627783Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2627904Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2628062Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2628216Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2628369Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2628522Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2628670Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2628819Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2628967Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2629113Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2629259Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2629402Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2629591Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2629738Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2629881Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2630021Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2630157Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2630277Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2630410Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2630547Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2630680Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2630821Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2630960Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2631097Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2631234Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2631372Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2631504Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2631634Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2631807Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2631946Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2632077Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2632216Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2632356Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2632540Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2632667Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2632854Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2632989Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2633121Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2633263Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2633396Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2633544Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2633690Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2633835Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2633976Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2634112Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2634245Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2634378Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2634515Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2634652Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2634793Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2634912Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2635052Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2635187Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2635367Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2635501Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2635631Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2635762Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2635897Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2636035Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2636176Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2636309Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2636443Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2636579Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2636714Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2636848Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2636978Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2637091Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2637223Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2637355Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2637505Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2637652Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2637842Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2637992Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2638140Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.2638288Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2638481Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2638628Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2638832Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2638974Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2639118Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2639260Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:43:40.2639403Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2639534Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2639682Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2639828Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2639972Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2640126Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2640273Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2640415Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2640556Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2640707Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2640852Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2641011Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2641219Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2641371Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2641523Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2641674Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2641818Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2641959Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2642088Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2642229Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2642372Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2642512Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2642665Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2642809Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2642971Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2643128Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2643277Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2643424Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2643572Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2643763Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2643913Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2644057Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2644207Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2644357Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2644544Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2644755Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2644894Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2645047Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2645196Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2645343Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2645483Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2645627Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2645769Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2645910Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2646052Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2646196Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2646351Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2646500Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2646660Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2646823Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2646983Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2647195Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2647350Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2647490Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2647647Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2647797Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2647940Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2648088Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2648237Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2648385Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2648526Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2648673Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2648820Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2648968Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2649112Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2649255Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2649399Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2649541Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2649679Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2649856Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2649983Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2650119Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2650264Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2650449Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2651138Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2651285Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2651428Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2651574Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2651716Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2651864Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2652008Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2652143Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2652286Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2652422Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2652577Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2652725Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2652860Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2653010Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2653155Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2653302Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2653505Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2653655Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2653801Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2653945Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2654098Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2654243Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2654393Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2654535Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2654676Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2654819Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2654965Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2655107Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2655251Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2655386Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2655523Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2655655Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2655836Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2655971Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2656104Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2656242Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2656422Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2656567Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2656702Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2656836Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2657032Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2657160Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2657287Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2657418Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2657553Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2657685Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2657823Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2657967Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2658108Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2658248Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2658387Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2658523Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2658661Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2658799Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2658962Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.2659128Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.463s) 2022-12-01T10:43:40.2659293Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.469s) 2022-12-01T10:43:40.2659504Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:43:40.2659661Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.387s) 2022-12-01T10:43:40.2659816Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.348s) 2022-12-01T10:43:40.2660053Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2660209Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2660346Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2660493Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2660639Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2660784Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2660955Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-12-01T10:43:40.2661120Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.2661285Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:43:40.2661435Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2661580Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2661769Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2661910Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2662053Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2662196Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2662379Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2662528Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2662665Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2662799Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2662987Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2663121Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2663252Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2663395Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2663534Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2663675Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2663815Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2663951Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2664086Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2664219Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2664357Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2664492Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2664639Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2664780Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2664924Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2665070Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2665197Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2665390Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2665528Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2665658Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2665792Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2665925Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2666055Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2666195Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2666331Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2666472Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2666615Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2666755Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2666888Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2667021Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2667151Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2667279Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2667412Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2667533Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2667730Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2667883Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2668030Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2668184Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2668372Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2668532Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2668742Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2668891Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2669040Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2669187Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:43:40.2669333Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2669479Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2669621Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2669765Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2669905Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2670060Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2670196Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2670352Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2670511Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2670663Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2670813Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2670959Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2671153Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2671307Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2671448Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2671594Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2671734Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2671881Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2672024Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2672175Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2672326Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:43:40.2672473Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2672622Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2672754Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:43:40.2672896Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2673040Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2673181Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2673323Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2673467Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2673615Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2673799Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2673959Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2674113Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2674262Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2674515Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2674663Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2674811Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2674960Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2675103Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2675245Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2675372Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2675518Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2675659Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2675800Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2675941Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2676077Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2676214Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2676350Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2676488Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2676621Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2676770Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:43:40.2677488Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.221s) 2022-12-01T10:43:40.2677657Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-12-01T10:43:40.2677806Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:43:40.2677955Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:43:40.2678098Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:43:40.2678243Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.174s) 2022-12-01T10:43:40.2678372Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:43:40.2678517Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2678660Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2678812Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2678961Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2679109Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2679253Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2679398Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2679542Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2679740Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2679889Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2680033Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2680174Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2680352Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2680493Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2680630Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2680763Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:43:40.2680943Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2681072Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2681204Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2681340Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2681479Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2681632Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2681780Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2681937Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2682092Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2682249Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2682401Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2682551Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2682701Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2682851Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2682997Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2683135Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2683265Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2683455Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2683599Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2683743Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2683890Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2684032Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2684174Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2684314Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2684456Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2684594Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2684734Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2684876Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2685016Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2685159Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2685305Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2685442Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2685579Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2685754Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2685988Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.003s) 2022-12-01T10:43:40.2686210Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-12-01T10:43:40.2686489Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-12-01T10:43:40.2686722Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-12-01T10:43:40.2686998Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.006s) 2022-12-01T10:43:40.2687213Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.2687421Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.2687637Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-12-01T10:43:40.2687855Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-12-01T10:43:40.2688066Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.007s) 2022-12-01T10:43:40.2688281Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-12-01T10:43:40.2688491Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.003s) 2022-12-01T10:43:40.2688722Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-12-01T10:43:40.2688942Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-12-01T10:43:40.2689229Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-12-01T10:43:40.2689470Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-12-01T10:43:40.2689701Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-12-01T10:43:40.2689927Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.2690151Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.2690370Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.010s) 2022-12-01T10:43:40.2690587Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-12-01T10:43:40.2690796Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-12-01T10:43:40.2691012Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-12-01T10:43:40.2691234Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-12-01T10:43:40.2691385Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2691530Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2691725Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2691876Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2692007Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2692154Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2692344Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2692546Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2692689Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2692836Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2692978Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2693117Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2693265Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2693409Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2693556Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2693696Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2693834Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2693972Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2694113Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2694252Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2694368Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2694504Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2694635Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2694773Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2694916Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2695104Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2695248Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2695387Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2695526Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2695659Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2695791Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2695922Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2696056Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2696226Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2696394Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2696564Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2696728Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2696870Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2697027Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2697188Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2697350Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2697517Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2697719Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2697889Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2698045Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2698203Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2698462Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2698621Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2698774Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2698938Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2699099Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2699259Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2699422Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2699578Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2699733Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2699979Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2700124Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2700273Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2700417Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2700563Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2700712Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2700916Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2701061Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2701209Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2701349Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2701493Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2701635Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2701794Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2701952Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:43:40.2702103Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-12-01T10:43:40.2702259Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2702416Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:43:40.2702565Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:43:40.2702693Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2702829Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2702971Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2703113Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2703251Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2703386Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2703521Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2703699Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2703835Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2703963Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2704095Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2704321Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2704468Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2704610Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2704753Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2704895Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2705021Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2705156Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2705290Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2705425Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2705557Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2705687Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2705821Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2705952Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2706165Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:43:40.2706366Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T10:43:40.2706580Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.002s) 2022-12-01T10:43:40.2706845Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.002s) 2022-12-01T10:43:40.2707057Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-12-01T10:43:40.2707258Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-12-01T10:43:40.2707459Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.003s) 2022-12-01T10:43:40.2707660Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-12-01T10:43:40.2707853Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-12-01T10:43:40.2708042Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-12-01T10:43:40.2708229Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.006s) 2022-12-01T10:43:40.2708420Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-12-01T10:43:40.2708617Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-12-01T10:43:40.2708837Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2709040Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2709263Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2709485Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2709754Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2709977Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2710244Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2710503Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2710718Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2710924Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2711130Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2711339Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2711556Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:43:40.2711703Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2711843Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2711991Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2712142Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2712288Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2712484Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2712628Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2712766Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2712912Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2713053Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2713192Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2713318Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2713455Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2713600Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2713742Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2713893Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2714038Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2714185Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2714328Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2714471Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2714609Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2714748Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2714888Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2715027Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2715169Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2715306Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2715454Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2715582Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2715827Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2715980Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2716130Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2716320Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2716467Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2716610Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2716755Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2716896Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2717035Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2717178Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2717316Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2717468Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2717614Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2717758Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:43:40.2717945Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:43:40.2718178Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:43:40.2718376Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2718559Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:43:40.2718755Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:43:40.2718916Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2719073Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2719225Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2719394Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2719562Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2719728Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2719891Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2720054Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2720213Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:43:40.2720367Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:43:40.2720520Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2720676Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:43:40.2720828Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.473s) 2022-12-01T10:43:40.2721003Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2721171Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2721336Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2721560Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2721773Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2721928Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2722092Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2722303Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:43:40.2722472Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2722641Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2722806Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2722970Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2723135Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2723299Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2723459Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2723621Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2723788Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2723999Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2724165Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:43:40.2724324Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:43:40.2724488Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2724648Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:43:40.2724809Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:43:40.2724978Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2725128Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2725289Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2725450Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2725606Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2725847Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-12-01T10:43:40.2726013Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:43:40.2726175Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2726348Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2726516Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2726692Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:43:40.2726869Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:43:40.2727041Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2727209Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.2727424Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:43:40.2727630Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:43:40.2727799Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2727960Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2728122Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:43:40.2728332Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2728496Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2728644Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.337s) 2022-12-01T10:43:40.2728802Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-12-01T10:43:40.2729040Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-12-01T10:43:40.2729271Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-12-01T10:43:40.2729501Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.010s) 2022-12-01T10:43:40.2729776Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-12-01T10:43:40.2730003Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-12-01T10:43:40.2730221Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-12-01T10:43:40.2730444Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-12-01T10:43:40.2730665Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-12-01T10:43:40.2730827Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2730985Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2731145Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2731300Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2731451Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2731600Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2731753Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2731910Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2732072Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2732232Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2732388Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2732541Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2732685Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2732838Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2733056Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2733219Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2733384Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2733553Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2733761Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2733929Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2734094Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.264s) 2022-12-01T10:43:40.2734306Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.403s) 2022-12-01T10:43:40.2734472Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.370s) 2022-12-01T10:43:40.2734639Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.317s) 2022-12-01T10:43:40.2734801Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.890s) 2022-12-01T10:43:40.2734964Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.794s) 2022-12-01T10:43:40.2735111Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2735260Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.219s) 2022-12-01T10:43:40.2735406Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-12-01T10:43:40.2735603Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2735747Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-12-01T10:43:40.2735872Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:43:40.2736026Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2736178Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2736330Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2736476Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2736623Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2736765Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2736911Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737052Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737200Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737348Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737495Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2737638Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737783Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2737923Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2738066Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:43:40.2738187Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2738323Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2738465Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2738600Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2738748Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2738941Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2739093Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2739246Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2739397Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2739551Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2739745Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2739972Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2740121Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2740264Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2740407Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2740554Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2740697Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2740871Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2741017Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:43:40.2741160Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:43:40.2741302Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2741440Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2741626Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2741763Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2741899Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2742039Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2742171Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2742303Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2742434Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2742581Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:43:40.2742726Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-12-01T10:43:40.2742865Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:43:40.2743005Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:43:40.2743128Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2743263Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2743402Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:43:40.2743535Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:43:40.2743667Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2743836Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.006s) 2022-12-01T10:43:40.2744001Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2744167Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2744331Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2744498Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.010s) 2022-12-01T10:43:40.2744656Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2744812Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2745412Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2745562Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2745719Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2745875Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2746026Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2746235Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2746379Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2746525Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2746672Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2746862Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2747010Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2747157Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2747306Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2747454Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2747600Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2747742Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:43:40.2747942Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2748085Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2748226Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2748373Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2748512Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2748654Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2748795Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2748928Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2749074Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2749216Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2749359Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2749500Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2749639Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2749780Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2749919Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2750056Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2750194Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2750334Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2750471Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2750613Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2750756Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:43:40.2750898Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2751034Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2751208Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2751343Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2751480Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2751612Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2751742Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2751875Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:43:40.2752004Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2752189Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2752327Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:43:40.2752474Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:43:40.2752620Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-12-01T10:43:40.2752803Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2752945Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:43:40.2753083Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:43:40.2753220Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2753351Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:43:40.2753481Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2753650Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:43:40.2753783Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:43:40.2753923Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2754059Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2754204Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2754347Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2754485Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2754623Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2754760Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2754894Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2755027Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2755163Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2755295Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2755438Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2755579Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:43:40.2755720Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:43:40.2755846Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2755984Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2756123Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2756259Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2756393Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2756524Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2756658Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2756788Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2756976Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2757200Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2757349Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2757575Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2757724Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2757870Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2758012Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2758202Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2758426Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2758640Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2758890Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2759093Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:43:40.2759352Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:43:40.2759495Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2759630Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2759776Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2759921Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2760062Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2760200Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2760341Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2760473Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2760608Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2766520Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2766702Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2766847Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2766987Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2767145Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2767292Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2767434Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2767586Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2767731Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2767877Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2768022Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2768166Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2768307Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2768447Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2768705Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2768847Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2768986Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2769201Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2769347Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2769490Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2769634Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2769820Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2769956Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2770078Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2770214Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2770363Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2770503Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2770651Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2770795Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2770939Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2771081Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2771284Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2771431Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2771576Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2771722Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2771863Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2772002Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2772151Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2772293Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2772418Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2772560Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2772700Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2772834Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2772965Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2773104Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2773239Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2773383Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2773523Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2773670Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2773815Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2773957Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2774100Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2774237Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2774370Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2774552Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2774672Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2774804Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2774946Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2775083Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2775227Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2775371Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2775513Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2775653Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2775789Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2775925Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2776057Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2776193Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2776327Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2776472Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2776605Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2776754Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:43:40.2777345Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2777487Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2777631Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2777773Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2777917Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2778057Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2778194Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2778327Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2778464Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2778600Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2778751Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2778897Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2779042Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2779197Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2779349Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2779502Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2779652Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2779781Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2780038Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2780187Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2780335Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2780478Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2780622Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2780835Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2780984Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2781128Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2781273Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2781415Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2781560Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2781702Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2781848Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2781999Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2782150Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2782301Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2782447Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2782575Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2782717Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2782862Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2783006Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2783199Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2783353Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:43:40.2783502Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2783648Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2783795Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2783937Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2784082Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2784225Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2784364Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2784509Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2784658Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2784800Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2784928Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2785121Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2785275Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2785415Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2785549Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2785680Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2785867Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2786005Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2786167Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2786321Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2786487Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:43:40.2786698Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:43:40.2786855Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2787009Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2787161Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2787312Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2787462Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2787615Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2787751Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2787900Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2788058Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2788207Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2788368Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:43:40.2788528Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2788683Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:43:40.2788837Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2789035Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:43:40.2789186Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:43:40.2789341Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2789495Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2789649Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2789798Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:43:40.2789952Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2790096Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2790235Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2790367Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2790515Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2790660Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2790801Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2790946Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2791081Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2791219Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2791356Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2791494Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2791642Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2791787Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2791942Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2792094Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2792242Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2792433Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2792577Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2792723Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2792850Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2792994Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2793134Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2793277Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2793418Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2793565Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2793705Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2793856Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2794000Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2794144Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2794288Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2794431Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2794571Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2794710Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2794893Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2795030Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2795153Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:43:40.2795290Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2795434Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2795581Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:43:40.2795722Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2795863Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2796003Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2796140Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2796288Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2796440Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:43:40.2796588Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:43:40.2796738Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2796882Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2797025Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:43:40.2797166Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2797311Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2797457Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:43:40.2797585Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:43:40.2797723Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2797856Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:43:40.2797988Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2798175Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2798308Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2798437Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2798571Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2798702Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2798843Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2798977Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2799123Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:43:40.2799264Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:43:40.2799403Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2799539Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2799674Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2799794Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2799924Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2800054Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2800189Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2800320Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2800464Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2800650Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2800794Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2800934Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2801070Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2801203Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2801331Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2801463Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2801594Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2801725Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2801858Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2801975Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2802117Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2802253Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2802396Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2802542Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2802679Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2802814Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2802951Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2803083Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2803211Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2803345Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2803477Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2803619Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2803753Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2803950Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2804095Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:43:40.2804236Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:43:40.2804360Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2804496Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2804629Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2804761Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2804897Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2805029Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2805176Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2805323Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2805463Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:43:40.2805604Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2805742Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2805876Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2806008Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2806142Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2806319Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2806472Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2806603Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2806761Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:43:40.2806913Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2807063Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2807211Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2807357Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2807500Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2807643Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2807790Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2807931Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2808077Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2808221Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2808364Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2808500Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2808641Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:43:40.2808785Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:43:40.2808925Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2809051Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:43:40.2809191Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2809328Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2809464Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2809645Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2809782Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:43:40.2809915Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2810063Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2810209Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2810349Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2810486Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2810630Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2810771Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:43:40.2810910Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2811050Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2811190Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2811310Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2811443Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2811576Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:43:40.2811713Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2811846Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:43:40.2812046Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2812199Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2812340Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2812483Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2812622Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2812762Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2812899Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2813031Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2813167Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2813299Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2813444Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:43:40.2813583Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2813718Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-12-01T10:43:40.2813867Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:43:40.2814012Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:43:40.2814155Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2814296Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2814439Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:43:40.2814580Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:43:40.2814720Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2814859Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2815000Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:43:40.2815136Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2815356Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2815527Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.006s) 2022-12-01T10:43:40.2815694Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2815859Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2816023Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2816258Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-12-01T10:43:40.2816405Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2816551Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2816709Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2816909Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2817065Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2817215Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2817362Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:43:40.2817508Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2817651Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:43:40.2817795Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:43:40.2818001Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2818146Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:43:40.2818290Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:43:40.2818433Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2818573Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:43:40.2818716Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:43:40.2818857Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2818978Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2819113Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:43:40.2819261Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:43:40.2819413Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:43:40.2819565Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-12-01T10:43:40.2819710Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2819952Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:43:40.2820102Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:43:40.2820246Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2820385Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2820529Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:43:40.2820674Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2820819Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:43:40.2820963Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2821104Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2821247Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2821440Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2821562Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:43:40.2821693Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:43:40.2821828Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:43:40.2821960Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:43:40.2822100Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:43:40.2822239Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2822389Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:43:40.2822533Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:43:40.2822676Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:43:40.2822819Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2822959Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:43:40.2823100Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:43:40.2823238Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2823371Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2823503Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:43:40.2823637Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:43:40.2823806Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:43:40.2823950Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2824089Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2824230Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:43:40.2824368Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:43:40.2824507Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:43:40.2824647Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:43:40.2824781Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:43:40.2824914Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:43:40.2825050Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:43:40.2825187Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:43:40.2825330Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2825467Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2825620Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:43:40.2825767Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2825912Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:43:40.2826038Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2826178Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2826317Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2826452Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-12-01T10:43:40.2826586Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:43:40.2826718Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2826855Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2827034Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:43:40.2827045Z 2022-12-01T10:43:40.2827206Z ---------------------------------------------------------------------- 2022-12-01T10:43:40.2827294Z Ran 7098 tests in 1108.984s 2022-12-01T10:43:40.2827300Z 2022-12-01T10:43:40.2827407Z OK (skipped=456, expected failures=32) 2022-12-01T10:43:40.2827414Z 2022-12-01T10:43:40.2827505Z Generating XML reports... 2022-12-01T10:43:40.2827778Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-DecompContiguousTestsCPU-20221201102509.xml 2022-12-01T10:43:40.2828010Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-TestDecompCPU-20221201102509.xml 2022-12-01T10:43:40.2828020Z 2022-12-01T10:43:40.2828432Z ##[endgroup] 2022-12-01T10:43:40.2828682Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_g9wkweeb) 2022-12-01T10:43:40.2828689Z 2022-12-01T10:43:42.4217940Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:43:42.5742526Z Running test_dataloader ... [2022-12-01 10:43:42.573526] 2022-12-01T10:43:42.5748150Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:43:42.574696] 2022-12-01T10:43:42.5750129Z Ignoring disabled issues: [] 2022-12-01T10:47:28.7234229Z 2022-12-01T10:47:28.7234821Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:47:28.7235735Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_edqwcw0d) 2022-12-01T10:47:28.7251080Z 2022-12-01T10:47:28.7251216Z Running tests... 2022-12-01T10:47:28.7251522Z ---------------------------------------------------------------------- 2022-12-01T10:47:28.7251954Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-12-01T10:47:28.7256254Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:47:28.7257072Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7257639Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7258247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7258810Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7259385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7259913Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7260507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7261202Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7261738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7262163Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7262678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7263237Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7263738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7264200Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7264874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7265384Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7265900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7266425Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7266953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7267463Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7268121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7268644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7269139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7269753Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7270214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7270870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7271527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7272334Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7273269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7273915Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7274614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7275333Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7275964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7276591Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7277229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7277875Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7278577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7279197Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7279948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7280590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7281351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7282050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7282860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7283655Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7284523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7285455Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7286207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7287061Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7287949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7288730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7289569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7290395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7291224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7291938Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7292789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7293649Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7294476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7295262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7296241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7297061Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7297837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7298629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7299517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7300325Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7301152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7301935Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7302752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7303559Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7304333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7305131Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7305965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7306774Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7307612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7308412Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7309226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7309982Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7311689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7312478Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7313295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7314088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7314904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7315690Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7316464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7317370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7318215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7319004Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7319895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7320736Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7321719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7322451Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7323354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7324183Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7325003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7325785Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7326603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7327424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7328200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7329046Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7329942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7330771Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7331607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7332389Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7333212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7333961Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7334765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7335516Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7336273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7337165Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7337929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7338638Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7339355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7340109Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7340930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7341687Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7342433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7343179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7343936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7344620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7345359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7346232Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7347048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7347785Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7348528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7349264Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7350004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7350710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7351464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7352204Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7353007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7353763Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7354503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7355222Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7355981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7356678Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7357425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7358164Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7358936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7359916Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7360662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7361390Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7362150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7362865Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7363616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7364356Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7365187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7365906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7366621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7367374Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7368122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7368845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7369736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7370535Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7371324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7372020Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7372766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7373507Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7374264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7374970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7375721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7376524Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7377303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7378012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7378764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7379539Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7380291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7381012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7381746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7382461Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7383364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7384063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7384802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7385555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7386317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7387028Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7387797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7388607Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7389359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7390072Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7390815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7391568Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7391997Z ok (63.279s) 2022-12-01T10:47:28.7392399Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.005s) 2022-12-01T10:47:28.7393093Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:47:28.7393693Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:47:28.7394305Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:47:28.7394902Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:47:28.7395471Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:47:28.7396028Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.000s) 2022-12-01T10:47:28.7396637Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:28.7397290Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:47:28.7398201Z test_batch_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7399004Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7399741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7400573Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7401294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7402039Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7402813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7403599Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7404425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7405126Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7405866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7406723Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7407480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7408192Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7408929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7409671Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7410440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7411160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7411889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7412633Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7413386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7414100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7414849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7416309Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7417126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7417816Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7418569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7419293Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7420046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7420759Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7421504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7422261Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7422663Z ok (4.471s) 2022-12-01T10:47:28.7423734Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:47:28.7425286Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7426071Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7426825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7427574Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7428318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7429162Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7429925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7430682Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7431424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7432132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7432880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7433639Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7434395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7435163Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7435948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7436663Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7437084Z ok (2.230s) 2022-12-01T10:47:28.7437852Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7438670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7439537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7440403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7441176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7441824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7442548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7443306Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7443723Z ok (4.002s) 2022-12-01T10:47:28.7444196Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:47:28.7444797Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7445344Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:47:28.7445925Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:47:28.7447677Z 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-12-01T10:47:28.7449364Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-12-01T10:47:28.7449824Z ok (0.005s) 2022-12-01T10:47:28.7450309Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7450929Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7451671Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7452264Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7452852Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:47:28.7453462Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:47:28.7454064Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7454672Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7455207Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7456012Z test_error_in_init (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7456803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7457521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7458271Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7459022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7459714Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7460575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7461329Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7462085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7462776Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7463528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7464277Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7465032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7465740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7466486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7467234Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7467635Z ok (4.206s) 2022-12-01T10:47:28.7468361Z test_error_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7469168Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7469925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7470666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7471421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7472137Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7472865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7473614Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7474514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7475223Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7475968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7476712Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7477464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7478169Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7478898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7479638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7480182Z ok (2.311s) 2022-12-01T10:47:28.7480652Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.007s) 2022-12-01T10:47:28.7481296Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-12-01T10:47:28.7482199Z test_get_worker_info (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7482978Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7483850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7484602Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7485026Z ok (4.018s) 2022-12-01T10:47:28.7485444Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:47:28.7485988Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7486541Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:47:28.7487245Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:47:28.7487909Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7488773Z test_large_sampler_indices (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7489587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7490341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7491149Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7491582Z ok (3.834s) 2022-12-01T10:47:28.7491971Z test_len (__main__.TestDataLoader) ... ok (0.034s) 2022-12-01T10:47:28.7492810Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7493646Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7494399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7495149Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7495907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7496585Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7497554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7498304Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7499060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7499774Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7500518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7501292Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7502065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7502873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7503689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7504430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7505195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7505908Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7506783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7507508Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7508266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7509028Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7509810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7510556Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7510984Z ok (6.221s) 2022-12-01T10:47:28.7511731Z test_multiple_dataloaders (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7512518Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7513247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7513992Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7514799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7515655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7516407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7517140Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7518583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7519295Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7520148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7520936Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7521880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7522593Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7523340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7524085Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7524827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7525535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7526275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7527076Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7527860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7544805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7545478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7545983Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7546221Z ok (4.855s) 2022-12-01T10:47:28.7547010Z 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.001s) 2022-12-01T10:47:28.7548017Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:47:28.7548665Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.001s) 2022-12-01T10:47:28.7548973Z test_numpy (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:47:28.7549269Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:47:28.7549579Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:47:28.7549868Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:47:28.7550213Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.001s) 2022-12-01T10:47:28.7550523Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:47:28.7551305Z 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.005s) 2022-12-01T10:47:28.7552044Z test_random_sampler (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:47:28.7552388Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.000s) 2022-12-01T10:47:28.7552755Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:47:28.7553271Z test_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7553801Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7554240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7554664Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7555110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7555523Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7555956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7556395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7556838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7557300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7557715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7558193Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7558634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7559044Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7559530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7560080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7560523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7560917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7561347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7561776Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7562213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7562629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7563061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7563539Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7564003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7564417Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7564847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7565278Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7565717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7566129Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7566560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7567047Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7567280Z ok (4.443s) 2022-12-01T10:47:28.7567549Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.025s) 2022-12-01T10:47:28.7568051Z test_segfault (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7568513Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7568946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7569426Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7569661Z ok (3.683s) 2022-12-01T10:47:28.7570149Z test_seqential_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7570629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7571063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7571499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7571943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7572355Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7572811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7573244Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7573685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7574099Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7574524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7574952Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7575437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7575873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7576309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7576735Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7576988Z ok (2.273s) 2022-12-01T10:47:28.7577444Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7577933Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7578369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7578775Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7579217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7579625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7580058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7580543Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7580983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7581447Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7581898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7582337Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7582782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7583194Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7583625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7584058Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7584310Z ok (2.233s) 2022-12-01T10:47:28.7584551Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.052s) 2022-12-01T10:47:28.7584865Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.026s) 2022-12-01T10:47:28.7585219Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:28.7585744Z test_sequential_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7586265Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7586703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7587180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7587606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7588065Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7588496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7588928Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7589370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7589786Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7590215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7590629Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7591068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7591478Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7591908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7592339Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7592591Z ok (2.295s) 2022-12-01T10:47:28.7592811Z test_shuffle (__main__.TestDataLoader) ... ok (0.069s) 2022-12-01T10:47:28.7593148Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.069s) 2022-12-01T10:47:28.7593458Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.075s) 2022-12-01T10:47:28.7594163Z 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-12-01T10:47:28.7595038Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7595521Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7595958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7596391Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7596832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7597226Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7597655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7598083Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7598526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7598937Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7599460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7600029Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7600455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7600870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7601301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7601733Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7601986Z ok (2.350s) 2022-12-01T10:47:28.7602270Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:28.7602805Z test_shuffle_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7603269Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7603697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7604130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7604572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7604989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7605463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7605937Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7606360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7606770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7607263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7607694Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7608136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7608545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7608975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7609386Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7609639Z ok (4.213s) 2022-12-01T10:47:28.7610073Z test_shuffle_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7610540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7610968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7611446Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7611925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7612322Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7612802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7613235Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7613675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7614090Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7614517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7614950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7615370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7615784Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7616216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7616647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7616898Z ok (2.292s) 2022-12-01T10:47:28.7617372Z test_timeout (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7617878Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7618294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7618727Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7618980Z ok (2.915s) 2022-12-01T10:47:28.7619218Z test_typing (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:47:28.7619693Z test_worker_init_fn (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7620152Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7620620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7621054Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7621496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7621904Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7622335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7622763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7623056Z ok (2.053s) 2022-12-01T10:47:28.7623466Z test_worker_seed (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7623975Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7624407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7624839Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7625281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7625696Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7626177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7626606Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7627024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7627435Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7627865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7628300Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7628744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7629203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7629672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7630078Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7630508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7630905Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7631323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7631738Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7632175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7632577Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7632982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7633404Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7634280Z ok (2.526s) 2022-12-01T10:47:28.7634731Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7635269Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7635741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7636176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7636607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7637017Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7637451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7637886Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7638328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7638742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7639174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7639583Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7640166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7640570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7641039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7641475Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7641956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7642368Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7642774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7643199Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7643630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7644030Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7644439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7644857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7645285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7645678Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7646094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7646510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7646975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7647379Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7647915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7648345Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7648763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7649172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7649597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7650032Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7650469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7650877Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7651307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7651717Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7652156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7652560Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7653036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7653540Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7654022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7654436Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7654844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7655272Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7655517Z ok (4.995s) 2022-12-01T10:47:28.7655771Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.000s) 2022-12-01T10:47:28.7656259Z test_shuffle (__main__.TestDataLoader2) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7656721Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7657155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7657568Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7658013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7658423Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7658855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7659327Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7659805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7660218Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7660627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7661122Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7661560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7661969Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7662396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7662822Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7663264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7663654Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7664078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7664508Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7664991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7665405Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7665875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7666312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7666796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7667207Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7667632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7668051Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7668484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7668902Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7669329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7669733Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7670174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7670579Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7671053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7671489Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7671969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7672377Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7672786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7673216Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7673658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7674055Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7674554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7674986Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7675428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7675837Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7676252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7676682Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7677122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7677570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7678047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7678480Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7678910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7679301Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7679727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7680303Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7680557Z ok (15.825s) 2022-12-01T10:47:28.7680857Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.000s) 2022-12-01T10:47:28.7681245Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.000s) 2022-12-01T10:47:28.7681970Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:47:28.7683026Z 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.000s) 2022-12-01T10:47:28.7683994Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7684506Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7684918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7685352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7685791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7686204Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7686640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7687063Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7687573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7687962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7688390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7688819Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7689301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7689718Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7690199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7690622Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7690859Z ok (2.185s) 2022-12-01T10:47:28.7691351Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7691864Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7692288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7692712Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7693649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7694078Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7694490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7694927Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7695224Z ok (3.881s) 2022-12-01T10:47:28.7695701Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7696249Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7696688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7697115Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7697538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7697952Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7698386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7698825Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7699077Z ok (2.079s) 2022-12-01T10:47:28.7699383Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:47:28.7699793Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:47:28.7700210Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:47:28.7700619Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:47:28.7701037Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:47:28.7701581Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:47:28.7702064Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:47:28.7702482Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:47:28.7702884Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7703318Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:47:28.7703747Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7704170Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7704594Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-12-01T10:47:28.7705009Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-12-01T10:47:28.7705377Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7705903Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7706396Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7706897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7707376Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7707858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7708277Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7708711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7709145Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7709565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7709976Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7710407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7710835Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7711270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7711682Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7712101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7712505Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7712758Z ok (4.019s) 2022-12-01T10:47:28.7713268Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7713815Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7714252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7714681Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7715179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7715561Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7715994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7716419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7716843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7717241Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7717658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7718074Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7718487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7718882Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7719340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7719878Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7720128Z ok (1.836s) 2022-12-01T10:47:28.7720498Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:47:28.7720930Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.000s) 2022-12-01T10:47:28.7721516Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7722004Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7722423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7722839Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7723080Z ok (3.906s) 2022-12-01T10:47:28.7723361Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:47:28.7723734Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:47:28.7724134Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-12-01T10:47:28.7724873Z 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-12-01T10:47:28.7725659Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:47:28.7726279Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7726782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7727205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7727632Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7727954Z ok (3.803s) 2022-12-01T10:47:28.7728200Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-12-01T10:47:28.7728760Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7729268Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7729691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7730112Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7730541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7730947Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7731401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7731816Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7732097Z ok (22.089s) 2022-12-01T10:47:28.7732728Z 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.000s) 2022-12-01T10:47:28.7733808Z 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.003s) 2022-12-01T10:47:28.7734845Z 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.000s) 2022-12-01T10:47:28.7735551Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-12-01T10:47:28.7735921Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-12-01T10:47:28.7736280Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7736648Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7736989Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:47:28.7737392Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.010s) 2022-12-01T10:47:28.7737748Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:47:28.7738539Z 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.000s) 2022-12-01T10:47:28.7739255Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7739657Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-12-01T10:47:28.7740142Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7740719Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7741203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7741609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7742031Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7742460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7742859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7743323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7743743Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7744216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7744605Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7745022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7745437Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7745917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7746322Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7746741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7747158Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7747567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7747955Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7748367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7748790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7749218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7749659Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7750125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7750552Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7750970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7751363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7751779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7752201Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7752632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7753097Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7753518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7753921Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7754164Z ok (4.509s) 2022-12-01T10:47:28.7754460Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.024s) 2022-12-01T10:47:28.7755020Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7755555Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7756015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7756439Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7756663Z ok (3.748s) 2022-12-01T10:47:28.7757134Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7757635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7758054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7758477Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7758964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7759371Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7759863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7760284Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7760708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7761106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7761571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7762028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7762458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7762846Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7763263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7763675Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7763911Z ok (2.214s) 2022-12-01T10:47:28.7764399Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7764909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7765327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7765732Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7766158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7766623Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7767039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7767507Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7767976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7768378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7768782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7769196Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7769619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7770017Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7770432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7770842Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7771082Z ok (2.300s) 2022-12-01T10:47:28.7771351Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.059s) 2022-12-01T10:47:28.7771727Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.027s) 2022-12-01T10:47:28.7772196Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:28.7772785Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7773325Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7773754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7774215Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7774630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7775024Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7775437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7775856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7776286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7776683Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7777099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7777499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7777923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7778316Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7778729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7779141Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7779480Z ok (2.279s) 2022-12-01T10:47:28.7779731Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.076s) 2022-12-01T10:47:28.7780089Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.068s) 2022-12-01T10:47:28.7780512Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.068s) 2022-12-01T10:47:28.7781245Z 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.000s) 2022-12-01T10:47:28.7782123Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7782635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7783054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7783478Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7783905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7784290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7784761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7785186Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7785617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7786056Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7786514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7786933Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7787346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7787741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7788158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7788576Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7788813Z ok (2.283s) 2022-12-01T10:47:28.7789128Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:47:28.7789714Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7790206Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7790620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7791034Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7791462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7791906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7792423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7792845Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7793255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7793657Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7794076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7794502Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7794927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7795325Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7795741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7796150Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7796374Z ok (4.097s) 2022-12-01T10:47:28.7796831Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7797315Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7797820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7798224Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7798685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7799094Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7799527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7800052Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7800480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7800880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7801303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7801725Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7802153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7802543Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7802962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7803381Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7803619Z ok (2.321s) 2022-12-01T10:47:28.7804273Z 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.000s) 2022-12-01T10:47:28.7804979Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-12-01T10:47:28.7805585Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7806063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7806463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7806861Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7807281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7807697Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7808135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7808555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7808790Z ok (2.044s) 2022-12-01T10:47:28.7809387Z 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-12-01T10:47:28.7810552Z 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-12-01T10:47:28.7811254Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:47:28.7811632Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:47:28.7811998Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:47:28.7812361Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:47:28.7812722Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:47:28.7813071Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:47:28.7813422Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:47:28.7813738Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:47:28.7814029Z Indices generated by random_split ... ok (0.003s) 2022-12-01T10:47:28.7814344Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.005s) 2022-12-01T10:47:28.7814707Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.006s) 2022-12-01T10:47:28.7815066Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:47:28.7815445Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:47:28.7816006Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:47:28.7816548Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:47:28.7817241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:47:28.7817893Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:47:28.7818246Z ok (1.965s) 2022-12-01T10:47:28.7819256Z 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.000s) 2022-12-01T10:47:28.7820273Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.000s) 2022-12-01T10:47:28.7820886Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.000s) 2022-12-01T10:47:28.7821456Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:47:28.7821789Z test_getitem (__main__.TestTensorDataset) ... ok (0.014s) 2022-12-01T10:47:28.7822235Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.005s) 2022-12-01T10:47:28.7822649Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:47:28.7823059Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.005s) 2022-12-01T10:47:28.7823483Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:47:28.7824177Z 2022-12-01T10:47:28.7824427Z ---------------------------------------------------------------------- 2022-12-01T10:47:28.7824702Z Ran 168 tests in 224.031s 2022-12-01T10:47:28.7824823Z 2022-12-01T10:47:28.7824909Z OK (skipped=40) 2022-12-01T10:47:28.7825026Z 2022-12-01T10:47:28.7825119Z Generating XML reports... 2022-12-01T10:47:28.7825548Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221201104344.xml 2022-12-01T10:47:28.7826292Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221201104344.xml 2022-12-01T10:47:28.7826784Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221201104344.xml 2022-12-01T10:47:28.7827252Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader2-20221201104344.xml 2022-12-01T10:47:28.7827789Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221201104344.xml 2022-12-01T10:47:28.7828336Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221201104344.xml 2022-12-01T10:47:28.7828837Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221201104344.xml 2022-12-01T10:47:28.7829414Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221201104344.xml 2022-12-01T10:47:28.7829930Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221201104344.xml 2022-12-01T10:47:28.7830490Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221201104344.xml 2022-12-01T10:47:28.7830970Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221201104344.xml 2022-12-01T10:47:28.7831448Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader2_EventLoop-20221201104344.xml 2022-12-01T10:47:28.7831966Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221201104344.xml 2022-12-01T10:47:28.7832477Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221201104344.xml 2022-12-01T10:47:28.7832971Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221201104344.xml 2022-12-01T10:47:28.7833238Z 2022-12-01T10:47:28.7833623Z ##[endgroup] 2022-12-01T10:47:28.7833992Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_edqwcw0d) 2022-12-01T10:47:28.7834268Z 2022-12-01T10:47:28.8771862Z 2022-12-01T10:47:28.8772629Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:47:28.8773811Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_a8x0w9h7) 2022-12-01T10:47:28.8899017Z CUDA not available, skipping tests 2022-12-01T10:47:28.8899200Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:47:28.8899210Z 2022-12-01T10:47:28.8899320Z Running tests... 2022-12-01T10:47:28.8899481Z ---------------------------------------------------------------------- 2022-12-01T10:47:28.8899659Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-12-01T10:47:28.8899861Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.105s) 2022-12-01T10:47:28.8900085Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:28.8900305Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:28.8900559Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:28.8900790Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:28.8901033Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8901319Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8901751Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8901994Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8902299Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8902635Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8902940Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8903239Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8903567Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8903868Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8904163Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8904474Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8904787Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8905097Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8905415Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8905742Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8907289Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8907645Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8907955Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8908270Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8908575Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8908882Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8909182Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8909472Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8909776Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8910074Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8910488Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8910821Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8911146Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8911469Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8911789Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8912113Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8912433Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8912751Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8913138Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8913481Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8913840Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8914166Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8914481Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8914884Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8915207Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8915525Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8915854Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8916175Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8916500Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8916809Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8917124Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8917432Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8917791Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8918113Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8918421Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8918733Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8919082Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8919397Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.8919831Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8920153Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8920474Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8920796Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8921099Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8921434Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8921755Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8922140Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.8922461Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8922768Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8923073Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8923385Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8923700Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8924022Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8924326Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8924648Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8925042Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8925423Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8925744Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8926102Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8926427Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8926737Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8926991Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.8927286Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8927604Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8927925Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8928239Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8928565Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8928873Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8929187Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8929565Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8929888Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8930209Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8930512Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8930837Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8931137Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8931496Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8931810Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8932115Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8932525Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8932840Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8933154Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8933458Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8933757Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8934058Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8934360Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8934663Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8934981Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8935298Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8935619Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8935939Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8936256Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8936573Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8936949Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8937254Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8937590Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8937902Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8938211Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8938580Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8938903Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8939217Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8939534Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8940492Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.8940826Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8941147Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8941466Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8941776Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8942078Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8942391Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8942708Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8943012Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8943317Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.8943622Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8943985Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8944309Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8944727Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8945043Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8945357Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8945671Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8945986Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8946296Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8946610Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8946915Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8947220Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8947516Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8947891Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8948185Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8948506Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8948834Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8949149Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8949482Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8949803Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8950185Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8950505Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.8950871Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8951179Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8951497Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8951801Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8952123Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8952503Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8952823Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8953160Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8953592Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8953983Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8954369Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8954736Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8955116Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8955483Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8955920Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8956356Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8973824Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8974217Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8974535Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8974901Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8975213Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8975560Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8975867Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8976166Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8976466Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8976776Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8977091Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8977394Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8977850Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8978169Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8978493Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8978807Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8979114Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8979436Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8979739Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8980035Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8980350Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8980719Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8981107Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8981434Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8981804Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8982132Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8982454Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8982775Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:47:28.8983092Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8983407Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8983723Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8984037Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8984349Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8984653Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8985044Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8985353Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8985648Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8985970Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8986294Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8986614Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8986920Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8987265Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8987581Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8987923Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8988315Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8988619Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8988937Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8989274Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8989615Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8989965Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8990300Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8990641Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.8990973Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8991300Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8991626Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8991953Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8992293Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8992688Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8993010Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8993367Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8993682Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8994023Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8994334Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8994634Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8994943Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8995245Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8995626Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8995938Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.8996246Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8996563Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8996876Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.8997182Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8997491Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8997801Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.8998104Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8998407Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8998713Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.8999018Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.8999307Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.8999616Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9000061Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9000377Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9000689Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9000998Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9001316Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9001615Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9001926Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9002236Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9002537Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9002910Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9003214Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9003465Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9003728Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9003987Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9004232Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9004528Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9004771Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9005147Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9005457Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9005770Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9006086Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9006395Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9006705Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9007008Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9007405Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9007715Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9008029Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9008345Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9008656Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9008979Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9009285Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9009604Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9009903Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9010213Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9010521Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9010749Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9010975Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9011206Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9011439Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9011675Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9011905Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9012127Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9012346Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9012573Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9012804Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9013040Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9013251Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9013493Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9013778Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9014011Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9014237Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9014462Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9014693Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9014916Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9015134Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9015357Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9015589Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9015867Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9016095Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9016331Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9016564Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9016788Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9017008Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9017229Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9017454Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9017680Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9017909Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9018133Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9018357Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9018594Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9018830Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9019104Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9019334Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9019563Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9019789Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9020010Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9020241Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9020520Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9020760Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9020990Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9021319Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9021552Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9021785Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9022006Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9022242Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9022471Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9022701Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9022938Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9023169Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9023464Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9023759Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9023990Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9024281Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9024513Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9024868Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9025104Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9025345Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9025626Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9025871Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9026101Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9026392Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9026735Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9026969Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9027352Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9027694Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9027924Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9028222Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9028454Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9028700Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9029002Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9029249Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9029490Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9029774Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9030073Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9030303Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9030527Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9030822Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9031054Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9031295Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9031526Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9031827Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9032073Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9032316Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9032604Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9032852Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9033134Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9033368Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9033662Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9033896Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9034188Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9034427Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9034676Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9034966Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9035357Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9035659Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9035900Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9036148Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9036379Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9037160Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9037407Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9037651Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9037897Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9038141Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9038380Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9038617Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9038849Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9039088Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9039370Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9039601Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9039921Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9040152Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9040381Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9040611Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9040840Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9041064Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9041300Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9041526Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9041762Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9041997Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9042234Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9042460Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9042743Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9042969Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9043190Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9043420Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9043649Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9043881Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9044108Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9044335Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9044560Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9044825Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9045046Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9045264Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9045487Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9045712Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9045942Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9046169Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9046407Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9046643Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9046870Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9047094Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9047318Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9047533Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9047755Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9048024Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9048248Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9048481Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9048706Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9048944Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9049175Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9049406Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9049627Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9049854Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9050112Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9050327Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9050550Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9050778Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9051015Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9051247Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9051494Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9051791Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9052035Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9052309Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9052543Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9052781Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9053013Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9053239Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9053525Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9053755Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9053986Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9054229Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9054462Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9054704Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9054944Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9055181Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9055412Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9055685Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9055922Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9056151Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9056380Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9056608Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9056836Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9057070Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9057308Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9057537Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9057778Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9058016Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9058255Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9058487Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9058755Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9058980Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9059209Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9059441Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9059666Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9059897Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9060129Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9060357Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9060593Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9061216Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9061461Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9061700Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9061933Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9062166Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9062394Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9062627Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9062853Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9063095Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9063334Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9063575Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9063766Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9063952Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9064143Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9064378Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9064558Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9064741Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9064918Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9065089Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9065267Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9065444Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9065618Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9065798Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9065959Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9066195Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9069570Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9069902Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9070141Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9070374Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9070615Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9070849Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9071086Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9071322Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9071553Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9071792Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9072035Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9072278Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9072525Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9072767Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9073011Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9073305Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9073540Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9073777Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9074007Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9074239Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9074474Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9074709Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9074941Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9075174Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9075440Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9075678Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9075914Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9076160Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9076403Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9076648Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9076889Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9077132Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9077364Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9077596Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9077828Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9078062Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9078292Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9078575Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9078817Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9079050Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9079296Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9079539Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9079906Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9080149Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9080386Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9080618Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9080903Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9081142Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9081355Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9081589Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9081821Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9082056Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9082291Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9082524Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9082758Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9082988Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9083212Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9083441Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9083668Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9083941Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9084167Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9084398Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9084625Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9084863Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9085097Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9085324Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9085551Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9085878Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9086221Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9086603Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9086953Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9087301Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9087674Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9088056Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9088445Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9088824Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9089206Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9089617Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9090001Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9090377Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9090754Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9091104Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9091569Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9093121Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9093512Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9093786Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9094040Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9094295Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9094540Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9094790Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9095069Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9095591Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9095845Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9096095Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9096338Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9096579Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9096797Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9097039Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9097283Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9097520Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9097767Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9098010Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9098245Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9098481Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9098797Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9099024Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9099262Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9099500Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9099736Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9099969Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9100205Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9100439Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9100675Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9100943Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9101165Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9101395Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9101622Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9101850Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9102076Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9102305Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9102552Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9102795Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9103046Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9103294Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9103539Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9103785Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9104033Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9104322Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9104563Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9104803Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9105048Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9105283Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9105521Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9105748Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9105984Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9106224Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9106505Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9106737Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9106964Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9107185Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9108598Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9109413Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9109638Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9109866Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9110094Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9110328Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9110554Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9110783Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9111015Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9111324Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9111554Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9111786Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9112015Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9112244Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9112472Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9112713Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9112940Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9113178Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9113418Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9113710Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9113950Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9114179Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9114401Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9114630Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9114862Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9115084Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9115311Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9115541Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9115775Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9116003Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9116245Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9116481Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9116761Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9116995Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9117222Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9117442Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9117671Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9117898Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9118127Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9118356Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9118583Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9118828Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9119110Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9119348Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9119589Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9119934Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9120189Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9120444Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9120691Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9120943Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9121192Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9121438Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9121682Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9121923Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9122155Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9122447Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9122686Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9122921Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9123158Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9123393Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9123622Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9123852Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9124076Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9124308Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9124597Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9124834Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9125075Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9125308Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9125536Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9125764Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9125989Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9126215Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9126446Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9126674Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9126914Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9127151Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9127388Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9127623Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9127898Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9128132Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9128367Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9128596Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9128827Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9129064Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9129298Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9129530Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9129767Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9130040Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9130280Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9130515Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9130739Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9130972Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9131190Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9131420Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9131656Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9131885Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9132123Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9132353Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9132589Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9132821Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9133556Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9133784Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9134018Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9134244Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9134480Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9134711Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9134947Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9135194Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9135436Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9135739Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9135994Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9136237Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9136485Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9136724Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9136967Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9137206Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9137445Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9137679Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9137917Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9138154Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9138405Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9138651Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9138903Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9139203Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9139445Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9139691Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9139944Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9140184Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9140425Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9140662Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9140902Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9141148Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9141434Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9141678Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9141920Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9142156Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9142384Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9142622Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9142859Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9143079Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9143313Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9143538Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9143758Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9143992Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9144226Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9144503Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9144734Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9144960Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9145206Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9145447Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9145697Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9145950Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9146198Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9146443Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9146730Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9146969Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9147212Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9147450Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9147685Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9147927Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9148166Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9148416Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9148663Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9148912Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9149166Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9149414Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9149657Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9149952Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9150196Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9150439Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9150678Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9150917Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9151161Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9151405Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9151641Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9151884Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9152168Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9152414Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9152660Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9152903Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9153135Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9153373Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9153613Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9153840Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9154081Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9154318Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9154555Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9154791Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9155024Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9155239Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9155518Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9155753Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9155986Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9156217Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9156451Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9156683Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9156920Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9157161Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9157401Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9158024Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9158274Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9158509Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9158744Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9158972Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9159210Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9159435Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9159671Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9160010Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9160249Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9160489Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9160727Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9160956Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9161246Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9161474Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9161700Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9161925Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9162152Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9162389Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9162614Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9162851Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9163083Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9163313Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9163590Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9163820Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9164051Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9164280Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9164505Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9164732Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9164975Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9165211Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9165455Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9165701Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9165947Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9166192Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9166419Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9166703Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9166939Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9167178Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9167417Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9167648Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9167881Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9168116Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9168354Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9168583Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9168849Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9169077Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9169308Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9169533Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9169756Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9169984Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9170221Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9170459Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9170705Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9170939Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9171164Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9171392Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9171618Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9171845Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9172124Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9172355Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9172588Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9172815Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9173046Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9173274Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9173507Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9173738Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9173962Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9174235Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9174459Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9174698Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9174922Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9175153Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9175379Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9175612Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9175835Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9176056Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9176283Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9176514Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9176740Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9176984Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9177223Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9177511Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9177747Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9177982Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9178212Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9178433Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9178662Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9178896Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9179128Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9179366Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9179645Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9179882Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9180110Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9180338Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9180568Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9180789Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9181019Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9181242Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9181503Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9181761Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9182018Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9182271Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9182514Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9182821Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9183079Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9183334Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9183588Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9183843Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9184089Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9184332Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9184569Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9184808Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9185101Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9185342Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9185574Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9185800Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9186033Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9186272Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9186510Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9186743Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9186986Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9187226Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9187466Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9187700Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9187932Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9188145Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9188427Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9188660Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9188894Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9189142Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9189384Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9189634Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9189884Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9190129Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9190372Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9190652Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9190899Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9191140Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9191374Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9191612Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9191855Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9192093Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9192337Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9192578Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9192823Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9193068Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9193312Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9193544Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9193825Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9194050Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9194272Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9194507Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9194739Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9194974Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9195210Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9195450Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9195689Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9195973Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9196215Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9196450Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9196688Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9196919Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9197142Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9197363Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9197595Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9197830Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9198080Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9198323Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9198567Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9198817Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9199065Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9199351Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9199594Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9199906Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9200157Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9200401Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9200637Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9200866Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9201105Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9201340Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9201622Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9201855Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9202084Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9202312Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9202543Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9202773Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9203001Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9203223Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9203466Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9203699Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9203935Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9204175Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9204409Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9204678Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9204900Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9205129Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9205362Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9205589Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9205825Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9206066Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9206295Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9206518Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9206736Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9207031Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9207280Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9207528Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9207776Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9208021Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9208266Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9208510Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9208755Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9210799Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9211065Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9211318Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9211573Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9211911Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9212162Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9212404Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9212642Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9212891Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9213136Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9213384Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9213631Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9213858Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9214160Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9214409Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9214658Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9214901Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9215144Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9216822Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9217076Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9217321Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9217564Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9217799Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9218039Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9218279Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9218509Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9218805Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9219035Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9219264Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9219494Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9219723Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9219951Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9220191Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9220422Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9220664Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9220947Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9221188Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9222829Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9223077Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9223305Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9223535Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9223762Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9223996Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9224226Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9224456Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9224694Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9224924Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9225166Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9225404Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9226154Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9226390Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9226618Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9226845Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9227075Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9228206Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9229008Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9229242Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9229475Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9229773Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9230008Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9230253Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9230489Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9230726Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9230962Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9231198Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9231423Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9231657Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9231881Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9232108Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9232341Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9232565Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9232799Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9233091Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9233326Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9234953Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9235196Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9235426Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9235652Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9235872Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9236102Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9236330Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9236580Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9236765Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9236952Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9237135Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9237313Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9237496Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9237679Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9237862Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238038Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238214Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238374Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238550Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238722Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9238912Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9239094Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9239284Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9240934Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9241137Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9241325Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9241581Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9241758Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9241940Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9242126Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9242305Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9242491Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9242669Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9242907Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9243143Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9243384Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9243619Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9243890Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9244123Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9244354Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9244582Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9244808Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9245033Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9245259Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9246312Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9247117Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9247357Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9247585Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9247824Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9248061Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9248296Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9248590Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9248813Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9249042Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9249275Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9249498Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9249734Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9249966Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9250201Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9250432Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9250708Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9250933Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9251160Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9251391Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9252993Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9253232Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9253460Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9253699Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9253928Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9254162Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9254393Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9254623Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9254857Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9255087Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9255376Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9255604Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9255842Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9256070Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9256303Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9256530Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9256762Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9256986Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9257212Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9259264Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9259551Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9259787Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9260006Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9260240Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9260463Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9260684Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9260913Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9261142Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9261370Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9261594Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9261817Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9262052Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9262278Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9262582Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9262818Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9263049Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9263271Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9263498Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9265170Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9265411Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9265638Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9265868Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9266109Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9266413Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9266658Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9266901Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9267140Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9267376Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9267607Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9267846Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9268085Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9268314Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9268548Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9268782Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9269014Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9269248Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9269533Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9271152Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9271397Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9271629Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9271856Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9272088Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9272313Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9272535Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9272762Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9273042Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9273278Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9273509Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9273745Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9273976Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9274205Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9274430Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9274651Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9274881Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9275111Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9275340Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9275578Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9277182Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9277416Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9277705Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9277921Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9278152Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9278381Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9278614Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9278843Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9279073Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9279306Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9279549Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9279940Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9280179Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9280415Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9280649Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9280880Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9281104Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9281333Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9281557Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9283199Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9283444Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9283681Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9283913Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9284149Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9284384Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9284677Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9284900Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9285128Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9285354Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9285585Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9285823Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9286066Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9286284Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9286518Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9286795Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9287029Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9287254Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9287485Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9288535Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9288796Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9289597Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9289851Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9290099Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9290344Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9290585Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9290827Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9291072Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9291372Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9291602Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9291840Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9292078Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9292318Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9292549Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9292792Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9293035Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9293270Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9293549Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9293789Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9294019Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9295647Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9295884Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9296114Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9296353Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9296593Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9296834Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9297072Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9297307Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9297536Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9297764Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9297985Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9298276Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9298506Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9298731Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9298971Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9299211Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9299452Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9299688Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9299917Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9301520Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9301827Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9302044Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9302274Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9302505Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9302744Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9302984Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9303220Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9303454Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9303687Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9303917Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9304143Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9304375Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9304599Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9304875Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9305116Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9305359Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9305593Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9305830Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9306882Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9307676Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9307903Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9308135Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9308431Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9308659Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9308898Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9309141Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9309379Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9309614Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9309847Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9310078Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9310310Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9310544Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9310773Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9311018Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9311259Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9311507Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9311803Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9312869Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9313683Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9313933Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9314174Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9314416Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9314653Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9314891Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9315131Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9315426Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9315658Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9315898Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9316128Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9316357Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9316576Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9316809Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9317038Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9317270Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9317501Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9317736Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9317973Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9319575Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9319954Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9320184Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9320416Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9320648Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9320880Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9321115Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9321348Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9321581Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9321816Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9322090Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9322322Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9322556Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9322788Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9323030Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9323270Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9323501Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9323735Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9323963Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9325578Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9325820Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9326054Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9326286Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9326519Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9326818Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9327059Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9327295Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9327534Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9327766Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9327997Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9328230Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9328459Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9328689Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9328963Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9329204Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9329450Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9329682Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9329910Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9331524Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9331768Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9331982Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9332213Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9332446Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9332677Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9332912Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9333146Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9333442Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9333669Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9333894Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9334124Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9334348Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9334581Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9334816Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9335043Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9335275Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9335544Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9335766Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9335999Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9337600Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9337835Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9338071Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9338303Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9338540Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9338776Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9339001Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9339233Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9339465Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9339652Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.011s) 2022-12-01T10:47:28.9339827Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9340495Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9340685Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9340865Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341046Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341221Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341399Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341578Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341741Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9341920Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9342981Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9343729Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:28.9343978Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9344288Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9344532Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9344777Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9345015Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9345250Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9345487Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9345790Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9346063Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9346338Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9346599Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9346872Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9347147Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9347420Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9347684Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9348012Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9349693Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9349983Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9350247Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9350518Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9350787Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9351054Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9351317Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9351578Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9351907Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9352181Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9352452Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9352739Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9353013Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9353283Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9353553Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9353809Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9354085Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9355749Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9356030Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9356248Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9356522Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9356791Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9357130Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9357408Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9357682Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9357951Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9358217Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9358474Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9358739Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9359009Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9359267Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9359576Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9359925Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9361070Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9361919Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9362198Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9362471Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9362740Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9363013Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9363278Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9363547Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9363810Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9364071Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9364322Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9364581Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9364928Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9365204Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9365479Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9365760Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9366043Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9367737Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9368032Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9368316Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9368591Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9368929Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9369207Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9369480Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9369750Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9370021Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9370294Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9370553Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9370814Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9371073Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9371325Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9371537Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9371810Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9372098Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9373832Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9374129Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9374405Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9374676Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9374947Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9375219Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9375496Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9375767Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9376036Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9376764Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9377056Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9377335Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9377604Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9377866Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9378132Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9379925Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9380207Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9380471Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9380746Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9381010Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9381275Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9381523Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9381885Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9382229Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9382487Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9382747Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9383007Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9383263Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9383527Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9383791Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9384055Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9384314Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9386014Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9386365Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9386627Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9386890Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9387149Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9387420Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9387702Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9387971Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9388224Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9388491Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9388709Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9388976Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9389233Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9389501Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9389823Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9390107Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9390376Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9392056Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9392336Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9392606Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9392876Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9393135Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9393399Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9393745Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9394008Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9394277Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9394542Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9394814Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9395090Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9395356Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9395617Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9395891Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9396152Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9396405Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9398086Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9398366Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9398623Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9398947Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9399209Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9399483Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9399811Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9400079Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9400343Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9400606Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9400868Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9401129Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9401445Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9401714Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9420147Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9420566Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9420797Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9421032Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9422284Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9423087Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9423332Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9423549Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9423741Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9423924Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9424104Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9424291Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9424461Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9424632Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9424982Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9425162Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9425337Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9425515Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:28.9425742Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9425968Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9426191Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9426421Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9426641Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9426870Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9427149Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9427376Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9428448Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9429244Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9429478Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9429695Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9429934Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9430163Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9430397Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9430612Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9430830Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9431049Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9431278Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9431491Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9431775Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9432003Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9432237Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9432474Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9432707Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9432937Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9433172Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9433406Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9434457Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9435330Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9435558Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9435794Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9436013Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9436242Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9436455Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9436695Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9436920Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9437153Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9437394Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9437627Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9437846Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9438080Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9438309Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9438594Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9438817Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9439043Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9439259Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9439487Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9441180Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9441418Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9441646Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9441859Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9442156Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9442375Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9442616Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9442843Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9443076Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9443299Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9443533Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9443748Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9443978Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9444188Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9444415Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9444634Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9444843Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9445073Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9445344Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9445568Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9447181Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9447419Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9447637Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9447868Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9448084Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9448309Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9448524Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9448803Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9449026Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9449257Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9449488Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9449705Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9449925Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9450154Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9450386Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9450616Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9450847Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9451070Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9451308Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9451527Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9452591Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9453447Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9453689Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9453931Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9454166Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9454403Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9454633Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9454859Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9455080Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9455312Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9455582Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9455809Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9456042Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9456269Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9456498Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9456735Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9456976Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9457212Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9457438Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9457662Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9459261Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9459506Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9459721Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9460018Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9460243Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9460479Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9460716Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9460955Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9461197Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9461433Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9461665Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9461890Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9462165Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9462401Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9462632Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9462863Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9463099Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9463331Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9463566Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9465184Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9465439Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9465679Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9465915Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9466146Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9466384Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9466677Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9466900Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9467130Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9467361Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9467590Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9467833Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9468077Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9468319Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9468560Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9468841Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9469072Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9469313Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9469549Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9471167Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9471424Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9471664Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9471908Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9472157Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9472401Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9472640Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9472881Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9473115Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9473349Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9473654Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9473890Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9474124Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9474346Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9474579Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9474820Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9475057Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9475289Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9475522Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9477197Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9477441Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9477661Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9477890Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9478121Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9478352Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9478577Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9478809Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9479045Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9479272Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9479490Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9479720Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9480030Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9480791Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9481020Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9481245Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9481465Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9481703Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9483402Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9483653Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9483890Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9484124Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9484354Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9484663Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9484895Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9485132Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9485355Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9485581Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9485809Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9486047Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9486271Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9486515Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9486753Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9486991Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9487228Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9487457Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9487742Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9489364Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9489591Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9489815Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9490048Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9490272Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9490505Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9490728Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9490954Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9491243Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9491471Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9491696Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9491924Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9492156Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9492381Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9492618Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9492851Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9493086Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9493317Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9493539Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9493757Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9495373Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9495611Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9495903Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9496128Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9496357Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9496592Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9496822Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9497059Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9497297Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9497529Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9497755Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9498019Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9498246Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9498473Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9498695Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9498920Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9499147Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9499388Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9499622Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9499859Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9501487Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9501729Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9501959Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9502193Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9502418Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9502709Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9502933Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9503168Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9503397Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9503629Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9503855Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9504093Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9504325Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9504554Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9504821Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9505049Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9505277Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9505511Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9505740Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9507369Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9507616Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9507855Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9508093Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9508326Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9508550Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9508781Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9509002Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9509235Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9509528Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9509752Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9509986Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9510221Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9510450Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9510673Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9510889Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9511098Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9511315Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:47:28.9513421Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9513673Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9513885Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9514100Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9514308Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:47:28.9514513Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9514721Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9514931Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9515123Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9515348Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9515564Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9515786Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9516008Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9516229Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9516445Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9516655Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9516940Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9517146Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9517360Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9517573Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9517783Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9518829Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9519601Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9519889Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9520097Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9520298Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9520565Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9520759Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:28.9520953Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9521145Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:47:28.9521341Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9521537Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9521733Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:47:28.9521952Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9522167Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9522389Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9522612Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9522811Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:47:28.9523028Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9523240Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9523623Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9523840Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9525480Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9525702Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9525915Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9526117Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9526317Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9526523Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9526726Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9526928Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9527127Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9527319Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9527512Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:28.9527771Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:28.9527965Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:47:28.9528159Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:47:28.9528355Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:47:28.9528591Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9528823Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9529059Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9529298Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9529530Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9529763Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9529985Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9531622Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9531861Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9532089Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9532317Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9532595Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9532835Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9533072Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9533312Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9533545Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9533780Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9534004Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9534230Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9534449Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9534723Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9534947Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9535169Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9535388Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9535606Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9535838Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9536914Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9537728Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9537972Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9538207Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9538436Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9538663Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9538893Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9539117Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9539406Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9539632Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9539860Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9540087Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9540313Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9540544Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9540775Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9541001Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9541227Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9541495Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9541720Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9541950Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9542171Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9543797Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9544048Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9544287Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9544519Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9544746Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9544979Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9545211Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9545429Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9545652Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9545880Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9546176Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9546395Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9546621Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9546856Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9547106Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9547359Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9547605Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9547853Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9548102Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9549800Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9550064Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9550312Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9550554Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9550796Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9551037Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9551278Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9551522Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9551766Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9552008Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9552248Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9552486Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9552719Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9553006Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9553241Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9553477Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9553715Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9553956Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9554203Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9555835Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9556079Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9556333Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9556643Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9556891Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9557142Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9557385Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9557623Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9557860Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9558093Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9558340Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9558587Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9558824Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9559064Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9559312Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9559554Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9559926Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9560168Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9561811Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9562071Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9562315Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9562561Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9562810Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9563072Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9563398Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9563656Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9563900Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9564140Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9564375Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9564604Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9564846Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9565086Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9565325Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9565560Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9565809Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9566058Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9566300Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9568037Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9568296Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9568549Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9568802Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9569046Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9569293Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9569537Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9569779Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9570085Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9570330Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9570573Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9570812Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9571048Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9571311Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9571576Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9571832Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9572081Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9572319Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9573935Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9574187Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9574422Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9574742Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9574989Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9575235Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9575480Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9575730Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9575980Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9576227Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9576475Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9576720Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9577013Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9577257Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9577498Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9577744Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9577995Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9578244Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9579310Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9580124Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9580369Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9580621Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9580877Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9581121Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9581358Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9581681Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9581927Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9582169Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9582416Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9582665Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9582928Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9583184Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9583443Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9583731Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9583979Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9584225Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9585307Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9586120Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9586365Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9586603Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9586797Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:28.9587038Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9587273Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9587510Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:47:28.9587754Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9587997Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9588308Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9588547Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9588787Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9589055Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9589326Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9589596Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9589861Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9590125Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9590435Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9592068Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9592318Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9592560Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9592798Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9593056Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9593312Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9593565Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9593817Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9594066Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9594318Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9594567Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9594807Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9595543Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9595784Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9596023Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9596264Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9597400Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9598217Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9598465Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9598706Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9598952Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9599263Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9599505Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9599829Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9600078Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9600328Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9600572Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9600813Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9601072Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9601330Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9601585Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9601829Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9602072Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9602311Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9603435Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9604241Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9604488Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9604737Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9604979Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9605222Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9605471Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9605717Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9606025Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9606274Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9606526Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9606780Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9607030Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9607279Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9607525Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9607770Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9608017Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9608259Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9608496Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9610121Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9610362Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9610664Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9610898Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9611141Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9611389Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9611637Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9611880Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9612123Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9612370Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9612619Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9612914Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9613161Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9613407Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9613648Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9613888Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9614129Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9614370Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9615448Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9616256Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9616487Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9616722Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9616952Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9617173Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9617476Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9617709Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9617933Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9618158Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9618397Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9618630Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9618861Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9619089Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9619314Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9619519Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9619777Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9620005Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9620238Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9620471Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9620699Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9620927Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9621149Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9621370Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9621590Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9621817Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9622042Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9622270Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9622499Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9622775Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9623009Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9623241Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9623473Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9623702Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9623927Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9624154Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9624378Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9624604Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9624828Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9625478Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9627219Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9627468Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9627701Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9627929Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9628152Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9628382Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9628609Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9628836Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9629063Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9629287Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9629529Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9629772Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9630088Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9630337Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9630579Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-12-01T10:47:28.9630829Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9631080Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9631321Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9631568Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9631812Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9632043Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9632327Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9632569Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9632812Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9633051Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9633288Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9633532Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9633774Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9634013Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9634258Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9634498Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9634738Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9634985Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9635227Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9635511Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9635751Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9635989Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9636222Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9636448Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9636688Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9636928Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9637168Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9637408Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9637688Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9637928Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9638162Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9638398Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9638629Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9638861Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9639095Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9639327Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9639566Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9639875Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9640118Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9640360Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9640595Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9640881Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9641110Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9641344Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9641577Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9643279Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9643526Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9643763Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9644000Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9644232Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9644536Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9644778Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9645013Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9645250Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9645484Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9645704Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9645940Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9646171Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9646404Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9646637Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9646873Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9647104Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9647346Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9647589Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9647871Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9648107Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9648339Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9648579Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9648811Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9649047Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9649278Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9649512Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9649744Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9650013Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9650245Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9650470Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9650695Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9650923Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9651147Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9651374Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9651602Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9651842Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9652083Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9652322Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9652557Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9652793Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9653070Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9653301Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9653527Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9653758Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9653986Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9654223Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9654453Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9654687Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9654915Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9655189Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9655422Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9655648Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9655882Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9656114Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9656342Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9656558Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9656787Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9657020Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9657254Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9657484Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9657705Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9657925Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9658151Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9658422Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9658646Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9658871Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9659096Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9659325Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9659547Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9659775Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9660000Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9660224Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9660489Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9660714Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9660937Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9661160Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9661383Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9661615Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9661849Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9662074Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9662300Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9662540Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9662778Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9663011Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9663246Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9663484Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9663769Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9664003Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9664246Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9664475Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9664701Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9664932Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9665165Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9665390Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9665613Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9665879Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9666105Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9666328Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9666541Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9666762Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9666984Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9667204Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9667432Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9667654Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9667888Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9668117Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9668339Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9668564Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9668789Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9669061Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9669282Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9669502Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9669723Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9669948Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9670164Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9670407Z test_nnc_correctness_masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9670646Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9670883Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9671111Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9671390Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9671626Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9671864Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9672097Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9672332Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9672572Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9672808Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9674612Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9674859Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9675092Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9675325Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9675561Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9675792Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9676101Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9676344Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9676584Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9676828Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9677062Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9677303Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9677541Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9677771Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9678007Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9678294Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9678538Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9678781Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9679004Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9679237Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9679472Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9679705Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9680016Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9680254Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9680485Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9680729Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9680979Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9681226Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9681517Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9681758Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9681998Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9682238Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9682478Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9682715Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9682949Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9683193Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9683436Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9683719Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9683960Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9684201Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9684435Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9684672Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9684911Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9685147Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9685381Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9685616Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9685848Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9686089Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9686332Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9686572Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9686855Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9687088Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9687317Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9687551Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9687786Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9688027Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9688256Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9688492Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9688739Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9689028Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9689276Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9689530Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9689776Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9690026Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9690273Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9690513Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9690756Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9691000Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9691243Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9691486Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9691727Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9691954Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9692690Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9692928Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9693168Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9693418Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9693656Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9693897Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9694134Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9694369Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9694599Z test_nnc_correctness_masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9694885Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9695122Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9695360Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9695602Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9695840Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9696083Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9696321Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9696560Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9696798Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9697037Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9697283Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9697535Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9697784Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9698079Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9698326Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9698570Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9698807Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9699050Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9699295Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9699532Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9699770Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9700005Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9700280Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9700509Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9700747Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9700983Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9701227Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9701467Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9701713Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9701961Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9702203Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9702444Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9702683Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9702921Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9703160Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9703442Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9703681Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9703916Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9704161Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9704399Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9704647Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9704895Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9705122Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9705407Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9705648Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9705884Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9706122Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9706358Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9706592Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9706824Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9707068Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9707309Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9707548Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9707791Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9708030Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9708262Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9708497Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9708781Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9709020Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9709257Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9709493Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9709727Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9709957Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9710188Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9710421Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9710652Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9710936Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9711171Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9711414Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9711653Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9711885Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9712115Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9712348Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9712583Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9712807Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9713037Z test_nnc_correctness_masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9713266Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9713497Z test_nnc_correctness_masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9713734Z test_nnc_correctness_masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9714028Z test_nnc_correctness_masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9714267Z test_nnc_correctness_masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9714500Z test_nnc_correctness_masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9714736Z test_nnc_correctness_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9714964Z test_nnc_correctness_masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9715193Z test_nnc_correctness_masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9715430Z test_nnc_correctness_masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9715656Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9716008Z test_nnc_correctness_masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9721476Z test_nnc_correctness_masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9722180Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9722641Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9723073Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9723476Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9723888Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9724304Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9724717Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9725038Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9725451Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9725861Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9726279Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9726709Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9727133Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9727772Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9728185Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9728613Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9729038Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9729459Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9729967Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9730395Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9730851Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9731271Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9731821Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9732234Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9732654Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9733101Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9733538Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9733975Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9734403Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9734843Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9735269Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9735692Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9736117Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9736533Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9736952Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9737538Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9737970Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9738405Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9738849Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9739275Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9739710Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9740148Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9740568Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9741125Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9741581Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9742007Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9742422Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9742839Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9743251Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9743680Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9744096Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9744503Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9744914Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9745325Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9745726Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9746139Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9746560Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9747116Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9747464Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9747764Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9748074Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9748422Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9748756Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9749100Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9749444Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9749766Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9750223Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9750580Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9750906Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9751271Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9751632Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9752010Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9752371Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9752739Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9753106Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9753454Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9753811Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9754164Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9754519Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9755005Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9755360Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9755725Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9756101Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9756471Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9756846Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9757216Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9757592Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9758062Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9758438Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9758802Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9759162Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9759519Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9760036Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9760387Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9760720Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9761050Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9761389Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9761722Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9762053Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9762383Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9762841Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9763168Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9763497Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9763863Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9764207Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9764568Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9764915Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9765284Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9765761Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9766123Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9766474Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9766814Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9767170Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9767530Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9767887Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9768256Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9768608Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9768948Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9769282Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9769616Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9769953Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9770413Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9770756Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9771115Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9771450Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9771796Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9772158Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9772497Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9772847Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9773185Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9773600Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9773943Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9774265Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9774577Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9774896Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9775237Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9775567Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9775890Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9776220Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9776532Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9776846Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9777176Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9777510Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9777841Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9778299Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9778633Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9778958Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:47:28.9779288Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9779593Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9779904Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9780217Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9780548Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9780890Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9781376Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9781749Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9782134Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9782513Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9782877Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9783224Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9783598Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9783964Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9784316Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9784670Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9785030Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9785384Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9785730Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9786083Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9786551Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9786896Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9787232Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9787567Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9787897Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9788214Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9788549Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9788878Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9789219Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9789663Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9789999Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9790335Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9790667Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9790973Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9791293Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9791613Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9791941Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9792266Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9792587Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9792905Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9793237Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9793548Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9793914Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9794414Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9794759Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9795095Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9795439Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9795772Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9796097Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9796441Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9796771Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9797094Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9797523Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9797846Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9798197Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9798567Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9798935Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9799289Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9799627Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9800089Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9800447Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9800796Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9801146Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9801493Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9801847Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9802320Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:47:28.9802659Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9802991Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9803336Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9803672Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9804016Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9804361Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9804727Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9805083Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9805531Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9805886Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9806228Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9806566Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9806924Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9807276Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9807616Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9808041Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9808465Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9808890Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9809283Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9809626Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9809932Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9810403Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9810739Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9811082Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9811449Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9811810Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9812167Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9812541Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9812895Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9813248Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9813683Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9814038Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9814381Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9814726Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9815068Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9815423Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9815786Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9816121Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9816456Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9816784Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9817119Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9817434Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9817779Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9818831Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9819169Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9819510Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9819858Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9820221Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9820571Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9820920Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9821269Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9821618Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9822080Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9822417Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9822766Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9823108Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9823450Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9823785Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9824137Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9824483Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9824820Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9825155Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9825492Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9825830Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9826161Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9826492Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9826933Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9827249Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9827581Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9827921Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9828252Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9828582Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9828912Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9829260Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9829619Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9830056Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9830429Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9830789Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9831136Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9831460Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9831892Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9832243Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9832626Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9832965Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9833297Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9833628Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9833953Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9834267Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9834713Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9835043Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9835369Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9835702Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9836036Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9836378Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9836720Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9837053Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9837365Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9837691Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9838181Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9838513Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9838838Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9839208Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9839540Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9839903Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9840183Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9840462Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9840738Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9841017Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9841289Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9841546Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9841824Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9842083Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9842337Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9842600Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9842986Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9843248Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9843576Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:47:28.9843910Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T10:47:28.9844256Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-12-01T10:47:28.9844677Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9845014Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9845397Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.006s) 2022-12-01T10:47:28.9845742Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9846090Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9846537Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9846876Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:47:28.9847219Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.011s) 2022-12-01T10:47:28.9847563Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T10:47:28.9847883Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T10:47:28.9848231Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9848575Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9848914Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9849273Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9849615Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9849956Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9850291Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9850620Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9851029Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9851485Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9851865Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9852203Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9852518Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9852837Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9853159Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9853513Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9853860Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9854222Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9855237Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9855617Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9855969Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9856302Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9856641Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9856969Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9857369Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9857698Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9858081Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9858397Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9858735Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9859092Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9859448Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9859922Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9860264Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9860593Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9860936Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9861281Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9861629Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9861982Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9862333Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9862692Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9863050Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9863497Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9863991Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9864466Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9864873Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9865277Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9865678Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9866070Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9866459Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9866836Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9867217Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9867596Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9868094Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9868465Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9868835Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9869223Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9869607Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9870064Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9870442Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9870855Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9871360Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9871753Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9872134Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9872510Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9872889Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9873252Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9873622Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9873993Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9874347Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9874709Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9875079Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9875450Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9875815Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9876244Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9876681Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9877050Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9877406Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:28.9877771Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9878130Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9878490Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9878840Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9879299Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9879674Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9880147Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9880462Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9880774Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:28.9881190Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9881604Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9882015Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9882396Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9882830Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9883194Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9883620Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9883999Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9884493Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9884855Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9885199Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9885551Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9885910Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9886272Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9886602Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9886946Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9887273Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:28.9887722Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9888107Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9888494Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9888883Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9889327Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9889699Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9890130Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9890502Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9890867Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9891260Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:28.9891643Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9892031Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9892545Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9892918Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9893308Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9893708Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9894076Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9894452Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9894826Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9895219Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9895791Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9896229Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9896609Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9896980Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9897365Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9897706Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9898053Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9898402Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9898734Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9899082Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9899474Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9899833Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9900364Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9900747Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9901119Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9901543Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9902066Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:28.9902521Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9902961Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9903415Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9903941Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9904425Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9904813Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9905253Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9905717Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9906152Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9906595Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9907040Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9907560Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9908133Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9908582Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9909105Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9909749Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9910286Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9910825Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9911363Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9911901Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9912426Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9912955Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9913561Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9914147Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9914769Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9915371Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9915920Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9916452Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9916978Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9917509Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9918133Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9918624Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9919042Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9919443Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9920052Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9920441Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9920884Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9921275Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9921727Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9922131Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9922605Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9923043Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9923484Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9924056Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9924472Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9924886Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9925323Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9925735Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9926168Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9926576Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9927106Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9927528Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9928016Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9928480Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9928995Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9929631Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9930127Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9930568Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9930979Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9931467Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9932003Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9932523Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9933050Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9933747Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9934280Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9934742Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9935163Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9935603Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9936046Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9936482Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9936936Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9937427Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9937889Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:47:28.9938387Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9938929Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9939578Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9940107Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9940626Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9941180Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9941744Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9942283Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9942813Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9943361Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9944002Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9944531Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9945076Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9945630Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9946195Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9946766Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9947355Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9947780Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9948246Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9948750Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9949273Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:28.9949766Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9950299Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:28.9950902Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9951393Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9951889Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:28.9952401Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9952975Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9953525Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9954045Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9954582Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9955209Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9955661Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9956089Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9956516Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9956919Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9957324Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9957752Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9958235Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:28.9958695Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9959304Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9959946Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9960481Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9961813Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:28.9962334Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9992243Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9992842Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9993237Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9993649Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9994016Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9994396Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9994954Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9995320Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9995709Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9996085Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9996404Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T10:47:28.9996740Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9997181Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9997557Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9997989Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9998367Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9998728Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:28.9999091Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:28.9999462Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0000063Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0000420Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0000800Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0001154Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0001502Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0001867Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0002247Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0002600Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0003067Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0003534Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0003939Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0004378Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0004786Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0005194Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0005582Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0005951Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0006332Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0006711Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0007091Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0007462Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0007987Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0008413Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0008808Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0009163Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0009515Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0009942Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0010295Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0010703Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0011182Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0011538Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0011892Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0012233Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0012594Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0012936Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0013299Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0013670Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0014018Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0014363Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0014721Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0015095Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0015458Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0015944Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0016379Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0016768Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0017212Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0017608Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0018001Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0018369Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0018716Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0019178Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0019535Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0019884Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0020229Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0020580Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0020951Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0021328Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0021723Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0022100Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0022486Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0022959Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0023334Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0023924Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0024322Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0024714Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0025084Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0025452Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0025818Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0026176Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0026532Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0027742Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0028190Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0028588Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0029045Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0029444Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0029849Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0030206Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0030554Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0030950Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0031311Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0031686Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0032058Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0032576Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0032951Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0033305Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0033652Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0034000Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0034357Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0034709Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:47:29.0035060Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0035621Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0036002Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0036440Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0036852Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0037248Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0037635Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0038006Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0038375Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0038748Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0039110Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0039484Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0039969Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0040331Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0040826Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0041220Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0041610Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0042035Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0042388Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0042802Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0043160Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0043508Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0043971Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0044351Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0044704Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0045050Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0045399Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0045754Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0046124Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0046505Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0046906Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0047299Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0047700Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0048088Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0048545Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0049065Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0049429Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0049796Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0050168Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0050536Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0050919Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0051285Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0051655Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0052096Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0052446Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0052786Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0053162Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0053568Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0053949Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0054327Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0054775Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0055179Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0055639Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0056035Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0056419Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0056804Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0057324Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0057688Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0058037Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0058422Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0058832Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0059210Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0059587Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0059975Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0060438Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0060819Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0061257Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0061613Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0062030Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0062380Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0062737Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0063086Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0063430Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0063785Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0064134Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0064499Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0064980Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0065349Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0065723Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0066099Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0066454Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0066819Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0067176Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0067586Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0068059Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0068472Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0068822Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0069176Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0069521Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0069899Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0070295Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0070663Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0071024Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0071388Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0071739Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0072089Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0072426Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0072926Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0073291Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0073685Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0074153Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0074546Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0074976Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0075351Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0075717Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0076206Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0076582Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0076994Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0077387Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0077769Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0078170Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0078541Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0078920Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0079315Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0079687Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0080224Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0080647Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0081259Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0081686Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0082113Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0082524Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0082956Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0083383Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0083805Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0084341Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0084764Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0085173Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0085538Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0085898Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0086266Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0086683Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0087025Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0087423Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0087796Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0088168Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0088562Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0088958Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0089464Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0089844Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0090208Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0090545Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0090868Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0091205Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0091542Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0091876Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0092312Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0092641Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0093047Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0093378Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0093743Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0094051Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0094388Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0094711Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0095029Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0095378Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0095722Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0096074Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0096420Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0096754Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0097246Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0097609Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0097965Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0098326Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0098685Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0099048Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0099498Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0099862Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0100268Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0100736Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0101086Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0101441Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0101785Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0102131Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0102480Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0102839Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0103191Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0103541Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0103878Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0104245Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0104622Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0104982Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0105454Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0105870Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0106193Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0106566Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0106902Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0107220Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0107566Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0107891Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0108205Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0108646Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0108972Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0109286Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0109613Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0109935Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0110271Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0110612Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0110936Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0111293Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0111642Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0111988Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0112422Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0112756Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0113134Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0113595Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0113913Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0114238Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0114572Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0114937Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0115278Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0115627Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0115976Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0116327Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0116787Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0117156Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0117508Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0117844Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0118188Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0118606Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0118977Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0119363Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0119699Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0120087Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0120429Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0120778Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0121120Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0121482Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0122636Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0123009Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0123375Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0123738Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0124101Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0124435Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0124774Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0125200Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0125537Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0126011Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0126351Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0126678Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0127037Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0127381Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0127715Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0128032Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0128369Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0128742Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0129130Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0129506Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0129895Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0130261Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0130775Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0131147Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0131607Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0132012Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0132367Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0132725Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0133068Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0133449Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0133928Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0134307Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0134674Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0135018Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0135394Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0135759Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0136132Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0136495Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0136846Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0137199Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0137632Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0138008Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0138417Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0138893Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0139247Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0139615Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0139983Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0140350Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0140719Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0141060Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0141412Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0141878Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0142237Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0142592Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0142965Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0143326Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0143707Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0144154Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0144513Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0144918Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0145258Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0145604Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0145971Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0146333Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0146818Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0147173Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0147512Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0147857Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0148195Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0148528Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0148850Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0149168Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0149506Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0149948Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0150359Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0150685Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0151015Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0151381Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0151705Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0152026Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0152332Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0152652Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0152991Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0153325Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0153648Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0153971Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0154293Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0154742Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0155070Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0155401Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0155729Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0156041Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0156365Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0156775Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0157098Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0157430Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0158467Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0158810Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0159140Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0159466Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0159869Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0160201Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0160530Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0160861Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0161191Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0161510Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0161828Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0162142Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0162474Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0162796Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0163319Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0163640Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0164021Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0164358Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0164688Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0165009Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0165364Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0165693Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0166009Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0166445Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0166782Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0167102Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0167426Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0167750Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0168083Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0168424Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0168762Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0169098Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0169506Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0169849Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0170172Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0170554Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0170891Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0171339Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0171675Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0172008Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0172342Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0172673Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0173009Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0173344Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0173677Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0174099Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0174432Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0174763Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0175092Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0175419Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0175735Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0176140Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0176485Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0176867Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0177201Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0177544Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0177872Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0178203Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0178528Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0178962Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0179293Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0179616Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0179938Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0180264Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0180577Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0180893Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0181223Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0181543Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0181927Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0182320Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0182649Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0183020Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0183338Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0183668Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0184000Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0184318Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0184645Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0184962Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0185285Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0185599Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0185923Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0186241Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0186675Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0186987Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0187329Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0187664Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0188005Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0188347Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0188688Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0189018Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0189347Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0189772Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0190107Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0190440Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0190767Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0191095Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0191358Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:47:29.0191698Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0192039Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0192386Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0192713Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0193040Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0193357Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0193758Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0194087Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0194559Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0194890Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0195234Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0195563Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0195880Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0196197Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0196526Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0196845Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0197160Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0197586Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0197928Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0198256Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-12-01T10:47:29.0198565Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0198889Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0199216Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0199526Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0199943Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0200263Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0200616Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0200971Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0201323Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0201679Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0202135Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0202477Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0202823Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0203172Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0203516Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0203853Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0204197Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0204535Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0204867Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0205291Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0205623Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0205958Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0206302Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0206635Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0206969Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0207301Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0207628Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0207955Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0208275Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0208600Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0208923Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0209253Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0209670Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0209987Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0210397Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0210738Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0211107Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0211433Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0211764Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0212081Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0212402Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0212804Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0213130Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0213478Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0213800Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0214102Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0214418Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0214754Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0215085Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0215413Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0215732Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0216054Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0216371Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0216695Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0217014Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0217422Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0217738Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0218069Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0218396Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0218733Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0219070Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0219537Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0220003Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0220452Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0221006Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0221481Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0221943Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0222404Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0222868Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0223339Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0223807Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0224278Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0224757Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0225234Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0225708Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0226196Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0226666Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0227262Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0227730Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0228182Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0228659Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0229115Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0229554Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0230000Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0230481Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0230963Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0231479Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0231871Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0232264Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0232732Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0233188Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0233655Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0234133Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0234585Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0235050Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0235509Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0235971Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0236443Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0236905Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0237477Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0237909Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0238345Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0238789Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0239254Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0239710Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0240275Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0240733Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0241198Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0241711Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0242302Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0242811Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0243274Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0243726Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0244172Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0244629Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0245077Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0245535Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0245895Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0246261Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0246618Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0247078Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0247533Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0247981Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0248556Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0249005Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0249443Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0249900Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0250381Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0250862Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0251345Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0251837Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0252317Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0252896Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0253411Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0253916Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0254405Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0254878Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0255332Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0255785Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0256231Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0256666Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0257097Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0257530Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0257986Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0258414Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0260131Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0260549Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0261012Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0261484Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0261959Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0262423Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0262881Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0263326Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0263764Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0264331Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0264792Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0265246Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0265703Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0266187Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0266649Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0267112Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0267568Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0268020Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0268494Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0268964Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0269434Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0269891Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0270354Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0270960Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0271433Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0271906Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0272367Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0272836Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0273315Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0273781Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0274248Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0274715Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0275272Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0275726Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0276173Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0276614Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0277064Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0277552Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0278024Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0278517Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0279022Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0279505Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0280111Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0280612Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0281105Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0281720Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0282203Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0282675Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0283114Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0283593Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0284073Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0284546Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0285017Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0285605Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0286104Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0286592Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0287082Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0287580Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0288074Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0288550Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0289028Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0289499Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0289986Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0290467Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0290959Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0291451Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0292060Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0292547Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0293046Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0293538Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0294034Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0294523Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0295019Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0295476Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0295967Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0296550Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0297020Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0297509Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0297949Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0298489Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0298956Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0299432Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0299879Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0300307Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0300716Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0301107Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0301507Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0301910Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0302431Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0302822Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0303213Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0303608Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0303999Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0304386Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0304777Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0305182Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0305599Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0306744Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0307209Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0307632Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0308044Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0308454Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0308866Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0309249Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0309638Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0310046Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0310448Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0310874Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0311286Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0311706Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0312249Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0312646Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0313024Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0313414Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0313783Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0314140Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0314517Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0314907Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0315345Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0315891Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0316340Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0316767Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0317209Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0317638Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0318066Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0318488Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0318896Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0319299Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0319727Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0320284Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0320715Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0321118Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0321608Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0321988Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0322341Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0322713Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0323112Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0323518Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0323909Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0324327Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0324700Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0325216Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0325656Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0326041Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0326400Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0326781Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0327162Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0327522Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0327900Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0328266Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0328666Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0329089Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0329449Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0329863Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0330249Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0330739Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0331163Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0331573Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0331946Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0332336Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0332747Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0333113Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0333527Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0333945Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0334440Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0334846Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0335238Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0335571Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0335895Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0336284Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0336657Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0337047Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0337463Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0337844Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0338219Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0338622Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0339036Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0339456Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0340005Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0340422Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0340808Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0341168Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0341575Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0341982Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0342402Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0342811Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0343229Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0343706Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0344093Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0344417Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0344757Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0345102Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0345452Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0345815Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0346162Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0346538Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0346942Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0347345Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0347698Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0348084Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0348481Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0348961Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0349350Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0349752Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0350175Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0350580Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0351001Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0351427Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0351841Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0352233Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0352691Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0353092Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0353492Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0353894Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0354299Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0354724Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0355112Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0355483Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0355848Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0356221Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0356582Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0356932Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0357300Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0357666Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0358157Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0358523Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0358882Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0359303Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0359689Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0360230Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0360655Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0361091Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0361524Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0362061Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0362493Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0362929Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0363325Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0363661Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0364088Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0364509Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0364888Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0365282Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0365676Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0366092Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0366488Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0366868Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0367412Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0367827Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0368239Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0368668Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0369103Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0369531Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0369965Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0370383Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0370793Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0371282Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0371701Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0372046Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0372406Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0372776Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0373117Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0373492Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0373842Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0374231Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-12-01T10:47:29.0374605Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:47:29.0374978Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:47:29.0375330Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-12-01T10:47:29.0375739Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0376168Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0376737Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0377128Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0377561Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0377980Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0378409Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0378823Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0379245Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0379665Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0380034Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0380562Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0380987Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0381415Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0381848Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0382290Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0382728Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0383125Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0383516Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0383948Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0384389Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0384822Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0385205Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0385643Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0386189Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0386571Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0386928Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0387355Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0387798Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0388211Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0388572Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0388928Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0389439Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0389832Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0390194Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0390550Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0390954Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0391309Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0391668Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0392014Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0392334Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0392657Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0392962Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0393264Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0393576Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0393876Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0394194Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0394623Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0394945Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0395255Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0395560Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0395868Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0396197Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0396498Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0396783Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0397082Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0397377Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0397678Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0398097Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0398410Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0398713Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0399011Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0399312Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0399616Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0400094Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0400419Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0400767Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:47:29.0401073Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0401370Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0401662Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0401962Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:47:29.0402257Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0402613Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0402960Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0403450Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0403802Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0404143Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0404488Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0404821Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0405164Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0405510Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0405858Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0406200Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0406650Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0407031Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0407379Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0407715Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0408049Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0408404Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0408684Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0408990Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0409279Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0409584Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0409866Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0410150Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0410442Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0410741Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0411802Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0412100Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0412387Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0412687Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:47:29.0412974Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0413270Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0413561Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:47:29.0413853Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0414196Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0414529Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0414859Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0415300Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0415654Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0415982Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0416306Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0416643Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0416976Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0417309Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0417641Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0417975Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0418312Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0418645Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0418978Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0419307Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0419880Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0420333Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0420797Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0421248Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0421712Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0422173Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0422640Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0423094Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0423552Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0424065Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0424486Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0424888Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0425299Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0425706Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0426106Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0426506Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0426907Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0427313Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0427721Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0428125Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0428523Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0428921Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0429320Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:47:29.0429725Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0430125Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0430602Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0431207Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0431683Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0432154Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0432629Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0433098Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0433567Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0434033Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0434529Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0435127Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0435637Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0436128Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0436625Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0437118Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0437612Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0438108Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0438604Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0439098Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0439582Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0440184Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0440680Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0441172Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0441795Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0442288Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0442786Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0443290Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0443783Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0444282Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0444771Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0445257Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0445846Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0446348Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0446846Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0447348Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0447849Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0448345Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0448841Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0449336Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0449828Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0450322Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0450805Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T10:47:29.0451278Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0451873Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0452346Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0452809Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0453276Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0453746Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0454218Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0454688Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0455156Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0455630Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0457142Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0457640Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0458113Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0458591Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0459054Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0459517Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0460062Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0460595Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0461133Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0461671Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0462204Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0462735Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0463260Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0463900Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0464428Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0464944Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0465462Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0465979Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0466500Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0467015Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0467625Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0468145Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0468660Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0469171Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0469688Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0470204Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0470715Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0471227Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0471734Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0472246Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0472752Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0473182Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0473614Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:47:29.0474154Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0474584Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0475011Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0475414Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0475840Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:47:29.0476261Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0476687Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0477116Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0477547Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0477971Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0478493Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0478923Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0479345Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0479871Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0480301Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0480727Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0481156Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0481585Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0482007Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0482428Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0482850Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0483272Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0483693Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0484127Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0484554Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0484974Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0485503Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0485923Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0486344Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0486766Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0487279Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0487790Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0488305Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0488807Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0489307Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0489900Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0490405Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0490912Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0491383Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0491868Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0492350Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0492832Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0493314Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0493790Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0494263Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0494730Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0495212Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0495688Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0496250Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0496722Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0497197Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0497666Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0498127Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0498596Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0499065Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0499534Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0499991Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0500522Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0500993Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0501458Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0502008Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0502472Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0502969Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0503420Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0503871Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0504317Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0504770Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0505221Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0505682Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0506166Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0506726Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0507209Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0507700Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0508222Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0508704Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0509182Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0509691Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0510170Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0510633Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0511188Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0511666Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:47:29.0512152Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0512619Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0513119Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0513607Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0514091Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0514570Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0515089Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0515612Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0516073Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0516554Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0517025Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0517574Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0518048Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0518508Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0518961Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0519420Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0519965Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0520424Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0520906Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0521394Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0521903Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0522276Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0522600Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0522922Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0523270Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0523619Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0523990Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0524358Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0524725Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0525085Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0525429Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0525791Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0526156Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-12-01T10:47:29.0526510Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0527016Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0527408Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0527790Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0528146Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0528522Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0528892Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0529268Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0529634Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0529988Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0530449Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0530816Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0531193Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0531541Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0531891Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0532240Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0532601Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0533000Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0533400Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0533745Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0534062Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0534407Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0534752Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0535084Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0535542Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0535893Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0536234Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0536584Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0536936Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0537290Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0537652Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0538008Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0538360Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0538856Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0539199Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0539616Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0539984Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0540358Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0540717Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0541079Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0541444Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0541811Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0542163Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0542512Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0542859Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0543207Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0543570Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0544035Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0544390Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0544796Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0545153Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0545541Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0545896Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0546245Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0546604Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0546963Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0547421Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0547795Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0548161Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0548538Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0548918Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0549289Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0549666Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0550018Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0550389Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0550827Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0551199Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0551607Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0551974Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0552376Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0553332Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0554131Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0554948Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0555749Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0556532Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0557432Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0558209Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0558993Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0559826Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0560747Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0561545Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0562475Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0563482Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0564388Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0565369Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0566154Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0566948Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0567757Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0568586Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0569498Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0570277Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0571039Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0571906Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0572665Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0573455Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0574235Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0575056Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0575854Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0576616Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0577382Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0578162Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0578904Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0580733Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0581590Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0582408Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0583208Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0584044Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0584895Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0585676Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0586512Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0587451Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0588420Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0589222Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0590012Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0590795Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0592374Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0593211Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0594073Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0594884Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0595730Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0596528Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0597284Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0598063Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0598829Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0599917Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0600760Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0601499Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0602300Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0603102Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0603855Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0604637Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0605420Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0606254Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0607070Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0607817Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0608577Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0609300Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0610063Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0610941Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0611704Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0612529Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0613512Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0614306Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0615049Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0615789Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0616486Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0617192Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0617996Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0618750Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0619478Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0620192Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0620905Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0621628Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0622335Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0632471Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0633239Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0633983Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0634697Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0635420Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0636161Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0636909Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0637900Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0638718Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0639477Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0640311Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0641014Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0641765Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0642533Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0643281Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0644049Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0644978Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0645774Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0646504Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0647334Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0648095Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0648847Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0649570Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0650311Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0651092Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0651867Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0652625Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0653381Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0654088Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0654930Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0655758Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0656588Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0657490Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0658377Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0659205Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0660043Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0660874Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0661699Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0662539Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0663498Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0664381Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0665244Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0666112Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0666993Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0667901Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0668784Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0669636Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0670575Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0671455Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0672313Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0673177Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0673964Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0674850Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0675740Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0676612Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0677480Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0678317Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0679157Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0680075Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0680912Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0681744Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0683262Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0684122Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0684914Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0685681Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0686439Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0687199Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0687962Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0688736Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0689529Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0690296Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0691049Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0691795Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0692524Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0693245Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0694152Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0694900Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0695700Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0696482Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0697208Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0697929Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0698649Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0699377Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0700113Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0700967Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0701738Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0702561Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0703333Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0704095Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0704854Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0705588Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0706320Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0707069Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0707789Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0708582Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0709386Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0710124Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0710852Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0711715Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0712434Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0713153Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0713857Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0714571Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0715329Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0716081Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0716831Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0717597Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0718495Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0719328Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0720136Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0720825Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0721552Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0722282Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0723000Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0723723Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0724445Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0725143Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0725863Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0726578Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0727266Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0728178Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0728938Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0729646Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0730422Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0731136Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0731865Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0732603Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0733336Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0734116Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0734882Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0735740Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0736463Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0737197Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0737918Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0738624Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0739340Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0740109Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0740938Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0741741Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0742488Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0743255Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0743985Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0744726Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0745575Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0746285Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0747096Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0747901Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0748653Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0749415Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0750182Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0750911Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:47:29.0751644Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0752478Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0753276Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0754050Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0754774Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0755498Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0756241Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0756974Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0757711Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0758453Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0759193Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0760076Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0760865Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0761623Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0762349Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0763258Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0763963Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0764671Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0765359Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0766185Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0767000Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0767787Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0768533Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0769265Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0770136Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0770896Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0771633Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0772437Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0773209Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0773957Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0774685Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0775421Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0776158Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0776896Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0777639Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0778396Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0779210Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0780104Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0780838Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0781560Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0782294Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0783021Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0783744Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0784484Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0785158Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0785685Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0786177Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0786754Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0787240Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0787722Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0788201Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0788700Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0789211Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0789714Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0790225Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0790731Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0791270Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0791771Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0792321Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0792814Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0793369Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0793849Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0794329Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0794803Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0795269Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0795740Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0796187Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0796647Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0797117Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0797695Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0798189Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0798741Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0799239Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0799813Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0800314Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0800800Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0801273Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0801758Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0802233Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0802718Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0803200Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0803682Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0804274Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0804792Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0805279Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0805739Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0806202Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0806666Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0807144Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0807624Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0808107Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0808630Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0809103Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0809580Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0810054Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0810580Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0811058Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0811587Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0812045Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0812516Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0812976Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0813437Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0813897Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0814361Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0814778Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0815283Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0815773Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0816255Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0816782Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0817265Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0817777Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0818279Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0818757Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0819210Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0819729Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0820199Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0820664Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0821127Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0821588Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0822049Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0822530Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0823024Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0823566Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0824020Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0824544Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0825020Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0825485Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0825950Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0826464Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0826923Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0827378Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0827840Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0828287Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0828746Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0829217Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0829692Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0830216Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0830799Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0831283Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0831762Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0832242Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0832701Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0833166Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0833639Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0834107Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:47:29.0834579Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0835044Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0835506Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0835977Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0836505Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0837032Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0837555Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0838025Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0838503Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0838970Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0839436Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0840203Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0840929Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0841619Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0842346Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0843195Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0843951Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0844647Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0845349Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0846030Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0846745Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0847242Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0847719Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0848192Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0848657Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0849122Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0849596Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0850305Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0851028Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0852619Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0853357Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0853973Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0854455Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0854929Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0855404Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0855857Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0856318Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0856785Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0857355Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0857835Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0858316Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0858794Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0859276Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0859761Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0860213Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0860682Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0861155Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0861621Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0862078Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0862543Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0863006Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0863476Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0864064Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0864538Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0865066Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.0865552Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.0866035Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0866510Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0866977Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0867439Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-12-01T10:47:29.0867894Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0868404Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0868875Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0869328Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0869802Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:47:29.0870281Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0870766Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0871258Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0871745Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.0872224Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:47:29.0872700Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0873175Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0873657Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0874113Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0874625Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0875098Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:47:29.0875577Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:47:29.0876023Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0876461Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0876896Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0877331Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0877747Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0878173Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0878597Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0879031Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0879499Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0880022Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0880511Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0880941Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0881404Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0881830Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0882251Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0882678Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0883103Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0883527Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0883955Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0884370Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0884804Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0885233Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0885662Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0886094Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0886537Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0887031Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0887453Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0887873Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0888301Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0888738Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0889173Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-12-01T10:47:29.0889606Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0890042Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0890475Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0890905Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0891325Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0891823Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0892270Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T10:47:29.0892707Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0893149Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0893586Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0894008Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0894426Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0894845Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0895069Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0895293Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0895505Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0895715Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0895922Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0896124Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0896342Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0896557Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0896817Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0897018Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0897235Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0897451Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0897662Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0897871Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0898090Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0898296Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0898500Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0898709Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0898910Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0899623Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0899844Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0900074Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0900291Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0900481Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0900697Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0900912Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0901121Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0901343Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0901546Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0901761Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0901964Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0902167Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0902376Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0902580Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0902779Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0902983Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0903243Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0903446Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0903647Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0903851Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0904056Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0904263Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0904467Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0904673Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0904884Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0905093Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0905300Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0905550Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0905756Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0905963Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0906162Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0906376Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0906586Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0906790Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0907002Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0907212Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0907423Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0907633Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0907838Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0908048Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0908252Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0908429Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:47:29.0908640Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0908847Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0909101Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0909303Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0909517Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0909730Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0909937Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0910142Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0910349Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0910558Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0910766Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0910972Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0911182Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0911433Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0911623Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-12-01T10:47:29.0911920Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0912149Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0912358Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0912563Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0912825Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0913032Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T10:47:29.0913238Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0913453Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0913669Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0913883Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0914095Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0914302Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0914517Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0914732Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0914987Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0915198Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0915411Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0915616Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0915823Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0916037Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0916242Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0916453Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0916656Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0916887Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0917129Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0917396Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0917620Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0917843Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0918053Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0918265Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0918474Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0918694Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0918918Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0919134Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0919347Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0919563Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0919880Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0920092Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0920309Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0920528Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0920749Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0921040Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0921253Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0921470Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0921691Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0921921Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0922142Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0922355Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0922589Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0922800Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0923017Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0923240Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0923497Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0923717Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0923941Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0924148Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0924380Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0924598Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0924813Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0925057Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0925270Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0925501Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0925725Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0925939Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0926157Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0926373Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0926591Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0926868Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0927080Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0927297Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0927516Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0927743Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0927960Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0928176Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0928398Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0928610Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0928824Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T10:47:29.0929046Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0929308Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0929522Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0929739Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0929951Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0930164Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0930356Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0930567Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0930782Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0930989Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0931199Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0931411Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0931615Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0931820Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0932029Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0932236Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0932440Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0932653Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0932914Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0933133Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0933350Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0933568Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0933786Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0934008Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0934234Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0934455Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0934670Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0934885Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0935142Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0935365Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0935582Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0935802Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0936016Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0936227Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0936427Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0936639Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0936850Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0937062Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0937274Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0937497Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0937722Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0937930Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0938142Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0938370Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0938652Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0938876Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0939104Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0939314Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0939519Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0939728Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0939932Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0940149Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.011s) 2022-12-01T10:47:29.0940354Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0940576Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0940801Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0941061Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0941273Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0941482Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0941699Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0941915Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0942122Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0942333Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0942525Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0942744Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0942966Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0943174Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0943393Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0943602Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0943806Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0944020Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0944228Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0944530Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0944771Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0945014Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0945252Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0945490Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0945725Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0945968Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0946194Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0946415Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0946633Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0946905Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0947139Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0947383Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0947639Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0947863Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0948085Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0948311Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0948549Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0948784Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0949020Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0949262Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0949498Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0949733Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0949959Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0950215Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0950438Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0950663Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0950888Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0951122Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0951355Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0951611Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0951871Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0952111Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0952351Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0952636Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0952859Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0953079Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0953311Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0953540Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0953782Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0954012Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0954244Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0954480Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0954726Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0954970Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0955209Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0955450Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0955698Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0955919Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0956191Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0956420Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0956643Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0956881Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0957114Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0957355Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0957586Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-12-01T10:47:29.0957807Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0958024Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0958254Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0958539Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0958757Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0958996Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0959225Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0959460Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T10:47:29.0959681Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0960019Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0960259Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0960504Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0960754Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0960979Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0961208Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0961444Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0961677Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0961968Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0962207Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0962447Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0962674Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0962905Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0963140Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0963375Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0963598Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0963820Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0964043Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0964304Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0964537Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0964769Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0964994Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0965230Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0965458Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0965693Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.0965950Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0966175Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0966415Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0966650Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0966846Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0967054Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0967266Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0967469Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0968198Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0968409Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0968718Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0968927Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0969141Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0969396Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0969611Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0969831Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0970045Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0970253Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0970483Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0970770Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0970993Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0971223Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0971445Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0971656Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0971862Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0972065Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0972273Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0972481Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0972690Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0972906Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0973121Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0973314Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0973526Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0973732Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0973941Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0974153Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0974415Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0974640Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0974851Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0975062Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0975280Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0975495Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0975701Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0975910Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0976127Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0976346Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0976570Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0976840Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0977056Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0977287Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0977511Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0977736Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0977960Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0978183Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0978401Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0978627Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0978852Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0979060Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0979282Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0979472Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0979682Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0979889Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0980096Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0980367Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0980572Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0980793Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-12-01T10:47:29.0980999Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0981228Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0981448Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0981673Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0981891Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0982110Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0982326Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0982578Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:47:29.0982788Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0982991Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0983193Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0983408Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0983626Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0983835Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0984044Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0984260Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0984473Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0984690Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0984898Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0985108Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:47:29.0985311Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0985547Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0985780Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0986048Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0986278Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0986494Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0986710Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0986960Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0987198Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0987439Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0987661Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0987880Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:29.0988099Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:47:29.0988313Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:29.0988589Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0988812Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0989031Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0989238Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0989454Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0989669Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0989881Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0990091Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0990298Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0990505Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0990715Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0990919Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0991130Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0991334Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0991548Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0991754Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0992005Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0992209Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0992422Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0992635Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0992840Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0993042Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0993255Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0993460Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0993667Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0993881Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0994084Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0994736Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0994954Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0995159Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0995373Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0995585Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0995795Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0996006Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0996234Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0996444Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0996650Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0996863Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0997071Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0997289Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0997497Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0997708Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.0997900Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0998102Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.0998351Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0998562Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0998762Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0998961Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0999162Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-12-01T10:47:29.0999354Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0999553Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.0999856Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1000051Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1000259Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1000474Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1000728Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1000931Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1001128Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1001327Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1001523Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T10:47:29.1001715Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1001906Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1002102Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1002310Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1002504Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1002698Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1002910Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1003110Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1003321Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1003524Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1003723Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1003921Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1004177Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1004370Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1004573Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1004776Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1004975Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1005177Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1005375Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.1005572Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1005767Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1005963Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1006160Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1006354Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1006593Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1006787Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1006981Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1007185Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1007380Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1007576Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1007771Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1007953Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1008150Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1008345Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1008552Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1008756Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1008951Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1009151Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1009344Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-12-01T10:47:29.1009537Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1009731Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1009976Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1010201Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1010426Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1010649Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1010871Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1011091Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1011306Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1011521Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1011740Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1011954Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1012174Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1012433Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1012641Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1012839Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1013053Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1013262Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1013469Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1013656Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1013860Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1014056Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1014251Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1014447Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1014646Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1014840Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1015032Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1015226Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1015422Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1015615Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1015855Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1016046Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1016236Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1016430Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1016634Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1016843Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1017040Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1017245Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1017443Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1017636Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1017829Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T10:47:29.1017956Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.233s) 2022-12-01T10:47:29.1018094Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-12-01T10:47:29.1018276Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.073s) 2022-12-01T10:47:29.1018410Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-12-01T10:47:29.1018604Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-12-01T10:47:29.1018818Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:47:29.1019016Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:47:29.1019594Z test_batch_norm (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:47:29.1019704Z warnings.warn(msg, FutureWarning) 2022-12-01T10:47:29.1019775Z ok (78.733s) 2022-12-01T10:47:29.1019919Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.687s) 2022-12-01T10:47:29.1020058Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.385s) 2022-12-01T10:47:29.1020197Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.110s) 2022-12-01T10:47:29.1020345Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.149s) 2022-12-01T10:47:29.1020576Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:29.1020714Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.306s) 2022-12-01T10:47:29.1020850Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-12-01T10:47:29.1020983Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.928s) 2022-12-01T10:47:29.1021128Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-12-01T10:47:29.1021318Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.003s) 2022-12-01T10:47:29.1021448Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-12-01T10:47:29.1021660Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1021849Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-12-01T10:47:29.1022031Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1022237Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1022412Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1022589Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1022721Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.426s) 2022-12-01T10:47:29.1022859Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-12-01T10:47:29.1022993Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.018s) 2022-12-01T10:47:29.1023140Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-12-01T10:47:29.1023282Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.065s) 2022-12-01T10:47:29.1023426Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-12-01T10:47:29.1023555Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-12-01T10:47:29.1023696Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.057s) 2022-12-01T10:47:29.1023886Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-12-01T10:47:29.1024111Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.006s) 2022-12-01T10:47:29.1024313Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-12-01T10:47:29.1024476Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:47:29.1024595Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.067s) 2022-12-01T10:47:29.1024730Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-12-01T10:47:29.1024861Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-12-01T10:47:29.1024997Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-12-01T10:47:29.1025141Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (37.056s) 2022-12-01T10:47:29.1025287Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-12-01T10:47:29.1025415Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-12-01T10:47:29.1025571Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-12-01T10:47:29.1025700Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.036s) 2022-12-01T10:47:29.1025882Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-12-01T10:47:29.1026007Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-12-01T10:47:29.1026158Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-12-01T10:47:29.1026301Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-12-01T10:47:29.1026457Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-12-01T10:47:29.1026585Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.126s) 2022-12-01T10:47:29.1026767Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:47:29.1026880Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-12-01T10:47:29.1027121Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-12-01T10:47:29.1027248Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.168s) 2022-12-01T10:47:29.1027384Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.114s) 2022-12-01T10:47:29.1027584Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.931s) 2022-12-01T10:47:29.1027718Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.129s) 2022-12-01T10:47:29.1027888Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.000s) 2022-12-01T10:47:29.1028067Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-12-01T10:47:29.1028248Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-12-01T10:47:29.1028378Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.105s) 2022-12-01T10:47:29.1028520Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.179s) 2022-12-01T10:47:29.1028655Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-12-01T10:47:29.1028787Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-12-01T10:47:29.1028972Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:47:29.1029102Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:47:29.1029460Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:44:08 5220:5088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:47:29.1029767Z STAGE:2022-12-01 10:44:08 5220:5088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:47:29.1029838Z ok (0.014s) 2022-12-01T10:47:29.1030021Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:47:29.1030214Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:47:29.1030385Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-12-01T10:47:29.1030513Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-12-01T10:47:29.1030653Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-12-01T10:47:29.1030815Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-12-01T10:47:29.1030947Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-12-01T10:47:29.1031082Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-12-01T10:47:29.1031232Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-12-01T10:47:29.1031377Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-12-01T10:47:29.1031521Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-12-01T10:47:29.1031658Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-12-01T10:47:29.1031789Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-12-01T10:47:29.1031933Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-12-01T10:47:29.1032070Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-12-01T10:47:29.1032207Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-12-01T10:47:29.1032353Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-12-01T10:47:29.1032484Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (34.812s) 2022-12-01T10:47:29.1032620Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.136s) 2022-12-01T10:47:29.1032756Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-12-01T10:47:29.1032889Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-12-01T10:47:29.1033076Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T10:47:29.1033210Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.287s) 2022-12-01T10:47:29.1033347Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.064s) 2022-12-01T10:47:29.1033530Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-12-01T10:47:29.1033741Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:47:29.1033880Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-12-01T10:47:29.1034040Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T10:47:29.1034184Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.106s) 2022-12-01T10:47:29.1034679Z 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-12-01T10:47:29.1034763Z return v.to(dtype) 2022-12-01T10:47:29.1034831Z ok (0.035s) 2022-12-01T10:47:29.1034977Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-12-01T10:47:29.1035114Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.308s) 2022-12-01T10:47:29.1035423Z 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-12-01T10:47:29.1035540Z warnings.warn("Only works in script mode") 2022-12-01T10:47:29.1035593Z ok (0.079s) 2022-12-01T10:47:29.1035743Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-12-01T10:47:29.1035870Z test_abs (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-12-01T10:47:29.1036065Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-12-01T10:47:29.1036201Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-12-01T10:47:29.1036334Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:47:29.1036492Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-12-01T10:47:29.1036697Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:47:29.1036897Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:47:29.1037454Z test_batch_norm (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:47:29.1037562Z warnings.warn(msg, FutureWarning) 2022-12-01T10:47:29.1037631Z ok (68.122s) 2022-12-01T10:47:29.1037772Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.001s) 2022-12-01T10:47:29.1037906Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.351s) 2022-12-01T10:47:29.1038044Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.117s) 2022-12-01T10:47:29.1038189Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.209s) 2022-12-01T10:47:29.1038342Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.442s) 2022-12-01T10:47:29.1038479Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.334s) 2022-12-01T10:47:29.1038600Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-12-01T10:47:29.1038733Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.980s) 2022-12-01T10:47:29.1038871Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-12-01T10:47:29.1039063Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:47:29.1039209Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-12-01T10:47:29.1039335Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-12-01T10:47:29.1039481Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.709s) 2022-12-01T10:47:29.1039673Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-12-01T10:47:29.1039948Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-12-01T10:47:29.1040091Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (12.318s) 2022-12-01T10:47:29.1040230Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-12-01T10:47:29.1040358Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.358s) 2022-12-01T10:47:29.1040498Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-12-01T10:47:29.1040631Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-12-01T10:47:29.1040781Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:47:29.1040920Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-12-01T10:47:29.1041042Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:47:29.1041174Z test_concat (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-12-01T10:47:29.1041319Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-12-01T10:47:29.1041903Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:2442: 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-12-01T10:47:29.1041988Z r = torch.tensor(4) 2022-12-01T10:47:29.1042107Z ok (0.068s) 2022-12-01T10:47:29.1042243Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.044s) 2022-12-01T10:47:29.1042443Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-12-01T10:47:29.1042611Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:47:29.1042739Z test_dims (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-12-01T10:47:29.1042871Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-12-01T10:47:29.1043000Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:47:29.1043135Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-12-01T10:47:29.1043278Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (36.693s) 2022-12-01T10:47:29.1043425Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:47:29.1043551Z test_erf (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-12-01T10:47:29.1043709Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-12-01T10:47:29.1043834Z test_exp (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-12-01T10:47:29.1043999Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.003s) 2022-12-01T10:47:29.1044129Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-12-01T10:47:29.1044280Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-12-01T10:47:29.1044423Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-12-01T10:47:29.1044576Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:47:29.1044703Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.122s) 2022-12-01T10:47:29.1044885Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-12-01T10:47:29.1045012Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:47:29.1045252Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T10:47:29.1045378Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.154s) 2022-12-01T10:47:29.1045560Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-12-01T10:47:29.1045712Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.591s) 2022-12-01T10:47:29.1045843Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.105s) 2022-12-01T10:47:29.1046011Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:47:29.1046138Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.505s) 2022-12-01T10:47:29.1046263Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.611s) 2022-12-01T10:47:29.1046386Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.081s) 2022-12-01T10:47:29.1046511Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.144s) 2022-12-01T10:47:29.1046642Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-12-01T10:47:29.1046770Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-12-01T10:47:29.1046957Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-12-01T10:47:29.1047084Z test_nop (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-12-01T10:47:29.1047438Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:46:54 5220:5088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:47:29.1047744Z STAGE:2022-12-01 10:46:54 5220:5088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:47:29.1047813Z ok (0.013s) 2022-12-01T10:47:29.1047992Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:47:29.1048203Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:47:29.1048374Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:47:29.1048500Z test_relu (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-12-01T10:47:29.1048639Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-12-01T10:47:29.1048801Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-12-01T10:47:29.1048930Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-12-01T10:47:29.1049064Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-12-01T10:47:29.1049208Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-12-01T10:47:29.1049351Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-12-01T10:47:29.1049476Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-12-01T10:47:29.1049608Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-12-01T10:47:29.1049735Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:47:29.1049878Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-12-01T10:47:29.1050011Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-12-01T10:47:29.1050145Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-12-01T10:47:29.1050286Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-12-01T10:47:29.1050427Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (30.370s) 2022-12-01T10:47:29.1050561Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.115s) 2022-12-01T10:47:29.1050695Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-12-01T10:47:29.1050824Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-12-01T10:47:29.1051009Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T10:47:29.1051140Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.299s) 2022-12-01T10:47:29.1051271Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.760s) 2022-12-01T10:47:29.1051402Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-12-01T10:47:29.1051659Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:47:29.1051784Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-12-01T10:47:29.1051941Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-12-01T10:47:29.1052085Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.139s) 2022-12-01T10:47:29.1052232Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-12-01T10:47:29.1052373Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-12-01T10:47:29.1052504Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.244s) 2022-12-01T10:47:29.1052815Z 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-12-01T10:47:29.1052930Z warnings.warn("Only works in script mode") 2022-12-01T10:47:29.1053000Z ok (0.047s) 2022-12-01T10:47:29.1053149Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-12-01T10:47:29.1053158Z 2022-12-01T10:47:29.1053315Z ---------------------------------------------------------------------- 2022-12-01T10:47:29.1053399Z Ran 5909 tests in 333.297s 2022-12-01T10:47:29.1053406Z 2022-12-01T10:47:29.1053485Z OK (skipped=5744) 2022-12-01T10:47:29.1053490Z 2022-12-01T10:47:29.1053581Z Generating XML reports... 2022-12-01T10:47:29.1053854Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221201104153.xml 2022-12-01T10:47:29.1054144Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221201104153.xml 2022-12-01T10:47:29.1054389Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221201104153.xml 2022-12-01T10:47:29.1054666Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestLoopnestRandomizationCPU-20221201104153.xml 2022-12-01T10:47:29.1054901Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestNNCOpInfoCPU-20221201104153.xml 2022-12-01T10:47:29.1054908Z 2022-12-01T10:47:29.1055269Z ##[endgroup] 2022-12-01T10:47:29.1055526Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_a8x0w9h7) 2022-12-01T10:47:29.1055532Z 2022-12-01T10:47:31.1315295Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:47:31.2065219Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:47:31.2902903Z Running test_mkldnn_fusion ... [2022-12-01 10:47:31.286778] 2022-12-01T10:47:31.2908099Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:31.286778] 2022-12-01T10:47:31.2910559Z Ignoring disabled issues: [] 2022-12-01T10:47:31.3593570Z Running test_unary_ufuncs ... [2022-12-01 10:47:31.353655] 2022-12-01T10:47:31.3599334Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:31.359304] 2022-12-01T10:47:31.3600892Z Ignoring disabled issues: [] 2022-12-01T10:50:53.8985380Z 2022-12-01T10:50:53.8985918Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-12-01T10:50:53.8989172Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_nnrtixu4) 2022-12-01T10:50:53.8989623Z 2022-12-01T10:50:53.8989740Z Running tests... 2022-12-01T10:50:53.8990109Z ---------------------------------------------------------------------- 2022-12-01T10:50:53.8990596Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-12-01T10:50:53.8992461Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (183.680s) 2022-12-01T10:50:53.8993141Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.918s) 2022-12-01T10:50:53.8993676Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (14.862s) 2022-12-01T10:50:53.8993963Z 2022-12-01T10:50:53.8994247Z ---------------------------------------------------------------------- 2022-12-01T10:50:53.8994699Z Ran 3 tests in 200.468s 2022-12-01T10:50:53.8994903Z 2022-12-01T10:50:53.8995001Z OK 2022-12-01T10:50:53.8995165Z 2022-12-01T10:50:53.8995329Z Generating XML reports... 2022-12-01T10:50:53.8995889Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221201104732.xml 2022-12-01T10:50:53.8997372Z 2022-12-01T10:50:53.8998090Z ##[endgroup] 2022-12-01T10:50:53.8998778Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_nnrtixu4) 2022-12-01T10:50:53.8999304Z 2022-12-01T10:50:56.3206023Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:50:56.4841593Z Running test_schema_check ... [2022-12-01 10:50:56.483593] 2022-12-01T10:50:56.4847778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:56.484201] 2022-12-01T10:50:56.4849832Z Ignoring disabled issues: [] 2022-12-01T10:51:29.8069114Z 2022-12-01T10:51:29.8069660Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:51:29.8070709Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_on7ewdvj) 2022-12-01T10:51:29.8258652Z 2022-12-01T10:51:29.8258996Z Running tests... 2022-12-01T10:51:29.8259338Z ---------------------------------------------------------------------- 2022-12-01T10:51:29.8261731Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-12-01T10:51:29.8262831Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:51:29.8263897Z torch_fn(t, out=float_out) 2022-12-01T10:51:29.8264105Z ok (0.715s) 2022-12-01T10:51:29.8264398Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8264836Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8265235Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8265684Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8266196Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8266708Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:29.8267204Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8267722Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.8268862Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:51:29.8270846Z result = torch.complex(real, imag) 2022-12-01T10:51:29.8271147Z ok (0.102s) 2022-12-01T10:51:29.8271523Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8272019Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:29.8272495Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8272934Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8273391Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8273859Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8274310Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8274768Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8275235Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8275723Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8276184Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8276688Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:51:29.8277189Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:51:29.8277813Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8278326Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8278805Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8279296Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8279732Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8280213Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8280682Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8281160Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8281651Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.8282142Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.328s) 2022-12-01T10:51:29.8282633Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:51:29.8283085Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8283559Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8284036Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8284504Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8284964Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8285403Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8285857Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8286327Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8286791Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8287249Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8287831Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8288303Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8288768Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8289226Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8289684Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8290154Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8290602Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8291068Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8291540Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8292006Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8292464Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8292956Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-12-01T10:51:29.8293436Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:51:29.8293892Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8294431Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8294896Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8295346Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8295815Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8296258Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8296719Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8297162Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8297625Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8298108Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:51:29.8298592Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:51:29.8299061Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8299640Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8300115Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8300565Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8301015Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8301472Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8301927Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8302388Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8302857Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8303323Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:51:29.8303771Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8304330Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8304797Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8305250Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8305719Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8306177Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8306613Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8307067Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8307543Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8308012Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8308478Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:29.8308959Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:29.8309434Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8309888Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8310375Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8310885Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8311349Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8311817Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8312295Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8312787Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8313270Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8314261Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13993: 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:250.) 2022-12-01T10:51:29.8315165Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:51:29.8315467Z ok (0.060s) 2022-12-01T10:51:29.8315817Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:29.8316345Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8316841Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8317316Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8317821Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8318268Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8318766Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8319236Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8319699Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8320154Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8320711Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8321203Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8321671Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8322146Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8322610Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8323092Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8323572Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8324045Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8324524Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8324974Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.8325452Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8325936Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8326408Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8326861Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8327383Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8327841Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8328304Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8328771Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8329222Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8329690Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8330182Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8330656Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8331131Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8331638Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8332089Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8332534Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8332994Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8333440Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8333971Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8334428Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8334932Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8335403Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8335886Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8336353Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8336789Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8337351Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8337804Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8338263Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8338703Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8339189Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8339738Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8340266Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8340758Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8341267Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8341747Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:29.8342223Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8342695Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8343175Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8343647Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8344882Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8345366Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8345836Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8346292Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8346832Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8347299Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8347825Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:29.8348306Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8348766Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8349240Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8349687Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8350158Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8350630Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8351199Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8351707Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8352225Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8352906Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8353463Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8354067Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:29.8354622Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8355108Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8355769Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8356312Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8356825Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8357271Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8357674Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8358033Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8358449Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8358894Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8359416Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8359999Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8360558Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.8361172Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8361691Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8362264Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8362949Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8363502Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8364067Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8364626Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8370131Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8370724Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8371308Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8371926Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8372510Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8373084Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:51:29.8373620Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:29.8374103Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8374674Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8375203Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8375743Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8376283Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8376811Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8377282Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8377889Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8378512Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8379233Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:51:29.8379853Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:29.8380436Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8380971Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8381469Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8382012Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8382541Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8383092Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8383633Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8384230Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8384829Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8385307Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8385854Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8386416Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8386940Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8387611Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8388159Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8388683Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8389177Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8389703Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8390350Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8390922Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.8391482Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8392042Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8392531Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8393102Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8393653Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8394172Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8394723Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8395250Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8395797Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8396371Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.8396921Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8397523Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8398075Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8398736Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8399260Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8399781Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8400249Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8400796Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8401321Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8401838Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8402359Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8402926Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8403511Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8403974Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8404495Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8405043Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8405585Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8406209Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8406767Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8407301Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8407793Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8408357Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8408930Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8409461Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8410045Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8410558Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8411025Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8411575Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:51:29.8412128Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8412675Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8413238Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8413787Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8414309Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8414783Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8415364Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8415942Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8416506Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:29.8417070Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8417722Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:51:29.8418271Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.8418752Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8419279Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8419862Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8420402Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8420929Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8421494Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8422091Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8422589Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8423126Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:29.8423663Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:29.8424189Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8424715Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8425230Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8425725Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8426144Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8426544Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8426954Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8427457Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8427888Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8428411Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8428783Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8429186Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8429620Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8430019Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8430426Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8430829Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8487434Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8487903Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8488439Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:29.8488954Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:51:29.8489430Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8489872Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:29.8490325Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8490952Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8491385Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8491824Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8492260Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8492691Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8493147Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8493595Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8494036Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8494546Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8495052Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8495522Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8495975Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8496437Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8496900Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8497326Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8497859Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8498307Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8498755Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8499203Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8499763Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8500243Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8500729Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8501184Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8501664Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8502105Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8502536Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8502981Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8503429Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8503874Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:29.8504327Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8504765Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8505250Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.8505749Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.8506254Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.8506730Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.8507321Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8507804Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8508282Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:29.8508750Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8509207Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8509651Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8510098Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8510551Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8510994Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8511426Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8511864Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8512309Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8512755Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8513234Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:29.8513677Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:29.8514233Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:29.8514687Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8515117Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8515541Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:29.8515955Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8516371Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:29.8516798Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8517252Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8517715Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8518154Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8518561Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8518893Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8519223Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8519617Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8519993Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8520318Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8520636Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8520954Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8521269Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8521584Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8521969Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8522302Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8522643Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8522991Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:29.8523338Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:51:29.8523682Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:29.8524025Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8524363Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8524701Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8525034Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8525431Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8525761Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8526154Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8526492Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8526876Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8527202Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8527540Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8527882Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:51:29.8528217Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8528545Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8528873Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8529211Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8529538Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8529861Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8530167Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8530491Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8530820Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8531150Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8531544Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8531885Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8532271Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8532605Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8532940Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8533270Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8533598Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8533970Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8534286Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8534609Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8534922Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8535263Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8535603Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8535947Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8536287Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8536623Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8536945Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8537280Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8537674Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8538012Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8538408Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8538809Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8539152Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8539482Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8539908Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8540240Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8540566Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8540904Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8541241Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8541579Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8541910Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8542245Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8542582Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8542929Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8543278Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8543685Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8544012Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8544404Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8544739Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8545076Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8545409Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8545789Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8546125Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8546449Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8546821Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:29.8547228Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8547639Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8548058Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8548472Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8548878Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8549270Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8549737Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8550184Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:29.8550624Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:29.8551014Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8551415Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:29.8551781Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:29.8552118Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8552460Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:29.8552818Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:29.8553180Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:29.8553542Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8553898Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8554253Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:29.8554588Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:29.8554943Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8555298Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8555722Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:29.8556144Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8556504Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8556861Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8557196Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8557539Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8557934Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8558275Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8558621Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8558974Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8559311Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8559664Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8560018Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8560373Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8560720Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8561065Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8561466Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8561797Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8562194Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8562549Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8562906Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:51:29.8563317Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:29.8563677Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8564030Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8564363Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8564707Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8565046Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8565387Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8565729Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8566075Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8566410Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8566761Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:29.8567121Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8567535Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8567889Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8568293Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8568633Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8568955Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8569302Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8569642Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8570004Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8570423Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8570801Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8571163Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8571537Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8571907Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8572278Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8572641Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8573001Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8573421Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8573760Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8574178Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8574537Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8574893Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8575248Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8575645Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8576001Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:29.8576332Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8576678Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8577025Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8577373Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8577724Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8578075Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8578415Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:29.8578782Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:29.8579141Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8579650Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8580012Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8580365Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8580767Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8581094Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8581442Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8581786Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8582137Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8582512Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:51:29.8582906Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8583860Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:29.8584256Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:29.8584644Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:29.8585025Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:29.8585408Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:29.8585864Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:51:29.8586259Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:51:29.8586696Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:51:29.8587091Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.287s) 2022-12-01T10:51:29.8587483Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:51:29.8587866Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:51:29.8588242Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:51:29.8588681Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-12-01T10:51:29.8589065Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:51:29.8589435Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-12-01T10:51:29.8589829Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:51:29.8590220Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-12-01T10:51:29.8590609Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:51:29.8590986Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-12-01T10:51:29.8591359Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:51:29.8591790Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:51:29.8592181Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-12-01T10:51:29.8592595Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8592962Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8593328Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8593689Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8594050Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8594404Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8594742Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8595093Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8595449Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8595859Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8596210Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8596571Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8596932Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:29.8597270Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8597630Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8598045Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8598443Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8598786Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8599132Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8599475Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8599800Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8600148Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8600522Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8600962Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8601353Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8601738Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8602104Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8602485Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8602883Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8603296Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8603754Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8604164Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8604634Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8605039Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8605421Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8605830Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8606230Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8606627Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8607017Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8607412Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8607804Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8608239Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8608645Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8609049Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8609440Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8609886Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8610408Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8610850Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8611243Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8611690Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8612128Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8612552Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8612978Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8613403Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8613884Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8614266Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8614684Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8615120Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8615566Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8616067Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8616558Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8616987Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8617371Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8617798Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8618222Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8618687Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.8619173Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.8619751Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.8620222Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8620620Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8621051Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8621503Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:29.8622095Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:29.8622597Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8623028Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8623461Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8623862Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8624308Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8624751Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8625198Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8625646Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8626092Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8626538Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8627228Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:29.8633599Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8634095Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:29.8634584Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8635136Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8635576Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8636010Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8636446Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.8636844Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8637268Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8637703Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8638153Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:29.8638682Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:51:29.8639171Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8639614Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8640011Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8640451Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8640896Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8641334Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8641872Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8642326Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8642772Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8643174Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8643612Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8644048Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8644531Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8644964Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8645463Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8645900Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:29.8646296Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8646739Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8647188Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8648178Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8648649Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8649101Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8649544Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8649987Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8650391Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8650894Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8651398Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8651845Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8652282Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8652724Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8653154Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8653547Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8653989Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8654432Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:51:29.8654870Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:51:29.8655313Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.426s) 2022-12-01T10:51:29.8655754Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.454s) 2022-12-01T10:51:29.8656279Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:51:29.8656740Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:51:29.8657217Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:51:29.8657655Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-12-01T10:51:29.8658108Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.352s) 2022-12-01T10:51:29.8658551Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.309s) 2022-12-01T10:51:29.8658994Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-12-01T10:51:29.8659443Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.420s) 2022-12-01T10:51:29.8659964Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.481s) 2022-12-01T10:51:29.8660409Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:51:29.8660854Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-12-01T10:51:29.8661292Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:51:29.8661782Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:51:29.8662237Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.361s) 2022-12-01T10:51:29.8662738Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:51:29.8663192Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:51:29.8663639Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.438s) 2022-12-01T10:51:29.8664085Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.483s) 2022-12-01T10:51:29.8664536Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:51:29.8664972Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:51:29.8665415Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:51:29.8665862Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.252s) 2022-12-01T10:51:29.8666260Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.360s) 2022-12-01T10:51:29.8666681Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8667101Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8667522Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:29.8667949Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8668357Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8668834Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8669247Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8669656Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8670125Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8670531Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8670937Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8671345Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8671750Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8672120Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8672535Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8672951Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8673368Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8673774Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8674182Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8674630Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8675083Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8675497Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8675954Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8676363Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8676774Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8677189Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8677549Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8677964Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8678374Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8678779Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8679178Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8679574Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8679970Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8680316Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8680774Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8681238Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8681660Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8682077Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8682512Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8682898Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:29.8683317Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8683742Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8684221Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8684633Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8685036Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8685434Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8685805Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.8686212Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8686625Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8687027Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:29.8687420Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8687816Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8688206Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8688560Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8688956Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8689386Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8689822Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8690297Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:29.8690737Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8691117Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8691603Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8692089Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8692530Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8692963Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8693391Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8693795Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8694161Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:29.8694580Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:51:29.8694985Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8695386Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8695786Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8696186Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8696570Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8696922Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8697320Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8697721Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8698185Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8698586Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8699001Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:29.8699367Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8699872Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:29.8700261Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8700668Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8701061Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8701452Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8701847Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8702192Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8702573Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8702974Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8703387Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8703791Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8704263Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8704633Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8705044Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8705456Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8705865Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8706268Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.8706657Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8707049Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8707467Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8707879Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8708349Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8708764Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:51:29.8709184Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:29.8709597Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8710007Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8710365Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8710768Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8711169Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8711574Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8711972Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8712430Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8712792Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8713193Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:29.8713590Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8713988Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8714384Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8714774Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8715175Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8715523Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8715918Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8716321Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8716737Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8717144Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8717558Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8717922Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8718380Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8718789Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8719196Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8719607Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8720011Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8720420Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8720774Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8721169Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:51:29.8721581Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:29.8721989Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8722385Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8722785Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8723133Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8723534Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8723931Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8724322Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8724723Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8725120Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8725531Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:29.8725896Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:51:29.8726353Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8726754Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8727152Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8727554Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8727946Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8728335Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.8728687Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8729079Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8729492Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8729906Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:51:29.8730315Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:29.8730727Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8731090Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8731479Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8731877Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8732318Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8732709Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8733103Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8733513Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8733903Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:29.8734338Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:51:29.8734771Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8735199Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:29.8735625Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:29.8736048Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:29.8736424Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:29.8736857Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8737292Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8737721Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.8738153Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:29.8738663Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8739141Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.8739526Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:29.8740051Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:29.8740549Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8740975Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8741401Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8741831Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8742249Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8742631Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8743048Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8743474Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8743899Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8744328Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8744756Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8745185Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8745560Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8746031Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8746454Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8746876Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8747292Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8747721Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8748149Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8748544Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8748964Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8749393Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8749814Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8750237Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8750658Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:51:29.8751074Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.8751448Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8751868Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8752295Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8752707Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8753113Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8753516Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8753976Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8754343Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8754767Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8755193Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8755617Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8756035Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8756454Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8756874Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8757254Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8757672Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.352s) 2022-12-01T10:51:29.8758093Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:29.8758510Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8758919Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:29.8759338Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8759758Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8760167Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:29.8760573Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:29.8760983Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:29.8761388Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:29.8761797Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8762206Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:29.8762570Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.8762971Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:29.8763373Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8763770Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8764179Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8764588Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8764989Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8765357Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8765772Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8766179Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8766589Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.8766996Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8767408Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8767870Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:29.8768258Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.8768692Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:29.8769120Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8769546Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.8769980Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:29.8770404Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8770790Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:29.8771237Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:29.8771681Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8772140Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:29.8772586Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:51:29.8773033Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:29.8773525Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:51:29.8773968Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:29.8774366Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:29.8774811Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:51:29.8775263Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:29.8775720Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:29.8776160Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:29.8776603Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:51:29.8777049Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:51:29.8777443Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:29.8777885Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:29.8778320Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:29.8778765Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8779216Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8779756Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8780206Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8780606Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:29.8780876Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8781093Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:29.8781311Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:29.8781531Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8781750Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8781972Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:29.8782187Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.8782394Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:29.8782581Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:29.8782763Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8782939Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:29.8783108Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8783282Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:29.8783494Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:29.8783661Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:29.8783834Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.8783998Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8784164Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8784328Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8784493Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8784655Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8784828Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8784997Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8785166Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8785337Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8785503Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.8785667Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8785877Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.8786083Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.8786293Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:29.8786501Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.8786750Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8786949Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.8787150Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8787352Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8787555Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8787753Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.8787950Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.8788142Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.8788333Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8788523Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:29.8788716Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:51:29.8788905Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.8789139Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:29.8789333Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:29.8789516Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:29.8789704Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:29.8789892Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.8790084Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8790269Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8790458Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:29.8790654Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:29.8790846Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.8791037Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.8791226Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8791414Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:29.8791599Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.8791793Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.8791981Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.8792165Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:29.8792861Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8793021Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8793188Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:29.8793354Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:29.8793515Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8793675Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8793837Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8793983Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.8794138Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.8794297Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8794541Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8794704Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8794867Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.8795036Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:29.8795258Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.8795476Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:29.8795640Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.8795805Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8795966Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8796123Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8796281Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8796438Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.8796597Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8796757Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.8796914Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8797075Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:51:29.8797229Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:51:29.8797386Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.8797545Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8797699Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8797853Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8798008Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.8798164Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.8798317Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.8798480Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.8798686Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8798852Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:29.8799017Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:29.8799173Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8799329Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.8799489Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8799640Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8799789Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.8799946Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.8800091Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8800251Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.8800411Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.8800568Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.8800724Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8800916Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8801065Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8801222Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8801371Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8801533Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8801686Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8801842Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8801996Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8802145Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8802301Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8802449Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8802594Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8802745Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8802895Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803035Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803187Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803333Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803493Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803643Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803804Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8803960Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804162Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804319Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804474Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804624Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804775Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8804924Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8805075Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8805237Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8805389Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8805550Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8805713Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8805859Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8806010Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8806167Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8806316Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8806465Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8806657Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8806811Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8806974Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8807127Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8807295Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8807454Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8807607Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8807760Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8807915Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8808066Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8808216Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8808366Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8808519Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8808658Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8808813Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8808963Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809123Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809281Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809436Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809587Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809737Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8809931Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8810083Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8810236Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8810386Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8810539Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8810689Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8810850Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8811008Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8811158Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8811317Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8811458Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8811606Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8811755Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8811903Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8812054Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8812256Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8812407Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8812565Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8812725Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8812878Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8813030Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8813184Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8813333Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8813482Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8813634Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8813786Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8813947Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8814100Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8814251Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8814411Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8814567Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8814717Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8814869Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8815022Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8815171Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8815322Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8815517Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8815680Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8815836Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8816004Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816167Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816330Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816493Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816649Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816807Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8816964Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8817107Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8817258Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8830666Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8830894Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8831054Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8831830Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832006Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832164Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832330Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832481Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832637Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8832784Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8832947Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8833111Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8833263Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8833418Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8833573Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8833719Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8833870Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8834012Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8834159Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8834308Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8834457Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8834614Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8834762Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8834919Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8835147Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8835298Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8835441Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8835589Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8835736Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8835884Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836031Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8836179Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836326Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836481Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836633Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836774Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8836919Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8837069Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8837215Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8837403Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8837556Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8837717Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8837863Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8838028Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8838193Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8838344Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8838498Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8838654Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8838804Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8838961Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839108Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839263Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839414Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839554Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839707Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8839859Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840014Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840174Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8840327Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840479Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840673Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840820Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8840967Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8841114Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8841259Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8841407Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8841558Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8841709Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8841860Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842017Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842173Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842322Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842468Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842618Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8842771Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8842954Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8843106Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8843253Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8843405Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8843556Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8843721Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8843887Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8844062Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8844230Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8844400Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8844569Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8844731Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8844899Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845056Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845218Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845369Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845530Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845689Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845846Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8845996Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846196Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846355Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846503Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846653Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846802Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8846946Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.8847093Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8847242Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8847389Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8847545Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8847693Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8847856Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8848018Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8848162Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8848310Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8848459Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8848643Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8848797Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8848948Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8849097Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8849261Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8849417Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8849580Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8849733Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8849877Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8850034Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8850188Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8850344Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8850502Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8850651Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8850811Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8850956Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851116Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851266Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851424Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851572Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851719Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8851916Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852070Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852229Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852385Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852543Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852705Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8852863Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8853022Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8853180Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8853326Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8853482Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8853629Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8853784Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8853927Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8854083Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8854275Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8854431Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8854584Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8854739Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8854889Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855037Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855187Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855336Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855486Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855646Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855796Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8855949Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856104Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856257Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856416Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856556Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856707Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8856861Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8857026Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8857181Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8857340Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8857540Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8857695Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8857849Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8858001Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8858155Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8858312Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8858471Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8858623Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8858776Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8858931Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8859081Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8859235Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8859389Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8859646Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8859808Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8860015Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8860176Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8860332Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8860494Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8860654Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8860810Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8860965Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861115Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861263Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861416Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861566Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861715Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8861876Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862030Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862186Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862326Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862478Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862630Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8862784Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.8862936Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8863085Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8863287Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8863436Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8863597Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8863758Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8863916Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8864071Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8864224Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8864369Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8864521Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8864674Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8864825Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8864971Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865110Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865266Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865422Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865586Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865791Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8865949Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866106Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866260Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866409Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866559Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866711Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8866863Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8867011Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8867164Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8867321Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8867480Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8867636Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8867786Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8867936Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8868073Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8868223Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8868371Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8868528Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8868683Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8868834Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869030Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869187Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869343Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869498Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869651Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869801Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8869956Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870116Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870275Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870433Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870584Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870735Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8870877Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8871029Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8871178Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8871366Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8871517Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8871669Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8871822Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8871968Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8872119Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8872265Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8872412Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8872557Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8872702Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8872849Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873008Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873170Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873324Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873480Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873617Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873776Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8873934Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874091Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874242Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874394Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874583Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874734Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8874882Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875032Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875181Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875346Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875505Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875674Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8875840Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8876005Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8876163Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8876324Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8876472Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8876626Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8876784Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8876983Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8877141Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8877295Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8877449Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8877606Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8877766Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8877925Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878080Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878237Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8878389Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878537Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878689Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878842Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8878990Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8879143Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8879285Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8879443Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8879596Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8879763Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8879925Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8880080Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8880277Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8880426Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8880578Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8880728Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8880876Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881026Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881176Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881338Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881501Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8881664Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881828Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8881988Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8882145Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8882286Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8882436Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8882636Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8882790Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8882952Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8883111Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8883272Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8883430Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8883592Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8883750Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8883904Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884060Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884217Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884372Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884533Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884688Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8884850Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885011Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885158Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885315Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885471Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885625Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8885778Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.8885972Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8886121Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8886275Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8886430Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8886634Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:51:29.8886831Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8887033Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8887234Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8887432Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8887620Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8887803Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:51:29.8887994Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8888229Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8888421Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8888610Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8888809Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.8888979Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8889142Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8889316Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8889486Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8889654Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8889820Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8889985Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8890150Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8890311Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8890470Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8890632Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8890796Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8890966Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8891132Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8891306Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8891523Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8891691Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8891856Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8892020Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8892180Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8892342Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8892495Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8892653Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8892826Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8892991Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8893167Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.8893342Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8893510Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8893677Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8893887Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8894054Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8894217Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8894386Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8894549Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8894723Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8894887Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8895066Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8895241Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8895412Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.8895583Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8895903Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8896058Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8896223Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8896438Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8896605Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8896773Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8896944Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8897112Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8897284Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8897978Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8898148Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8898316Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8898481Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8898647Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8898811Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8898975Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8899137Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8899311Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8899479Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8899732Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8899894Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8900065Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8900237Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8900454Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8900619Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8900786Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8900952Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8901115Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8901286Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8901453Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8901627Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8901804Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8901975Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8902144Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8902309Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8902473Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8902636Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8902800Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8902965Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8903143Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8903295Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8903469Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8903690Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8903862Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8904031Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8904195Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8904360Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8904524Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8904691Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8904855Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8905034Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8905202Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8905378Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8905554Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.8905732Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8905906Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8906122Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8906292Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8906464Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8906632Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8906798Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8906953Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8907120Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8907292Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8907469Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8907641Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8907813Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8907987Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8908158Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8908326Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8908496Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8908670Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8908848Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.8909018Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8909186Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8909394Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8909559Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8909722Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8909884Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8910041Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8910204Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8910354Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8910521Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8910684Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8910858Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8911027Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8911192Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8911359Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8911526Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8911729Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8911891Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8912051Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8912215Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8912376Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.8912546Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8912711Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8912874Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8913040Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8913202Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8913363Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8913530Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8913677Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8913850Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8914015Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8914188Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8914365Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8914537Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8914705Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8914919Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8915089Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8915255Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8915419Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8915578Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8915740Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8915901Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8916071Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8916236Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8916412Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8916583Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.8916754Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8916920Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8917075Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8917275Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8917439Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8917601Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8917764Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8917924Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8918087Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8918255Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8918421Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8918596Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8918764Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8918934Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8919104Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8919271Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8919434Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8919597Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8919757Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8919920Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8920080Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8920243Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8920416Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8920638Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8920828Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8921012Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.8921193Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8921375Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8921553Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8921726Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8921905Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8922080Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8922249Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8922429Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8922600Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8922767Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8923359Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8923542Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8923716Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8923883Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8924048Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8924212Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8924376Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8924524Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8924690Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8924856Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8925023Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8925189Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8925362Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8925539Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8925705Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8925873Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8926040Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8926202Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8926364Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8926573Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8926735Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8926910Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8927081Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8927253Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8927424Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8927601Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8927758Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8927931Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8928098Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8928268Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8928440Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8928613Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8928782Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8928997Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8929170Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8929337Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8929510Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8929677Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8929847Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8930012Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8930189Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8930358Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8930532Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8930707Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.8930883Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8931052Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.8931219Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8931373Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8931540Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8931707Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8931871Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8932033Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8932245Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8932411Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8932577Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8932743Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8932908Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8933071Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8933236Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8933396Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8933557Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8933722Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8933890Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8934050Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8934213Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8934374Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8934570Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8934735Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8934900Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8935061Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8935220Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8935393Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8935560Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8935729Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8935902Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8936067Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8936232Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8936399Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8936564Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8936725Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8936893Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8937054Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8937215Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8937380Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8937538Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8937699Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8937890Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8938049Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8938209Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8938371Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8938536Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8938702Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8938874Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8939044Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.8939211Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8939376Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8939630Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8939796Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8939957Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8940121Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8940335Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8940508Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8940674Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8940847Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8941016Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8941185Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8941337Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8941498Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8941666Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8941829Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8942000Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8942166Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8942344Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8942518Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8942693Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8942861Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8943029Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8943193Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8943357Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8943568Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8943733Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8943895Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8944060Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8944231Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8944395Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8944575Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8944738Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.8944916Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8945090Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8945260Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8945430Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8945598Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8945766Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8945973Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8946140Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8946306Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8946480Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8946652Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8946822Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8946988Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8947155Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8947321Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8947486Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8947650Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8947824Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8947999Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8948156Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8948321Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8948492Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8948662Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8948830Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8948995Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8949163Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8949372Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8949543Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8949715Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8949884Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.8950049Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8950216Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8950382Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8950546Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8950711Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8950873Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8951044Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8951209Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8951375Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8951525Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8951724Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8951889Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8952051Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8952208Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8952368Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8952528Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8952703Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8952873Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.8953044Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8953209Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8953373Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8953544Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8953715Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8953879Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8954044Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8954204Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8954365Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8954525Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8954670Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8954873Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8955034Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8955209Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8955377Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8955557Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8955735Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8955906Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8956080Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8956256Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8956431Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8956601Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8956768Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8956937Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8957108Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8957314Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8957484Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8957652Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8957827Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8958000Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.8958174Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8958329Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8958495Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8958659Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8958826Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8958990Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8959156Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8959318Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8959479Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8959648Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8959810Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8959988Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8960159Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8960331Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8960539Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8960706Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8960868Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8961038Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8961195Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8961360Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8961527Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8961691Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8961863Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8962039Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8962213Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8962384Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8962553Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8962723Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8962934Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8963102Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8963271Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8963449Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8963620Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8963794Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8963965Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8964138Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8964309Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8964476Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8964644Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8964812Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8964981Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8965142Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8965305Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8965484Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8965658Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8965835Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8966003Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8966213Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8966381Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8966546Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8966712Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8966877Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8967045Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8967205Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8967416Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8967626Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8967838Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8968048Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8968256Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8968506Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8968713Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8968912Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8969116Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8969321Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8969515Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8969711Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.8969887Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8970055Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8970229Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8970401Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8970565Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8970732Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8970903Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8971071Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8971235Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8971405Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8971568Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8971787Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8971961Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8972126Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8972292Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8972460Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8972624Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8972788Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8972951Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8973102Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8973276Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8973439Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8973610Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8973776Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8973940Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8974140Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8974303Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8974467Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8974631Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8974800Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8974961Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8975134Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8975304Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8975476Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8975642Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8975804Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8975968Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8976130Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8976294Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8976444Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8976609Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8976772Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8977041Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8977215Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8977436Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8977660Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8977823Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8977984Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8978147Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8978311Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8978470Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8978651Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8978900Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8979087Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8979268Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8979496Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8979754Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8979929Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8980159Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8980324Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8980497Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8980736Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8980914Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8981085Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8981252Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8981422Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8981593Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8981759Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8981925Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8982087Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8982254Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8982417Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8982591Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8982757Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8982931Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8983104Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8983275Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8983497Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8983664Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8983815Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8983978Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8984142Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8984303Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8984466Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8984629Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8984822Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8985016Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8985203Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8985391Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8985576Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8985800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8985995Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8986181Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8986432Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8986622Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8986808Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8986995Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8987182Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8987367Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8987553Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8987745Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.8987941Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8988118Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8988312Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8988501Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8988687Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8988873Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8989063Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8989711Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.8989893Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8990065Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8990242Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8990415Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8990586Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8990761Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8990935Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8991112Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.8991285Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8991461Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8991631Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8991804Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8992028Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.8992200Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8992356Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8992529Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8992701Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8992868Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8993035Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8993201Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8993368Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8993533Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8993780Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.8993979Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8994167Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8994350Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8994537Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8994723Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8994928Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8995126Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8995322Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8995580Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8995778Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8995978Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8996177Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8996378Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.8996559Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.8996754Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8996948Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8997141Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8997336Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8997536Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8997789Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8997995Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8998185Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.8998430Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.8998620Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.8998814Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.8999056Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.8999249Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8999440Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.8999629Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.8999820Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9000036Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9000239Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9000425Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9000614Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9000803Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9000990Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9001176Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9001416Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9001599Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9001776Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9001960Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9002145Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9002338Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9002527Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9002715Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9002907Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9003092Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9003278Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9003476Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9003738Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9003928Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9004112Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9004299Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9004522Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9004736Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9004927Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9005129Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9005376Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9005573Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9005768Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9005954Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9006241Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9006450Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9006642Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9006839Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9007025Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9007301Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9007484Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9007672Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9007855Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9008119Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9008388Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9008695Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9008889Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9009086Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9009343Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9009536Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9009726Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9010054Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9010251Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9010512Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9010848Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9011046Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9011236Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9011545Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9011727Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9011916Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9012163Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9012471Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9012664Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9012968Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9013245Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9013435Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9013667Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9013955Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9014225Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9014417Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9014613Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9014807Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9015002Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9015197Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9015383Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9015571Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9015757Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9015946Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9016136Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9016330Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9017111Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9017322Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9017549Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.9017749Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9017942Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9018127Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9018320Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9018511Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9018707Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9018897Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9019092Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9019286Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9019618Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9019815Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9019997Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9020192Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9020384Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9020655Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9020843Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9021032Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9021225Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9021409Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9021600Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9021784Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9021974Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9022167Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9022331Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9022516Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9022696Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9022872Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9023159Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9023337Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9023515Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9023747Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9023921Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9024093Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9024267Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9024440Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9024619Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9024795Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9024969Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9025145Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9025318Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9025489Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9025657Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9025823Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9025986Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9026153Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9026323Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9026547Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9026719Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9026891Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9027062Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9027233Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9027402Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9027569Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9027734Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9027899Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9028059Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9028222Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9028385Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9028566Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9028742Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9028973Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9029216Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9029404Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9029567Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9029788Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9029967Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9030143Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9030320Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9030497Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9030673Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9030847Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9031015Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9031185Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9031352Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9031521Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9031683Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9031852Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9032022Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9032209Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9032450Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9032633Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9032817Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9033000Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9033183Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9033364Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9033552Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9033742Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9033913Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9034080Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9034256Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9034433Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9034602Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9034833Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9035004Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9035231Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9035395Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9035558Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9035724Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9035896Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9036114Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9036295Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9036467Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9036639Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9036807Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9036973Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9037128Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9037290Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9037448Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9037612Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9037779Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9037943Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9038165Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9038331Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9038507Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9038683Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9038854Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9039022Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9039195Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9039359Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9039525Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9039686Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9039853Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9040017Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9040192Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9040363Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9040578Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9040758Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9040933Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9041109Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9041281Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9041504Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9041676Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9041847Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9042023Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9042243Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9042412Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9042588Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9042758Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9042931Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9043101Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9043268Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9043429Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9043612Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9043780Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9044022Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9044178Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9044356Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9044529Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9044704Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9044876Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9045047Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9045214Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9045385Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9045557Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9045723Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9045893Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9046067Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9046238Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9046452Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9046623Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9046787Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9046955Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9047117Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9047282Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9047500Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9047663Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9047828Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9048005Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9048227Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9048403Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9048572Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9048744Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9048911Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9049075Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9049238Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9049405Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9049576Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9049739Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9049972Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9050147Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9050314Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9050486Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9050653Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9050818Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9050965Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9051131Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9051297Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9051479Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9051666Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9051857Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9052043Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9052269Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9052457Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9052641Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9052822Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9053007Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9053191Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9053372Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9053610Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9053796Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9053976Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9054208Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9054397Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9054579Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9054765Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9054948Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9055114Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9055291Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9055471Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9055709Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9055890Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9056069Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9056251Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9056435Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9056620Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9056798Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9056975Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9057156Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9057336Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9057518Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9057700Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9057882Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9058118Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9058296Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9058474Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9058656Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9058836Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9059017Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9059192Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9059362Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9059667Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9059850Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9060024Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9060231Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9060418Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9060599Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9060777Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9060960Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9061140Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9061321Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9061559Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9061739Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9061914Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9062092Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9062272Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9062451Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9062629Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9062799Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9062975Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9063148Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9063310Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9063486Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9063659Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9063886Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9064067Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9064237Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9064412Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9064589Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9064763Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9064937Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9065109Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9065282Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9065463Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9065689Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9065866Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9066041Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9066245Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9066442Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9066615Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9066800Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9066990Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9067157Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9067397Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9067581Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9067763Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9067943Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9068124Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9068323Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9068526Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9068715Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9068912Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9069109Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9069305Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9069496Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9069744Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9069936Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9070129Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9070321Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9070514Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9070704Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9070898Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9071090Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9071276Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9071464Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9071710Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9071888Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9072080Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9072317Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9072513Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9072704Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9072892Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9073137Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9073331Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9073519Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9073709Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9073896Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9074088Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9074277Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9074468Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9074652Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9074829Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9075015Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9075190Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9075410Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9075585Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9075753Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9075932Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9076109Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9076276Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9076456Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9076632Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9076808Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9076981Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9077157Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9077333Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9077508Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9077781Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9078005Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9078252Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9078485Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9078697Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9078958Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9079170Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9079383Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9079588Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9079793Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9079997Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9080203Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9080408Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9080614Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9080811Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9081012Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9081254Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9081457Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9081648Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9081852Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9082048Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9082246Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9082437Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9082636Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9082837Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9083037Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9083237Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9083428Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9083669Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9083867Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9084065Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9084308Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9085041Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9085213Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9085379Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9085554Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9085727Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9085901Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9086071Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9086235Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9086402Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9086566Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9086718Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9086881Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9087055Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9087223Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9087451Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9087629Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9087799Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9087974Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9088145Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9088312Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9088481Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9088646Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9088816Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9088985Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9089152Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9089319Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9089491Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9089732Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9089902Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9090053Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9090218Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9090425Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9090594Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9090807Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9090970Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9091142Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9091305Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9091483Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9091656Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9091830Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9091999Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9092166Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9092334Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9092503Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9092668Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9092835Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9093010Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9093223Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9093395Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9093551Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9093721Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9093888Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9094055Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9094224Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9094388Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9094550Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9094720Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9094879Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9095040Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9095202Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9095356Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9095514Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9095676Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9095894Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096053Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096221Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096383Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096594Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096791Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9096947Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097100Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097254Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097410Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097565Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097729Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9097885Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9098043Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9098200Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9098360Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9098514Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9098667Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9098825Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9098978Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9099178Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9099333Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9099498Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9099728Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9099885Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9100040Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9100194Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9100349Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9100501Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9100656Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9100807Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9100968Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101123Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101281Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101443Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101599Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101751Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9101936Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9102110Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9102263Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9102411Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9102647Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9102821Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9102986Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9103162Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9103331Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9103496Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9103660Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9103824Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9103988Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9104154Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9104314Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9104476Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9104638Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9104797Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9104952Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105158Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105314Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105469Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105624Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105764Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9105921Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106072Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106232Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106384Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106550Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106710Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9106866Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9107026Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9107183Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9107335Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9107491Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9107644Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9107798Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9107996Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9108156Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9108341Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9108569Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9108782Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9108960Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9109137Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9109312Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9109488Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9109667Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9109850Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9110030Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9110203Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9110377Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9110552Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9110724Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9111344Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9111526Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9111706Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9111892Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9112064Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9112240Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9112411Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9112583Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9112759Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9112918Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113087Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113250Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113413Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113577Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113739Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9113899Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9114125Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9114286Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9114445Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9114684Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9114860Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9115024Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9115184Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9115338Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9115496Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9115653Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9115807Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9115958Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9116101Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9116253Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9116405Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9116553Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9116731Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9116908Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9117129Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9117306Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9117483Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9117660Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9117848Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9118036Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9118221Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9118414Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9118600Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9118783Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9118967Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9119152Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9119328Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9119509Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9119671Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9119842Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9120070Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9120259Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9120443Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9120729Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9120907Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9121082Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9121261Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9121439Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9121616Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9121790Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9121962Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9122136Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9122312Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9122483Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9122656Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9122828Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123047Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123222Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123397Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123560Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123731Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9123900Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9124069Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9124239Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9124412Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9124591Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9124766Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9124941Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9125117Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9125290Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9125465Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9125657Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9134837Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9135112Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9135303Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9135632Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9135821Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9136006Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9136182Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9136370Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9136562Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9136731Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9136920Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9137109Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9137301Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9137479Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9137661Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9137836Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9138155Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9138334Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9138508Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9138744Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9138929Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9139117Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9139309Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9139503Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9139784Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9139971Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9140157Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9140334Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9140506Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9140689Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9140857Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9141042Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9141227Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9141406Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9141641Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9141815Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9141987Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9142164Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9142338Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9142528Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9142708Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9142893Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9143073Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9143248Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9143428Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9143601Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9143779Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9143995Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9144228Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9144407Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9144591Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9144821Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9144985Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9145155Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9145335Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9145518Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9145698Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9145884Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9146063Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9146242Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9146419Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9146596Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9146771Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9146941Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9147118Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9147345Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9147528Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9147703Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9147881Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9148060Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9148237Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9148409Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9148579Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9148744Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9148922Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9149105Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9149279Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9149461Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9149676Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9149854Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150065Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150255Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150433Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150614Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150782Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9150951Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9151174Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9151344Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9151508Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9151669Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9151830Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9151992Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9152151Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9152303Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9152451Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9152614Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9152777Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9152936Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153145Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153303Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153463Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153622Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153776Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9153927Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154087Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154239Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154397Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154554Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154717Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9154879Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155038Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155195Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155334Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155527Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155687Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155840Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9155994Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9156146Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9156296Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9156522Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9156690Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9156866Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9157082Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9157262Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9157431Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9157604Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9157772Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9157938Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158098Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158261Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158413Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158579Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158740Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9158901Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159112Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159271Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159427Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159586Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159743Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9159921Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9160103Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9160280Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9160460Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9160634Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9160804Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9160987Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9161168Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9161341Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9161544Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9161704Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9161857Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9162024Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9162184Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9162341Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9162553Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9162712Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9162866Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9163058Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9163232Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9163395Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9163553Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9163716Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9163877Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164036Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164193Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164349Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164506Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164661Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164800Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9164999Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165155Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165305Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165469Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165629Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165792Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9165956Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9166116Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9166269Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9166423Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9166579Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9166735Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9166890Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9167047Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9167199Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9167407Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9167566Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9167720Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9167885Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168045Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168205Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168361Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168572Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168726Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9168886Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169065Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169235Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169394Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169552Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169705Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9169854Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9170007Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9170160Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9170314Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9170466Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9170607Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9170816Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9170973Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9171133Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9171290Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9171442Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9171602Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9171756Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9171907Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9172061Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9172219Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9172373Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9172524Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9172684Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9172845Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173002Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173202Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173356Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173505Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173647Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173798Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9173946Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174106Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174256Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174419Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174632Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174792Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9174949Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9175105Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9175306Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9175461Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9175612Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9175766Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9175925Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9176080Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9176243Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9176391Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9176592Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9176748Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9176901Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177052Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177204Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177355Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177504Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177677Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9177852Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178025Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178194Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178359Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178527Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178693Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9178857Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9179069Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9179243Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9179416Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9179650Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9179821Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9179983Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9180152Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9180323Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9180493Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9180722Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9180897Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9181067Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9181297Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9181463Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9181631Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9181795Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9181960Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9182130Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9182298Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9182515Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9182681Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9182846Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183012Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183176Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183327Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183499Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183673Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9183836Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9184000Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9184160Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9184327Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9184488Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9184656Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9184862Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9185030Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9185195Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9185362Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9185523Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9185684Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9185847Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9186011Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9186171Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9186341Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9186497Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9186715Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9186881Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187044Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187206Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187417Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187589Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187755Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9187918Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9188080Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9188794Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9188956Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9189117Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9189279Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9189440Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9189604Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9189771Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9189936Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9190097Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9190242Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9190401Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9190558Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9190719Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9190881Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9191094Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9191263Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9191425Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9191591Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9191753Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9191913Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9192077Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9192247Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9192424Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9192601Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9192840Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193013Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193178Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193381Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193555Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193729Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9193916Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9194104Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9194287Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9194472Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9194699Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9194884Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9195067Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9195251Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9195436Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9195617Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9195797Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9195979Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9196159Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9196339Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9196518Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9196697Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9196930Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9197113Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9197292Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9197476Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9197654Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9197819Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198000Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198177Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198363Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198549Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198727Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9198965Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9199143Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9199321Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9199549Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9199723Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9199891Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9200060Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9200227Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9200441Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9200608Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9200768Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9200930Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9201094Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9201259Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9201428Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9201583Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9201750Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9201914Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9202077Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9202241Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9202404Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9202616Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9202863Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9203075Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9203273Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9203475Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9203676Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9203869Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9204069Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9204275Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9204471Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9204669Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9204903Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9205113Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9205306Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9205498Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9205741Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9205938Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9206116Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9206361Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9206558Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9206749Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9206939Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9207130Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9207320Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9207509Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9207704Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9207892Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9208082Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9208271Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9208457Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9208684Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9208875Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9209062Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9209225Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9209381Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9209546Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9209711Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9209869Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9210012Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9210172Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9210329Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9210488Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9210643Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9210797Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211008Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211167Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211337Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211506Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211722Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9211882Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212085Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212244Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212395Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212552Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212711Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9212869Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213028Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213168Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213334Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213502Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213655Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213807Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9213958Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9214109Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9214259Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9214410Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215003Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215174Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9215329Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215496Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215661Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215826Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9215981Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9216136Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9216290Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9216432Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9216588Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9216739Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9216903Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217120Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217278Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217433Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217622Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217790Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9217948Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9218104Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9218273Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9218500Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9218673Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9218842Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219007Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219173Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219336Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219486Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219752Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9219920Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9220085Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9220247Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9220414Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9220574Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9220750Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9220970Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9221139Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9221306Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9221474Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9221635Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9221798Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9221959Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9222118Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9222290Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9222454Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9222630Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9222804Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9222998Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9223181Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9223349Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9223511Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9223721Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9223889Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9224050Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9224220Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9224437Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9224614Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9224784Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9224953Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9225121Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9225288Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9225453Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9225614Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9225778Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9225940Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9226105Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9226272Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9226424Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9226666Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9226839Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9227006Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9227176Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9227339Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9227503Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9227666Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9227826Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9227986Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9228159Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9228321Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9228496Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9228670Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9228837Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229053Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229223Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229386Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229546Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229747Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9229909Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9230129Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9230295Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9230467Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9230637Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9230804Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9230969Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9231134Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9231294Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9231451Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9231618Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9231783Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9231952Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9232114Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9232288Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9232506Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9232676Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9232843Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233008Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233158Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233319Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233481Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233642Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233820Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9233990Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9234168Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9234344Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9234522Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9234696Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9234867Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9235092Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9235263Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9235432Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9235595Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9235869Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9236038Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9236212Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9236386Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9236559Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9236721Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9236893Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9237064Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9237233Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9237398Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9237570Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9237743Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9237913Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238082Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238299Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238468Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238633Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238797Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9238959Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239122Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239285Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239455Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239617Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239791Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9239960Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9240118Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9240283Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9240444Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9240604Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9240765Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9240923Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9241140Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9241305Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9241473Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9241736Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9241905Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242064Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242226Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242388Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242556Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242716Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9242886Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243049Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243225Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243397Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243558Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243726Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9243894Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9244102Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9244268Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9244430Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9244595Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9244757Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9244926Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9245096Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9245260Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9245437Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9245608Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9245779Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9245949Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9246115Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9246279Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9246443Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9246605Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9246767Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9246918Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9247135Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9247306Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9247516Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9247749Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9247923Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248092Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248260Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248428Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248590Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248751Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9248912Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9249074Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9249238Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9249399Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9249583Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9249814Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9250002Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9250187Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9250374Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9250544Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9250718Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9250894Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9251074Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9251256Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9251438Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9251614Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9251795Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9251968Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252133Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252307Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252477Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252646Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252812Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9252975Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9253238Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9253404Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9253567Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9253731Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9253953Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254105Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254285Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254458Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254628Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254800Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9254969Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9255135Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9255299Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9255464Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9255673Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9255854Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9256026Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9256202Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9256376Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9256550Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9256721Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9256893Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9257060Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9257231Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9257397Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9257563Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9257735Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9257909Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258083Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258253Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258422Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258595Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258764Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9258933Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9259201Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9259375Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9259651Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9259827Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260056Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260231Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260401Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260571Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260740Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9260906Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9261069Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9261221Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9261390Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9261556Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9261769Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9261937Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9262105Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9262266Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9262430Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9262598Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9262763Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9262927Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9263097Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9263257Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9263423Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9263590Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9263752Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9263913Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264074Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264235Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264381Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264555Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264720Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9264938Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9265108Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9265324Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9265492Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9265656Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9265821Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9266039Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9266209Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9266371Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9266536Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9266700Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9266861Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9267022Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9267181Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9267396Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9267556Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9267717Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9267873Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9268037Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9268209Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9268376Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9268540Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9268703Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9268867Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9269027Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9269204Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9269449Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9269697Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9269948Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9270194Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9270455Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9270714Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9270958Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9271207Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9271591Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9271833Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9272061Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9272361Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9272610Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9272872Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9273145Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9273410Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9273664Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9273916Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9274165Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9274402Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9274650Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9274876Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9275211Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9275471Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9275734Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9276004Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9276755Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9277093Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9277328Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9277521Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9277803Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278037Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278208Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278383Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278548Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278806Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9278978Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9279176Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9279442Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9279632Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9279797Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9279990Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9280383Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9280550Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9280713Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9280884Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9281053Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9281225Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9281424Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9281675Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9281859Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9282049Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9282229Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9282423Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9282617Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9282859Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9283034Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9283250Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9283512Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9283767Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9283964Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9284131Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9284292Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9284461Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9284630Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9284865Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9285029Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9285193Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9285398Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9285576Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9285724Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9285885Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9286048Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9286210Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9286385Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9287165Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9287341Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9287510Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9287679Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9287848Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9288025Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9288199Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9288366Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9288531Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9288699Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9288862Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9289027Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9289188Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9289354Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9289571Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9289748Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9289930Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9290113Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9290291Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9290469Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9290643Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9290890Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291067Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291237Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291455Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291631Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291797Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9291969Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9292135Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9292313Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9292490Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9292664Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9292834Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293002Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293203Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293368Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293532Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293699Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9293863Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294028Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294199Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294361Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294538Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294712Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9294883Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295055Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295222Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295428Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295595Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295757Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9295923Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9296091Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9296274Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9296442Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9296605Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9296833Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9297012Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9297185Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9297355Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9297576Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9297746Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9297913Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9298091Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9298267Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9298448Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9298625Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9298803Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9299023Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9299189Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9299355Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9299523Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9299816Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9299992Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9300161Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9300329Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9300506Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9300685Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9300858Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301029Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301196Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301416Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301587Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301755Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9301927Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9302095Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9302313Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9302524Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9302739Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9303012Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9303225Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:29.9303443Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9303704Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9303918Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9304128Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:51:29.9304342Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9304551Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9304764Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9304993Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9305150Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9305329Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9305504Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9305675Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9305850Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9306014Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9306187Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9306363Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9306540Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9306707Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9306884Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307060Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307233Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307444Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307615Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307783Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9307952Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9308126Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9308290Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9308463Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9308615Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9308789Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9308960Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9309185Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9309357Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9309519Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9309720Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9309907Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9310081Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9310249Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9310427Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9310603Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9310779Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9310992Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9311157Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9311324Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9311492Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9311659Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9311827Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9311983Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9312152Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9312330Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9312505Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9312677Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9312845Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9313007Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9313166Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9313796Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9313986Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9314157Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9314347Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9314529Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9314717Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9314906Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9315148Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9315334Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9315516Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9315691Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9315926Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9316106Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9316268Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9316439Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9316611Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9316781Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9316951Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9317120Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9317344Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9317513Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9317674Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9317841Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9318007Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9318183Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9318348Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9318524Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9318700Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9318873Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9319043Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9319210Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9319377Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9319528Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9319729Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9319893Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9320057Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9320223Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9320419Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9320621Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9320812Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9321000Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9321246Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9321438Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9321631Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9321865Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9322061Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9322251Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9322467Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9322661Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9322849Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9323033Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9323267Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9323449Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9323645Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9323837Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9324016Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9324203Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9324388Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9324576Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9324764Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9324945Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9325123Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9325295Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9325663Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9325845Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9326021Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9326198Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9326371Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9326545Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9326715Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9326888Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9327062Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9327290Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9327467Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9327643Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9327860Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9328016Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9328179Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9328345Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9328510Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9328680Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9328844Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9329011Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9329349Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9329539Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9329731Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9329918Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9330105Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9330292Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9330496Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9330700Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9330904Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9331108Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9331311Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9331513Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9331843Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9332046Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9332244Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9332425Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9332616Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9332803Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9332998Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9333248Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9333455Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9333654Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9333890Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9334077Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9334269Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9334466Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9334656Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9334849Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9335036Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9335366Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9335555Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9335745Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9335924Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9336111Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9336299Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9336490Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9336677Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9336868Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9337042Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9337226Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9337407Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9337590Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9337906Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9338129Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:51:29.9338346Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:51:29.9338559Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:51:29.9338747Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9338934Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9339153Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9339380Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9339679Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9339918Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9340117Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9340308Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9340507Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9340703Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9340901Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9341100Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9341299Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9341652Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9341850Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9342054Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9342234Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9342431Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9342623Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9342814Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9343013Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9343209Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9343393Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9343581Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9343774Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9344106Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9344315Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9344519Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9344717Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9344914Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9345106Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9345347Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9345546Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9345741Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9345984Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9346181Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9346379Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9346572Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9346766Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9346961Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9347139Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9347330Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9347566Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9347763Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9347956Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9348148Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9348346Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9348534Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9348722Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9348919Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9349107Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9349295Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9349490Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9349685Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9349924Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9350117Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9350306Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9350497Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9350685Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9350875Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9351060Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9351304Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9351494Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9351688Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9351870Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9352112Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9352303Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9352491Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9352681Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9352871Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9353064Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9353302Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9353494Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9353684Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9353870Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9354056Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9354245Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9354433Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9354622Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9354818Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9355007Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9355197Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9355390Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9355620Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9355812Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9356000Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9356192Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9356382Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9356548Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9356737Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9356917Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9357102Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9357339Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9357520Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9357699Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9357877Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9358095Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9358267Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9358439Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9358616Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9358791Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9358964Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9359192Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9359367Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9359543Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9359720Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9359893Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9360063Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9360218Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9360391Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9360566Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9360734Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9360913Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9361089Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9361260Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9361428Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9361639Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9361808Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9361977Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9362145Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9362314Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9362482Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9362647Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9362832Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9363012Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9363204Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9363440Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9363628Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9363793Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364024Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364206Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364388Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364569Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364745Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9364919Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9365140Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9365313Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9365486Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9365656Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9365821Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9365986Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9366150Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9366318Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9366507Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9366693Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9366883Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9367071Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9367255Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9367470Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9367650Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9367839Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368027Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368200Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368366Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368544Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368718Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9368888Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369055Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369221Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369388Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369547Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369710Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9369876Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9370047Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9370210Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9370385Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9370556Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9370768Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9370931Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9371079Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9371242Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9371407Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9371568Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9371733Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9371894Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9372055Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9372227Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9372396Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9372572Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9372745Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9372913Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373123Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373293Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373457Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373621Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373783Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9373949Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9374110Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9374315Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9374500Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9374685Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9374862Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9375088Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9375267Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9375437Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9375605Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9375770Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9375939Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376112Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376283Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376445Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376665Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376829Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9376996Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377161Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377326Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377494Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377659Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377811Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9377988Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9378155Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9378327Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9378498Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9378669Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9378840Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9379051Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9379216Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9379383Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9379651Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9379818Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9379983Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9380158Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9380330Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9380498Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9380665Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9380828Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9380994Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9381154Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9381306Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9381473Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9381641Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9381802Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9381975Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9382147Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9382313Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9382983Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9383147Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9383309Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9383474Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9383640Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9383808Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9383978Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9384143Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9384321Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9384494Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9384662Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9384826Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9384975Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9385139Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9385351Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9385515Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9385679Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9385862Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9386051Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9386237Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9386421Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9386598Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9386786Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9386965Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9387149Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9387330Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9387518Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9387698Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9387879Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9388065Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9388247Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9388424Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9388649Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9388823Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9388991Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9389176Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9389354Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9389532Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9389716Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9389896Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9390076Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9390258Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9390519Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9390707Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9390888Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9391158Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9391340Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9391524Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9391704Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9391881Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9392063Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9392244Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9392424Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9392600Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9392774Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9392954Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9393121Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9393302Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9393483Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9393665Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9393843Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9394018Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9394196Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9394422Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9394601Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9394778Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9394953Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9395136Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9395316Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9395495Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9395671Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9395842Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9396017Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9396191Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9396372Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9396552Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9396779Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9396939Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9397113Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9397292Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9397466Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9397640Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9397814Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9397986Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9398164Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9398339Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9398513Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9398687Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9398855Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9399031Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9399201Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9399376Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9399555Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9399726Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9399902Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9400124Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9400298Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9400470Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9400630Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9400814Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9401000Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9401185Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9401368Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9401547Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9401727Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9401906Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9402083Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9402278Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9402518Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9402717Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9402912Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9403106Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9403297Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9403489Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9403679Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9403875Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9404071Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9404268Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9404467Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9404660Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9404850Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9405033Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9405227Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9405423Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9405621Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9405868Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9406059Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9406256Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9406448Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9406643Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9406833Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9407027Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9407224Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9407418Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9407611Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9407803Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9407992Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9408680Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9408885Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9409075Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9409257Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9409441Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9409620Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9409799Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9409979Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9410141Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9410320Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9410499Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9410676Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9410863Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9411042Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9411221Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9411398Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9411569Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9411745Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9411986Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9412211Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9412429Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9412648Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9412867Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9413088Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9413301Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9413510Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9413722Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9413936Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9414141Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9414404Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9414614Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9414823Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9415016Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9415221Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9415424Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9415625Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9415825Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9416031Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9416235Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9416440Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9416639Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9416835Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9417031Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9417227Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9417427Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9417676Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9417871Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9418068Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9418263Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9418458Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9418656Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9418845Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9419018Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9419182Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9419356Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9419728Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9419906Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420060Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420284Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420451Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420613Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420779Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9420945Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9421120Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9421287Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9421464Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9421735Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9421912Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9422082Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9422298Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9422473Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9422642Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9422809Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9422973Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9423140Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9423307Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9423471Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9423629Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9423859Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424025Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424188Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424351Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424517Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424680Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9424841Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425004Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425178Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425343Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425517Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425688Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9425854Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9426022Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9426234Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9426394Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9426556Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9426721Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9426872Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9427042Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9427210Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9427377Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9427657Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9427869Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9428031Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9428197Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9428359Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9428524Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9428697Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9428870Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.9429044Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9429213Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9429381Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9429545Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9429796Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9429963Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9430126Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9430294Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9430443Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9430616Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9430781Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9430957Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.9431132Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.9431302Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9431470Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9431637Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9431802Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9431968Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9432188Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9432355Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9432527Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9432692Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9432872Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:29.9433048Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.9433221Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9433391Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9433560Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9433715Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9433881Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9434051Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9434213Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9434386Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9434550Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9434729Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9434903Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9435076Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9435249Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9435417Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9435633Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9435794Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9435959Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9436125Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9436295Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9436464Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9436630Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9436804Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:29.9436978Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9437133Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9437300Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9437465Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9437630Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9437794Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9438010Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9438175Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9438349Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9438515Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9438692Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.9438865Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:29.9439036Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9439206Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9439375Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9439539Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9439707Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9439875Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9440040Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9440212Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9440364Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9440538Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9440712Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9440884Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9449739Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9450145Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9450328Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9450505Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9450673Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9450846Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9451021Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9451190Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9451369Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.9451547Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9451721Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9451893Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9452062Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9452231Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9452394Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9452551Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9452777Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9452961Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9453135Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9453316Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9453498Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9453677Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9453854Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9454028Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9454205Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9454378Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9454552Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9454722Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9454891Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9455063Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9455237Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9455412Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9455589Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9455762Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9455936Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9456152Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9456308Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9456475Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9456653Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9456823Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9456997Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9457164Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9457332Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9457503Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9457670Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9457838Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9458004Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9458168Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9458334Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9458547Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9458715Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9458892Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9459068Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9459237Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9459404Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9459672Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9459840Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9460008Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9460174Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9460337Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9460505Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9460674Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9460844Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9461008Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9461173Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9461337Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9461502Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9461668Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9461830Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9462058Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9462227Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9462402Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.9462578Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:29.9462752Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9462912Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9463082Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9463249Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9463416Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9463583Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.9463748Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9463917Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9464087Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9464258Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9464468Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9464644Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9464817Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.9464992Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9465162Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9465329Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9465501Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9465668Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9465837Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9466003Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9466168Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9466322Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9466491Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9466658Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9466832Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9467003Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.9467176Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9467347Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9467511Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9467677Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9467886Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9468048Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9468214Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9468377Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9468545Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9468734Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9468916Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9469107Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9469296Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:29.9469477Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9469658Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9469829Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9470004Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9470224Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9470407Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9470586Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9470767Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9470945Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9471115Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9471282Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9471461Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9471636Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9471808Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9471978Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9472149Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9472318Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9472481Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9472649Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9472817Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9472991Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9473157Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9473317Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9473490Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9473904Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9474075Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9474243Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9474406Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9474576Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9474746Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9474915Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9475097Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9475269Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9475446Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9475621Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9475792Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9475964Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9476136Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9476451Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9476626Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9476794Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9476960Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9477134Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9477308Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9477483Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9477654Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9477887Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9478071Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9478244Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9478418Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9478621Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9478814Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9478995Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9479173Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.9479355Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9479531Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9479704Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9480016Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9480186Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9480355Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9480520Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9480673Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9480841Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9481009Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9481176Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9481345Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9481515Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9481683Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9481851Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9482017Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9482183Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9482477Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9482654Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9482820Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9482992Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9483160Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9483329Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9483494Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9483659Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9483824Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9483979Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9484153Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9484321Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9484495Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9484666Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9484835Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9485003Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9485169Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9485339Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9485506Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9485677Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9486527Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9486694Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.9486861Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9487023Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9487191Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9487357Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9487522Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9487685Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9487851Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9488006Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9488172Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9488346Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9488520Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9488690Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9488857Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9489165Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9489331Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9489499Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9489664Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9489832Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9490007Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9490172Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9490343Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9490513Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9490681Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9490847Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9491011Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9491178Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9491330Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9491500Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9491665Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9491842Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9492017Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.9492188Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9492490Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9492658Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9492829Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9492995Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9493162Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9493327Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9493494Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9493655Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9493825Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9493992Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9494171Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9494344Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9494519Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9494690Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9494850Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9495151Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9495325Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9495489Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9495657Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9495827Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9495996Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9496170Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9496342Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9496515Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9496682Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9496851Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9497021Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9497190Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9497355Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9497525Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9497696Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9497864Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9498034Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9498215Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9498540Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9498725Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9498916Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9499087Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9499254Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9499431Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9499687Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9499857Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9500027Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9500194Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9500364Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9500532Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9500698Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9500867Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9501176Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9501352Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9501517Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9501689Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9501848Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9501997Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9502161Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9502326Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9502487Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9502649Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9502827Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9503003Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.9503179Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9503350Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9503513Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9503684Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9503854Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9504023Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9504191Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9504353Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9504659Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9504825Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9504991Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9505155Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9505305Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9505482Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9505656Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9505838Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9506021Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9506202Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9506380Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9506556Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9506731Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9506902Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9507204Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9507381Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9507551Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9507722Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9507890Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9508058Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9508235Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9508409Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.9508586Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9508756Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9508910Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9509082Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9509250Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9509417Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9509583Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9509749Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9509918Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9510091Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9510261Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9510438Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9510746Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9510916Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9511087Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9511255Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9511420Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9511587Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9511755Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9511923Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9512094Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9512274Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9512429Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9512603Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9512778Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9513506Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9513694Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9513867Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9514041Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9514211Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9514381Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9514559Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9514728Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9514903Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9515081Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9515255Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9515426Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9515598Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9515767Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9515940Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9516107Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9516280Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9516438Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9516616Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9516791Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9517116Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9517289Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9517458Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9517629Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9517797Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9517968Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9518133Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9518301Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9518470Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9518685Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:51:29.9518895Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9519113Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9519327Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9519666Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9519880Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9520092Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9520298Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9520503Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9520707Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9520915Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9521107Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9521287Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9521464Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9521639Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9521813Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9521986Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9522156Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9522322Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9522493Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9522665Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9522839Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9523148Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9523323Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.9523499Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9523670Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9523843Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9524015Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9524188Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9524356Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9524524Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9524675Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9524850Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9525020Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9525191Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9525361Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9525670Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9525839Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9526010Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9526179Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9526346Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9526518Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9526688Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9526866Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.9527044Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9527214Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9527384Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9527553Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9527718Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9527887Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9528040Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9528208Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9528381Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9528550Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9528729Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.9529046Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9529215Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9529382Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9529551Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9529718Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9529888Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9530057Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9530221Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9530404Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9530584Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9530769Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9530952Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9531131Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9531313Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9531626Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9531795Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9531973Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9532152Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9532326Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9532498Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9532673Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9532842Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9533014Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9533184Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9533350Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9533516Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9533683Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9533851Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9534018Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9534189Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9534354Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9534530Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9534837Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:29.9535028Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9535281Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9535433Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9535600Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9535767Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9535928Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9536097Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9536262Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9536428Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9536627Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9536827Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9537021Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9537211Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9537402Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9537639Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9537832Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9538020Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9538215Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.9538406Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.9538596Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9538788Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9538972Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9539160Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9539337Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9539616Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.9539814Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:29.9540006Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.9540196Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:51:29.9540381Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:29.9540566Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:29.9540753Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.9540941Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9541178Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:29.9541358Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9541531Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9541708Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:29.9541885Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9542064Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9542238Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9542411Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9542585Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9542756Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9542927Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9543098Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9543269Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9543472Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.9543647Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9543815Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9543984Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9544148Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9544316Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9544481Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9544644Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9544808Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9544974Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9545165Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9545355Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9545545Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9545734Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9545921Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9546108Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9546309Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9546505Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9546701Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9546950Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9547153Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9547338Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9547533Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9547728Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9547929Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9548119Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9548313Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9548504Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9548695Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9548892Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9549089Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9549332Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9549523Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9549710Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9549906Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9550094Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9550282Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9550472Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9550656Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9550843Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9551027Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9551216Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9551402Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9551587Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9551756Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9551942Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9552131Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9552320Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9552502Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9552734Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9552913Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9553097Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9553281Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9553495Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.9553711Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.9553924Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:51:29.9554114Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9554301Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9554485Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9554689Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9554888Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9555119Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9555307Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9555490Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9555685Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9555880Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9556073Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9556272Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9556459Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9556656Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9556850Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9557051Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.9557244Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9557438Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9557631Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9557820Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9558011Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9558199Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9558435Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9558627Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9558814Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9559012Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9559215Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.9559421Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9559617Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9559811Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9560006Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9560200Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9560392Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9560584Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9560818Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9561004Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9561197Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9561392Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9561584Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9561775Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9561965Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9562157Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9562348Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9562546Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9562742Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9562936Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9563130Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9563323Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9563512Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9563702Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9563894Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9564085Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9564325Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9564516Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9564708Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9564899Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9565093Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9565280Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9565467Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9565646Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9565835Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9566030Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.9566221Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9566413Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:29.9566648Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:29.9566838Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.9567027Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.9567212Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9567402Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:29.9567588Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:29.9567785Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:29.9567979Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.9568171Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:29.9568363Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:29.9568556Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.9568747Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.9568936Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9569125Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:29.9569314Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:29.9569510Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:29.9569700Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.9569939Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:29.9570130Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:29.9570304Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.9570493Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9570678Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:29.9570868Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9571051Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:29.9571232Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9571415Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9571600Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:29.9571782Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9571961Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9572141Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9572360Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9572538Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9572714Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9572888Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9573062Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9573238Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9573416Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9573591Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9573770Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9573930Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9574105Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9574282Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9574454Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9574626Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9574798Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9574967Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9575135Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9575304Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9575480Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9575656Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.9575885Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9576056Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9576224Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9576391Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9576559Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9576724Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9576892Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9577063Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9577236Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9577405Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9577585Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9577771Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9577959Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9578184Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9578368Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9578548Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9578728Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9578909Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9579087Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9579265Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9579608Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9579787Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9579963Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9580135Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9580361Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9580533Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9580699Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9580867Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9581036Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9581213Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9581404Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9581591Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9581779Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9582499Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9582683Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9582876Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9583067Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9583257Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9583433Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9583606Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9583785Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:29.9583961Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.9584134Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9584304Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9584473Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9584636Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9584856Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9585028Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9585199Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9585372Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9585524Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9585698Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9585936Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:29.9586108Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9586275Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9586478Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9586657Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9586826Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9586994Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9587159Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9587324Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9587488Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9587661Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9587830Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9588005Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9588180Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9588399Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9588570Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9588737Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9588892Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9589056Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9589225Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9589391Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9589557Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9589734Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9589904Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9590084Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:29.9590262Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9590434Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9590607Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9590825Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9590994Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9591165Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9591337Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9591504Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9591673Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9591894Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9592063Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9592230Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9592379Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9592597Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9592767Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9592928Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9593092Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9593260Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9593436Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9593606Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9593783Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9593956Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9594127Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9594344Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9594512Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9594681Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9594847Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9595011Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9595176Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9595341Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9595514Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.9595685Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:29.9595837Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9596003Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9596166Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9596331Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9596493Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9596704Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9596869Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9597039Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9597203Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9597380Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:29.9597552Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9597719Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9597942Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9598114Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9598281Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9598495Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9598665Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9598832Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9599003Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9599156Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9599329Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:29.9599502Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:29.9599673Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9599840Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9600006Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9600223Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9600391Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9600556Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9600719Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9600902Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9601090Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9601269Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9601451Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9601628Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9601807Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9601987Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9602165Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9602349Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9602582Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9602758Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9602945Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9603124Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9603307Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9603488Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9603667Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9603901Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9604090Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9604269Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9604452Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9604676Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9604852Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9605035Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9605215Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9605396Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9605578Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9605760Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9605994Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9606172Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9606345Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9606526Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9606701Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9606868Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9607049Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9607233Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9607411Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9607589Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9607764Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9607944Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9608120Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9608749Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9608938Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9609119Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9609300Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9609479Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9609658Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9609833Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9610079Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9610262Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9610442Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9610672Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9610858Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9611036Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9611203Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9611379Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9611555Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9611732Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9611914Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:29.9612089Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9612323Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9612499Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9612675Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9612848Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9613024Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9613197Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9613371Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9613545Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9613724Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9613901Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9614076Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9614247Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9614419Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9614635Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9614810Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9614968Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9615147Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9615326Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9615499Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9615674Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9615848Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9616076Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9616251Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9616435Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9616677Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9616866Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9617050Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9617229Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9617407Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9617588Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9617764Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9617958Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9618210Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9618408Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9618601Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9618796Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9618990Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9619168Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9619360Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9619646Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9619847Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9620041Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9620233Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9620426Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9620672Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9620867Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9621064Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9621255Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9621452Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9621649Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9621842Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9622098Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9622292Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9622485Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9622709Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9622921Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9623119Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9623318Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9623513Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9623705Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9623898Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9624129Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9624323Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9624510Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9624690Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9624873Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9625054Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:29.9625235Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9625415Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9625597Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9625777Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9625958Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9626138Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9626324Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9626549Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9626736Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9626919Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9627100Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9627281Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9627458Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9627682Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9627903Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9628180Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9628386Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9628607Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9628874Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9629087Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9629301Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9629521Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9629733Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9629941Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9630203Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9630408Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9630605Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9630799Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9631005Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9631211Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9631416Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9631622Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9631826Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9632026Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9632226Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:29.9632470Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9632672Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:29.9632878Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9633079Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:29.9633281Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9633482Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9633683Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9633884Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9634112Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9634315Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9634514Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9634715Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:29.9634902Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9635079Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:29.9635253Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:29.9635425Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9635597Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9635763Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9635980Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:29.9636146Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9636313Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9636480Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9636655Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9636826Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9637004Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9637182Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:29.9637357Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:29.9637528Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9637682Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:29.9637849Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9638016Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9638184Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9638391Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9638562Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9638727Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9638892Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9639065Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:29.9639238Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:29.9639405Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9639573Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9639743Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9639908Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9640104Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9640293Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9640457Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9640628Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9640790Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9641004Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:29.9641181Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9641355Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9641522Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:29.9641687Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:29.9641909Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9642075Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:29.9642240Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:29.9642405Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9642579Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:29.9642753Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:51:29.9642923Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9643088Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9643253Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:29.9643418Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9643582Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9643750Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9643901Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9644050Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9644239Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9644401Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9644544Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9644915Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2390: RuntimeWarning: invalid value encountered in exp 2022-12-01T10:51:29.9644998Z np_result = np_fn(a) 2022-12-01T10:51:29.9645066Z ok (0.006s) 2022-12-01T10:51:29.9645214Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9645360Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9645499Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9645705Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:51:29.9645870Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9646031Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9646189Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9646409Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9646574Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9646731Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9646926Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9647100Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9647243Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9647405Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9647565Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9647769Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9647936Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9648097Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9648253Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9648406Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9648562Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9648719Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9648875Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9649038Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9649199Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9649353Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9649509Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9649661Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9649813Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9649973Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9650167Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9650317Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9650475Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9650631Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9650834Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9651036Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9651235Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9651429Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9651628Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9651821Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9652020Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:29.9652251Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9652459Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:51:29.9652623Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9652784Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9652992Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9653169Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9653341Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9653548Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9653710Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9653863Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9654020Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:29.9654150Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9654292Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9654431Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9654585Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9654737Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9654887Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9655059Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9655225Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9655386Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9655553Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9655719Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9655881Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9656084Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9656241Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9656395Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9656549Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9656699Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9656835Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9656982Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657129Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657272Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657415Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657558Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657703Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657843Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9657998Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9658146Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9658346Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9658505Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:29.9658658Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.9658811Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:29.9659013Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:29.9659181Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9659340Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9659633Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9659775Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9659936Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:51:29.9660092Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.315s) 2022-12-01T10:51:29.9660245Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.290s) 2022-12-01T10:51:29.9660396Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.294s) 2022-12-01T10:51:29.9660561Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9660722Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9660878Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9661033Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9661221Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9661415Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9661603Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9661788Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9662012Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9662197Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9662376Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9662555Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9662727Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9662907Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9663075Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9663374Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:51:29.9663530Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:51:29.9663600Z ok (0.003s) 2022-12-01T10:51:29.9663743Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9663895Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:29.9664043Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9664191Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9664394Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9664539Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9664684Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:29.9664830Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9665024Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9665170Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9665312Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9665523Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9665682Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9665838Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9665981Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9666134Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9666288Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9666441Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9666595Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9666745Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9666895Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9667047Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9667196Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9667353Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9667503Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9667665Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9667824Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9668023Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9668181Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9668333Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9668487Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9668638Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9668774Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9668923Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9669086Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9669243Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9669409Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9669573Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9669733Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9669893Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670050Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670203Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670413Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670569Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670720Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9670912Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9671086Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9671254Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9671467Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9671609Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9671768Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9671925Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672079Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672231Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672385Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672540Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672694Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9672852Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9673009Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9673170Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9673332Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9673491Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9673648Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9673801Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9673996Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9674150Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9674300Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9674439Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9674599Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9674755Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9674922Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9675085Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9675243Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9675400Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9675555Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9675709Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9675864Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676016Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676169Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676389Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676545Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676707Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9676872Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9677076Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9677236Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9678034Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9678184Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9678333Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9678487Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9678634Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9678793Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9678944Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9679111Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9679274Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9679433Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9679589Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9679744Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9679896Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9680048Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9680200Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9680350Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9680566Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9680726Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9680879Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9681046Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9681208Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9681370Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9681531Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9681689Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9681849Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9682005Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9682154Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9682372Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9682538Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9682699Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9682859Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9683066Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9683221Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9683378Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9683540Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9683696Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9683835Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9684053Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9684211Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9684363Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9684519Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9684677Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9684830Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9684983Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9685133Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9685283Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9685436Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9685585Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9685741Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9685889Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9686050Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9686208Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9686403Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9686556Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9686698Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9686849Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9687002Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9687150Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9687301Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9687452Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9687608Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9687762Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9687913Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9688060Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9688209Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9688410Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9688564Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9688711Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9688869Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9689072Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9689237Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9689398Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9689541Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9689698Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9689902Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690056Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690208Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690360Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9690513Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690665Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690820Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9690975Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9691127Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9691289Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9691447Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9691600Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9691756Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9691938Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9692092Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9692285Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9692424Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9692575Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9692731Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9692879Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9693035Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9693187Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9693346Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9693505Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9693661Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9693816Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9693969Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694125Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694305Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694473Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694621Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694774Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9694951Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9695141Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9695297Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9695469Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9695640Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9695862Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9696028Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9696195Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9696360Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9696525Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9696687Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9696848Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9697012Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9697176Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9697332Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9697485Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9697645Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9697802Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9697955Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9698152Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9698291Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9698440Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9698590Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9698739Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9698885Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9699041Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9699190Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9699351Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9699509Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9699759Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9699916Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9700067Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9700219Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9700414Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9700570Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9700722Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9700885Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9701068Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9701241Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9701402Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9701560Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9701776Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9701932Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9702087Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9702243Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9702398Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9702563Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9702722Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9702881Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703036Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703194Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703347Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703502Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703660Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703815Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9703976Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9704556Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9704734Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9704898Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9705057Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9705217Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9705370Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9705526Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9705679Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9705835Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9705991Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9706145Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9706297Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9706517Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9706671Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9706824Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9706979Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9707182Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9707334Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9707471Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9707620Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9707768Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9707923Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9708127Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9708282Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9708436Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9708587Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9708737Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9708888Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9709038Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9709185Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9709344Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9709499Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9709658Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9709810Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9709963Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710114Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710255Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710447Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710604Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710760Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9710911Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9711063Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9711215Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9711370Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9711521Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9711671Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9711825Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9711976Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9712125Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9712279Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9712481Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9712643Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9712800Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9712941Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713141Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713295Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713446Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713591Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713740Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9713939Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9714108Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9714279Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9714452Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9714620Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9714783Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9714955Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9715117Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9715280Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9715439Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9715599Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9715759Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9715919Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9716074Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9716275Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9716448Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9716618Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9716786Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9716953Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9717118Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9717279Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9717442Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9717604Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9717767Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9717938Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9718099Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9718274Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9718478Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9718667Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9718835Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9719000Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9719165Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9719361Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9719526Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9719690Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9719909Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9720073Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9720246Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9720415Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9720580Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9720752Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9720920Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9721081Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9721244Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9721406Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9721568Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9721732Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9721897Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9722062Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9722273Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9722448Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9722599Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9722762Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9722923Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9723078Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9723232Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9723392Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9723547Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9723715Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9723870Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9724040Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9724211Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9724376Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9724540Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9724748Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9724911Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9725073Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9725282Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9725441Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9725603Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9725797Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9725965Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9726132Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9726295Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9726460Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9726622Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9726778Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9726932Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9727096Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9727256Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9727422Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9727584Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9727755Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9727923Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9728132Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9728295Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9728458Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9728622Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9728780Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9728926Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9729084Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9729256Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9729422Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9729601Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9729775Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9729950Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9730118Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9730286Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9730455Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9730672Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9730838Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9731005Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9731175Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9731384Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9731602Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9731770Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9731940Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9732107Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9732263Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9732432Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9732597Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9732758Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9732930Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9733096Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9733264Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9733430Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9733596Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9733759Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9733957Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9734116Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9734268Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9734430Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9734585Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9734748Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9734904Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9735074Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9735240Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9735391Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9735552Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9735709Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9735870Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9736025Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9736178Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9736336Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9736492Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9736705Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9736874Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9737034Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9737243Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9737436Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9737605Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9737764Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9737919Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9738086Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9738252Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9738421Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9738579Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9738750Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9738915Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9739079Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9739242Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9739405Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9739653Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9739866Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9740030Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9740190Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9740357Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9740517Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9740688Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9740857Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9741022Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9741186Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9741353Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9741515Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9741681Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9741824Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9741981Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9742142Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9742299Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9742463Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9742625Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9742855Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9743023Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9743240Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9743433Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9743616Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9743775Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9743935Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9744093Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9744250Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9744411Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9744564Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9744748Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9744922Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9745094Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9745274Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9745450Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9745676Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9745855Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9746032Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9746208Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9746380Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9746553Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9746726Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9746898Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9747065Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9747226Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9756393Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9756670Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9756846Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9757017Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9757182Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9757344Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9757502Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9757654Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9757810Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9757976Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9758284Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9758454Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9758625Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9758795Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9758959Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9759122Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9759285Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9759442Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9759603Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9759761Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9759934Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9760105Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9760278Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9760446Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9760611Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9760834Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9761058Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9761217Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9761384Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9761598Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9761783Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9761946Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9762116Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9762287Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9762454Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9762618Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9762779Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9762944Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9763106Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9763275Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9763439Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9763618Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9763792Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9763963Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9764129Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9764334Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9764498Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9764662Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9764824Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9764986Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9765151Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9765313Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9765474Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9765642Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9765806Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9765963Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9766124Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9766278Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9766430Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9766631Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9766786Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9767003Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9767161Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9767324Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9767473Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9767686Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9767845Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9768005Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9768169Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9768327Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9768495Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9768661Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9768829Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9768995Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9769157Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9769320Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9769481Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9769644Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9769806Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9769973Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9770187Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9770348Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9770506Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9770654Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9770812Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9770973Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9771129Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9771292Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9771456Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9771617Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9771777Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9771946Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9772113Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9772277Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9772480Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9772641Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9772796Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9773006Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9773168Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9773324Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9773491Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9773681Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9773854Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9774017Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9774178Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9774340Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9774502Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9774662Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9774820Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9774986Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9775146Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9775316Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9775485Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9775648Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9775810Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9776019Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9776179Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9776340Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9776500Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9776655Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9776818Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9776962Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9777129Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9777292Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9777466Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9777637Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9777808Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9777975Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:29.9778141Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9778345Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9778510Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9778675Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9778842Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9779005Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9779218Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9779390Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9779646Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9779866Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9780030Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9780189Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9780336Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9780502Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9780663Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9780829Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9780994Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9781158Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9781326Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9781517Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.9781705Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:51:29.9782433Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.9782615Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:29.9782783Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9782947Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9783122Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9783293Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9783461Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9783624Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9783792Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9783957Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9784105Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9784261Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9784425Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9784581Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9784793Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9784959Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9785190Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9785349Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9785508Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9785664Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9785865Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9786026Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9786187Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9786362Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9786533Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9786703Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9786873Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9787034Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9787203Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9787358Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9787521Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9787679Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9787846Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9788008Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9788166Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9788367Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9788529Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9788688Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9788861Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9789027Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9789209Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9789386Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9789559Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9789733Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9789904Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9790070Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9790240Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9790405Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9790558Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9790766Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9790932Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9791096Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9791316Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9791488Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9791657Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9791826Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792040Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792213Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792378Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792540Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792703Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9792862Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9793026Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9793187Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9793350Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9793510Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9793684Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9793840Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9794003Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9794218Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9794382Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9794545Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9794704Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9794866Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795025Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795189Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795361Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795526Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795699Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9795869Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796036Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796203Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796372Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796584Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796752Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9796916Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9797076Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9797240Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9797459Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9797630Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9797794Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9797958Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9798176Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9798342Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9798505Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9798670Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9798839Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9799003Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9799176Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9799346Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9799517Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9799681Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9799845Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9800055Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9800221Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9800384Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9800530Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9800693Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9800857Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9801069Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9801274Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9801485Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9801694Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9801900Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:29.9802101Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9802296Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:29.9802540Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9802736Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9802927Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:51:29.9803128Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9803325Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:29.9803542Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9803711Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9803881Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9804095Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9804262Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9804428Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9804594Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9804746Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9804909Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9805074Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9805235Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9805406Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9805574Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9805736Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9805946Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9806111Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9806273Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9806433Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9806594Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9806750Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9806920Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9807083Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9807249Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9807410Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9807568Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9807729Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9807876Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9808037Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9808787Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9808968Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9809132Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9809306Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9809595Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9809760Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9809924Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9810086Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9810241Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9810398Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9810591Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9810770Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9810937Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9811098Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9811266Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9811431Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9811591Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9811741Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9811902Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9812057Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9812216Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9812430Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9812587Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9812764Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9812939Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9813119Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9813299Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9813473Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9813647Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9813822Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9813992Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9814164Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9814328Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9814497Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9814661Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9814875Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9815039Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9815193Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9815357Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9815520Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9815677Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9815837Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9816049Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9816216Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9816378Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9816541Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9816766Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9816936Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9817104Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9817269Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9817428Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9817590Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9817755Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9817912Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9818064Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9818274Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9818421Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9818616Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9818806Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9818995Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9819183Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9819368Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9819639Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9819829Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9820013Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9820199Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9820386Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9820574Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9820804Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9820987Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9821167Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9821351Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9821536Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9821721Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9821905Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9822152Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9822335Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9822513Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9822732Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9822918Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9823103Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9823278Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9823446Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9823621Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9823790Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9823955Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9824176Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9824344Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9824511Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9824675Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9824838Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9825004Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9825172Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9825340Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9825509Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9825677Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9825843Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9826004Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9826153Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9826312Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9826511Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9826676Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9826835Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9827028Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9827214Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9827397Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9827575Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9827757Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9827971Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9828191Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9828389Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9828614Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9828835Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9829034Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9829232Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9829426Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9829620Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9829809Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9829997Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9830216Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9830408Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9830598Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9830796Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9830991Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9831185Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9831367Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9831549Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9831737Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9831923Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9832108Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9832296Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9832521Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9832704Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9832888Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9833068Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9833243Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9833428Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9833603Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9833788Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9834009Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9834202Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9834364Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9834541Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9834775Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9834960Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9835137Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9835350Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.010s) 2022-12-01T10:51:29.9835563Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:51:29.9835767Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-12-01T10:51:29.9836001Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9836185Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9836363Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9836563Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9836760Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9836945Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9837127Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9837303Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9837497Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9837687Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9837875Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9838069Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9838301Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9838494Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9838682Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9838865Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9839055Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9839240Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9839427Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9839608Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9843280Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9843470Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9843659Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9843850Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9844036Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9844230Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9844428Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9844627Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9844820Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9845011Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9845286Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9845474Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9845662Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9845851Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9846104Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9846306Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9846498Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9846742Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9846935Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9847121Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9847297Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9847484Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9847724Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9847919Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9848106Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9848299Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9848488Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9848674Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9848855Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9849039Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9849227Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9849413Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9849603Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9849793Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9849982Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9850171Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9850357Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9850542Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9850729Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9850913Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9851139Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9851327Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9851499Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9851694Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9851881Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9852121Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9852309Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9852488Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9852726Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9852911Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9853107Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9853289Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9853474Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9853705Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9853891Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9854076Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9854257Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9854440Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9854621Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9854810Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9854995Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9855183Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9855368Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9855553Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9855736Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9855906Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9856089Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9856272Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9856445Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9856621Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9856798Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9857014Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9857185Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9857355Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9857519Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9857687Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9857855Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9858081Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9858250Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9858421Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9858638Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9858809Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9858981Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9859149Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9859312Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9859513Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9859795Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9859955Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9860122Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9860288Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9860455Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9860620Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9860791Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9860959Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9861127Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9861292Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9861457Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9861616Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9861777Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9861934Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9862090Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9862252Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9862410Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9862587Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9862743Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9862971Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9863154Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9863327Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9863501Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9863675Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9863847Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9864083Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9864252Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9864425Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9864645Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9864813Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9864979Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9865144Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9865306Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9865514Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9865676Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9865834Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9865997Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9866164Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9866342Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:29.9866517Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9866693Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9866869Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9867048Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9867237Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9867421Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9867606Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9867771Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9867933Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9868102Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9868272Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9868436Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9868600Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9868808Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9868969Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9869129Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9869289Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9869450Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9869599Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9869763Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9869961Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9870146Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9870314Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9870474Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9870638Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9870850Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9871014Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9871168Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9871373Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9871532Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9871693Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9871859Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9872019Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9872190Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9872360Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9872523Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9872687Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9872835Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9872996Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9873156Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9873316Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9873475Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9873636Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9873806Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9873970Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9874143Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9874316Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9874483Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9874699Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9874863Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9875027Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9875188Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9875356Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9875522Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9875688Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9875854Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9876003Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9876227Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9876393Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9876555Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9876766Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9876925Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9877133Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9877291Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9877462Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9877631Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9877801Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9877972Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9878136Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9878304Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9878466Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9878631Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9878795Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9878961Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9879127Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9879274Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9879444Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9879609Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9879775Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9879937Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9880102Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9880263Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9880420Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9881060Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9881218Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9881386Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9881543Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9881714Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9881884Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9882114Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9882280Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9882444Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9882604Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9882812Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9882959Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9883119Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9883287Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9883493Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9883666Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9883831Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9883998Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9884163Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9884322Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9884479Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9884632Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9884791Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9884957Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9885137Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9885320Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9885496Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9885674Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9885852Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9886025Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9886197Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9886360Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9886539Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9886724Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9886955Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9887130Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9887301Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9887468Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9887644Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9887822Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9887997Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9888231Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9888409Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9888585Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9888756Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9888979Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9889152Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9889375Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9889553Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9889729Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9889904Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9890074Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9890230Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9890400Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9890572Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9890751Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9890927Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9891104Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9891277Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9891446Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9891614Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9891780Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9891950Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9892129Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9892308Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9892526Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9892701Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9892875Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9893044Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9893215Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9893382Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9893554Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9893720Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9893876Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9894055Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9894285Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9894461Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9894634Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9894854Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9895074Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9895249Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9895424Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9895596Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9895767Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9895937Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9896107Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9896274Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9896441Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9896611Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9896782Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9896950Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9897119Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9897285Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9897438Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9897603Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9897767Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9897934Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9898097Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9898307Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9898480Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9898651Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9898819Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9898989Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9899153Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9899323Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9899491Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9899749Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9899937Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9900113Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9900343Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9900524Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9900701Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9900979Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9901142Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9901333Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9901526Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9901715Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:29.9901902Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9902087Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9902276Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9902466Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9902650Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9902837Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9903027Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9903214Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9903398Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9903581Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9903765Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9903955Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9904142Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9904377Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9904571Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9904761Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9904947Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9905134Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9905315Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9905491Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9905674Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9905858Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9906045Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9906283Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9906469Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9907200Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9907404Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9907593Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9907778Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9907958Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9908134Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9908309Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9908484Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9908657Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9908828Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9909001Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9909172Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9909344Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9909516Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9909692Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9909868Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9910029Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9910201Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9910373Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9910595Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9910765Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9910979Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9911187Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9911405Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9911616Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9911823Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9912035Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9912245Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9912504Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9912712Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9912996Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9913204Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9913397Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9913597Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9913791Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9913978Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9914173Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9914373Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9914566Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9914761Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9914953Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9915132Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9915318Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9915505Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:29.9915700Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9915894Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9916089Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9916324Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9916520Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9916712Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9916903Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9917090Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9917283Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9917469Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9917637Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9917801Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9917968Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9918134Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9918350Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9918511Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9918715Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9918872Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9919024Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9919172Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9919380Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9919552Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9919714Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9919887Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9920057Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9920222Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9920382Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9920548Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9920710Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9920873Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9921036Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9921197Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9921358Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9921521Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9921680Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9921848Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9922060Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9922221Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9922369Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9922528Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9922683Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9922844Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9923003Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9923159Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9923326Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9923485Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9923655Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9923820Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9923985Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9924147Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:29.9924307Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9924508Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9924723Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9924889Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9925052Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9925220Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9925419Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9925590Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9925757Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9925923Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9926087Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9926252Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9926415Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9926577Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9926733Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9926893Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927054Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927210Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927365Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927518Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927673Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9927826Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9928034Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9928192Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9928356Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9928502Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9928660Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9928819Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9928979Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9929133Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9929286Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9929441Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9929591Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9929742Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9929895Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9930054Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9930205Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9930409Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9930573Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9930773Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9930948Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9931108Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9931265Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9931456Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9931613Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9931766Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9931923Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932074Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932235Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932396Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932552Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932704Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9932853Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933003Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933157Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933309Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933464Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933625Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933827Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9933984Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9934128Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9934281Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9934434Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9934588Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9934745Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9934900Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9935061Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9935220Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:29.9935375Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9935529Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9935684Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9935834Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9935982Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9936131Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9936320Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9936469Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9936622Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9936825Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9936965Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9937114Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9937262Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9937455Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9937605Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9937755Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9937902Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9938064Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9938226Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9938382Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9938544Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9938708Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9938872Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9939035Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9939199Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9939357Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9939516Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9939808Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9939949Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9940098Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9940257Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9940408Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9940573Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9940730Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9940901Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9941066Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9941231Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9941390Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9941556Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9941713Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9941866Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9942025Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9942219Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9942384Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9942538Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9942736Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9942923Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943071Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943228Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943437Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943594Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943747Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9943902Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944054Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944219Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944375Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944542Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944706Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9944866Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9945023Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9945185Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9945468Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9945679Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9945832Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9945992Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9946150Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9946298Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9946457Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9946627Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9946791Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9946953Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9947115Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9947273Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9947426Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9947586Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9947744Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9947903Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948112Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948269Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948439Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948605Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948821Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9948984Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949141Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949285Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949491Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949655Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949810Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9949973Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9950182Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9950355Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9950521Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9950681Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9950845Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9951007Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9951160Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9951316Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9951526Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9951679Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9951841Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9951995Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952162Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952329Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952481Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952641Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952800Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9952956Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953112Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953267Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953422Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953589Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953753Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9953966Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9954138Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9954307Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9954475Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9954639Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9954856Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9955021Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9955183Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9955349Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9955563Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9955713Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9955881Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956048Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956213Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956374Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956537Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956703Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9956866Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957026Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957192Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957407Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957569Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957731Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9957890Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958049Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958206Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958361Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958513Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958668Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958808Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9958968Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959126Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959291Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959455Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959656Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959819Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9959980Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960143Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960297Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960447Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960602Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960810Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9960975Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9961136Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9961294Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9961504Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9961663Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9961820Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9961964Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9962118Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9962281Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9962437Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9962607Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9962773Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9962939Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9963151Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9963314Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9963475Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9963634Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9963787Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9963945Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9964103Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9964257Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9964417Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9964577Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9964742Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9964908Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9965061Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9965221Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9965429Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9965591Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9965749Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9965905Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966059Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966215Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966368Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966530Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966688Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9966916Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967082Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967244Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967455Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967619Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967779Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9967934Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9968074Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9968225Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9968385Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9968537Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9968715Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9968933Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9969116Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9969294Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9969478Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9969656Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9969836Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9970012Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9970187Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9970361Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9970531Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9970708Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9970880Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971044Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971206Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971415Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971567Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971732Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9971893Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972055Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972211Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972364Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972522Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972680Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9972896Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9973054Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9973223Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9973440Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9973607Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9973770Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9973930Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9974088Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9974251Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9974406Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9974564Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9975202Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9975366Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9975535Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9975704Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9975869Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9976036Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9976203Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9976365Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9976532Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9976698Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9976870Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:29.9977032Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9977200Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9977365Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9977529Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9977737Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9977904Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978067Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978230Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978382Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978542Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978771Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9978943Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9979112Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9979280Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9979500Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9979749Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9979912Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9980075Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9980236Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9980398Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9980561Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9980719Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9980878Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9981040Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9981251Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9981412Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9981564Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9981708Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9981865Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982022Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982189Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982344Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982504Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982667Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982830Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9982984Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983134Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983290Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983443Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983646Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983808Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9983973Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9984138Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9984298Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9984452Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9984596Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9984806Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9984970Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9985135Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9985294Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9985488Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9985665Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9985822Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9985977Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9986132Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9986284Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:29.9986441Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9986593Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9986753Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9986961Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987126Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987290Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987451Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987606Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987749Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9987906Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988058Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988219Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988374Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988540Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988701Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9988862Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9989023Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9989181Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:29.9989377Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9989532Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9989691Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9989850Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9990009Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9990164Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9990329Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9990491Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9990655Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9990804Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991017Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991175Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991334Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991540Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991694Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9991851Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992002Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992163Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992316Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992488Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992651Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9992867Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9993030Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9993188Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9993349Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9993512Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9993673Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9993830Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9993973Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9994132Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9994294Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9994453Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9994613Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9994769Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9994919Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995112Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995272Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995424Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995585Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995746Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9995905Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996064Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996229Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996387Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996544Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996705Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9996911Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9997076Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9997243Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9997405Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9997616Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9997776Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:29.9997935Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9998096Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9998253Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:29.9998458Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9998617Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9998774Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9998934Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:29.9999089Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:29.9999246Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9999399Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9999555Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9999705Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9999856Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:29.9999998Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0000153Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0000319Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0000485Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0000650Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0001245Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0001413Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0001580Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0001749Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0001909Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002068Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002225Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002384Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002538Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002691Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0002912Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0003073Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0003246Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0003410Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0003619Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0003792Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0003963Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0004129Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0004297Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0004461Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0004625Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0004839Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0005003Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0005168Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0005331Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0005493Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0005653Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0005823Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0005990Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006157Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006320Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006477Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006638Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006786Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0006942Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007142Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007306Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007465Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007630Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007789Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0007955Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0008118Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0008279Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0008435Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0008597Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0008752Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0008963Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0009120Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0009276Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0009430Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0009648Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0009815Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0009973Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0010140Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0010305Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0010520Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0010678Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0010841Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011006Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011168Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011337Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011501Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011664Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011829Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0011992Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0012153Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0012308Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0012469Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0012631Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0012792Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013009Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013158Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0013328Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013495Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013663Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013827Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0013987Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0014150Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0014312Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0014472Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0014630Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0014792Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0015001Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0015212Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0015420Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0015676Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0015887Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0016094Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0016354Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0016557Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0016757Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0016951Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0017141Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0017324Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:30.0017525Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0017699Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0017864Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0018033Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0018196Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0018360Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0018524Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0018734Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0018900Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0019066Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0019235Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0019396Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0019665Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0019836Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020000Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020158Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020323Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020477Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020614Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020778Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0020983Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0021153Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0021310Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0021526Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0021694Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0021856Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022018Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022176Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022387Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022544Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022706Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0022868Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0023042Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0023215Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0023377Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0023540Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0023703Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0023849Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0024003Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0024163Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0024319Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0024481Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0024686Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0024855Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025024Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025192Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025350Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025506Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025666Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025816Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0025977Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0026132Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0026311Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0026478Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0026657Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0026867Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027048Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027218Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027385Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027609Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027778Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0027942Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0028159Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0028323Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0028488Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0028653Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0028818Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0028985Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0029144Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0029300Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0029454Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0029616Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0029768Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0029929Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0030087Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0030240Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0030405Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0030614Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0030779Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0030935Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031097Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031256Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031409Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031559Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031716Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0031873Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0032063Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0032248Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0032434Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0032614Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0032789Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0033025Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0033207Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0033388Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0033621Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0033793Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0034027Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0034209Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0034386Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0034562Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0034743Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0034922Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0035107Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0035291Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0035471Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0035652Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0035829Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0036002Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0036182Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0036406Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0036576Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0036741Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0036909Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0037075Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0037242Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0037406Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0037556Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0037717Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0037880Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0038041Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0038205Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0038369Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0038533Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0038695Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0038898Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0039070Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0039226Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0039384Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0039586Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0039789Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0039947Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040104Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040287Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040469Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040645Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040830Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0040997Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0041171Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0041363Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0041556Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0041745Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0041941Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0042174Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0042364Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0042551Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0042740Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0042926Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0043111Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0043295Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0043478Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0043659Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0043850Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0044038Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0044226Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0044404Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0044584Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0044765Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0044979Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0045162Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0045343Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0045569Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0045794Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0045974Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0046145Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0046313Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0046492Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0046671Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0046850Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0047030Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0047205Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0047382Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0047558Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0047729Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0047954Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0048130Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0048312Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0048493Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0048668Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0048842Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0049022Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0049182Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0049381Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0049578Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0049762Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0049940Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0050115Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0050300Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0050487Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0059712Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0059998Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0060199Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0060542Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0060734Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0060930Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0061119Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0061307Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0061498Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0061686Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0061872Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0062054Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0062238Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0062421Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0062606Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0062843Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0063040Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0063235Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0063431Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0063686Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0063877Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0064064Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0064297Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0064493Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0064676Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0064868Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065058Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065246Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065430Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065614Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065796Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0065983Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0066167Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0066404Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0066586Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0066771Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0066957Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0067143Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0067316Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0067500Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0067680Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0067865Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068052Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068230Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068414Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068593Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068815Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0068999Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0069182Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0069364Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0069546Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0069781Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0069964Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0070147Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0070401Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0070584Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0070768Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0070948Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0071130Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0071310Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0071484Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0071665Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0071850Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0072080Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0072262Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0072442Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0072622Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0072799Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0072979Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0073165Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0073348Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0073536Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0073719Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0073899Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0074076Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0074259Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0074479Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0074661Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0074831Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0075006Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0075178Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0075350Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0075504Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0075724Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0075895Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076062Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076258Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076445Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076611Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076774Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0076941Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0077105Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0077270Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0077436Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0077597Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0077758Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0078478Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0078641Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0078805Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0078967Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0079128Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0079278Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0079449Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0079615Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0079780Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0079941Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0080105Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0080267Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0080427Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0080585Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0080789Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0080949Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0081105Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0081285Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0081457Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0081699Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0081880Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082054Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082257Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082453Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082610Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082781Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0082950Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083120Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083286Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083452Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083620Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083786Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0083946Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0084107Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0084315Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0084477Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0084633Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0084815Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0084997Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0085173Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0085355Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0085529Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0085700Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0085886Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086055Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086245Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086413Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086579Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086799Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0086971Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0087138Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0087305Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0087468Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0087665Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0087840Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0088002Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0088160Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0088376Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0088540Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0088707Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0088876Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0089039Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0089201Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0089346Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0089505Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0089664Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0089817Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0089964Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090171Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090321Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090487Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090646Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090815Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0090982Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0091146Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0091308Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0091467Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0091627Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0091782Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0091942Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0092102Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0092263Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0092419Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0092625Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0092798Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0092969Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0093138Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0093301Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0093467Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0093628Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0093835Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094000Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094165Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094370Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094536Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094695Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0094853Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0095010Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0095167Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0095322Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0095481Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0095627Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0095783Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0096001Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0096162Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0096326Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0096489Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0096653Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0096815Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0096976Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097130Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097289Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097452Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097611Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097769Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0097933Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098091Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098251Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098450Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098609Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098752Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0098904Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0099063Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0099213Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0099371Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0099611Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0099834Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0100005Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0100166Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0100327Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0100532Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0100691Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0100848Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101005Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101158Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101323Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101479Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101643Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0101846Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102007Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102167Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102330Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102489Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102645Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102803Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0102956Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0103132Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0103309Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0103485Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0103657Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0103827Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0103998Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0104627Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0104810Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0104986Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0105167Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0105341Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0105516Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0105677Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0105915Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0106095Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0106267Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0106441Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0106671Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0106845Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0107017Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0107186Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0107356Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0107534Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0107707Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0107878Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108106Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108283Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108454Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108624Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108795Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0108969Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109137Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109307Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109469Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109639Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109809Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0109978Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0110154Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0110367Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0110542Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0110715Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0110886Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0111057Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0111227Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0111395Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0111561Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0111728Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0111944Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0112118Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0112288Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0112458Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0112684Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0112857Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113027Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113181Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113350Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113520Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113692Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0113907Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114074Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114236Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114403Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114567Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114731Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0114897Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0115064Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0115231Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0115397Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0115562Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0115724Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0115888Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0116051Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0116258Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0116408Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0116574Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0116744Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0116909Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0117076Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0117239Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0117402Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0117566Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0117733Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0117963Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0118146Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0118319Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0118495Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0118715Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0118891Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0119064Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0119239Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0119426Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0119671Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0119860Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0120047Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0120222Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0120401Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0120591Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0120776Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0120961Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0121150Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0121339Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0121520Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0121701Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0121923Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0122109Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0122295Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0122481Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0122668Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0122855Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0123039Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0123223Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0123403Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0123585Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0123768Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124018Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124208Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124395Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124594Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124800Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0124983Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0125167Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0125400Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0125574Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0125748Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0125918Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0126088Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0126259Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0126428Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0126597Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0126766Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0126930Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0127098Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0127269Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0127442Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0127658Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0127829Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0127997Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0128166Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0128318Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0128530Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0128738Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0128948Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0129163Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0129372Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0129579Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0129779Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0130015Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0130243Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0130445Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0130683Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0130892Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0131138Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0131337Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0131525Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0131722Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0131919Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0132120Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0132320Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0132515Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0132710Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0132905Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0133096Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0133290Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0133523Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0133704Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0133905Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0134100Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0134292Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0134483Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0134671Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0134865Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0135059Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0135225Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0135390Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0135559Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0135728Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0135894Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0136110Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0136275Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0136440Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0136601Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0136811Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137022Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137191Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137340Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137507Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137681Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0137849Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138013Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138174Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138337Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138492Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138653Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138814Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0138973Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0139133Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0139335Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0139501Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0139771Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0139935Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0140096Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0140253Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0140404Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0140545Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0140701Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0140854Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141018Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141178Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141347Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0141510Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141672Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141829Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0141987Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0142141Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0142293Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0142449Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0142601Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0142817Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0142976Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143141Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143303Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143459Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143597Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143756Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0143907Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144062Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144210Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144364Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144513Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144664Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144817Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0144966Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0145158Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0145309Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0145456Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0145608Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0145758Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0145917Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0146079Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0146245Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0146395Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0146560Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0146719Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0146877Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147033Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147246Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147400Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147550Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147704Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0147916Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0148075Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0148228Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0148384Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0148591Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0148745Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0148899Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0149053Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0149207Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0149347Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0149500Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0149650Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0149802Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0149954Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150112Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150264Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150427Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150587Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150742Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0150941Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151097Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151247Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151397Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151546Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151695Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0151843Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152006Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152149Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152314Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152474Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152626Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152786Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0152943Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0153097Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0153254Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0153411Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0153571Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0153725Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0153882Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0154036Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0154243Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0154397Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0154548Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0154699Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0154852Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0154994Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0155153Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0155304Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0155467Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0155630Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0155790Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0155946Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156095Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156245Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156400Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156554Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156755Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0156910Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0157063Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0157267Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0157487Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0157783Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0158080Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0164478Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:30.0164914Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0165224Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0165585Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0165910Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:51:30.0166261Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0166616Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0166917Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0167187Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0167444Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0167725Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0168225Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0168499Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0168750Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0169003Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0169273Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0169535Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0169813Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0170080Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0170359Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0170652Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0170903Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0171181Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0171445Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0171715Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0171981Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0172409Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0172668Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0172925Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0173193Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0173445Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0173718Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0173970Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0174233Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0174508Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0174788Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0175065Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0175331Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0175612Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0175851Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0176121Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0176403Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0176677Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0176949Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0177230Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0177495Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0177727Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0177967Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0178444Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0178696Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0178968Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0179236Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0179488Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0179867Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0180133Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0180379Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0180627Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0180888Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0181158Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0181442Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0181703Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0181993Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0182265Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0182717Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0183020Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0183312Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0183603Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0183881Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0184152Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0184402Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0184681Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0184961Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0185236Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0185520Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0185788Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0186024Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0186281Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0186565Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0186817Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0187080Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0187338Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0187589Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0187866Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0188145Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0189352Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0189615Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0189892Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0190149Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0190393Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0190657Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0190904Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0191157Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0191418Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0191727Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0192046Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0192367Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0192680Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0192981Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0193293Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0193722Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0194048Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0194359Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0194685Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0195056Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0195322Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0195633Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0195921Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0196207Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0196522Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0196831Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0197138Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0197438Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0197724Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0198022Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0198305Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0198603Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0198910Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0199210Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0199642Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0199913Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0200169Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0200442Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0200718Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0200996Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0201272Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0201556Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0201835Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0202107Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0202354Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0202629Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0202918Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0203179Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0203444Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0203878Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0204134Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0204378Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0204632Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0204906Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0205164Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0205463Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0205759Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0206047Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0206350Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0206641Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0206945Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0207270Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0207605Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0207924Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0208263Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0208566Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0208857Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0209167Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0209640Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0209942Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0210259Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0210582Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0210900Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0211215Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0211552Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0211838Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0212161Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0212479Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0212770Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0213101Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0213427Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0213852Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0214152Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0214454Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0214763Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0215046Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0215345Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0215616Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0215901Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0216189Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0216481Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0216789Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0217109Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0217401Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0217703Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0217996Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0218299Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0218578Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0218871Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0219158Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0219442Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0220032Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0220339Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0220646Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0220982Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0221323Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0221596Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0221892Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0222211Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0222512Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0222844Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0223164Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0223461Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0223769Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0224254Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0224572Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0224878Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0225183Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0225494Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0225787Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0226096Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0226404Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0226723Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0227030Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0227342Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0227661Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0227999Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0228322Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0228644Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0228943Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0229236Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0229523Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0229994Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0230309Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0230632Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0230956Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0231289Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0231609Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0231923Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0232211Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0232535Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0232845Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0233166Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0233497Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0233809Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0234096Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0235287Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0235666Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0235969Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0236264Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0236571Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0236880Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0237163Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0237490Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0237809Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0238124Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0238446Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0238752Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0239063Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0239342Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0239642Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0239931Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0240256Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0240563Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0241069Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0241386Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0241695Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0241964Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0242269Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0242602Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0242903Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0243240Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0243568Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0243838Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0244119Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0244404Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0244724Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0245181Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0245498Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0245792Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0246111Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0246417Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0246719Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0247039Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0247336Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0247656Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0247962Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0248273Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0248598Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0248890Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0249187Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0249470Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0249739Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0249997Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0250264Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0250531Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0250800Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0251296Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0251572Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0251898Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0252187Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0252468Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0252752Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0253003Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0253269Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0253563Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0253836Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0254116Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0254408Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0254675Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0254919Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0255151Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0255590Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0255866Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0256139Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0256403Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0256662Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0256915Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0257186Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0257432Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0257690Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0257972Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0258241Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0258483Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0258765Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0259047Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0259330Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0259754Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0260045Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0260327Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0260629Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0260916Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0261200Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0261652Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0261953Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0262226Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0262513Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0262811Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0263058Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0263307Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0263582Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0263853Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0264113Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0264378Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0264655Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0264937Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0265232Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0265513Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0265938Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0266246Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0266567Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0266880Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0267193Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0267445Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0267696Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0267968Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0268233Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0268512Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0268775Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0269043Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0269325Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0269602Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0269881Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0270143Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0270423Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0270655Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0270918Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0271206Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0271475Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0271930Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0272199Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0272437Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0272673Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0272911Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0273155Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0273432Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0273698Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0273962Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0274239Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0274506Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0274768Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0275039Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0275313Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0275577Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0275987Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0276265Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0276505Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0276751Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0277005Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0277273Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0277557Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0277838Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0278133Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0278424Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0278698Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0278978Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0279224Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0279494Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0279778Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0280045Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0280329Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0280613Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0280840Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0281094Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0281345Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0281602Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0282047Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0282305Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0282567Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0282816Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0283082Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0283351Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0283626Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0283907Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0284183Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0284463Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0284744Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0285007Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0285283Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0285535Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0285767Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0286180Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0286456Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0286733Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0287003Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0287273Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0287544Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0287816Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0288077Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0288338Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0288608Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0288854Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0289105Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0289398Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0289682Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0289956Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0290246Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0290528Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0290751Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0290993Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0291239Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0291509Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0291792Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0292229Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0292507Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0292771Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0293028Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0293297Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0293543Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0293805Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0294065Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0294335Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0294603Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0294903Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0295198Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0295505Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0295759Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0296030Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0296456Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0296750Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0297039Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0297344Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0297654Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0297952Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0298248Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0298518Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0298799Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0299101Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0299383Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0299810Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0300129Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0300422Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0300691Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0300972Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0301280Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0301539Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0301828Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0302265Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0302554Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0302849Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0303126Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0303420Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0303707Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0304012Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0304304Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0304602Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0304905Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0305209Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0305502Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0305796Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0306067Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0306481Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0306763Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0307041Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0307335Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0307608Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0307907Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0308201Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0308497Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0308779Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0309072Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0309332Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0309608Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0309916Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0310205Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0310497Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0310804Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0311102Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0311359Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0311632Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0311903Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0312169Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0312636Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0312903Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0313166Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0313422Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0313680Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0313963Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0314237Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0314500Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0314793Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0315089Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0315366Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0315648Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0315923Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0316199Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0316613Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0316879Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0317156Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0317428Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0317708Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0317971Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0318253Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0318525Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0318801Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0319107Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0319379Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0319669Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0319980Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0320265Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0320568Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0320881Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0321153Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0321454Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0321753Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0322073Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0322550Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0322866Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0323150Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0323447Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0323769Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0324069Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0324393Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0324699Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0325034Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0325349Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0325666Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0325981Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0326303Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0326744Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0327053Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0327349Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0327659Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0327950Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0328257Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0328566Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0328900Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0329223Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0329557Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0329879Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0330199Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0330467Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0330776Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0331094Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0331404Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0331706Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0331984Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0332245Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0332694Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0332995Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0333257Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0333541Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0333810Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0334075Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0334356Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:30.0334649Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0334924Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0335219Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0335517Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0335793Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0336055Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0336330Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0336825Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0337176Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0337530Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0337898Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0338248Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0338567Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0338907Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0339275Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0339750Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0340110Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0340418Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0340735Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0341088Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0341406Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0341733Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0342046Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0342369Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0342853Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0343191Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0343519Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0343858Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0344176Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0344515Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0344823Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0345127Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0345427Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0345723Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0346046Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0346361Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0346833Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0347175Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0347496Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0347825Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0348066Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0348329Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0348626Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0348900Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0349183Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0349475Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0349718Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0349960Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0350209Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0350447Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0350691Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0350990Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0351240Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0351524Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0351811Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0352080Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0352383Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0353723Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0353994Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0354240Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0354495Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0354747Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0355007Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0355286Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0355553Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0355837Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0356126Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0356390Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0356661Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0356898Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0357138Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0357413Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0357673Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0358103Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0358397Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0358697Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0358959Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0359217Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0359474Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0359799Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0360059Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0360314Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0360578Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0360826Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0361074Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0361356Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0361612Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0361884Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0362135Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0362402Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0362676Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0362945Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0363217Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0363463Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0363862Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0364106Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0364403Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0364764Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0365164Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0365488Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0365861Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0366193Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0366510Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0366879Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0367196Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0367519Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0367841Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0368172Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0368691Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:51:30.0369023Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0369323Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0369623Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0369958Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0370264Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0370596Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0370897Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0371250Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0371594Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0371891Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0372247Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0372610Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0372921Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0373239Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0373563Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0373931Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0374260Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0374722Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0375018Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0375325Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0375687Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0376038Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0376357Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0376678Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0377020Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0377372Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0377778Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0378101Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0378432Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0378894Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0379197Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0379611Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0379927Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0380252Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0380552Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0380847Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0381158Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0381467Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0381809Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0382162Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0382527Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0382862Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0383259Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0383615Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0383937Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0384295Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0384642Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0385113Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0385411Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0385721Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0386078Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0386429Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0386764Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0387089Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0387419Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0387774Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0388070Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0388403Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0388760Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0389156Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0389699Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0390009Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0390299Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0390600Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0390898Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0391200Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0391518Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0391835Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0392156Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0392466Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0392782Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0393097Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0393401Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0393722Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0394075Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0394436Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0394797Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0395176Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0395474Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0396019Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0396317Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0396632Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0396933Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0397269Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0397600Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0397915Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0398204Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0398503Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0398832Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0399142Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0399467Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0399839Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0401027Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0401431Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0401825Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0402169Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0402500Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0402850Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0403181Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0403503Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0403813Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0404130Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0404460Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0404786Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0405119Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0405468Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0405797Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0406123Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0406418Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0406930Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0407242Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0407602Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0407930Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0408259Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0408578Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0408901Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0409225Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0409552Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0409850Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0410177Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0410484Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0410815Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0411313Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0411612Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0411908Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0412248Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0412562Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0412937Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0413241Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0413573Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0413903Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0414211Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0414526Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0414866Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0415187Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0415472Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0415842Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0416213Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0416604Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0416994Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0417553Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0417936Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0418270Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0418642Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0419045Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0419384Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0419854Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0420185Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0420510Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0420821Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0421137Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0421436Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0421887Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0422206Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:30.0422539Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0422886Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0423201Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0423521Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0423838Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0424192Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0424518Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0424825Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0425183Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0425556Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0425894Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0426238Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0426584Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0426932Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0427262Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0427581Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0428072Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0428397Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0428788Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:51:30.0429209Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.006s) 2022-12-01T10:51:30.0429560Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0429917Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0430276Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0430688Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:51:30.0431114Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0431526Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0431894Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-12-01T10:51:30.0432364Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0432683Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0433018Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0433362Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0433669Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0433969Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0434275Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0434568Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0434889Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0435205Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0435580Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0435930Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0436285Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0436596Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0437010Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0437360Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0437787Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0438153Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0438667Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0439004Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0439384Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0439720Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0440046Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0440378Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0440734Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0441081Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0441438Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0441787Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0442147Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0442646Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0443040Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0443361Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0443733Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0444098Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0444492Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0444852Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0445216Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0445574Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0445936Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0446288Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0446625Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0447002Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0447361Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0447761Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0448129Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0448447Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0449004Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0449383Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0449849Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-12-01T10:51:30.0450281Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-12-01T10:51:30.0450626Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0450989Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0451331Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0451703Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0452057Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0452425Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0452935Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0453300Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0453656Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0454031Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0454411Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0454781Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0455236Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0455673Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0456062Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0456414Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0456800Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0457177Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0457579Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0457971Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0458280Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0458609Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0459104Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0459432Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0459838Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0460127Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0460487Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0460843Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0461173Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0461525Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0461855Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0462176Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0462506Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0462824Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0463150Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0463606Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0463959Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0464310Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0464656Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0464986Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0465308Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0465636Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0465975Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0466306Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0466617Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0467032Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0467336Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0467712Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0468064Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0468403Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0468768Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0469125Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0469617Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0469943Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0470265Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0470648Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0470988Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0471310Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0471613Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0471948Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0472300Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0472643Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0473048Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0473391Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0473931Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0474256Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0474619Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0474951Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0475268Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0475568Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0475921Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0476252Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0476614Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0476959Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0477301Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0477594Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0477914Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0478250Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0478568Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0478997Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0479340Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0479670Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0480143Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0480471Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0480785Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0481102Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0481401Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0481699Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0482018Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0482359Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0482720Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0483037Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0483355Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0483683Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0484038Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0484524Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0484919Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0485274Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0485623Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0485944Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0486263Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0486600Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0486936Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0487283Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0487634Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0487989Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0488329Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0488668Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0488977Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:30.0489322Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0489655Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0490006Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0490479Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0490840Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0491150Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0491555Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0491888Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0492238Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0492576Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0492936Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0493294Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0493664Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0494038Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0494381Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0494877Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0495210Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0495552Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0495896Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0496250Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0496589Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0497050Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0497461Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0497872Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0498250Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.0498654Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0498994Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0499352Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0499828Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0500197Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0500497Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0500991Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0501311Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0501603Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0501904Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0502231Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0502576Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0502958Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0503282Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0503616Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0503913Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0504239Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0504587Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0504931Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0505409Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0505742Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:51:30.0506068Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0506435Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0506754Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0507063Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0507391Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0507707Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0508055Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0508371Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0508650Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0508998Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0509274Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0509643Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0509969Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0510260Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0510572Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0510863Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0511144Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0511612Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0512000Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0512426Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0512733Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0513108Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0513439Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0513783Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0514085Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0514393Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0514705Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0515062Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0515368Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0515929Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0516366Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0516694Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0517129Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0517429Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:51:30.0517759Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0518056Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0518387Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0518682Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0518987Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0519270Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0519665Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0520074Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0520391Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0520807Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0521187Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0522429Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0522736Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0536129Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0536571Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0536865Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0537151Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0537465Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0537876Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0538293Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0538586Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0538978Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0539386Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0540029Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0540356Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0540664Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0540971Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0541273Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0541570Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0541983Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0542381Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0542708Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0543085Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0543428Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:51:30.0543761Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0544069Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0544384Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0544699Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0545017Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.0545375Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0545783Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0546369Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0546684Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0547105Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0547461Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0547837Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0548134Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0548400Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0548691Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0548967Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0549266Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0549682Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-12-01T10:51:30.0550232Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0550546Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0550948Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0551349Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0551691Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0552047Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0552355Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0552658Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0552971Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0553270Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0553665Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0554049Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0554445Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0554767Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0555073Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0555394Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0555824Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0556399Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0556709Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0557034Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0557369Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0557690Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0558046Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0558324Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0558698Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0559090Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0559419Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0559814Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0560133Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0560589Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0560911Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0561215Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0561520Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0561823Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0562123Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0562431Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0562725Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0563142Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0563606Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0563949Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0564410Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0564725Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0565050Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0565371Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0565696Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0566031Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0566546Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0566882Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0567210Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0567541Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0567927Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0568377Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0568684Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0569116Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0569510Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0569824Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0570152Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0570478Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0570913Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0571219Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0571495Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0571878Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0572285Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0572576Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0572996Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0573358Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0573672Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0573965Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0574242Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0574542Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0574837Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0575148Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0575542Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0575960Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0576342Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0576751Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0577242Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0577581Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0577904Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0578186Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0578484Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0578811Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0579208Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0579707Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0580011Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0580432Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0580730Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0581924Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0582332Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0582647Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0582938Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0583336Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0583710Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0584017Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0584427Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0584743Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0585058Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0585374Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0585680Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0585974Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0586345Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0586774Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0587090Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0587572Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0588025Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0588341Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0588620Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0588909Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0589223Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0589615Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0590021Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0590335Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0590738Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0591057Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0591361Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0591684Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0592138Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0592429Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0592816Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0593231Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0593596Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0594015Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0594370Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0594684Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0594980Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0595255Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0595568Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0595868Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0596282Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0596695Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0597010Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0597395Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0597755Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0598259Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0598566Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0598863Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0599151Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0599458Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0599796Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0600249Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0600662Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0600998Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0601413Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0601714Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0602001Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0602452Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0602758Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0603054Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0603475Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0603901Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0604225Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0604627Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0604948Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0605240Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0605558Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0605935Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0606273Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0606607Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0606924Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0607194Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0607475Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0607874Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0608288Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0608774Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0609055Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0609344Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0609645Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0609940Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0610241Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0610666Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0611083Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0611408Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0611766Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0612079Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0612408Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0612885Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0613220Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0613563Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0613908Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0614222Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0614635Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0614945Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0615215Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0615507Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0615820Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0616104Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0616453Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0616867Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0617160Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0617456Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0617855Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0618162Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0618608Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0619086Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0619412Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0619811Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0620123Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0620431Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0620748Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0621063Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0621375Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0621693Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0622120Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0622532Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0622849Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0623378Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0623742Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0624054Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0624404Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0624717Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0625023Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0625341Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0625654Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0625956Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0626263Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0626634Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0627064Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0627374Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0627806Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0628145Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0628437Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0628725Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0629173Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0629478Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0629847Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0630130Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0630463Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0630855Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0631251Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0631579Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0631981Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0632319Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0632644Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0632958Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0633264Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0633721Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0634024Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0634414Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0634805Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0635135Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0635607Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0635945Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0636313Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0636632Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0636920Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0637223Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0637555Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0637968Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0638403Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0638714Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0639089Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0639569Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0639907Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0640202Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0640516Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0640812Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0641118Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0641431Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0641757Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0642078Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0642515Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0642934Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0643311Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0643830Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0644226Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0644608Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0644968Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0645314Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0645664Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0646027Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0646390Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0646770Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0647151Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.0647527Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:30.0647935Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0648318Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0648709Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0649076Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0649386Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0649867Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0650135Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0650519Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0650951Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0651257Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0651667Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0651955Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0652259Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0652571Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0652865Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0653174Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0653489Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0653987Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0654378Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0654803Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0655134Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0655535Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0655862Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0656173Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0656491Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0656765Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0657051Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0657477Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0657892Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0658226Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0658593Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0658903Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0659229Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0659636Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0660137Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0660407Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0660739Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0661040Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0661428Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0661843Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0662157Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0662559Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0662887Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0663176Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0663457Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0663751Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0664196Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0664494Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0664788Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0665213Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0665633Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0666025Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0666432Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0666800Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0667157Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0667474Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0667822Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0668140Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0668421Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0668695Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0668989Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0669410Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0669828Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0670308Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0670698Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0671007Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0671323Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0671616Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0671984Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0672308Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0672724Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0673118Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0673448Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0673794Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0674143Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0674648Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0675000Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0675327Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0675677Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0676129Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0676484Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0676856Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0677172Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0677485Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0677806Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0678271Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0678668Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0679102Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0679447Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0679792Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0680136Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0680646Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0680983Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0681332Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0681695Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0682134Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0682434Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0682833Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0683148Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0683460Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0683770Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0684150Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0684469Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0684980Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0685414Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0685787Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0686096Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0686425Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0686736Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0687073Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0687382Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0687655Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0687931Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0688220Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0688537Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0688827Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0689236Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0689630Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0689968Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0690314Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0690824Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0691177Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0691513Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0691859Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0692222Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0692599Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0692935Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0693276Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0693612Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0693960Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0694306Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0694658Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0695227Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0695570Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0695921Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0696277Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0696610Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0696966Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0697327Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0697630Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0697944Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0698393Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0698825Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0699151Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0699474Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0699904Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0700289Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0700675Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0701918Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0702263Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0702615Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0702960Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0703317Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0703644Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0703973Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0704315Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0704704Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:51:30.0705051Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0705415Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0705776Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0706269Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0706628Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0706950Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0707413Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0707854Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0708237Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0708608Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0708938Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0709276Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0709613Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0709981Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0710324Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0710677Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0711166Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0711613Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0712151Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0712505Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0712867Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0713214Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0713571Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0713920Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0714358Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0714778Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0715111Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0715547Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0715907Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0716435Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0716803Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0717125Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0717449Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0717906Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0718368Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0718769Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0719108Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0719459Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0719824Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0720210Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0720579Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0720938Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0721301Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0721678Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0722204Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0722653Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0723013Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0723365Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0723717Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0724077Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0724429Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0724884Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0725296Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0725633Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0726066Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0726570Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0726941Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0727306Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0727656Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0728011Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0728415Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0728882Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0729230Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0729691Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0730018Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0730346Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0730695Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0731046Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0731398Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0731829Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0732435Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0732750Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0733076Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0733420Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0733740Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0734034Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0734340Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0734641Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0734959Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0735275Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0735599Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0736029Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0736599Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0736960Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0737382Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0737721Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0738058Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0738336Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0738613Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.0738948Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0739245Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0739759Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0740156Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0740465Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0740865Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0741187Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0741515Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0741842Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0742149Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0742681Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0742998Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0743280Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0743564Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0743844Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0744256Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0744669Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0745049Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0745492Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0745832Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0746149Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0746468Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0747627Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0747926Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0748231Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0748529Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0748821Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0749273Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0749680Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0750001Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0750300Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0750608Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0750926Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0751212Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0751519Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0751946Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0752317Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0752648Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0752965Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0753465Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0753819Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0754166Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0754500Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0754830Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0755170Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0755531Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0755842Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0756280Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0756560Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0756851Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0757145Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0757603Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0757909Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0758213Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0758503Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0758890Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0759305Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0759605Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0760013Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0760343Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.0760657Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0761015Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0761306Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0761585Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0761875Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0762159Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0762459Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0762759Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0763168Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0763751Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0764074Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0764476Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0764810Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0765187Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0765500Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0765836Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0766169Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0766470Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0766754Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0767154Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0767590Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0768035Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0768427Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0768720Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0769027Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0769323Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0769622Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0769938Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0770245Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0770656Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0771068Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0771403Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0771785Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0772087Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0772380Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0772687Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0772988Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0773305Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0773783Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0774206Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0774585Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0774903Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0775308Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0775676Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0776037Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0776322Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0776606Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0776925Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0777214Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0777512Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0778041Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0778455Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0778760Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0779164Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0779479Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.0779925Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.0780225Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0780539Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0780850Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0781143Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0781452Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0781867Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0782235Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0782538Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0782926Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0783275Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0783630Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:51:30.0784121Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0784441Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0784740Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0785049Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0785314Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0785645Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0786074Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-12-01T10:51:30.0786430Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0786817Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0787166Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0787496Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0787825Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0788292Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0788672Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0789012Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0789441Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0789767Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0790086Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0790410Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0790743Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0791091Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0791520Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0791980Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0792401Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-12-01T10:51:30.0792732Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0793046Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0793366Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0793681Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0794171Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0794615Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0795048Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0795467Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0795803Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0796158Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0796488Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0796835Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0797179Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0797566Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0798116Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0798622Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0798946Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0799282Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0799641Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0799962Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0800294Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0800715Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0801130Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0801514Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:51:30.0801940Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0802274Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0802607Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.0802939Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0803268Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0803566Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0803958Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0804540Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0804963Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0805309Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0805655Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0805997Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0806320Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0806643Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0807034Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0807485Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-12-01T10:51:30.0807817Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0808405Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0808710Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0809016Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0809354Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0809657Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0809959Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0810365Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0810769Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0811293Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0811609Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0811944Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0812281Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0812574Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0812867Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0813222Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-12-01T10:51:30.0813656Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0814086Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0814602Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0814934Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0815249Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0815560Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0815896Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0816327Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0816789Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0817191Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0817533Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0817976Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0818302Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0818759Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0819084Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0819743Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0820179Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0820646Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0821031Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0821401Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0821762Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0822079Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0822423Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0822862Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0823329Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0823807Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0824189Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0824558Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0825093Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0825428Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0825807Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0826349Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0826838Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0827237Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0827584Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0827911Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0828281Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0828624Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0829118Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0829552Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0830018Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0830449Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0830827Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0831176Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0831498Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0831836Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0832170Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0832615Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0833085Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0833424Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0833858Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0834176Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0834523Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0835004Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0835342Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0835627Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0836024Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-12-01T10:51:30.0836428Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0836871Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0837200Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0837527Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0837839Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0838159Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0838476Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0839046Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0839491Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0839885Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0840362Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0840719Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0841089Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0841472Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0841849Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0842241Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0842742Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0843230Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-12-01T10:51:30.0843668Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0844046Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0844440Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0844994Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0845371Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0845703Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0846137Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0846632Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0847090Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0847448Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0847793Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0848164Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0848493Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0849013Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0849479Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0849957Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0850411Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:51:30.0850751Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0851090Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0851428Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.0851789Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0852143Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.0852616Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0853078Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0853398Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0853812Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0854143Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.0854467Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.0854954Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0855232Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0855512Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0855822Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0856114Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0856525Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0856911Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0857251Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0857661Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0858018Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0858366Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0858692Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0859156Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0859469Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0859888Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0860207Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0860503Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0860909Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0861288Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-12-01T10:51:30.0861621Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0862008Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0862357Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0862701Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:51:30.0863018Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0863338Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0863640Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0863946Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0864222Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0864620Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0865903Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0866187Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0866564Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0866885Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0867227Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0867554Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0867843Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0868150Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0868423Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0868704Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0869116Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0869504Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:51:30.0869994Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0870311Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0870628Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0870942Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0871240Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.0871540Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.0871907Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0872301Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-12-01T10:51:30.0872606Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0872923Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:30.0873251Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:51:30.0873577Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0873884Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0874198Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.0874469Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0874773Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.0875087Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.0875384Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.0875855Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.0876142Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0876428Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0876708Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:51:30.0877021Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.287s) 2022-12-01T10:51:30.0877355Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:51:30.0877658Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0877968Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0878260Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.0878551Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0878850Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.0879140Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.0879450Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0879766Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.0880218Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:51:30.0880543Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.302s) 2022-12-01T10:51:30.0880875Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-12-01T10:51:30.0881191Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:30.0881511Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:30.0881815Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.0882104Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0882385Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.0882683Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0882961Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.0883272Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0883578Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:30.0883903Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:51:30.0884233Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:51:30.0884554Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.0884869Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0885197Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0885473Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0885776Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0886247Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0886559Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:30.0886883Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.0887171Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0887446Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:51:30.0887757Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-12-01T10:51:30.0888095Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:51:30.0888388Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.0888692Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.0888980Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0889261Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.0889558Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0889849Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.0890302Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.0890639Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.0890920Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:51:30.0891252Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0891583Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.0891894Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0892198Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:30.0892514Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.0892838Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.0893136Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.0893440Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.0893712Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.0894031Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.0894340Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:51:30.0894663Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:51:30.0895003Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:51:30.0895275Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:30.0895560Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.0895889Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.0896348Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0896642Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.0896931Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.0897226Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0897540Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0897845Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:51:30.0898171Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:51:30.0898495Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:51:30.0898816Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0899136Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.0899439Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.0899856Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.0900185Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.0900473Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:30.0900967Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:30.0901300Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.0901640Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:30.0901959Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:30.0902283Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.0902598Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.0902920Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.0903200Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.0903513Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0903830Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0904132Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.0904454Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.0904759Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.0905027Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.0905303Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.0905586Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.0905891Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0906226Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.0906705Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:51:30.0907006Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.0907298Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:30.0907604Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.0907905Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.0908200Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.0908505Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:30.0908809Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.0909085Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.0909367Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.0909687Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0910015Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.0910352Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.0910708Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:51:30.0911851Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0912243Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.0912579Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.0912928Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.0913263Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.0913554Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.0913859Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.0914176Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.0914526Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.0914822Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.0915132Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:51:30.0915426Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:51:30.0915731Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:51:30.0916026Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0916323Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0916633Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:30.0916934Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0917241Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0917711Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0918004Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.0918293Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0918581Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:30.0918878Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:51:30.0919197Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:51:30.0919505Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0919818Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0920137Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0920448Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.0920743Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0921050Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.0921327Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.0921641Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.0922125Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:51:30.0922462Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:30.0922779Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0923109Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0923395Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0923682Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.0923997Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:30.0924318Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0924619Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.0924939Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.405s) 2022-12-01T10:51:30.0925235Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:51:30.0925549Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.417s) 2022-12-01T10:51:30.0925869Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.406s) 2022-12-01T10:51:30.0926167Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.0926488Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0926806Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.0927123Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.0927452Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.0927754Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:30.0928201Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:51:30.0928488Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:30.0928777Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.0929044Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.0929340Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:51:30.0929643Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.0929951Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.0930252Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.0930572Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:30.0930853Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:51:30.0931146Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.0931461Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.0931760Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:30.0932219Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.0932543Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.0932814Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.0933094Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.0933428Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.0933723Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:51:30.0934039Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0934336Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.0934626Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0934936Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0935227Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0935527Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0935836Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0936158Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:30.0936461Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:51:30.0936774Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:51:30.0937088Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:30.0937412Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:30.0937714Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:30.0938161Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.0938436Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.0938728Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.0939004Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0939310Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:30.0939721Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.0940048Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:51:30.0940379Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:51:30.0940695Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0941007Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0941314Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0941589Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0941864Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:30.0942181Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.0942641Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.0942983Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0943303Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:51:30.0943594Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:51:30.0943883Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.0944164Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0944451Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0944769Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0945069Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.0945368Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0945673Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0945966Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0946281Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:51:30.0946594Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:51:30.0946908Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:30.0947230Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:30.0947549Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.0947856Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.0948147Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.0948621Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.0948889Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.0949166Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.0949460Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.0949767Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.0950087Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.0950410Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0950728Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.0951039Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.0951348Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.0951615Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.0951915Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.0952243Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.0952550Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:51:30.0953024Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.0953330Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.0953630Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:30.0953920Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:51:30.0954224Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0954559Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.0954829Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:51:30.0955127Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:51:30.0955421Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:51:30.0955709Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:51:30.0956011Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:51:30.0956298Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:51:30.0956592Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:51:30.0956887Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:51:30.0957193Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:51:30.0957513Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.0957844Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:51:30.0958164Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.0958505Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.0958981Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0959291Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.0959597Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:51:30.0959900Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0960206Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.0960528Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.0960842Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.0961152Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:30.0961483Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:30.0961802Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:30.0962118Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.0962428Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.0962715Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.0963185Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0963518Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.0963862Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:51:30.0964169Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0964450Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0964741Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.0965075Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.0965368Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.0965677Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.0965968Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:51:30.0966249Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.0966550Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.0966863Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0967163Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0967495Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.0967806Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0968094Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.0968389Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.0968682Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.0969144Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.0969453Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:30.0969771Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.0970083Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.0970392Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.0970703Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.0970998Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:30.0971337Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.0971660Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:30.0971992Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.0972305Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:30.0972589Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:30.0972898Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.0973367Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.0973692Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.0973995Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.0974294Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.0974603Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0974901Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.0975221Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.0975532Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.0975860Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.0976170Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.0976494Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.0976792Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.0977088Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0977376Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.0977692Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.0978007Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:30.0978330Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.0978656Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.0978981Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:30.0979465Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.0979903Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.0980174Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.0980484Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.0980804Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.0981113Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.0981508Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0981844Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.0982202Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0982553Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0982933Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0983311Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0983839Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0984208Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0984576Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0984933Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:30.0985303Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0985689Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:30.0985995Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:30.0986288Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:51:30.0986590Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.0986900Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.0987209Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.0987523Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0987838Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.0988151Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:51:30.0988466Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:30.0988749Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0989052Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:51:30.0989533Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:51:30.0989852Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:51:30.0990178Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.0990453Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.0990733Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.0991015Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.0991326Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.0991628Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.0991920Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.0992232Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.0992522Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:51:30.0992833Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.0993144Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0993446Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.0993894Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.0994217Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0994507Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.0994818Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.0995107Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.0995389Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:51:30.0995693Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:51:30.0995996Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:51:30.0996289Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.0996601Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:30.0996907Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.0997223Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.0997529Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.0997831Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.0998136Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:30.0998414Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.0998723Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:51:30.0999061Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:51:30.0999372Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:51:30.0999857Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.1000156Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1000431Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:30.1000713Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1001015Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1001326Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1001662Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:30.1001999Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1002306Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.1002609Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1002953Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.1003259Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.1003631Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:51:30.1004111Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1004444Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1004764Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.1005086Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:51:30.1005407Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.1005695Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.1005997Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1006287Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:51:30.1006609Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:30.1006923Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1007238Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:51:30.1007560Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:51:30.1007866Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:51:30.1008159Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:30.1008449Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:51:30.1008868Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:30.1009223Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.1009635Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:30.1009984Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:30.1010469Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1010820Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1011154Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:51:30.1011494Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:30.1011830Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:51:30.1012165Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:51:30.1012514Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:51:30.1012849Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:51:30.1013193Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:51:30.1013535Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-12-01T10:51:30.1013885Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:51:30.1014227Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:51:30.1014716Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.358s) 2022-12-01T10:51:30.1015127Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.358s) 2022-12-01T10:51:30.1015513Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.419s) 2022-12-01T10:51:30.1015847Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.346s) 2022-12-01T10:51:30.1016160Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.361s) 2022-12-01T10:51:30.1016482Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.358s) 2022-12-01T10:51:30.1016798Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.353s) 2022-12-01T10:51:30.1017140Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.398s) 2022-12-01T10:51:30.1017461Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.1017791Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1018127Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1018435Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1018749Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.1019062Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:30.1019343Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1019774Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1020094Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.1020596Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:30.1020963Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.1021267Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:51:30.1021598Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:51:30.1021896Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.1022177Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1022482Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.1022803Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1023093Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.1023390Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1023669Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1023955Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1024249Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1024580Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.1025091Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.1025425Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:30.1025773Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.1026111Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1026454Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1026851Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1027200Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.1027579Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.1027933Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1028286Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1028657Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:51:30.1029009Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.1029353Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:51:30.1029666Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.1030013Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1030375Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1030718Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:30.1031863Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1032181Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.1032538Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1032919Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1033259Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1033614Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.1033939Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1034295Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1034603Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1034943Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:30.1035306Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.277s) 2022-12-01T10:51:30.1035852Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1036212Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:30.1036544Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1036890Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:51:30.1037250Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:30.1037583Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.1037913Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:51:30.1038241Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1038597Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:30.1039001Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1039352Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1039750Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:51:30.1040119Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.1040465Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1040821Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1041127Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1041483Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:51:30.1041986Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:30.1042380Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1042745Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1043098Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1043469Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1043825Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.1044164Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:51:30.1044500Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:51:30.1044880Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:30.1045237Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:30.1045612Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1045981Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.1046500Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:30.1046825Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.1047167Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1047498Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.1047848Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1048199Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1048560Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1048922Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.396s) 2022-12-01T10:51:30.1049269Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:51:30.1049600Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.440s) 2022-12-01T10:51:30.1049971Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.478s) 2022-12-01T10:51:30.1050312Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:51:30.1050675Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1051066Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:30.1051386Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.1051784Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.1052140Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.527s) 2022-12-01T10:51:30.1052653Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.604s) 2022-12-01T10:51:30.1053381Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.553s) 2022-12-01T10:51:30.1054113Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.506s) 2022-12-01T10:51:30.1054857Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.485s) 2022-12-01T10:51:30.1055591Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.520s) 2022-12-01T10:51:30.1056272Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.493s) 2022-12-01T10:51:30.1057050Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.495s) 2022-12-01T10:51:30.1057852Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.520s) 2022-12-01T10:51:30.1058605Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.546s) 2022-12-01T10:51:30.1059296Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.710s) 2022-12-01T10:51:30.1060153Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.586s) 2022-12-01T10:51:30.1061038Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.644s) 2022-12-01T10:51:30.1061746Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.574s) 2022-12-01T10:51:30.1062627Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.571s) 2022-12-01T10:51:30.1063553Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.570s) 2022-12-01T10:51:30.1064420Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.593s) 2022-12-01T10:51:30.1065159Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.580s) 2022-12-01T10:51:30.1065839Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.549s) 2022-12-01T10:51:30.1066586Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.731s) 2022-12-01T10:51:30.1067341Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.634s) 2022-12-01T10:51:30.1068063Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-12-01T10:51:30.1068894Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.586s) 2022-12-01T10:51:30.1069694Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.615s) 2022-12-01T10:51:30.1070404Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.592s) 2022-12-01T10:51:30.1071131Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-12-01T10:51:30.1071816Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.593s) 2022-12-01T10:51:30.1072553Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.551s) 2022-12-01T10:51:30.1073286Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-12-01T10:51:30.1074185Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-12-01T10:51:30.1074934Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.687s) 2022-12-01T10:51:30.1075689Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.703s) 2022-12-01T10:51:30.1076436Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.638s) 2022-12-01T10:51:30.1077168Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.724s) 2022-12-01T10:51:30.1077852Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-12-01T10:51:30.1078591Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.760s) 2022-12-01T10:51:30.1079367Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1080007Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:51:30.1080720Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-12-01T10:51:30.1081517Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:51:30.1082173Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1083012Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1083671Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.1084343Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1084978Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1085611Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.1086280Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.1087004Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.1087688Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1088355Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:51:30.1089060Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:51:30.1089726Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.1090408Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1091060Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.1091708Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1092350Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1093064Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.1093748Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.1094408Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.1095051Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.1095867Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.1096527Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:51:30.1097283Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.1097991Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:51:30.1115484Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1116283Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1116982Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1117653Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1118311Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1118980Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.1119637Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.1120284Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1120986Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:30.1122487Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:51:30.1123301Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:30.1124007Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1124690Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:51:30.1125380Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1126028Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.1126679Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1127357Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.1128032Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1128687Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:30.1129425Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:51:30.1130162Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:51:30.1130782Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:51:30.1131440Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1132058Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1132675Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1133329Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:51:30.1133980Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1134649Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:51:30.1135592Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1136329Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:51:30.1137048Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:51:30.1137745Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:51:30.1138404Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:51:30.1139137Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:51:30.1139998Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.1140666Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:51:30.1141407Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1142092Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:51:30.1142721Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:51:30.1143382Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:51:30.1144062Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1144860Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1145521Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1146191Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1146818Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.1147500Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1148186Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1148816Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:51:30.1149426Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:51:30.1150091Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:51:30.1150740Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:51:30.1151393Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:30.1152037Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:51:30.1152678Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1153325Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.1154033Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1154645Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1155272Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1155906Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1156549Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1157386Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1158070Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:51:30.1158742Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.342s) 2022-12-01T10:51:30.1159443Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-12-01T10:51:30.1160172Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.1160812Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:51:30.1161470Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1162125Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.1162798Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.1163460Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1164078Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.1164705Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.1165334Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:30.1166274Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:51:30.1166916Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1167575Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.1168259Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1168859Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1169502Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.1170105Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1170721Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1171429Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1172134Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1172798Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.1173475Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1174138Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.1174728Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1175362Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1176004Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.1176685Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1177409Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.1178064Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1178904Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:51:30.1179660Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:51:30.1180287Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-12-01T10:51:30.1180923Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1181565Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:30.1182195Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.1182827Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.1183510Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:51:30.1184173Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1184812Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.1185434Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1186041Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:51:30.1186690Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:51:30.1187404Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:51:30.1188218Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1188920Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1189679Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1190307Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1190924Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.1191553Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.1192171Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1192798Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1193449Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:30.1194111Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:51:30.1194779Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:51:30.1195488Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.1196168Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:51:30.1196769Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.1197375Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.1198014Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:51:30.1198675Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1199303Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1199987Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:51:30.1200894Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.331s) 2022-12-01T10:51:30.1201604Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.341s) 2022-12-01T10:51:30.1202322Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.317s) 2022-12-01T10:51:30.1202987Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.311s) 2022-12-01T10:51:30.1203661Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.309s) 2022-12-01T10:51:30.1204380Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.320s) 2022-12-01T10:51:30.1205024Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.395s) 2022-12-01T10:51:30.1205702Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:51:30.1206408Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:30.1207116Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:51:30.1207839Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1208589Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:51:30.1209405Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1210100Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:51:30.1210761Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1211439Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:51:30.1212125Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:30.1212839Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:51:30.1213556Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1214259Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:30.1214945Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1215649Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:30.1216362Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1217033Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:51:30.1217741Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:30.1218422Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:30.1219074Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1219915Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.1220620Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:30.1221290Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:51:30.1222183Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:51:30.1222815Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:51:30.1223495Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:51:30.1224218Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1224922Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:51:30.1225661Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:30.1226390Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1227050Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.1227695Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1228393Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:51:30.1229063Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:30.1229753Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1230614Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:51:30.1231309Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.1232012Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.1232689Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.1233372Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.1234073Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:51:30.1234734Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:51:30.1235435Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1236146Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1236814Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1237556Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:51:30.1238261Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:51:30.1238918Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1239602Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.1240303Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:51:30.1241004Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:51:30.1241662Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:51:30.1242363Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:51:30.1243239Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1243949Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:51:30.1244633Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1245310Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:30.1245974Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:51:30.1246630Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-12-01T10:51:30.1247291Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:51:30.1247928Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:51:30.1248584Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:51:30.1249247Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:51:30.1249952Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:51:30.1250659Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:51:30.1251311Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:51:30.1252100Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:51:30.1252774Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:51:30.1253455Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:51:30.1254147Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:51:30.1254792Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:51:30.1255467Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:51:30.1256213Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1256882Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:51:30.1257537Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:51:30.1258226Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:51:30.1258916Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:51:30.1259699Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:51:30.1260414Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:30.1261107Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:30.1261824Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:51:30.1262516Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:30.1263223Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:51:30.1263977Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:51:30.1264856Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:51:30.1265609Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:51:30.1266335Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:51:30.1267005Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:51:30.1267793Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:51:30.1268537Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:51:30.1269256Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.314s) 2022-12-01T10:51:30.1270003Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:51:30.1270750Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:51:30.1271478Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:51:30.1272174Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:51:30.1272853Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:51:30.1273807Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:51:30.1274600Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:51:30.1275330Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:51:30.1276065Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1276827Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:51:30.1277489Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:51:30.1278229Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:51:30.1278938Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:30.1279650Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:51:30.1280453Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:51:30.1281179Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:51:30.1281897Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:51:30.1282654Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:30.1283363Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:51:30.1284099Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:51:30.1284846Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:51:30.1285729Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:51:30.1286487Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:51:30.1287222Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:51:30.1287900Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:51:30.1288586Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.1289276Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1289923Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:30.1290580Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.1291250Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:30.1291997Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.1292701Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1293391Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:51:30.1294099Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1294904Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.1295614Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.1296268Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:51:30.1296937Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:51:30.1297617Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.1298361Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.1299114Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:30.1300006Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:51:30.1300813Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:51:30.1301579Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:51:30.1302407Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:30.1303165Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:30.1303994Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:51:30.1304816Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:51:30.1305604Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:51:30.1306375Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-12-01T10:51:30.1307328Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:51:30.1308041Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1308780Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:30.1309556Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:51:30.1310399Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:51:30.1311176Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:51:30.1311945Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:51:30.1312740Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.289s) 2022-12-01T10:51:30.1313468Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:30.1314223Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:51:30.1314950Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:51:30.1315944Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:51:30.1316742Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:30.1317479Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:51:30.1318185Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:51:30.1318929Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:51:30.1319695Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1320419Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.1321183Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1322009Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1322775Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:51:30.1323515Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1324221Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:51:30.1324911Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.1325571Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:51:30.1326221Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:51:30.1326900Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:51:30.1327539Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:51:30.1328399Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.1329080Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.1329739Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:51:30.1330388Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:51:30.1330993Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1331659Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:51:30.1332341Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1332958Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1333598Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:51:30.1334339Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:51:30.1335022Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:51:30.1335672Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:51:30.1336356Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:51:30.1337188Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1337835Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1338447Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1339091Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.1339840Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1340485Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.1341111Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:51:30.1341776Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:51:30.1342443Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:51:30.1343057Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.1343704Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1344321Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:51:30.1345003Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:51:30.1345676Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:51:30.1346307Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1346938Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:51:30.1347590Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:51:30.1348217Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:51:30.1348815Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:51:30.1349660Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:51:30.1350344Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.1351006Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:51:30.1351626Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:51:30.1352274Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:51:30.1352943Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:51:30.1353502Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:51:30.1354154Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:51:30.1354807Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:51:30.1355451Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:51:30.1356117Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:51:30.1356753Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1357372Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.1358006Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.1358835Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:51:30.1359464Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:51:30.1360113Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1360796Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1361482Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.1362169Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1362788Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1363417Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1364059Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1364696Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1365309Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1365889Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1366480Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1367110Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1367778Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1368468Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1369188Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1369882Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1370485Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1372047Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1372673Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1373307Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1373945Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1374532Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1375159Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1375815Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1376524Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1377218Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1377900Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:51:30.1378538Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1379151Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1379923Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1380716Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1381332Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1381970Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1382620Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1383282Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-12-01T10:51:30.1383983Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1384697Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1385384Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:51:30.1386089Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:51:30.1386783Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-12-01T10:51:30.1387517Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:51:30.1388205Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1388824Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1389466Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1390079Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1390685Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1391357Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1392068Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1393109Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.1393754Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.1394412Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1395065Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1395661Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1396305Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1396961Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1397572Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1398203Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1398832Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1399522Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1400232Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1400950Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:51:30.1401641Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1402475Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1403098Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1403731Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1404368Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1405012Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1405662Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1406281Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1407007Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1407744Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1408404Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1409097Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1409718Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1410342Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1410983Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1411629Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1412269Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1412876Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1413496Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1414389Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1415133Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1415834Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1416527Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1417162Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.1417761Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1418405Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1419018Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1419756Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1420392Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1420768Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1421086Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1421409Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1421888Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1422213Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1422530Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1422826Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1423114Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1423405Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1423684Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1423988Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1424285Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1424577Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1424890Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1425217Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1425581Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1425904Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.1426197Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.1426523Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:51:30.1426839Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1427158Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1427480Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1427916Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1428199Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1428513Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1428793Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1429086Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1429406Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1429781Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1430119Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.1430466Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.1430814Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1431143Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1431456Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1431759Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1432230Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1432563Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1432890Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1433231Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1433555Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1433848Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1434184Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1434523Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:51:30.1434836Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.1435157Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1435466Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1435740Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1436029Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1436337Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1436623Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1436914Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1437214Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1437569Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1437877Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1438363Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1438654Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1438965Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1439263Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1439572Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1439850Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1440127Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1440412Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1440728Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1441092Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1441412Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1441739Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1442065Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1443177Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1443552Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1443856Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1444191Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1444511Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1444790Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1445125Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1445428Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1445769Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.1446058Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1446368Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1446672Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1446964Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1447274Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1447573Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1447943Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1448267Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1448620Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1448896Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1449439Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1449731Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1450019Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1450318Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1450642Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1451016Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1451323Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1451593Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1451905Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1452209Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1452497Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1452812Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1453085Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1453531Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1453897Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.010s) 2022-12-01T10:51:30.1454233Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1454534Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1454844Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1455128Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1455421Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1455725Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1456032Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1456340Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1456705Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1457015Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1457324Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1457627Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1457901Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1458191Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1458475Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1458777Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1459054Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1459685Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1460060Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1460387Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1460704Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.1461004Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1461291Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1461595Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1461904Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1462204Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1462522Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1462835Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1463142Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1463483Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1463967Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1464281Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1464580Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1464866Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1465161Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1465457Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1465752Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1466060Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1466426Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1466749Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1467068Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.1467401Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1467687Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1467974Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1468255Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1468555Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1468856Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1469158Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1469468Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1469945Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1470234Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1470532Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1470854Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1471151Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1471471Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1471790Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1472070Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1472334Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1472652Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1472957Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1473252Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1473549Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1473881Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1474377Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1474730Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1475070Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1475377Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1475727Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1476036Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1476338Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1476646Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1476941Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1477231Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1477502Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1477774Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1478071Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:51:30.1478382Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.1478694Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:30.1479000Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1479388Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1479732Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1480234Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:51:30.1480538Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.1480840Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1481173Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1481481Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1481813Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1482145Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1482449Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1482731Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1483017Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1483319Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1483710Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1484012Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1484476Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1484789Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1485101Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1485402Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1485717Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1486033Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1486318Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1486624Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1486928Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1487232Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1487523Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1487876Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1488179Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:51:30.1488495Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1488807Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1489126Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1489447Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1489751Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1490042Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1490509Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1490820Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1491126Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1491466Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1491836Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1492135Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1492434Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1492736Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1493060Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1493360Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1493673Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1493970Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1494277Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1494744Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1495131Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1495448Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1495777Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1496089Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1496399Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1496714Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1497028Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1497349Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1497630Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1497932Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1498267Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1498551Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1498840Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1499113Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1499403Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1499806Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1500092Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1500368Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1500784Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1501040Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1501302Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1501557Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1501884Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1502211Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:30.1502534Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1502865Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:51:30.1503188Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1503510Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1503817Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1504234Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:51:30.1504561Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1504877Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1505223Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1505575Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:51:30.1505884Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1506197Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.012s) 2022-12-01T10:51:30.1506481Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1506803Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1507124Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1507448Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1507757Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1508082Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1508398Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1508726Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1509112Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1509448Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:51:30.1509776Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1510223Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1510558Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1510874Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1511191Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1511502Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1511823Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1512141Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1512471Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1512857Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1513136Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1513406Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1513669Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1513924Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1514281Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1514569Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1514864Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1515192Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1515568Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1515899Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:51:30.1516227Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1516550Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1516878Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1517191Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1517501Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1517809Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1518121Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1518436Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1518724Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1519028Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1519341Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.1519649Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1519901Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1520272Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1520534Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1520799Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1521063Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1521345Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1521635Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1521949Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1522309Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1522637Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1522948Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1523261Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1523564Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1523866Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1524265Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1524586Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1524874Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1525209Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1525524Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1525785Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1526097Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1526372Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1526647Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1526932Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1527193Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1527437Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1527687Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1527934Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1528220Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1528517Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1528838Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1529152Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1529647Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1529979Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1530341Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1530680Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1531023Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1531372Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1531709Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1532050Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1532389Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1532721Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1533085Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1533415Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1533862Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1534211Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1534546Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1534881Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1535213Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1535528Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1535893Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1536229Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1536550Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1536912Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1537236Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1537547Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1537866Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1538178Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1538482Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1538789Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1539096Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1539409Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1539945Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1540257Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1540568Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:51:30.1540877Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.1541177Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1541481Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1541778Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1542076Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1542365Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1542658Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1542956Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1543246Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1543592Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1544037Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1544385Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1544715Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1545055Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1545389Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1545751Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1546108Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1546460Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1546814Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1547169Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1547525Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1547860Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1548196Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1548537Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1548875Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1549216Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1549547Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1550058Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1550433Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1550751Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1551080Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1551406Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1551743Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1552073Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1552406Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1552747Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1553079Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1553444Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.1553838Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1554279Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1554624Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1554956Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1555313Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1555661Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1556048Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1556389Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1556755Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.1557145Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1557495Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1557842Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1558191Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1558532Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1558904Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1559243Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1559594Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1559932Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1561141Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1561510Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:51:30.1561869Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.1562268Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1562618Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1563011Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1563357Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1563707Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1564054Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1564396Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1564750Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1565099Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1565569Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1565924Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1566271Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1566615Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1566958Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1567300Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1567653Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1568054Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1568447Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1568802Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1569179Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1569511Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.1569850Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1570195Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1570537Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1570892Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1571407Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1571750Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1572098Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1572442Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1572786Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1573131Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1573478Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1573820Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1574170Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1574600Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1574943Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1575324Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1575766Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:51:30.1576113Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1576454Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1576797Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1577140Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1577497Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1577890Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1578247Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1578596Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1578928Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1579272Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1579689Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1580037Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1580418Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1580682Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1580911Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1581275Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1581474Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1581673Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1581867Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1582060Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1582259Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1582451Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1582639Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1582829Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1583018Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:51:30.1583206Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1583388Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1583564Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1583792Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1583978Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1584161Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1584328Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1584505Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1584686Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1584886Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1585099Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1585280Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1585463Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1585641Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1585818Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.1585994Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1586174Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1586351Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1586573Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1586754Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1586964Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1587245Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1587429Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1587608Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:30.1587784Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1587957Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1588205Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1588379Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1588536Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1588714Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1588886Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1589053Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1589261Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1589477Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1589719Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1589912Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1590101Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1590286Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1590465Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1590646Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1590821Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1590994Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1591172Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1591353Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1591532Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1591714Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1591890Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1592063Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1592235Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1592394Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1592615Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1592790Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1592984Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1593270Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1593468Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1593663Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1593852Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1594042Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1594243Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1594438Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1594637Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1594817Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1595024Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1595205Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.1595384Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.1596080Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1596269Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1596444Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1596622Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1596795Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1596967Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1597123Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:51:30.1597301Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1597507Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1597687Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.1597866Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:51:30.1598045Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:51:30.1598217Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1598390Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1598615Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1598791Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1598961Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1599129Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1599347Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1599575Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1599759Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1599968Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1600158Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:51:30.1600343Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:51:30.1600521Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1600702Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1600880Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1601043Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1601220Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1601393Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1601567Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1601740Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1601988Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1602167Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1602339Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1602515Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1602686Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1602857Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1603028Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1603197Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1603364Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1603547Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1603759Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1603939Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1604117Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1604296Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1604472Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1604695Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1604858Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1605034Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1605254Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1605482Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1605686Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1605870Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1606045Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:51:30.1606217Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1606387Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1606559Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1606729Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1606895Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1607062Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1607227Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1607401Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:51:30.1607606Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1607785Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:51:30.1608026Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:51:30.1608202Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1608379Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1608537Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1608707Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1608874Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:51:30.1609044Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1609215Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1609394Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1609598Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1609779Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:51:30.1609958Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:51:30.1610132Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1610303Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1610471Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1610684Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1610855Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1611025Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1611238Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1611516Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1611707Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1611902Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1612088Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1612280Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1612466Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1612640Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1612832Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1613055Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1613246Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1613436Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1613623Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1613849Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1614041Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1614232Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1614422Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1614642Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1614835Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615029Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615215Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615400Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615585Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615774Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1615957Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1616174Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1616364Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1616606Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1616793Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1616976Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1617240Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1617430Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1617618Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1617836Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1618024Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1618215Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1618401Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1618587Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1618773Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1618959Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1619144Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1619332Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1619701Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.006s) 2022-12-01T10:51:30.1619894Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1620074Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1620264Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1620444Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1620619Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1620802Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1620985Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1621203Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1621392Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1621581Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1621752Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1621934Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1622110Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1622292Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1622471Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1622704Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1622918Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.011s) 2022-12-01T10:51:30.1623150Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1623375Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1623556Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1623731Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1623910Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1624091Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1624273Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1624484Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1624667Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1624851Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1625030Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1625202Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1625372Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1625594Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1625777Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1625992Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1626163Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1626341Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1626523Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1626702Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1626879Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1627055Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1627231Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1627452Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1627645Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1627836Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1628028Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1628216Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1628405Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1628635Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1628828Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1629107Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1629354Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1629558Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1629761Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1629956Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1630144Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1630346Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1630547Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1630779Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1630966Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1631166Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1631408Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1631602Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1631793Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1631991Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1632188Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1632418Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1632618Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1632823Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1633018Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1633215Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1633404Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1633601Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1633797Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1634026Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1634234Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1634432Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1634724Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1634917Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1635105Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1635348Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1635550Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1635739Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1635953Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-12-01T10:51:30.1636141Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1636314Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1636498Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1636679Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1636856Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1637089Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1637273Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1637487Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.010s) 2022-12-01T10:51:30.1637680Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1637866Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638050Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638229Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638404Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638590Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638768Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1638995Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1649809Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-12-01T10:51:30.1650135Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1650370Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1650605Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1650826Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1651047Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1651408Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1651626Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1651869Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.011s) 2022-12-01T10:51:30.1652085Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1652300Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1652585Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1652799Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1653009Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1653267Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1653479Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1653766Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1653982Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1654195Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1654400Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1654602Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1654804Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1655005Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1655213Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1655446Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1655649Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1655838Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:51:30.1656037Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1656233Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1656425Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1656625Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1656829Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1657053Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1657257Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1657439Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1657620Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:51:30.1657795Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1657970Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1658143Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1658317Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1658485Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1658693Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1658869Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1659047Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1659298Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1659623Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:51:30.1659815Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:51:30.1659993Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1660178Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1660358Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1660536Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1660712Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1660887Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1661065Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1661237Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1661432Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:51:30.1661639Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-12-01T10:51:30.1661819Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:51:30.1661999Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1662174Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1662348Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1662521Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1662678Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1662844Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1663056Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1663220Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1663397Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1663606Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:51:30.1663787Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:51:30.1663972Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:51:30.1664146Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1664321Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1664492Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1664664Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1664879Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1665053Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1665225Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1665403Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1665666Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1665844Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1666018Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1666189Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1666359Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1666515Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1666684Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1666828Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.1666970Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:51:30.1667108Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:51:30.1667275Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:51:30.1667440Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:51:30.1667604Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:51:30.1667775Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1667945Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1668110Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1668275Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:51:30.1668435Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1668594Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1668743Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:51:30.1668939Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1669085Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1669232Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1669363Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:51:30.1669511Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:51:30.1669658Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:51:30.1669827Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:51:30.1669841Z 2022-12-01T10:51:30.1670006Z ---------------------------------------------------------------------- 2022-12-01T10:51:30.1670092Z Ran 12394 tests in 233.078s 2022-12-01T10:51:30.1670098Z 2022-12-01T10:51:30.1670204Z OK (skipped=684, expected failures=14) 2022-12-01T10:51:30.1670212Z 2022-12-01T10:51:30.1670305Z Generating XML reports... 2022-12-01T10:51:30.1670565Z Generated XML report: test-reports\python-unittest\test_unary_ufuncs\TEST-TestUnaryUfuncsCPU-20221201104734.xml 2022-12-01T10:51:30.1670571Z 2022-12-01T10:51:30.1670946Z ##[endgroup] 2022-12-01T10:51:30.1671265Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_on7ewdvj) 2022-12-01T10:51:30.1671273Z 2022-12-01T10:51:32.0906286Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:51:32.2446478Z Running test_serialization ... [2022-12-01 10:51:32.244013] 2022-12-01T10:51:32.2454936Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:51:32.245255] 2022-12-01T10:51:32.2456683Z Ignoring disabled issues: [] 2022-12-01T10:53:44.9676872Z 2022-12-01T10:53:44.9677554Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:53:44.9678535Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_9rcgxp5j) 2022-12-01T10:53:44.9739163Z 2022-12-01T10:53:44.9739419Z Running tests... 2022-12-01T10:53:44.9739740Z ---------------------------------------------------------------------- 2022-12-01T10:53:44.9740119Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-12-01T10:53:44.9741961Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.018s) 2022-12-01T10:53:44.9742383Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:53:44.9742883Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:53:44.9743246Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9743586Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9743936Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.023s) 2022-12-01T10:53:44.9744326Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9744753Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.014s) 2022-12-01T10:53:44.9745091Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9745420Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9745768Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.817s) 2022-12-01T10:53:44.9746130Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9746514Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.010s) 2022-12-01T10:53:44.9746911Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9748180Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9748554Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.013s) 2022-12-01T10:53:44.9748943Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:53:44.9749334Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9749739Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:53:44.9750142Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:53:44.9750538Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:53:44.9750942Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:53:44.9752017Z 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:24.) 2022-12-01T10:53:44.9753376Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:53:44.9753611Z ok (0.004s) 2022-12-01T10:53:44.9753918Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:53:44.9755010Z 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:24.) 2022-12-01T10:53:44.9756171Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:53:44.9756457Z ok (0.005s) 2022-12-01T10:53:44.9756857Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9757385Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:53:44.9757912Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9758403Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.000s) 2022-12-01T10:53:44.9758910Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:53:44.9759427Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:53:44.9759921Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:53:44.9760397Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:53:44.9760900Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9761452Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9761999Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9762661Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9763206Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9763766Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9764305Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9764826Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9765371Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9765896Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9766416Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9766954Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9767492Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9768045Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9768656Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9769225Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9769879Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9770445Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9771003Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9771538Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9772089Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9772594Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9773140Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9773683Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9774234Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9774813Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9775358Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:44.9775938Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:44.9776486Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:44.9777084Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9777670Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:44.9778246Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:44.9778829Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:44.9779385Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9779953Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:44.9780611Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:44.9781146Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:44.9781718Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:44.9782279Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9782847Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9783423Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9783979Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9784585Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:44.9785122Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9785692Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9786254Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9786805Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9787448Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9788012Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9788570Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9789118Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9789649Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9790213Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9790754Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9791286Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9791840Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9792381Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9792944Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9793483Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9794052Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9794616Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9795183Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9795750Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9796304Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9796874Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9797424Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9798027Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9798596Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9799168Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9799739Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:44.9800346Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:44.9800942Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:44.9801520Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:44.9802061Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:44.9802649Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:44.9803218Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:44.9803762Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:44.9804302Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:44.9804932Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:44.9805495Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9806064Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9806599Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9807157Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9807729Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9808269Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9808923Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9809494Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9810064Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:44.9810591Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9811194Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9811735Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9812299Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9812863Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9813415Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9813954Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9814499Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9815111Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9815649Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9816190Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9816744Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9817299Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9818319Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:53:44.9819244Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:53:44.9819576Z ok (0.037s) 2022-12-01T10:53:44.9820002Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9820564Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:44.9821127Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:44.9821685Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:44.9822994Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:44.9823574Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:44.9824167Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:44.9824730Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:44.9825253Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9825835Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:44.9826400Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9826978Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9827449Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9827867Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9828280Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9828675Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9829085Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9829494Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9829900Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9830303Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9830712Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9831120Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9831574Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9831978Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9832384Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9832790Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9833197Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9833605Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9834019Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9834410Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9834825Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9835238Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9835641Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9836042Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9836445Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9836882Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9837262Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9837660Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9838059Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9838462Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9838867Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9839277Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9839696Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9840090Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9840498Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9840904Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9841307Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9841706Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9842103Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9842499Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9842891Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9843303Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9843717Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9844134Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9844595Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9845007Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9845410Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9845793Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9846195Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9846607Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9847004Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9847411Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9847818Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9848229Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9848731Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9849146Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9849555Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:44.9850005Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9850408Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9850811Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9851209Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9851584Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:44.9851981Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9852380Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9852790Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9853212Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:44.9853639Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:44.9854057Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9854458Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9854868Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9855275Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9855680Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9856083Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9856491Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9856909Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:44.9857316Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:44.9857787Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9858211Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9858625Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9859040Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9859463Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:44.9859890Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9860292Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9860708Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9861121Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9861533Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9861943Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9862352Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9862761Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:44.9863193Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9863631Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:53:44.9864086Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:44.9864516Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9864927Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9865334Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9865733Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9866116Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9866520Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9866921Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9867352Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9867815Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:44.9868294Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:44.9868751Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9869190Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9869611Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9870048Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9870525Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9870951Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9871382Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9871800Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9872215Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9872617Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9873034Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9873446Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9873855Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9874256Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9874654Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9875055Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9875439Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9875890Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9876301Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9876713Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9877134Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9877547Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9877957Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9878343Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9878882Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9879297Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9879695Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9880099Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9880499Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9880905Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9881291Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9882073Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: 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:250.) 2022-12-01T10:53:44.9882717Z return self.op(*args, **kwargs) 2022-12-01T10:53:44.9882924Z ok (0.011s) 2022-12-01T10:53:44.9883236Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9883707Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9884114Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9884496Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9884899Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9885297Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9885693Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9886094Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9886493Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9886907Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9887319Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9887750Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9888175Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:44.9888691Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:44.9889164Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:44.9889583Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9889993Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9890384Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9890792Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:44.9891197Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:44.9891607Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:44.9892009Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:44.9892408Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:44.9892814Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:44.9893192Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9893603Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:44.9894010Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9894417Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9894825Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:44.9895231Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9895635Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9896014Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9896409Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:44.9896855Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9897250Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:44.9898341Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:53:44.9899284Z return self.op(*args, **kwargs) 2022-12-01T10:53:44.9899488Z ok (0.005s) 2022-12-01T10:53:44.9899798Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9900224Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9900619Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9901032Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9901445Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9901900Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9902314Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9902730Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9903146Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9903543Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9903965Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9904381Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9904791Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9905205Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9905613Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9906019Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9906399Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9906803Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9907202Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9907609Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9908017Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9908431Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:44.9908846Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:44.9909281Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9909685Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9910088Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9910492Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9910887Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9911280Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9911681Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9912061Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9912471Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:44.9912893Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:44.9913316Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9913728Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9914135Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:44.9914545Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9914977Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9915389Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:44.9915799Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:44.9916210Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9916631Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9917050Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9917462Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9917853Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9918258Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9918670Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9919079Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9919486Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9919896Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9920311Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9920703Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9921120Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9921536Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9921946Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9922396Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9922799Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9923203Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9923603Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:44.9924020Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:44.9924435Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:44.9924851Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9925259Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9925673Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:44.9926089Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:44.9926482Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:44.9926901Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:44.9927314Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:44.9927791Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9928211Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9928729Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9929160Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9929567Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9929989Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9930407Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9930826Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9931245Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9931659Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9932072Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9932467Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9932885Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9933309Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9933736Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9934171Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9934598Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9935024Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9935484Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9935906Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9936325Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9936739Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9937150Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9937569Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9937987Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9938402Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9938848Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:44.9939296Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9939746Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9940198Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:44.9940684Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9941124Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9941559Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9941981Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9942412Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9942838Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9943274Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9943712Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9944134Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9944542Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9944937Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9945358Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9945774Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9946182Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9946588Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9946992Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9947392Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9947775Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9948218Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9948625Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9949036Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9949448Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9949869Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9950288Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9950681Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9951087Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9951493Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9951894Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9952300Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9952703Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9953113Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9953551Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9953959Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9954367Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9954775Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9955176Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9955570Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9955975Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9956361Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9956768Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9959554Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9959970Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9960401Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:44.9960818Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9961229Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9961616Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9962017Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9962417Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9962819Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9963219Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9963722Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9964133Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9964529Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9964949Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9965369Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9965782Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9966188Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9966584Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9966982Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9967364Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9967766Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9968184Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9968720Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:44.9969211Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9969648Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9970075Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9970482Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9970906Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9971327Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9971746Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9972164Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9972577Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9972994Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:44.9973413Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9973817Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9974240Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9974663Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9975093Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9975523Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9975943Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9976360Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:44.9977319Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9977736Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9978153Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9978567Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9978982Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:44.9979480Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:44.9979903Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9980303Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:44.9980731Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:44.9981161Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9981591Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:44.9982009Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:44.9982420Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0007272Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0007729Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0008167Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0008686Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0009106Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0009531Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0009928Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0010369Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0010822Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0011248Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0011648Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0012059Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0012466Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0012854Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0013265Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0013682Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0014093Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0014518Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0015021Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0015443Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0015840Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0016262Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0016690Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0017111Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0017526Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0017947Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0018364Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0018759Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0019170Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0019575Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0020018Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0020426Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0020827Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0021241Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0021630Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0022038Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0022450Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0022865Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0023287Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0023703Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0024117Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0024519Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0024932Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0025355Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0025787Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0026217Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0026651Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0027080Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0027528Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0027946Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0028367Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0028782Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0029197Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0029615Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0030028Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0030442Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0030840Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0031244Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0031655Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0032064Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0032491Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0032969Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0033404Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0033823Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0034257Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0034680Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0035099Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0035514Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0035931Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0036347Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0036742Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0037164Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0037581Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0038006Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0038433Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0038861Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0039285Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0039688Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0040157Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0040575Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0040991Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0041403Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0041820Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0042235Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0042627Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0043044Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0043446Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0043852Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0044254Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0044652Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0045048Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0045465Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0045865Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0046258Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0046665Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0047067Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0047471Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0047890Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0048283Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0048807Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0049202Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0049598Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0049991Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0050381Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0050780Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0051158Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0051551Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0051976Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0052422Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0052865Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0053366Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0053817Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0054247Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0054693Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0055130Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0055565Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0056002Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0056435Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0056867Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0057296Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0057705Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0058125Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0059088Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0059527Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0059955Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0060374Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0060785Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0061181Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0061599Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0062013Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0062430Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0062843Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0063257Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0063667Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0064064Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0064467Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0064875Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0065279Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0065674Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0066069Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0066523Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0066909Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0067299Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0067699Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0068102Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0068503Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0068891Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0069276Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0069654Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0070047Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0070435Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0070823Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0071210Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0071657Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0072082Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0072495Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0072925Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0073349Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0073771Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0074185Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0074594Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0075006Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0075416Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0075819Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0076233Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0076632Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0077019Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0077410Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0077814Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0078212Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0078596Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0079030Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0079422Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0079812Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0080194Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0080580Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0080956Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0081324Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0081706Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.250s) 2022-12-01T10:53:45.0082097Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:53:45.0082488Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0082873Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0083256Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0083639Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0084053Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0084434Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0084820Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0085200Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0086008Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:53:45.0086718Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:53:45.0086925Z ok (0.010s) 2022-12-01T10:53:45.0087199Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0087593Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0087991Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0088388Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0088893Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0089283Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0089672Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0090052Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0090437Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0090818Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0091260Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0091638Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0092019Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0092402Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0092786Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0093184Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0093581Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0093969Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0094359Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0094743Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0095125Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0095503Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0095887Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0096307Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0096689Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0097395Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:53:45.0097969Z L = torch.cholesky(A) 2022-12-01T10:53:45.0098157Z should be replaced with 2022-12-01T10:53:45.0098352Z L = torch.linalg.cholesky(A) 2022-12-01T10:53:45.0098530Z and 2022-12-01T10:53:45.0098704Z U = torch.cholesky(A, upper=True) 2022-12-01T10:53:45.0098906Z should be replaced with 2022-12-01T10:53:45.0099112Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:53:45.0099600Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:53:45.0100032Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0100208Z ok (0.009s) 2022-12-01T10:53:45.0100504Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0100916Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0101314Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0101729Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0102154Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0102568Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0102983Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0103404Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0103880Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0104298Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0104710Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0105107Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0105486Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0105877Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0106273Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0106667Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0107057Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0107443Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0107831Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0108204Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0108588Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0109008Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0109392Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0109779Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0110168Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0110560Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0110936Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0111319Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0111696Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0112077Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0112460Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0112842Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0113236Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0113628Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0114018Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0114413Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0114818Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0115214Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0115604Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0116033Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0116413Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0116801Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0117195Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0117587Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0117982Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0118377Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0118772Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0119159Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0119559Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0119945Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0120329Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0120718Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0121142Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0121530Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0121915Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0122313Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0122709Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0123098Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0123484Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0123865Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0124246Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0124622Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0125002Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0125385Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0125765Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0126160Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0126565Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0126968Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0127372Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0127787Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0128238Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0128750Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0129141Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0129538Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0129935Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0130327Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0130721Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0131117Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0131526Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:53:45.0131934Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:53:45.0132343Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:53:45.0132765Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:53:45.0133175Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:53:45.0133619Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:45.0134027Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-12-01T10:53:45.0134435Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:53:45.0134848Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-12-01T10:53:45.0135252Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.195s) 2022-12-01T10:53:45.0135654Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-12-01T10:53:45.0136058Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:45.0136534Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0136922Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0137306Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0137691Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0138077Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0138461Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0138859Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0139239Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0139632Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0140021Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0140397Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0140829Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0141212Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0141594Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0141967Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0142343Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0142743Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0143147Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0143558Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0143978Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0144394Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0144800Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0145208Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0145659Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0146063Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0146468Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0146870Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0147272Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0147670Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0148079Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0148494Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0148914Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0149332Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:45.0149756Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:45.0150165Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:45.0150572Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0150965Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:45.0151373Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:45.0151780Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:45.0152182Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0152586Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0153033Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0153430Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0153830Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0154240Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0154648Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0155048Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0155453Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0155864Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0156262Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0156650Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0157045Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0157441Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0157885Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0158287Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0158685Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0159082Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0159471Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0159866Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0160260Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0160650Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0161043Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0161433Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0161823Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0162216Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0162637Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0163078Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0163497Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:45.0163894Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0164291Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0164681Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:45.0165108Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0165494Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0165883Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0166275Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0166666Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0167049Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0167438Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0167819Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0168205Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0168680Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0169060Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0169434Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0169812Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0170190Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0170613Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0170998Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0171385Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0171779Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0172171Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0172550Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0172936Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0173314Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0173699Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0174077Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0174456Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0174853Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0175257Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0175666Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0176073Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0176486Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0176889Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0177283Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0177723Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0178121Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0178513Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0178915Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0179308Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0179702Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.596s) 2022-12-01T10:53:45.0180113Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0180543Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:53:45.0180951Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.579s) 2022-12-01T10:53:45.0181339Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.512s) 2022-12-01T10:53:45.0181723Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.581s) 2022-12-01T10:53:45.0182090Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.511s) 2022-12-01T10:53:45.0182513Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.520s) 2022-12-01T10:53:45.0182901Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.533s) 2022-12-01T10:53:45.0183286Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.585s) 2022-12-01T10:53:45.0183681Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0184087Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0184490Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0184876Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0185268Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0185664Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0186053Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0186439Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0186831Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0187220Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0187603Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0187995Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0188392Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0188794Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0189192Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0189581Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0190011Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0190385Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0190774Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0191168Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0191561Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0191960Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0192357Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0192744Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0193119Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0193501Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0193886Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0194275Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0194675Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0195128Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0195541Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0195937Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0196338Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0196736Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0197130Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0197520Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0197910Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0198306Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0198690Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0199092Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0199501Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0199904Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0200302Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0200695Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0201081Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0201456Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0201840Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0202766Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0203195Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0203643Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:45.0204087Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0204529Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:45.0204952Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:53:45.0205385Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0205819Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0206253Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0206687Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:45.0207114Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:45.0207536Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0207980Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0208383Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0208880Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0209272Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0209664Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0210061Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0210449Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0210841Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0211221Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0211409Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0211598Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0211798Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0211994Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0212184Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0212371Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0212558Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0212745Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0212931Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0213118Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0213346Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0213547Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0213739Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0213941Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0214141Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0214338Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0214533Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0214730Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0214915Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0215110Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0215295Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0215488Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0215682Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0215912Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0216113Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0216308Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0216511Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0216712Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0216906Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0217101Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0217295Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0217483Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0217668Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0217860Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0218044Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0218239Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0218433Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0218634Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0218837Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0219032Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0219215Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0219452Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0219650Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0219842Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0220026Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0220216Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0220408Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0220593Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0220805Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0221007Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0221217Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0221423Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0221626Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0221869Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0222074Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0222273Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0222477Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0222675Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0222867Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.326s) 2022-12-01T10:53:45.0223052Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.309s) 2022-12-01T10:53:45.0223248Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-12-01T10:53:45.0223441Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-12-01T10:53:45.0223618Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.309s) 2022-12-01T10:53:45.0223805Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-12-01T10:53:45.0223994Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:53:45.0224178Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-12-01T10:53:45.0224363Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.292s) 2022-12-01T10:53:45.0224546Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:53:45.0224732Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-12-01T10:53:45.0224917Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-12-01T10:53:45.0225113Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0225347Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0225542Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0225731Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0225922Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0226107Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0226287Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0226476Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0226659Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0226853Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:45.0227046Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:45.0227238Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:45.0227424Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:45.0227608Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0227827Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0228040Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0228249Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0228460Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0228666Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0228870Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0229075Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0229277Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0229482Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0229679Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0229891Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0230093Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0230305Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0230517Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0230724Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0230927Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0231125Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0231371Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0231573Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0231776Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0231980Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0232182Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0232393Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0232597Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0232792Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0232995Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0233199Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0233404Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0233606Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0234288Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0234503Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0234695Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0234907Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0235118Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:53:45.0235306Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0235495Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0235682Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0235868Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0236051Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0236235Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0236420Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0236614Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0236804Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0237004Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0237199Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0237396Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0237589Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0237817Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0238003Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0238191Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0238374Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0238554Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0238742Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0238935Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0239134Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0239325Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0239524Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0239720Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0239915Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0240110Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0240351Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0240539Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0240728Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0240913Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0241103Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0241291Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0241478Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0241672Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0241852Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0242056Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0242250Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0242447Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0242642Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0242832Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0243025Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0243209Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0243395Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0243574Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0243758Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0243996Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0244188Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:53:45.0244384Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:53:45.0244578Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0244769Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0244966Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:45.0245152Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0245338Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:45.0245520Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:53:45.0245707Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0245896Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:53:45.0246076Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0246264Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0246508Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0246702Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0246900Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0247094Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0247279Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0247460Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0247647Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0247838Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0248027Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0248213Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0248402Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0248694Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0248888Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0249090Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0249291Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0249497Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0249695Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0249890Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0250146Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0250325Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0250518Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0250711Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0250902Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0251096Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0251284Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0251468Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0251663Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0251852Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0252039Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0252227Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0252415Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0252645Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0252832Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0253016Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0253201Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0253386Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0253565Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0253758Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0253948Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0254147Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0254333Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0254531Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0254719Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0254904Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0255093Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0255282Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0255467Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0255660Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0255846Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0256037Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0256271Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0256455Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0256643Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0256826Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0257013Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0257199Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0257381Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0257564Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0257754Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0257937Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0258131Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0258312Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0258499Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0258737Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0258924Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0259110Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0259297Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0259493Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0259681Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0259878Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0260068Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0260257Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0260438Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0260618Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0260808Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0260997Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0261189Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0261377Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0261558Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0261741Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0261920Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0262105Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0262326Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0262512Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0262696Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0262877Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0263065Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0263249Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0263444Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0263637Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0263829Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0264016Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0264200Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0264383Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0264569Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0264795Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0264980Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0265186Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0265388Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0265594Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0265795Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0265992Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0266187Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0266386Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0266567Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0266763Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0266955Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0267152Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0267345Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0267532Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0267721Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0267925Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0268123Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0268370Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0268554Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0268747Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0268937Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0269117Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0269300Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0269488Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0269675Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0269869Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0270056Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0270244Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0270431Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0270602Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0270834Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0271021Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0271208Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0271396Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0271582Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0271773Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:53:45.0271963Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:53:45.0272149Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:53:45.0272337Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:45.0272524Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:45.0272709Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:53:45.0272897Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:53:45.0273078Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:53:45.0273260Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:53:45.0273444Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:53:45.0273634Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0273838Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0274036Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0274230Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0274479Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0274659Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0274847Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0275029Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0275217Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0275408Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0275596Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0275793Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0275994Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0276185Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0276374Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0276562Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0276747Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:45.0276974Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0277167Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0277357Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0277547Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0277746Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0277941Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0278134Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0278324Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0278517Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0278704Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0278877Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0279065Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0279256Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0279461Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0279659Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0279868Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0280074Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0280279Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0280531Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0280730Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0280926Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0281124Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0281315Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0281511Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0281709Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0281908Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0282122Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0282345Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0282563Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0282779Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0283038Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.006s) 2022-12-01T10:53:45.0283248Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0283459Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0283659Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0283869Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0284073Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0284267Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0284487Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0284700Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0284895Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0285092Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0285286Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0285477Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0285674Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:45.0285867Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0286062Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0286270Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0286486Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0286757Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0286969Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0287177Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0287383Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0287596Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0287801Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0288009Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0288216Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:53:45.0288485Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0288691Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0288891Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0289157Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0289354Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0289549Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0289742Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0289925Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0290116Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0290302Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0290491Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0290695Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0290894Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0291093Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0291293Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0291484Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0291671Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0291856Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0292046Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0292235Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0292432Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0292706Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0292983Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0293168Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0293364Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0293558Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0293745Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0293933Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0294125Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0294312Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0294515Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0294715Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0294924Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0295129Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0295377Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0295583Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0295785Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0295984Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0296180Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0296377Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0296567Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0296764Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0296963Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0297155Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0297350Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0297546Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0297729Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0297924Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0298118Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0298309Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0298500Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0298690Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0298924Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0299119Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0299309Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0299494Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0299677Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0299872Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0300057Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0300248Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:45.0300446Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0300642Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0300832Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0301022Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0301207Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0301436Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0301629Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0301822Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0302012Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0302213Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0302408Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0302602Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0302797Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0302983Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0303173Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0303368Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0303555Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0303747Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0303945Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0304141Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0304337Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0304529Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0304714Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0305785Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0305974Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0306163Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0306349Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0306535Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0306742Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0306948Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0307135Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0307333Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0307530Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0307717Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0307908Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0308148Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0308341Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0308535Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0308734Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0308930Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0309120Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0309306Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0309495Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0309688Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0309875Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0310064Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0310259Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0310445Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0310638Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0310823Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0311007Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0311198Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0311381Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0311568Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0311809Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0312008Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0312201Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0312389Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0312574Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0312768Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0312952Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0313145Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0313330Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0313523Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0313718Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0313905Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0314136Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0314332Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0314517Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0314705Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0314892Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0315078Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0315261Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0315444Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0315631Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0315821Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0316022Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0316221Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0316419Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0316613Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0316801Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0316987Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0317181Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0317369Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0317553Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0317787Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0317972Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0318167Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0318353Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0318544Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0318738Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0318926Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0319113Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0319296Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0319483Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0319657Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0319843Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0320027Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0320249Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0320446Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0320636Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0320839Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0321034Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0321232Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0321420Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0321603Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0321796Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0321988Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0322170Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0322360Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0322551Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0322746Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0322935Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0323133Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0323333Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0323524Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0323757Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0323939Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0324126Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0324312Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0324492Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0324678Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0324870Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0325062Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0325252Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0325450Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0325645Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0325839Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0326031Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0326255Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0326443Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0326636Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0326831Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0327023Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0327214Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0327407Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0327614Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:45.0327821Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0328013Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0328222Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:45.0328543Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0328754Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0328956Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0329159Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0329358Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0329560Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0329759Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0329961Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0330213Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0330410Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0330604Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0330799Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0330993Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0331186Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0331380Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0331576Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0331784Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0331991Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0332197Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0332399Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0333044Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0333256Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0333462Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0333671Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0333879Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0334078Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0334274Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0334471Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0334677Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0334870Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0335064Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0335259Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0335453Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0335643Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0335835Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0336036Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0336231Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0336425Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0336615Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0336862Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0337055Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0337227Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0337417Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0337611Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0337804Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0338002Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0338198Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0338390Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0338582Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0338774Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0338964Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0339152Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0339388Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0339577Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0339774Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0339970Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0340165Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0340352Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0340551Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0340746Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0340939Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0341135Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0341320Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0341517Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0341724Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0341930Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0342130Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0342332Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0342533Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0342731Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0342975Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0343170Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0343369Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0343563Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0343759Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0343956Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0344166Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0344371Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0344571Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0344764Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0344953Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0345150Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0345341Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0345574Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0345751Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0345947Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0346143Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0346334Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0346524Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0346714Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0353523Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0353787Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0353986Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0354187Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0354384Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0354576Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0354762Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0354948Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0355132Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0355320Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0355504Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0355706Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0356044Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:53:45.0356239Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0356426Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:45.0356614Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:53:45.0356817Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:53:45.0357025Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:53:45.0357228Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:53:45.0357430Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:53:45.0357627Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:53:45.0357827Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:53:45.0358019Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:53:45.0358208Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-12-01T10:53:45.0358399Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:53:45.0358655Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0358846Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0359034Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0359226Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0359416Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0359600Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0359783Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0359964Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0360151Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0360332Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0360524Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0360700Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0360895Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0361091Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0361282Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0361473Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0361661Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0361849Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0362037Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0362267Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0362452Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0362639Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0362839Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0363038Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0363241Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0363435Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0363634Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0363831Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0364020Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0364206Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0364402Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0364594Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0364812Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:53:45.0365005Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0365189Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:45.0365388Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:53:45.0365586Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-12-01T10:53:45.0365789Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:45.0365992Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:53:45.0366190Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0366383Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0366583Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0366783Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0366980Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0367173Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0367364Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0367558Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0367750Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0367935Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0368116Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0368350Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0368688Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0368889Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0369078Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0369265Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0369462Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0369659Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0369854Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0370047Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0370233Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0370424Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0370607Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0370789Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0371025Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0371217Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0371410Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0371603Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0371788Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0371976Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0372159Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0372347Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0372532Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0372716Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0372901Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0373084Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0373254Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0373432Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0373631Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0373824Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0374015Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0374208Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0374406Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0374644Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0374832Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0375017Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0375213Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0375406Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0375596Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0375795Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0375986Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0376192Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0376393Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0376594Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0376791Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0376988Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0377228Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0377424Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0377603Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0377788Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0377980Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0378172Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0378374Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0378568Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0378773Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0378975Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0379175Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0379373Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0379570Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0379763Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0379958Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0380150Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0380345Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0380538Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0380792Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0380985Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0381187Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0381387Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0381583Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0381782Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0381975Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0382154Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0382345Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0382539Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0382733Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0382927Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0383168Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0383365Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0383566Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0383770Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0383967Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0384165Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0384361Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0384556Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0384751Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0384944Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0385130Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0385324Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0385512Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0386136Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:53:45.0386229Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0386297Z ok (0.039s) 2022-12-01T10:53:45.0386501Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0386744Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0386928Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0387130Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0387324Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0387523Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0387720Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:45.0387920Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0388121Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0388317Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0388523Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0388729Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0388933Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0389133Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0389376Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0389572Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0389770Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0389968Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0390158Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0390355Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0390551Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0390747Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0390942Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0391136Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0391329Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0391500Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0391690Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0391877Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0392065Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0392254Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0392440Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0392631Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0392862Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0393056Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0393244Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0393430Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0393615Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0393802Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0393987Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0394172Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0394362Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0394547Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0394728Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0394926Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:53:45.0395116Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0395358Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:53:45.0395546Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:53:45.0395741Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:53:45.0395938Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:53:45.0396127Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:53:45.0396318Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:53:45.0396504Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:53:45.0396687Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:53:45.0396878Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:53:45.0397070Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:53:45.0397268Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0397458Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0397661Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0397861Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0398059Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0398253Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0398452Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0398642Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0398884Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0399073Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0399258Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0399447Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0399643Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0399822Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0400008Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0400195Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0400384Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0400570Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0400754Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0400938Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0401137Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0401367Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0401567Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0401762Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0401958Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0402148Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0402333Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0402522Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0402709Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0402896Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0403084Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0403272Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0403460Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0403654Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0403829Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0404025Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0404219Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0404413Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0404599Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0404780Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405010Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405193Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405378Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405566Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405749Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0405951Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0406145Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0406342Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0406541Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0406736Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0406930Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0407118Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0407311Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0407540Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0407732Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0407918Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0408112Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0408307Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0408614Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0408815Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0409011Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0409201Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0409393Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0409587Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0409778Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0409973Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0410161Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0410361Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0410561Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0410760Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0410954Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0411729Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0411923Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0412113Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0412298Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0412479Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0412668Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0412845Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0413040Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-12-01T10:53:45.0413237Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0413912Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-12-01T10:53:45.0414009Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0414078Z ok (0.129s) 2022-12-01T10:53:45.0414320Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-12-01T10:53:45.0414568Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0414814Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0415062Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0415308Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0415549Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0415791Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0416032Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0416271Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0416506Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0416738Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0416973Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0417210Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:53:45.0417459Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0417747Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0418001Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:53:45.0418252Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0418499Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0418748Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0418985Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0419227Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0419470Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0419707Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0419984Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.009s) 2022-12-01T10:53:45.0420229Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0420460Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0420687Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0420921Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0421153Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0421386Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0421594Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0421812Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0422036Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0422265Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0422489Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0422713Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0422938Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0423182Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0423464Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0423717Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0423963Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0424206Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0424453Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0424697Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0424939Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0425179Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0425414Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0425653Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0425931Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0426165Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:45.0426390Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:53:45.0426623Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0426855Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0427084Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:53:45.0427306Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0427524Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0427749Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0427972Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0428195Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0428417Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0428647Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:53:45.0428840Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0429028Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0429256Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0429451Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0429645Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0429837Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0430023Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0430211Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0430401Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0430590Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0430779Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0430964Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0431165Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0431364Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0431561Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0431798Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0431991Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0432177Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0432372Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0432559Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0432743Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0432929Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0433114Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0433289Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0433472Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0433667Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0433859Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0434057Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0434252Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0434444Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0434635Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0434824Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0435012Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0435200Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0435435Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0435623Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0435811Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0435999Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0436184Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0436374Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0436559Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0436744Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0436930Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0437114Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0437288Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0437470Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0437649Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0438577Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0438796Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0438992Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0439189Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0439378Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0439576Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0439765Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0439962Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0440158Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0440349Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0440534Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0440719Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0440907Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0441096Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0441309Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0441522Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0441733Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0441938Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0442213Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:53:45.0442410Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0442618Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0442826Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0443032Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0443238Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0443438Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0443637Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0443839Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0444045Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0444252Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0444453Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0444699Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0444900Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0445090Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0445291Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0445489Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0445686Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:53:45.0445889Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0446092Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0446288Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0446487Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0446702Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:45.0446921Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0447131Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0447327Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0447530Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0447734Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0447932Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0448132Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0448388Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0448702Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0448904Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0449101Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0449389Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0449660Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0449866Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0450070Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0450281Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0450489Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0450694Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0450896Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0451180Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0451412Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0451637Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0451850Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0452052Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0452256Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0452455Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0452637Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0452844Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0453050Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0453252Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0453447Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0453658Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0453868Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0454076Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0454284Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0454497Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0454754Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0454961Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0455162Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0455371Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0455582Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0455785Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0455987Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0456195Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0456397Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:45.0456595Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0456792Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:45.0457056Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:45.0457280Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:45.0457498Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0457718Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:53:45.0457907Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0458106Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0458307Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0458505Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0458718Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0458929Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0459136Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:53:45.0459340Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:45.0459554Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0459762Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0459970Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0460178Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0460386Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0460634Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:53:45.0460836Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:53:45.0461038Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:53:45.0461244Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:53:45.0461456Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:53:45.0461669Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0461873Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0462079Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:45.0462288Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0462500Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:53:45.0462710Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:53:45.0462902Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:53:45.0463153Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0463366Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.481s) 2022-12-01T10:53:45.0463578Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.434s) 2022-12-01T10:53:45.0463786Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.460s) 2022-12-01T10:53:45.0463988Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.448s) 2022-12-01T10:53:45.0464214Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:53:45.0464436Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:45.0464660Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0464880Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:45.0465089Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0465295Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0465504Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0465708Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0465911Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0466113Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0466314Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0466511Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0466754Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0466956Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0467155Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:53:45.0467357Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:53:45.0467562Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:53:45.0467761Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:53:45.0467954Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:53:45.0468145Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:53:45.0468373Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:53:45.0468605Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:53:45.0468837Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:53:45.0469101Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:45.0469329Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:53:45.0469553Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:45.0469761Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:45.0469965Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0470163Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0470361Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:53:45.0470582Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0470798Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0471010Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0471223Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0471511Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:53:45.0471798Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:53:45.0472080Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:53:45.0472350Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:53:45.0472597Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:53:45.0472799Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0473000Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:45.0473196Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0473405Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0473616Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0473823Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0474026Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0474232Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0474420Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:45.0474619Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0474817Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:45.0475063Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:53:45.0475269Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0475471Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0475673Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:53:45.0475895Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:53:45.0476115Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:53:45.0476329Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:53:45.0476543Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:53:45.0476747Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:53:45.0476950Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:53:45.0477152Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-12-01T10:53:45.0477348Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-12-01T10:53:45.0477559Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0477765Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0477967Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0478171Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0478381Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0478632Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0478837Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0479042Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0479256Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0479456Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0479664Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0479872Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0480077Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0480285Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0480487Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0480686Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:53:45.0480884Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0481123Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:53:45.0481321Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0481521Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0481717Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0481924Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0482148Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0482370Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0482572Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:45.0482776Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:45.0482986Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:45.0483199Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0483411Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0483617Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:53:45.0483823Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:53:45.0484029Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:53:45.0484229Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:45.0484429Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0484657Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:53:45.0484854Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0485048Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0485245Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0485440Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:53:45.0485633Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0485817Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0486012Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0486212Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:45.0486401Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0486623Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0486819Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0487012Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0487247Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0487434Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0487619Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0487809Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0487995Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0488180Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0488364Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0488669Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0488852Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0489041Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0489226Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0489415Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0489597Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0489785Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0489974Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0490159Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0490352Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0490539Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0490739Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0490994Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0491183Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0491367Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0491550Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0491737Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0491925Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0492110Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0492296Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0492489Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0492673Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0492856Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0493048Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0493238Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0493467Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0493654Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0493838Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0494023Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0494207Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0494391Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0494594Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0494793Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0494995Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0495207Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0495413Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0495627Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0495835Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0496045Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0496253Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0496462Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0496666Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0496870Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0497114Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0497313Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:53:45.0497507Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0497707Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0497906Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0498110Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0498312Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0498514Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0498714Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0498913Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0499118Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0499321Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0499566Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0499767Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0499965Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0500165Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:53:45.0500354Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0500558Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0500753Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0500960Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0501165Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0501364Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0501568Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0501762Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0501947Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0502141Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0502332Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0502527Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0502723Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0502924Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0503165Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0503370Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0503574Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0503771Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0503966Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0504162Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0504358Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0504552Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0504749Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0504944Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0505141Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:53:45.0505340Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0505536Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0505777Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0505979Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:53:45.0506179Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0506376Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:53:45.0506554Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:53:45.0506749Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0506944Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:53:45.0507141Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0507336Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:53:45.0507526Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0507729Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0507921Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0508127Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0508330Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0508529Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0508729Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0508924Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0509655Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0509846Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0510042Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0510238Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0510438Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0510637Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0510828Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0511024Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0511213Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0511388Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0511577Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0511768Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0511956Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0512184Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0512385Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.395s) 2022-12-01T10:53:45.0512587Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.385s) 2022-12-01T10:53:45.0512790Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-12-01T10:53:45.0512988Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.396s) 2022-12-01T10:53:45.0513187Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.378s) 2022-12-01T10:53:45.0513382Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-12-01T10:53:45.0513572Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.365s) 2022-12-01T10:53:45.0513770Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-12-01T10:53:45.0513963Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:53:45.0514154Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0514355Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0514544Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0514742Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0514939Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0515134Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0515327Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0515516Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0515695Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0515935Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0516126Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0516312Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0516506Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0516700Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0516893Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0517083Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0517271Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0517452Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0517645Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0517831Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0518018Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0518202Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0518428Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0518620Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0518807Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0518992Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0519178Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0519365Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0519549Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0519722Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0519905Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0520088Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0520272Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0520770Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:53:45.0520881Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:53:45.0520966Z should be replaced with 2022-12-01T10:53:45.0521099Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:53:45.0521160Z and 2022-12-01T10:53:45.0521301Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:53:45.0521385Z should be replaced with 2022-12-01T10:53:45.0521705Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:53:45.0521911Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:53:45.0521977Z ok (0.031s) 2022-12-01T10:53:45.0522171Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0522362Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0522550Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0523041Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:53:45.0523181Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:53:45.0523283Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:53:45.0523358Z should be replaced with 2022-12-01T10:53:45.0523656Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:53:45.0523749Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0523815Z ok (0.031s) 2022-12-01T10:53:45.0524020Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0524215Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0524457Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0524669Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0524873Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0525076Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0525271Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0525463Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0525649Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0525842Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0526037Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0526229Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0526416Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0526607Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0526794Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0526980Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0527151Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0527333Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0527519Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0527700Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0527891Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0528123Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0528317Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0528607Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0528800Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0528989Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0529180Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0529365Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0529547Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0529733Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0529913Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0530094Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0530275Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0530477Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.0530742Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.0530943Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0531136Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0531323Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0531518Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0531714Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0531909Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0532103Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0532307Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:45.0532505Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0532698Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:45.0532897Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0533090Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0533284Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0533477Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0533671Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:53:45.0533866Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0534074Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0534321Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:53:45.0534523Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0534723Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0534921Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0535119Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0535324Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0535522Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:45.0535719Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0535915Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0536118Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0536319Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0536516Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0536714Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:53:45.0537373Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:45.0537578Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:53:45.0537779Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:45.0537979Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:53:45.0538185Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0538397Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0538607Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0538814Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0539019Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0539222Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0539425Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0539622Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0539822Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0540022Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0540228Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0540437Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0540642Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0540893Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0541081Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0541276Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0541472Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0541670Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0541871Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0542067Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:53:45.0542270Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0542466Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0542669Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0542871Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0543073Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0543311Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0543508Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0543706Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0543905Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0544101Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0544293Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0544488Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0544683Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0544896Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0545106Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0545318Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0545529Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:53:45.0545725Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0545932Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0546137Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:53:45.0546343Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:53:45.0546549Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:53:45.0546753Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:53:45.0547004Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:53:45.0547204Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:53:45.0547408Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:53:45.0547607Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:53:45.0547813Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.411s) 2022-12-01T10:53:45.0548009Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.330s) 2022-12-01T10:53:45.0548208Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-12-01T10:53:45.0548411Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:53:45.0548609Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.400s) 2022-12-01T10:53:45.0548805Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.406s) 2022-12-01T10:53:45.0549002Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.410s) 2022-12-01T10:53:45.0549197Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-12-01T10:53:45.0549442Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-12-01T10:53:45.0549635Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-12-01T10:53:45.0549826Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-12-01T10:53:45.0550027Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-12-01T10:53:45.0550316Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0550504Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0550705Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0550906Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.792s) 2022-12-01T10:53:45.0551106Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.799s) 2022-12-01T10:53:45.0551303Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.776s) 2022-12-01T10:53:45.0551503Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.776s) 2022-12-01T10:53:45.0551709Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:53:45.0551920Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:53:45.0552134Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:53:45.0552340Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0552548Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:53:45.0552754Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0553007Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:45.0553213Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:53:45.0553417Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.0553616Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:53:45.0553813Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:53:45.0554012Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-12-01T10:53:45.0554210Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:45.0554404Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:45.0554601Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-12-01T10:53:45.0554797Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:53:45.0555002Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0555188Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0555398Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0555647Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0555854Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0556058Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0556259Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0556458Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0556658Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0556859Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0557061Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0557260Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0557462Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0557665Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0557873Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0558078Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0558279Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0558481Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0558684Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0558880Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0559120Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0559317Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0559515Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0559711Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0559915Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0560108Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0560313Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0560515Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0560719Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0560919Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0561120Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.727s) 2022-12-01T10:53:45.0561342Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0561603Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0561803Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.695s) 2022-12-01T10:53:45.0562000Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.680s) 2022-12-01T10:53:45.0562197Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.410s) 2022-12-01T10:53:45.0562392Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.409s) 2022-12-01T10:53:45.0562581Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.431s) 2022-12-01T10:53:45.0562775Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.411s) 2022-12-01T10:53:45.0562971Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.428s) 2022-12-01T10:53:45.0563171Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.0563367Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0563570Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:53:45.0563774Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0563971Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:53:45.0564168Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:53:45.0564363Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.0564555Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:53:45.0564738Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0564931Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0565173Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:53:45.0565362Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0565561Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.666s) 2022-12-01T10:53:45.0565784Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.016s) 2022-12-01T10:53:45.0566003Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0566201Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.667s) 2022-12-01T10:53:45.0566398Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.659s) 2022-12-01T10:53:45.0566593Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.632s) 2022-12-01T10:53:45.0566790Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.389s) 2022-12-01T10:53:45.0566982Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.376s) 2022-12-01T10:53:45.0567171Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.381s) 2022-12-01T10:53:45.0567364Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.393s) 2022-12-01T10:53:45.0567558Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.419s) 2022-12-01T10:53:45.0567794Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:53:45.0567994Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0568191Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0568385Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0568676Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0568868Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0569052Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0569229Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0569418Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0569607Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0569808Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0570009Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0570213Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0570410Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0570608Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0570809Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0571004Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0571201Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0571448Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0571643Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0571837Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0572030Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0572219Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0572412Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0572604Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0572816Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0573025Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0573237Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0573443Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0573644Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0573886Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0574095Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0574303Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0574511Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0574719Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0574933Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0575141Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0575357Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0575567Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0575777Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0575985Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0576187Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0576386Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0576591Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0576800Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0576996Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0577187Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0577430Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0577625Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0577814Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0578006Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0578192Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0578376Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0578567Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0578748Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0578937Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0579132Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0579329Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0579518Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0579705Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0579927Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0580125Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0580322Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0580518Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0580707Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0580890Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0581071Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0581258Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0581445Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0581663Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0581882Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0582102Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0582323Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0582539Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0582753Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0582968Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0583179Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0583414Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0583614Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0583822Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0584033Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0584253Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0584464Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0584687Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0584910Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0585135Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0585354Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0585565Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0585819Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0586029Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0586232Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0586446Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0586661Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0586860Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0587055Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:53:45.0587253Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0587454Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0587649Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0587847Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0588042Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0588234Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0588426Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0588605Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0588821Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0589028Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0589238Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0589490Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0589694Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0589902Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0590111Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0590319Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0590525Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0590727Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0590943Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0591151Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0591364Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0591570Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0591818Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0592029Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0592232Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0592435Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0592640Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0592849Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0593045Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0593235Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0593433Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0593611Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0593807Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0593998Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0594186Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0594371Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0594560Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0594751Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0594942Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0595153Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0595408Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0595597Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0595786Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0595971Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0596154Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0596341Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0596523Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0596706Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0596902Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0597090Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0597278Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0597462Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0597639Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0597875Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0598067Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0598255Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0598445Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0598631Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0598829Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0599022Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0599222Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0599424Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0599620Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0599816Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0600008Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0600196Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0600388Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0600579Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0600766Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0600959Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0601153Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0601350Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0601588Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0601778Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0601955Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0602139Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0602326Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0602515Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0602702Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0602890Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0603080Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0603270Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0603456Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0603652Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0603840Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0604073Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0604265Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0604455Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0604644Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0604828Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0605013Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0605198Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0605384Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0605567Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0605773Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0605965Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0606168Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0606355Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0606547Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0606738Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0606924Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0607115Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0607299Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0607483Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0608183Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0608368Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0608645Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0608865Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0609077Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0609283Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0609491Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0609702Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0609909Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0610115Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0610325Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0610538Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0610801Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0611008Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0611202Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0611408Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0611614Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0611819Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0612022Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0612235Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0612441Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0612645Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0612845Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0613050Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0613253Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0613460Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0613669Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0613869Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0614064Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0614309Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0614506Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0614702Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0614896Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0615089Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0615284Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0615478Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0615675Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0615868Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:53:45.0616051Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0616241Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:53:45.0616428Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:45.0616672Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0616873Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0617066Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0617266Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0617457Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0617644Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0617841Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0618033Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0618235Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.782s) 2022-12-01T10:53:45.0618437Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.764s) 2022-12-01T10:53:45.0618630Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0618824Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0619017Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0619207Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0619391Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0619582Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0619775Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0619961Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0620149Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0620371Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0620576Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0620772Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0620977Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0621182Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0621388Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0621587Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0621783Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0621982Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0622180Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0622375Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0622565Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0622802Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0623000Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0623194Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0623385Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0623583Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0623780Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0623976Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0624170Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0624362Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0624556Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0624734Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0624921Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0625103Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0625290Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0625481Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0625690Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0625903Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0626111Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0626366Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0626570Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0626772Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0626962Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0627146Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0627341Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0627531Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0627718Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0627909Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0628096Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0628282Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0628466Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0628651Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0628865Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0629050Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0629241Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0629441Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0629634Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0629819Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630007Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630195Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630385Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630569Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630755Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0630943Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0631129Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0631309Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0631510Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0631706Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0631912Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0632113Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0632310Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0632550Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0632747Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0632942Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0633121Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0633309Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0633495Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0633687Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0633873Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0634089Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0634294Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0634507Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0634716Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0635383Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0635605Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0635812Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0636022Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0636228Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0636431Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0636631Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0636836Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0637034Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0637230Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0637425Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0637626Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0637824Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0638021Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0638203Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0638401Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0638596Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0638788Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:53:45.0639024Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0639211Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0639401Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0639588Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0639782Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0639972Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0640173Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0640372Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0640572Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0640764Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0640951Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0641143Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0641334Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0641558Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0641746Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0641938Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0642127Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0642324Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0642499Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0642701Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0642904Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0643105Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0643304Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0643503Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0643690Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0643884Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0644070Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0644253Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0644445Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0644639Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0644840Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0645080Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0645281Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0645525Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0645768Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0646007Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0646239Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0646469Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0646696Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0646922Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0647144Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0647410Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0647636Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0647841Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0648066Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0648294Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0648600Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0648823Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0649051Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0649276Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0649498Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0649720Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0649938Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0650155Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0650371Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0650586Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0650797Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0651064Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0651278Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0651492Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0651706Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0651921Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0652128Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0652340Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0652559Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0652772Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0652980Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0653196Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0653450Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0653662Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0653874Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0654070Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0654270Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0654478Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:53:45.0654689Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0654918Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0655143Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0655386Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0655628Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0655869Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0656079Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0656289Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0656497Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0656710Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0656966Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0657177Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:53:45.0657385Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0657587Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0657793Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0658468Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:896.) 2022-12-01T10:53:45.0658564Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0658633Z ok (0.057s) 2022-12-01T10:53:45.0658851Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-12-01T10:53:45.0659063Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.386s) 2022-12-01T10:53:45.0659273Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0659519Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0659724Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0659959Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:45.0660187Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:53:45.0660411Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0660619Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0660843Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0661062Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0661285Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0661505Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0661728Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0661947Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0662166Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0662401Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0662627Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0662900Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0663130Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0663354Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0663578Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0663804Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0664029Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0664251Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:53:45.0664480Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0664703Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0664927Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0665147Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0665408Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0665628Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0665841Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0666055Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0666865Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:53:45.0667055Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:53:45.0667126Z ok (0.010s) 2022-12-01T10:53:45.0667346Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0667556Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0667774Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0667983Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0668200Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0668403Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0668615Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0668871Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0669082Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0669289Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0669497Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0669718Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:53:45.0669939Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0670157Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0670379Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0670592Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0670801Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0671007Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0671291Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0671538Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0671781Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0672032Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0672273Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0672521Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0672774Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0673020Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0673265Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0673503Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0673745Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0673982Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0674227Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0674466Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0674746Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0674976Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:53:45.0675206Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:53:45.0675432Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0675658Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:53:45.0675869Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.444s) 2022-12-01T10:53:45.0676094Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.439s) 2022-12-01T10:53:45.0676318Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.418s) 2022-12-01T10:53:45.0676527Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0676736Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0676944Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0677195Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0677402Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0677610Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0677831Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0678048Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0678263Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0678481Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0678692Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0678910Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0679128Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0679346Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0679568Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0679786Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0680001Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0680220Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0680434Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0680681Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0680888Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0681102Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0681317Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0681515Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0681722Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0681923Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0682137Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0682367Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0682596Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0682824Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0683038Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0683295Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0683508Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0683723Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0683943Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0684162Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0684380Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0684607Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0684833Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0685064Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0685295Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0685522Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0685755Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0685986Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0686215Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0686446Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0686710Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0686936Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0687166Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0687394Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0687622Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0687847Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0688067Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0688298Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0688665Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0689353Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:53:45.0689446Z warnings.warn( 2022-12-01T10:53:45.0689500Z ok (0.031s) 2022-12-01T10:53:45.0689715Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0689923Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0690135Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0690349Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0690558Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0690770Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0690973Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0691172Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0691392Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0691604Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0691817Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0692033Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0692246Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0692461Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0692708Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0692923Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0693140Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0693351Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0693562Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0693773Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0693980Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0694191Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0694385Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0694595Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0694823Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0695050Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0695316Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0695542Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0695760Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0695978Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0696197Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0696430Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0696661Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0696889Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0702761Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0703037Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0703269Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0703498Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0703721Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:45.0703945Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.746s) 2022-12-01T10:53:45.0704161Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.729s) 2022-12-01T10:53:45.0704377Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.694s) 2022-12-01T10:53:45.0704700Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.967s) 2022-12-01T10:53:45.0704916Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.984s) 2022-12-01T10:53:45.0705127Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.953s) 2022-12-01T10:53:45.0705338Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.839s) 2022-12-01T10:53:45.0705552Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.819s) 2022-12-01T10:53:45.0705774Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-12-01T10:53:45.0705990Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-12-01T10:53:45.0706215Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0706423Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0706640Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:53:45.0706854Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-12-01T10:53:45.0707127Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:53:45.0707447Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0707675Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0707889Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:53:45.0708112Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:53:45.0708335Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:53:45.0708548Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0708756Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0709389Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3292: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-12-01T10:53:45.0709578Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:53:45.0709646Z ok (0.000s) 2022-12-01T10:53:45.0709862Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0710074Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0710297Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0711107Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0711339Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0711565Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0711802Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0712039Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0712273Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.0712487Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0712702Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0712911Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:45.0713128Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0713348Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0713622Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0713837Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0714047Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0714247Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0714469Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:53:45.0714685Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0714908Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0715135Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:53:45.0715349Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0715565Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0715782Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0715998Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0716215Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0716424Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0716643Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0716858Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.0717128Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0717343Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0717566Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0717788Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0718005Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0718218Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0718435Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0718650Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:53:45.0718861Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0719069Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0719284Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0719538Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0719762Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0719982Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0720190Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0720407Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0720632Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0720859Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0721082Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0721301Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0721529Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0721762Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0721993Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0722216Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0722438Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0722666Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0722887Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0723158Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0723375Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0723597Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0723818Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0724029Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0724238Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0724458Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0724676Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0724898Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0725118Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0725333Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0725590Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0725809Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0726023Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0726235Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0726437Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0726653Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0726867Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0727093Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0727312Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0727537Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0727765Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0727986Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0728206Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0728542Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0728765Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0728975Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0729248Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0729468Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0729685Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0729905Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-12-01T10:53:45.0730129Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:53:45.0730348Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-12-01T10:53:45.0730562Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-12-01T10:53:45.0730781Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-12-01T10:53:45.0730996Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-12-01T10:53:45.0731210Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:53:45.0731428Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:53:45.0731678Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0731889Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0732099Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0732312Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0732521Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0732712Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0732919Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0733128Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0733336Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0733540Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0733747Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0733957Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0734166Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0734372Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0734579Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0734784Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0734986Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0735233Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0735433Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0735645Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0735854Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0736063Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0736275Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0736481Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0736691Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0736911Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0737131Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0737337Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0737545Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0738207Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0738421Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0738644Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0738862Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0739076Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0739299Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0739523Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0739746Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0739962Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0740176Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0740380Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0740606Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0740834Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0741066Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0741289Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0741565Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0741787Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0742006Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0742225Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0742446Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0742667Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0742887Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0743104Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0743317Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0743525Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0743744Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0744003Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0744215Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0744431Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0744639Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0744855Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0745067Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0745274Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0745489Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0745698Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0745907Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0746116Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0746325Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0746535Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0746754Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0746978Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0747199Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0747415Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0747668Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0747882Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0748086Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0748287Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0748501Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0748715Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0748933Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0749148Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0749362Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0749573Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0749779Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0750022Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0750222Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0750434Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0750663Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0750894Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0751125Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0751350Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0751577Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0751798Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0752021Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0752243Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0752463Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0752682Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0752928Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0753176Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0753421Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0753705Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0753945Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0754183Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0754423Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0754656Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0754893Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:53:45.0755133Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0755344Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:53:45.0755560Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:53:45.0755775Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:53:45.0756024Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:53:45.0756230Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:53:45.0756435Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:53:45.0756924Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:53:45.0757145Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:53:45.0757214Z ok (0.000s) 2022-12-01T10:53:45.0757446Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0757660Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0758139Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:53:45.0758359Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:53:45.0758428Z ok (0.010s) 2022-12-01T10:53:45.0758653Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0758876Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0759099Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0759298Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0759544Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0759746Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0759946Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0760147Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0760344Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0760544Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0760738Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0760930Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0761120Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0761302Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0761491Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0761685Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0761876Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0762110Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0762307Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:53:45.0762496Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0762677Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0762861Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0763058Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0763275Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0763493Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.0763691Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0763888Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0764088Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0764292Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0764492Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0764685Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0764876Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0765072Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0765272Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0765471Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0765706Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0765896Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0766091Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0766286Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0766476Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0766671Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0766882Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0767080Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0767288Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0767495Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0767688Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0767876Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0768110Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0768309Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0768609Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0768806Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0768990Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0769172Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0769358Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0769547Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0769736Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0769922Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0770108Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0770308Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0770500Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0770701Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0770901Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0771101Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0771298Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0771482Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0771672Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0771915Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0772102Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0772286Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0772481Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0772673Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0772871Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0773063Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:53:45.0773259Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:53:45.0773446Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0773640Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0773828Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0774026Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0774219Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0774449Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0774643Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0774833Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0775022Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0775210Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0775398Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0775574Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0775761Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0775966Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.395s) 2022-12-01T10:53:45.0776160Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.354s) 2022-12-01T10:53:45.0776362Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0776555Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0776756Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0776955Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0777152Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0777349Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0777545Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0777730Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0777961Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0778146Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0778329Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0778519Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0778709Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0778916Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0779116Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0779313Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:53:45.0779509Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.0779700Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0779873Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0780094Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0780311Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0780562Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0780773Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0780986Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0781189Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0781401Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0781613Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0781819Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0782034Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0782242Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0782454Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0782661Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0782867Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0783079Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0783286Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0783494Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0783699Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0783956Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0784163Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0784373Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0784582Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0784792Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0784996Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0785197Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0785395Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0785607Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0785824Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0786028Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0786277Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0786491Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0786699Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0786906Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0787107Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0787317Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0787525Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0787741Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0787951Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0788162Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0788371Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0788580Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0788782Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0788992Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0789203Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0789410Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0789609Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0789852Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0790054Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0790257Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0790456Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0790641Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0790833Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791030Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791220Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791414Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791606Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791801Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0791991Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0792183Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0792412Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0792604Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0792792Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0792983Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0793168Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0793354Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0793538Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0793723Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0793910Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0794094Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0794291Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0794490Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0794667Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0794853Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0795042Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0795230Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0795420Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0795604Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0795790Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0796022Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0796208Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0796404Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0796596Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0796785Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0796974Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0797163Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0797348Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0797535Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0797719Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0797904Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0798088Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0798610Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:53:45.0798779Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:53:45.0798866Z Q, R = torch.qr(A, some) 2022-12-01T10:53:45.0798936Z should be replaced with 2022-12-01T10:53:45.0799255Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:53:45.0799350Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0799417Z ok (0.016s) 2022-12-01T10:53:45.0799613Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0799805Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0799994Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0800194Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.789s) 2022-12-01T10:53:45.0800392Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.771s) 2022-12-01T10:53:45.0800591Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0800784Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0800977Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0801166Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0801350Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0801542Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0801736Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0801922Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0802160Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0802344Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0802549Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0802738Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0802939Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0803143Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0803339Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0803537Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0803730Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0803938Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0804137Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0804336Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0804572Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0804772Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0804970Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0805170Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0805364Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0805560Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0805754Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0805949Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0806147Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0806338Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0806530Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0806722Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0806907Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0807107Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0807296Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0807498Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0807702Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0807900Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0808694Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0808891Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0809085Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0809273Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0809470Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0809668Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0809857Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0810049Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0810237Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0810420Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0810607Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0810796Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0810985Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0811227Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0811414Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0811608Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0811797Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0811980Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0812173Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0812364Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0812554Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0812741Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0812931Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0813117Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0813307Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0813495Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0813679Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0813863Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0814068Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0814270Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0814478Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0814684Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0814935Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0815135Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0815335Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0815534Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0815733Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0815927Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0816121Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0816307Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0816506Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0816707Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0816901Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0817100Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0817346Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0817536Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0817722Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0817919Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0818115Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0818307Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0818502Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0818698Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0818893Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0819082Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0819266Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0819462Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0819649Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0819849Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0820046Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0820233Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0820421Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0820592Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0820781Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0821010Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0821195Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0821384Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0821574Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0821788Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0821998Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0822213Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0822428Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0822640Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0822850Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0823058Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0823266Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:53:45.0823514Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0823721Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0823925Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0824130Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0824326Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0824529Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0824725Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0824934Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0825136Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0825324Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0825526Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0825725Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0825924Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0826119Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0826313Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0826505Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0826700Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0826894Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0827140Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0827331Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0827531Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0827731Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0827931Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0828126Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0828314Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0828510Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0828701Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0828889Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0829076Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0829266Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0829503Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0829687Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0829874Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0830078Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0830274Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0830466Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0830654Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0830839Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0831031Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0831215Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0831404Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0831597Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0831783Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0831983Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0832172Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0832376Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0832582Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0832778Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0832976Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0833217Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0833409Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0833604Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0833795Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0833974Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0834166Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0834369Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0834567Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0834773Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0834979Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0835180Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0835378Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0836054Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0836263Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0836461Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0836655Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0836853Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0837054Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0837254Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0837449Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0837657Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0837860Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0838063Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0838262Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0838462Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0838659Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0838855Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0839041Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0839239Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0839436Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0839685Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0839880Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0840064Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0840258Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0840452Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0840649Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0840838Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0841024Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0841209Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0841396Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0841583Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0841771Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0841961Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0842201Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0842397Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0842582Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0842780Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0842974Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0843151Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0843336Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0843528Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0843716Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0843902Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0844089Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0844277Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0844468Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0844667Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0844856Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0845039Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0845226Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0845411Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0845643Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0845834Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0846020Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0846231Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0846437Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0846646Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0846853Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0847057Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0847260Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0847460Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0847669Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0847871Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0848066Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0848304Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0848602Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0848803Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0848994Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0849187Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0849376Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0849565Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0849751Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0849943Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0850132Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0850323Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0850583Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0850786Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0850975Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0851166Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0851353Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0851543Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0851730Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0851967Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0852153Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0852337Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0852542Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0852739Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0852950Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0853157Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0853358Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0853558Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0853755Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0853952Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0854146Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0854343Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0854579Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0854778Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0854977Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0855171Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0855371Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0855567Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0855762Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:53:45.0855953Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.0856147Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0856326Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0856513Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0856695Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0856884Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0857076Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0857712Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:53:45.0857809Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0857923Z ok (0.010s) 2022-12-01T10:53:45.0858134Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0858349Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0858563Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0858775Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0858987Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0859198Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0859403Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0859612Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0859816Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0860075Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0860282Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0860492Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0860743Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0860953Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0861162Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0861371Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0861574Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0861766Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0861968Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0862184Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0862391Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0862600Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0862810Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0863014Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0863219Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0863421Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0863626Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0863886Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0864102Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0864358Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0864566Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0864773Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0864977Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0865182Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0865388Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0865592Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0865798Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0866001Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0866212Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0866417Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0866623Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0866867Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0867062Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0867267Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0867469Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0867671Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0867876Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.0868074Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:53:45.0868927Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:53:45.0869026Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0869747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:53:45.0869840Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.0869906Z ok (0.151s) 2022-12-01T10:53:45.0870156Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-12-01T10:53:45.0870364Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0870567Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:53:45.0870773Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.0870968Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0871174Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0871377Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:53:45.0871581Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:53:45.0871803Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:53:45.0872022Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:53:45.0872231Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:53:45.0872434Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0872685Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0872903Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:53:45.0873111Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:53:45.0873314Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:53:45.0873509Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0873701Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0873901Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0874100Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0874289Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0874483Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0874681Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0874869Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0875056Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0875239Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0875420Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0875609Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0875801Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0876009Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0876251Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0876458Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0876663Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0876865Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0877068Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0877269Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0877464Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0877667Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0877866Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0878059Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0878245Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0878441Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0878624Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0878852Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0879043Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0879232Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0879421Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0879607Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0879794Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0879981Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0880166Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0880352Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0880548Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0880736Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0880934Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0881132Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0881321Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0881511Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0881697Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0881886Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0882073Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0882260Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0882488Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0882659Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0882858Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0883049Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0883250Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0883453Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0883648Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0883841Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0884032Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0884217Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0884408Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0884597Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0884824Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885011Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885196Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885388Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885573Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885756Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0885942Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0886130Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0886318Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0886502Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0886685Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0886872Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0887061Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0887255Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0887443Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0887628Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0887818Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0888001Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0888191Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0888511Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0888704Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0888890Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0889076Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0889272Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0889467Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0889654Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0889841Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0890027Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0890209Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0890392Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0890576Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0890762Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0890980Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0891171Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0891366Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0891564Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0891752Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0891934Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0892120Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0892306Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0892494Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0892677Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0892860Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0893053Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0893236Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0893431Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0893625Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0893812Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894002Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894186Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894371Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894591Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894776Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0894946Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0895139Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0895323Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0895521Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0895718Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0895913Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0896107Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0896295Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0896477Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0896664Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0896851Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0897074Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0897262Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0897449Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0897658Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0897860Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0898064Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.0898266Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0898464Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0898665Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0898859Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0899059Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0899245Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0899445Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0899641Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0899835Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:53:45.0900027Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0900237Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0900442Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0900695Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0900904Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0901110Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0901315Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0901520Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0901724Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0901928Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0902133Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0902337Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0902537Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0902733Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0902919Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0903152Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.0903344Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0903529Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0903720Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0903896Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0904083Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0904271Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0904454Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.0904729Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:53:45.0904999Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:53:45.0905263Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-12-01T10:53:45.0905523Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-12-01T10:53:45.0905726Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0905935Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0906141Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0906345Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0906544Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0907242Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0907443Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0907645Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0907851Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0908061Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0908268Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0908469Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0908670Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0908866Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0909067Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0909263Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0909462Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0909694Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0909899Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0910098Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0910298Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0910499Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0910697Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0910896Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0911096Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0911298Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0911502Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0911700Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0911897Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0912096Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0912293Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0912491Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0912685Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0912890Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0913132Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0913332Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0913530Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0913725Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0913924Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0914123Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0914346Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0914563Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0914788Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0915010Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0915230Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0915489Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0915712Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0915931Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0916155Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0916378Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0916602Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0916818Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0917034Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0917252Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0917470Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0917688Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0917984Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0918282Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0918581Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0918872Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0919202Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0919483Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0919773Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0920066Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0920355Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0920651Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0920943Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0921272Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0921558Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0921844Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0922130Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0922420Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0922630Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0922833Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0923035Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0923240Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0923440Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0923640Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0923836Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0924035Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0924236Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0924421Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0924626Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0924868Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0925065Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0925258Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0925456Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0925658Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0925857Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0926077Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0926303Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0926526Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0926745Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0926963Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0927220Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0927440Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0927660Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0927878Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0928101Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0928323Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0928657Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0928880Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0929097Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0929314Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0929536Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0929740Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0929924Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0930123Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0930323Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0930523Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0930715Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0930951Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0931148Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0931343Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0931539Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0931739Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0931930Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0932126Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0932319Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0932514Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0932706Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0932896Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0933092Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0933292Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0933934Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0934142Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0934336Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0934532Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0934725Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0934910Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0935135Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0935364Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0935591Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0935815Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0936039Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0936255Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0936477Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0936698Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0936996Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0937290Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0937629Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0937922Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0938207Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0938498Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0938788Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0939077Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0939288Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0939497Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0939746Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0939953Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0940161Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0940362Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0940566Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0940763Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0940979Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0941201Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0941416Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0941631Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0941842Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0942053Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0942264Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0942464Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0942675Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0942889Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0943104Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0943351Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0943559Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0943767Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0943979Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0944190Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0944398Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0944613Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0944829Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0945039Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0945244Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0945452Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0945693Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0945906Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0946114Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0946326Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0946536Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0946744Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0946947Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0947157Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0947366Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0947578Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0947783Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0947983Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0948173Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0948375Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0948582Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0948777Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0948976Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0949216Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0949414Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0949609Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0949814Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0950016Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0950217Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0950418Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0950621Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0950819Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0951019Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0951259Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0951493Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0951771Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0952001Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0952237Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0952459Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0952691Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0952919Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0953150Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0953370Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0953597Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0953809Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0954032Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0954253Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0954474Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0954695Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0954913Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0955171Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0955396Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0955617Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0955836Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0956058Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0956272Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0956493Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0956709Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0957012Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0957319Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0957652Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0957953Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0958254Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0958555Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0958852Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0959145Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0959445Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0959743Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0960047Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0960350Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0960642Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0960975Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0961271Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0961565Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0961857Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-12-01T10:53:45.0962159Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0962451Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0962743Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0963077Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0963372Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0963668Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0963957Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0964253Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0964552Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0964843Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0965135Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0965425Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0965725Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0966019Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0966351Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:53:45.0966573Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0966796Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0967017Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0967237Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0967454Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0967671Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0967887Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0968101Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0968312Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0968606Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0968865Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0969071Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0969260Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0969462Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0969663Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0969861Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0970062Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0970265Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0970466Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0970667Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0970869Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0971071Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0971269Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0971465Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0971661Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0971858Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0972052Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0972241Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0972481Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0972675Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0972864Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0973059Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0973247Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0973432Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0973607Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0973799Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0973986Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0974174Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0974361Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0974568Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0974771Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0975015Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0975224Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0975431Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0975632Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0975836Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0976037Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0976237Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0976435Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0976636Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0976838Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0977044Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0977240Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0977448Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0977657Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0977866Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0978069Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0978275Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0978505Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0978707Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0978908Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0979104Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0979304Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0979507Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0979699Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0979888Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0980084Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0980279Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0980470Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0980657Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0980886Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0981077Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0981263Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0981448Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0981633Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0981830Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0982021Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0982221Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0982422Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0982616Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0982792Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0982978Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0983168Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0983358Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0983542Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0983730Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0983922Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0984119Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0984307Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0984548Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0984747Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0984945Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0985138Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0985331Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0985520Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0985712Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0985897Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0986079Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0986271Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0986463Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0986656Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0986831Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0987066Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0987260Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0987451Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0987639Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0987823Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0988003Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0988192Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0988380Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0988570Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0988759Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0988950Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0989142Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0989337Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0989530Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0989717Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0989906Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0990093Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0990290Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0990531Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0990731Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0990926Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0991105Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0991291Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0991485Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0991680Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0992346Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-12-01T10:53:45.0992524Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:53:45.0992593Z ok (0.026s) 2022-12-01T10:53:45.0992788Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.0993016Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0993215Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0993410Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0993606Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0993795Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0993985Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0994172Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0994361Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0994550Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0994737Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0994921Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0995110Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0995301Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0995485Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0995681Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0995870Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0996046Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0996236Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0996424Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0996651Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0996835Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0997019Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0997204Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0997385Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0997590Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0997787Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0997991Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0998196Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0998392Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0998589Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:53:45.0998784Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0998977Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0999210Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.0999401Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.0999596Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.0999790Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1000001Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.1000211Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.1000387Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-12-01T10:53:45.1000576Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-12-01T10:53:45.1000776Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.449s) 2022-12-01T10:53:45.1000976Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.232s) 2022-12-01T10:53:45.1001473Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:53:45.1001709Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:53:45.1001808Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:53:45.1001892Z should be replaced with 2022-12-01T10:53:45.1002031Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:53:45.1002096Z and 2022-12-01T10:53:45.1002205Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:53:45.1002289Z should be replaced with 2022-12-01T10:53:45.1002601Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:53:45.1003183Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.1003250Z ok (0.000s) 2022-12-01T10:53:45.1003453Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1003653Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1003845Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1004037Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1004213Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1004406Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1004595Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1004785Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1004973Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1005157Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1005341Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1005525Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1005748Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1005934Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1006118Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1006326Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1006526Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1006737Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1006944Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1007149Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1007357Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:53:45.1007560Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1007763Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1007963Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1008159Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1008345Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1008647Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1008849Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1009036Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1009233Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1009480Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1009672Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1009858Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1010046Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1010235Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1010424Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1010610Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1010797Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1010984Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1011176Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1011360Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1011557Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1011749Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1011974Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1012164Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1012349Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1012522Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1012706Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1012892Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1013079Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1013272Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1013457Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1013654Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1013853Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1014046Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1014228Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1014417Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1014604Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1014794Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1014981Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1015163Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1015367Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1015606Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1015815Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1016020Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1016221Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1016423Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1016618Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1016804Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1017003Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1017200Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1017396Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1017591Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1017786Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1018030Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1018235Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1018435Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1018636Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1018830Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1019022Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1019209Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1019404Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1019595Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1019870Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1020106Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1020306Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1020501Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:53:45.1020692Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1020881Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1021069Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1021244Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1021433Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1021619Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1021862Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1022044Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1022233Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1022418Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.1022612Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:53:45.1022806Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1022994Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.1023180Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.1023366Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:53:45.1023549Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.1023733Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1023919Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:53:45.1024102Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1024318Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:53:45.1024523Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1024718Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1024923Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1025126Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1025311Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1025507Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1025699Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1025896Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1026086Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1026274Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1026467Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1026661Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1026852Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1027042Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1027229Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1027416Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1027605Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1027831Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1028017Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1028203Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1028402Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1028596Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1028789Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1028976Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1029165Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1029342Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1029527Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1029715Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1029901Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1030103Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1030748Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1030965Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1031170Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1031376Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1031577Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1031776Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1031969Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1032163Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1032357Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1032544Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1032743Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1032939Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1033139Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1033344Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1033547Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1033748Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1033948Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1034132Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1034374Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1034565Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1034757Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1034953Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1035144Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1035335Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1035534Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1035723Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1035915Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1036103Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1036286Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1036474Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:53:45.1036662Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:53:45.1036895Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1037087Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:53:45.1037276Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:53:45.1037814Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:53:45.1038017Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:53:45.1038127Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:53:45.1038212Z should be replaced with 2022-12-01T10:53:45.1038516Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:53:45.1038611Z return self.op(*args, **kwargs) 2022-12-01T10:53:45.1038665Z ok (0.016s) 2022-12-01T10:53:45.1038881Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1039094Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1039303Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1039500Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1039686Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1039882Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1040083Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1040275Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1040501Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1040682Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1040871Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1041058Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1041248Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1041434Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1041625Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1041822Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1042017Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1042210Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1042395Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1042588Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1042771Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1043003Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1043194Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1043376Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1043565Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1043752Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1043938Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1044123Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1044307Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1044509Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1044708Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1044910Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1045107Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1045312Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1045517Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1045716Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1045910Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1046109Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1046307Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1046504Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1046746Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1046927Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1047121Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1047314Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1047503Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1047692Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1047881Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1048072Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1048258Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1048543Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1048732Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1048928Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1049117Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1049362Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1049560Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1049758Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1070595Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1070929Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1071134Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1071336Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1071541Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1071729Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1071927Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1072116Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1072330Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1072536Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1072750Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1072964Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1073177Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1073385Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1073591Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1073985Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1074188Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1074384Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1074577Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1074777Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1074973Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1075164Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1075358Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1075566Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1075769Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1075971Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1076172Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1076367Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1076617Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1076796Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1076987Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1077174Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1077364Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1077560Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1077762Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1077971Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1078178Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1078374Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1078572Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1078764Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1078984Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:53:45.1079198Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.1079417Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:53:45.1079637Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:53:45.1079850Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:53:45.1080063Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:53:45.1080319Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.1080530Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:53:45.1080736Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:53:45.1080935Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:53:45.1081132Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-12-01T10:53:45.1081334Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:53:45.1081512Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:53:45.1081711Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.300s) 2022-12-01T10:53:45.1081901Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:53:45.1082088Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:53:45.1082281Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:53:45.1082475Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:53:45.1082719Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1082919Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1083128Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1083340Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1083546Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1083749Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1083954Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1084156Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1084360Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1084555Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1084747Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1084950Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1085141Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1085336Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1085534Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1085714Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1085910Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1086106Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1086345Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1086547Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1086754Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1086961Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1087165Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1087371Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1087572Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1087769Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1087989Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.1088211Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:53:45.1088522Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1088735Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1088930Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1089173Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1089369Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1089563Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1089756Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1089964Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1090174Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1090361Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1090562Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1090762Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1090968Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1091176Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1091382Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1091586Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1091781Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1091974Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1092171Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1092364Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1092549Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1092787Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1092976Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1093185Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1093396Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1093588Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1093780Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1093980Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1094173Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1094366Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1094560Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1094732Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1094914Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1095110Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1095340Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1095535Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1095726Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1095919Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:53:45.1096113Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1096307Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1096511Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1096718Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1096921Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1097118Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1097311Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1097505Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1097701Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1097891Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1098078Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1098271Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1098462Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1098658Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1098834Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1099080Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1099274Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1099470Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1099662Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1099852Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1100039Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1100222Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1100401Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1100581Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1100767Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1100953Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1101144Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1101330Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1101566Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1101768Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1101964Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1102160Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1102352Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1102540Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1102730Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1102924Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1103102Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1103294Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1103486Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1103689Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1103882Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1104079Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1104272Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1104462Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1104657Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1104849Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1105081Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1105273Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1105467Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1105666Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1105857Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1106062Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1106263Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1106458Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1106651Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1106838Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1107026Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1107199Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1107390Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1107622Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1107816Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1108016Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1108212Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1108415Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1108617Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1108813Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1109011Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1109206Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1109395Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1109586Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1109780Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1109971Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1110164Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1110353Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1110559Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1110758Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1110967Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1111174Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1111423Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1111607Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1111809Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1112012Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1112214Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1112418Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1112611Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-12-01T10:53:45.1112812Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:53:45.1113012Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:53:45.1113023Z 2022-12-01T10:53:45.1113186Z ---------------------------------------------------------------------- 2022-12-01T10:53:45.1113275Z Ran 5132 tests in 163.765s 2022-12-01T10:53:45.1113281Z 2022-12-01T10:53:45.1113362Z OK (skipped=172) 2022-12-01T10:53:45.1113367Z 2022-12-01T10:53:45.1113462Z Generating XML reports... 2022-12-01T10:53:45.1113720Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221201105059.xml 2022-12-01T10:53:45.1114045Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheckModeOpInfoCPU-20221201105059.xml 2022-12-01T10:53:45.1114053Z 2022-12-01T10:53:45.1114493Z ##[endgroup] 2022-12-01T10:53:45.1114762Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_9rcgxp5j) 2022-12-01T10:53:45.1114770Z 2022-12-01T10:53:46.9954682Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:53:47.1361051Z Running test_jit ... [2022-12-01 10:53:47.134394] 2022-12-01T10:53:47.1365978Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:47.134394] 2022-12-01T10:53:47.1367781Z Ignoring disabled issues: [] 2022-12-01T10:54:27.2432941Z 2022-12-01T10:54:27.2433844Z Expand the folded group to see the log file of test_serialization 2022-12-01T10:54:27.2434694Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_ep6u6mns) 2022-12-01T10:54:27.2435091Z 2022-12-01T10:54:27.2435229Z Running tests... 2022-12-01T10:54:27.2435631Z ---------------------------------------------------------------------- 2022-12-01T10:54:27.2439801Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... Test results will be stored in test-reports\python-unittest\test_serialization 2022-12-01T10:54:27.2440565Z skip: NamedTemporaryFile on windows (0.001s) 2022-12-01T10:54:27.2441130Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... skip: NamedTemporaryFile on windows (0.001s) 2022-12-01T10:54:27.2441852Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2442375Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2442953Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.054s) 2022-12-01T10:54:27.2443568Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:54:27.2444105Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:54:27.2444935Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.158s) 2022-12-01T10:54:27.2445491Z test_serialization (__main__.TestOldSerialization) ... ok (0.026s) 2022-12-01T10:54:27.2446045Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.048s) 2022-12-01T10:54:27.2446653Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.017s) 2022-12-01T10:54:27.2447232Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.018s) 2022-12-01T10:54:27.2447876Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.025s) 2022-12-01T10:54:27.2448522Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.002s) 2022-12-01T10:54:27.2449277Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:54:27.2449955Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.005s) 2022-12-01T10:54:27.2450482Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.019s) 2022-12-01T10:54:27.2451072Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2451680Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2452257Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.378s) 2022-12-01T10:54:27.2452847Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2453598Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.056s) 2022-12-01T10:54:27.2454159Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.029s) 2022-12-01T10:54:27.2454701Z test_serialization_offset (__main__.TestOldSerialization) ... ok (141.282s) 2022-12-01T10:54:27.2455354Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (8.412s) 2022-12-01T10:54:27.2456026Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (9.750s) 2022-12-01T10:54:27.2456629Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.020s) 2022-12-01T10:54:27.2457178Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.033s) 2022-12-01T10:54:27.2457727Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.009s) 2022-12-01T10:54:27.2458268Z test_serialization_sparse (__main__.TestOldSerialization) ... ok (0.032s) 2022-12-01T10:54:27.2459542Z 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-12-01T10:54:27.2460661Z x = x.to_sparse_csr() 2022-12-01T10:54:27.2461023Z ok (0.006s) 2022-12-01T10:54:27.2461489Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.701s) 2022-12-01T10:54:27.2462108Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.028s) 2022-12-01T10:54:27.2462690Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:54:27.2463266Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.010s) 2022-12-01T10:54:27.2463794Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2464301Z test_load_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2464815Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2465358Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:54:27.2466827Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:54:27.2467435Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2468029Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2468643Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.023s) 2022-12-01T10:54:27.2469255Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.022s) 2022-12-01T10:54:27.2469833Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2470398Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.165s) 2022-12-01T10:54:27.2470936Z test_serialization (__main__.TestSerialization) ... ok (0.032s) 2022-12-01T10:54:27.2471460Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.921s) 2022-12-01T10:54:27.2471993Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.025s) 2022-12-01T10:54:27.2472563Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.020s) 2022-12-01T10:54:27.2473220Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.002s) 2022-12-01T10:54:27.2473954Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:54:27.2474565Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:54:27.2475205Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.007s) 2022-12-01T10:54:27.2475782Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.006s) 2022-12-01T10:54:27.2476350Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2476940Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.719s) 2022-12-01T10:54:27.2477504Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2478048Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.037s) 2022-12-01T10:54:27.2478588Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.009s) 2022-12-01T10:54:27.2479171Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.012s) 2022-12-01T10:54:27.2479680Z test_serialization_safe (__main__.TestSerialization) ... ok (0.041s) 2022-12-01T10:54:27.2480263Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.000s) 2022-12-01T10:54:27.2480813Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.038s) 2022-12-01T10:54:27.2481360Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:54:27.2481922Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2482470Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.037s) 2022-12-01T10:54:27.2482985Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:54:27.2484013Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py:779: 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-12-01T10:54:27.2485156Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-12-01T10:54:27.2485652Z ok (0.031s) 2022-12-01T10:54:27.2486140Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.013s) 2022-12-01T10:54:27.2486731Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.048s) 2022-12-01T10:54:27.2487459Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.045s) 2022-12-01T10:54:27.2488006Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:54:27.2488484Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-12-01T10:54:27.2488874Z ok (0.002s) 2022-12-01T10:54:27.2489352Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:54:27.2489971Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:54:27.2490587Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2491173Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2491812Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:54:27.2492513Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.012s) 2022-12-01T10:54:27.2492860Z 2022-12-01T10:54:27.2493114Z ---------------------------------------------------------------------- 2022-12-01T10:54:27.2493551Z Ran 80 tests in 172.468s 2022-12-01T10:54:27.2493753Z 2022-12-01T10:54:27.2493889Z OK (skipped=6) 2022-12-01T10:54:27.2494076Z 2022-12-01T10:54:27.2494236Z Generating XML reports... 2022-12-01T10:54:27.2494828Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221201105134.xml 2022-12-01T10:54:27.2495756Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221201105134.xml 2022-12-01T10:54:27.2496594Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221201105134.xml 2022-12-01T10:54:27.2497509Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestBothSerializationCPU-20221201105134.xml 2022-12-01T10:54:27.2497958Z 2022-12-01T10:54:27.2498466Z ##[endgroup] 2022-12-01T10:54:27.2499059Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_ep6u6mns) 2022-12-01T10:54:27.2499487Z 2022-12-01T10:54:29.7157761Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:54:29.9107104Z Running test_optim ... [2022-12-01 10:54:29.910431] 2022-12-01T10:54:29.9112676Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:54:29.911044] 2022-12-01T10:54:29.9114585Z Ignoring disabled issues: [] 2022-12-01T10:55:30.9898505Z 2022-12-01T10:55:30.9899245Z Expand the folded group to see the log file of test_optim 2022-12-01T10:55:30.9900026Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_lxloefzh) 2022-12-01T10:55:30.9901331Z 2022-12-01T10:55:30.9901459Z Running tests... 2022-12-01T10:55:30.9901772Z ---------------------------------------------------------------------- 2022-12-01T10:55:30.9902128Z Test results will be stored in test-reports\python-unittest\test_optim 2022-12-01T10:55:30.9902549Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.517s) 2022-12-01T10:55:30.9902900Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.016s) 2022-12-01T10:55:30.9903300Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.003s) 2022-12-01T10:55:30.9903746Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:55:30.9906688Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9907394Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:55:30.9908089Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.076s) 2022-12-01T10:55:30.9910527Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9911107Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:55:30.9912812Z 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-12-01T10:55:30.9913913Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9914261Z ok (0.002s) 2022-12-01T10:55:30.9914607Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9916462Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9916879Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9917178Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9917455Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9917770Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9918102Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9918603Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9918933Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:55:30.9919261Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:55:30.9919571Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:55:30.9919896Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:55:30.9920843Z 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-12-01T10:55:30.9922822Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9923117Z ok (0.003s) 2022-12-01T10:55:30.9923400Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9923770Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9924136Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9924483Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:55:30.9924812Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9925171Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9925529Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9925883Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9926227Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9926572Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9926894Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9927555Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9928349Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9929028Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9929394Z test_constantlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9929739Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9930094Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:55:30.9931019Z 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-12-01T10:55:30.9931921Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9932205Z ok (0.004s) 2022-12-01T10:55:30.9932976Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:55:30.9933675Z warnings.warn(msg, FutureWarning) 2022-12-01T10:55:30.9934151Z ok (0.004s) 2022-12-01T10:55:30.9934645Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9935382Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9935759Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9936129Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:55:30.9936469Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9936831Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9937194Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9937976Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... Test test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/87748 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:30.9939025Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87748 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-12-01T10:55:30.9939605Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9940061Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9940886Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9941655Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9942005Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:55:30.9942461Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9942840Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9943166Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9943516Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9943950Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9944264Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9944578Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:55:30.9944943Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9945283Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9945614Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9945942Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9948615Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:163: 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-12-01T10:55:30.9949575Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:55:30.9949833Z ok (0.005s) 2022-12-01T10:55:30.9950101Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9951018Z 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-12-01T10:55:30.9951915Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9952199Z ok (0.004s) 2022-12-01T10:55:30.9952605Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:55:30.9953381Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:55:30.9953757Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9955087Z 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-12-01T10:55:30.9955985Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9956269Z ok (0.002s) 2022-12-01T10:55:30.9956535Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9957448Z 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-12-01T10:55:30.9958424Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9958706Z ok (0.003s) 2022-12-01T10:55:30.9958985Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9959751Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9961163Z 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-12-01T10:55:30.9962067Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9962351Z ok (0.006s) 2022-12-01T10:55:30.9962612Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9962957Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9963418Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:55:30.9963761Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.122s) 2022-12-01T10:55:30.9964089Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9964430Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9964788Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9965150Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9965999Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:55:30.9966780Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9967203Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9967568Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.000s) 2022-12-01T10:55:30.9967927Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.011s) 2022-12-01T10:55:30.9968274Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9968640Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9969582Z 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-12-01T10:55:30.9970473Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9970755Z ok (0.002s) 2022-12-01T10:55:30.9971029Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9971394Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:55:30.9972242Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9972893Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9973381Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9973706Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9974006Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9974326Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9974653Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9974996Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9975933Z 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-12-01T10:55:30.9976822Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9977922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:163: 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-12-01T10:55:30.9979618Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:55:30.9979877Z ok (0.004s) 2022-12-01T10:55:30.9980136Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9980429Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9980742Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9981038Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9981374Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9981723Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9982047Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9982377Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9982721Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:55:30.9983066Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:55:30.9983407Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:55:30.9985209Z 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-12-01T10:55:30.9986304Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:30.9986586Z ok (3.343s) 2022-12-01T10:55:30.9986833Z test_adadelta_complex (__main__.TestOptim) ... ok (0.008s) 2022-12-01T10:55:30.9987185Z test_adagrad (__main__.TestOptim) ... ok (4.496s) 2022-12-01T10:55:30.9987474Z test_adagrad_complex (__main__.TestOptim) ... ok (0.017s) 2022-12-01T10:55:30.9987773Z test_adagrad_sparse (__main__.TestOptim) ... ok (14.218s) 2022-12-01T10:55:30.9988051Z test_adam (__main__.TestOptim) ... ok (10.358s) 2022-12-01T10:55:30.9988734Z test_adamax (__main__.TestOptim) ... Test test_adamax (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86474 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:30.9989674Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86474 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-12-01T10:55:30.9991355Z test_adamw (__main__.TestOptim) ... Test test_adamw (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86435 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:30.9992636Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86435 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:55:30.9993577Z test_asgd (__main__.TestOptim) ... Test test_asgd (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86763 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:30.9994499Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86763 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-12-01T10:55:30.9995073Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:55:30.9995447Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.003s) 2022-12-01T10:55:30.9995793Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:55:30.9996097Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:55:30.9996456Z test_lbfgs (__main__.TestOptim) ... ok (0.395s) 2022-12-01T10:55:30.9997098Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:55:30.9997730Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:55:30.9998638Z test_nadam (__main__.TestOptim) ... Test test_nadam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/68171 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:30.9999569Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68171 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:55:31.0000211Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-12-01T10:55:31.0000920Z test_radam (__main__.TestOptim) ... Test test_radam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86389 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:31.0001840Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86389 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-12-01T10:55:31.0003155Z test_rmsprop (__main__.TestOptim) ... Test test_rmsprop (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86433 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:55:31.0004745Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86433 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.004s) 2022-12-01T10:55:31.0005356Z test_rprop (__main__.TestOptim) ... ok (3.356s) 2022-12-01T10:55:31.0006233Z test_sgd (__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-12-01T10:55:31.0007104Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-12-01T10:55:31.0007387Z ok (7.686s) 2022-12-01T10:55:31.0007626Z test_sgd_complex (__main__.TestOptim) ... ok (0.015s) 2022-12-01T10:55:31.0007888Z test_sgd_sparse (__main__.TestOptim) ... ok (10.661s) 2022-12-01T10:55:31.0008171Z test_sparse_adam (__main__.TestOptim) ... ok (2.895s) 2022-12-01T10:55:31.0008485Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.014s) 2022-12-01T10:55:31.0008871Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.011s) 2022-12-01T10:55:31.0009674Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.009s) 2022-12-01T10:55:31.0010346Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.003s) 2022-12-01T10:55:31.0010774Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.007s) 2022-12-01T10:55:31.0011099Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.012s) 2022-12-01T10:55:31.0011415Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.038s) 2022-12-01T10:55:31.0011710Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.042s) 2022-12-01T10:55:31.0011872Z 2022-12-01T10:55:31.0012036Z ---------------------------------------------------------------------- 2022-12-01T10:55:31.0012309Z Ran 149 tests in 58.875s 2022-12-01T10:55:31.0012438Z 2022-12-01T10:55:31.0012504Z OK (skipped=8) 2022-12-01T10:55:31.0012627Z 2022-12-01T10:55:31.0012723Z Generating XML reports... 2022-12-01T10:55:31.0013135Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221201105431.xml 2022-12-01T10:55:31.0013736Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221201105431.xml 2022-12-01T10:55:31.0014205Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221201105431.xml 2022-12-01T10:55:31.0014660Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221201105431.xml 2022-12-01T10:55:31.0014908Z 2022-12-01T10:55:31.0015554Z ##[endgroup] 2022-12-01T10:55:31.0016258Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_lxloefzh) 2022-12-01T10:55:31.0016852Z 2022-12-01T10:55:33.2994718Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:55:33.4500261Z Running test_binary_ufuncs ... [2022-12-01 10:55:33.441570] 2022-12-01T10:55:33.4505351Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:55:33.441570] 2022-12-01T10:55:33.4507208Z Ignoring disabled issues: [] 2022-12-01T10:56:33.6546182Z 2022-12-01T10:56:33.6546694Z Expand the folded group to see the log file of test_jit 2022-12-01T10:56:33.6547606Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_7vucitw8) 2022-12-01T10:56:33.6578724Z CUDA not available, skipping tests 2022-12-01T10:56:33.6579145Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:56:33.6579413Z 2022-12-01T10:56:33.6581194Z Running tests... 2022-12-01T10:56:33.6581628Z ---------------------------------------------------------------------- 2022-12-01T10:56:33.6582436Z Test results will be stored in test-reports\python-unittest\test_jit 2022-12-01T10:56:33.6583526Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.6584359Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.016s) 2022-12-01T10:56:33.6585001Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.026s) 2022-12-01T10:56:33.6585556Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.503s) 2022-12-01T10:56:33.6586032Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.057s) 2022-12-01T10:56:33.6586576Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:56:33.6587063Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.062s) 2022-12-01T10:56:33.6587542Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6587988Z test_async_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-12-01T10:56:33.6588457Z test_async_script (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6588895Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.000s) 2022-12-01T10:56:33.6589449Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.674s) 2022-12-01T10:56:33.6589968Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6590525Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6591051Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.000s) 2022-12-01T10:56:33.6591585Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6592100Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.048s) 2022-12-01T10:56:33.6592585Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:56:33.6593023Z Test that futures subtype each other properly. ... ok (0.000s) 2022-12-01T10:56:33.6593505Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6594002Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.016s) 2022-12-01T10:56:33.6594448Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.000s) 2022-12-01T10:56:33.6595153Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.047s) 2022-12-01T10:56:33.6595704Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.000s) 2022-12-01T10:56:33.6596212Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.048s) 2022-12-01T10:56:33.6596836Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.033s) 2022-12-01T10:56:33.6597366Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:56:33.6597788Z 1. Testing a = int, b = int ... ok (0.016s) 2022-12-01T10:56:33.6598278Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-12-01T10:56:33.6598897Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-12-01T10:56:33.6599527Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.000s) 2022-12-01T10:56:33.6600171Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-12-01T10:56:33.6600793Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-12-01T10:56:33.6601463Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6602201Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.048s) 2022-12-01T10:56:33.6602972Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.079s) 2022-12-01T10:56:33.6603731Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6604626Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.032s) 2022-12-01T10:56:33.6605392Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6606354Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.016s) 2022-12-01T10:56:33.6607283Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6608087Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6608916Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6609692Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6610445Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6612426Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6613143Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6613883Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6614754Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.000s) 2022-12-01T10:56:33.6615621Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6616406Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6617159Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-12-01T10:56:33.6617896Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-12-01T10:56:33.6618713Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.6619431Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.6620132Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.6620960Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.6650379Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.6651173Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.000s) 2022-12-01T10:56:33.6651717Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-12-01T10:56:33.6652343Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.000s) 2022-12-01T10:56:33.6652869Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-12-01T10:56:33.6653462Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-12-01T10:56:33.6654069Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.000s) 2022-12-01T10:56:33.6655152Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-12-01T10:56:33.6655890Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-12-01T10:56:33.6656411Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.016s) 2022-12-01T10:56:33.6656922Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.000s) 2022-12-01T10:56:33.6657392Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.032s) 2022-12-01T10:56:33.6657785Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.016s) 2022-12-01T10:56:33.6658318Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.047s) 2022-12-01T10:56:33.6658714Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6659121Z Test that the error message displayed when convering a class type ... ok (0.016s) 2022-12-01T10:56:33.6659631Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.059s) 2022-12-01T10:56:33.6660136Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6660612Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6661020Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6661380Z Test that inheritance is detected in ... ok (0.126s) 2022-12-01T10:56:33.6661746Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.111s) 2022-12-01T10:56:33.6662131Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.032s) 2022-12-01T10:56:33.6662489Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6662912Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6663265Z Test classmethods on class types. ... ok (0.032s) 2022-12-01T10:56:33.6663629Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.000s) 2022-12-01T10:56:33.6664104Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6664508Z Test that del can be called on an instance of a class that ... ok (0.143s) 2022-12-01T10:56:33.6664888Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6665262Z Test that methods on class types can have default arguments. ... ok (0.126s) 2022-12-01T10:56:33.6665639Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6666035Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6666563Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.000s) 2022-12-01T10:56:33.6666950Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (1.047s) 2022-12-01T10:56:33.6667281Z test_in (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6667658Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.111s) 2022-12-01T10:56:33.6668038Z test_interface (jit.test_class_type.TestClassType) ... ok (0.242s) 2022-12-01T10:56:33.6668438Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-12-01T10:56:33.6668842Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:56:33.6669230Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.207s) 2022-12-01T10:56:33.6669551Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6670003Z Test that a scripted class can make use of the @property decorator. ... ok (0.184s) 2022-12-01T10:56:33.6670432Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-12-01T10:56:33.6670909Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-12-01T10:56:33.6671285Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6671789Z Recursive class types not yet supported. We should give a good error message. ... ok (0.019s) 2022-12-01T10:56:33.6672175Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6672655Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.092s) 2022-12-01T10:56:33.6673226Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6673706Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.046s) 2022-12-01T10:56:33.6674150Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6674565Z Test that class types are recursively scripted when an Python instance of one ... ok (0.139s) 2022-12-01T10:56:33.6674981Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6675326Z Test that class types module attributes that fail to script ... ok (0.066s) 2022-12-01T10:56:33.6675700Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6676156Z Test that modifications made to a class instance in TorchScript ... ok (0.022s) 2022-12-01T10:56:33.6676629Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.022s) 2022-12-01T10:56:33.6677014Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.051s) 2022-12-01T10:56:33.6677378Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-12-01T10:56:33.6677703Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6678109Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.330s) 2022-12-01T10:56:33.6678498Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6678838Z Test that a scripted class can have a method that refers to the class itself ... ok (0.141s) 2022-12-01T10:56:33.6679183Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-12-01T10:56:33.6679524Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-12-01T10:56:33.6679884Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-12-01T10:56:33.6680209Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6680549Z Test static methods on class types. ... ok (0.047s) 2022-12-01T10:56:33.6680865Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6681325Z Test that annotating container attributes with types works correctly ... ok (0.026s) 2022-12-01T10:56:33.6681733Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-12-01T10:56:33.6682221Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-12-01T10:56:33.6682597Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:56:33.6682941Z Test unused methods on scripted classes. ... ok (0.136s) 2022-12-01T10:56:33.6683319Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.027s) 2022-12-01T10:56:33.6683712Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.010s) 2022-12-01T10:56:33.6684110Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.696s) 2022-12-01T10:56:33.6684510Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.071s) 2022-12-01T10:56:33.6684861Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:56:33.6685209Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.013s) 2022-12-01T10:56:33.6685552Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:56:33.6685893Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:56:33.6686254Z test_div (jit.test_complex.TestComplex) ... ok (0.005s) 2022-12-01T10:56:33.6686615Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.017s) 2022-12-01T10:56:33.6686935Z test_pickle (jit.test_complex.TestComplex) ... ok (0.009s) 2022-12-01T10:56:33.6687295Z test_script (jit.test_complex.TestComplex) ... ok (0.014s) 2022-12-01T10:56:33.6687760Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.010s) 2022-12-01T10:56:33.6688131Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.059s) 2022-12-01T10:56:33.6688592Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-12-01T10:56:33.6689001Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.007s) 2022-12-01T10:56:33.6689390Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:56:33.6689810Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:56:33.6690199Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:56:33.6690604Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:56:33.6691046Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:56:33.6691443Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:56:33.6691821Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:56:33.6692194Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-12-01T10:56:33.6692612Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:56:33.6693186Z 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-12-01T10:56:33.6693758Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-12-01T10:56:33.6694193Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-12-01T10:56:33.6694621Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.011s) 2022-12-01T10:56:33.6694959Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.011s) 2022-12-01T10:56:33.6695338Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:56:33.6695916Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:56:33.6696412Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:56:33.6696913Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:56:33.6697400Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:56:33.6697816Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.578s) 2022-12-01T10:56:33.6698234Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (3.316s) 2022-12-01T10:56:33.6698596Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.014s) 2022-12-01T10:56:33.6699008Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.004s) 2022-12-01T10:56:33.6699404Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.041s) 2022-12-01T10:56:33.6699855Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.035s) 2022-12-01T10:56:33.6700338Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:56:33.6700792Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-12-01T10:56:33.6701217Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:56:33.6701575Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-12-01T10:56:33.6702005Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.6702493Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-12-01T10:56:33.6702921Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:56:33.6703345Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:56:33.6703767Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-12-01T10:56:33.6704158Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-12-01T10:56:33.6704579Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:56:33.6704985Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-12-01T10:56:33.6705392Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-12-01T10:56:33.6705880Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:56:33.6706348Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.232s) 2022-12-01T10:56:33.6706766Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-12-01T10:56:33.6707159Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.053s) 2022-12-01T10:56:33.6707558Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.042s) 2022-12-01T10:56:33.6707902Z test_basic (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-12-01T10:56:33.6708252Z test_clear (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-12-01T10:56:33.6708581Z test_copy (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-12-01T10:56:33.6708904Z test_del (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:56:33.6709220Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.033s) 2022-12-01T10:56:33.6709604Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.129s) 2022-12-01T10:56:33.6709972Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-12-01T10:56:33.6710316Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:56:33.6710663Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.026s) 2022-12-01T10:56:33.6711067Z test_get (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-12-01T10:56:33.6711360Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-12-01T10:56:33.6711849Z test_items (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:56:33.6712236Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:56:33.6712565Z test_keys (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:56:33.6712882Z test_len (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:56:33.6713169Z test_loop (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-12-01T10:56:33.6713505Z test_membership (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:56:33.6713846Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:56:33.6714207Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-12-01T10:56:33.6714541Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-12-01T10:56:33.6714863Z test_pop (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:56:33.6715150Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:56:33.6715486Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:56:33.6715835Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:56:33.6716207Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-12-01T10:56:33.6716561Z test_update (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-12-01T10:56:33.6716900Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-12-01T10:56:33.6717266Z test_values (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:56:33.6717651Z test_view (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:56:33.6718033Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.6718794Z 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-12-01T10:56:33.6719442Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-12-01T10:56:33.6719699Z ok (0.088s) 2022-12-01T10:56:33.6719996Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.012s) 2022-12-01T10:56:33.6720355Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.6720758Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.018s) 2022-12-01T10:56:33.6721110Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-12-01T10:56:33.6721604Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.029s) 2022-12-01T10:56:33.6722221Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.018s) 2022-12-01T10:56:33.6722766Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:56:33.6723271Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:56:33.6723836Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6724382Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6724889Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6726186Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6726688Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6727182Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6727680Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6728176Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6728679Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6729168Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6729729Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6730278Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6730772Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6731323Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6731809Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-12-01T10:56:33.6732288Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6732763Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6733237Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:56:33.6733696Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6734166Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-12-01T10:56:33.6734637Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:56:33.6735110Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:56:33.6735587Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6736054Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6736531Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6737011Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6737469Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6737947Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:56:33.6738479Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-12-01T10:56:33.6738954Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6739430Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6739896Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6740425Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6740953Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6741414Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6741894Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6742360Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6742826Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6743285Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6743815Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-12-01T10:56:33.6744311Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:56:33.6744799Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6745270Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6745750Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6746230Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6746710Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6747193Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-12-01T10:56:33.6747666Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-12-01T10:56:33.6748143Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6748621Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6749094Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6749541Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6750006Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-12-01T10:56:33.6750479Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6750951Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6751561Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-12-01T10:56:33.6752046Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6752539Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6753028Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:56:33.6753504Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:56:33.6753997Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6754487Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6754971Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:56:33.6755462Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6755942Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6756553Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:56:33.6757097Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:56:33.6757565Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6758052Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6758541Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:56:33.6759023Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6759506Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:56:33.6759975Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-12-01T10:56:33.6760444Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6760908Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6761361Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6761826Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6762292Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-12-01T10:56:33.6762755Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:56:33.6763220Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-12-01T10:56:33.6763735Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6764194Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6764663Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-12-01T10:56:33.6765110Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-12-01T10:56:33.6765575Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:56:33.6766043Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:56:33.6766530Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.046s) 2022-12-01T10:56:33.6767032Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.041s) 2022-12-01T10:56:33.6767511Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:56:33.6767977Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:56:33.6768432Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:56:33.6768922Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-12-01T10:56:33.6769407Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.044s) 2022-12-01T10:56:33.6769909Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.061s) 2022-12-01T10:56:33.6770390Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:56:33.6770848Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:56:33.6771306Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:56:33.6771778Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:56:33.6772268Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:56:33.6772737Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:56:33.6773214Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6773686Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:56:33.6774154Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:56:33.6774626Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-12-01T10:56:33.6775096Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:56:33.6775562Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:56:33.6776025Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6776522Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6776987Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-12-01T10:56:33.6777475Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:56:33.6777935Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:56:33.6778395Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:56:33.6778908Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-12-01T10:56:33.6779385Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:56:33.6779768Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.017s) 2022-12-01T10:56:33.6780064Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:56:33.6780373Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.019s) 2022-12-01T10:56:33.6780680Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:56:33.6780980Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.014s) 2022-12-01T10:56:33.6781297Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:56:33.6781602Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.014s) 2022-12-01T10:56:33.6782535Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.006s) 2022-12-01T10:56:33.6782861Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.023s) 2022-12-01T10:56:33.6783160Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.013s) 2022-12-01T10:56:33.6783451Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.012s) 2022-12-01T10:56:33.6783742Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:56:33.6784037Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.028s) 2022-12-01T10:56:33.6784342Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.008s) 2022-12-01T10:56:33.6784671Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-12-01T10:56:33.6785004Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-12-01T10:56:33.6785738Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\utils.py:1882: FutureWarning: 'torch.onnx._patch_torch._aten_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.at()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:56:33.6786373Z return graph_context.at( 2022-12-01T10:56:33.6786974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_patch_torch.py:108: FutureWarning: 'torch.onnx._patch_torch._graph_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.op()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:56:33.6787606Z return _graph_op( 2022-12-01T10:56:33.6787849Z ok (0.007s) 2022-12-01T10:56:33.6788148Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.002s) 2022-12-01T10:56:33.6788796Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_export_modes.py:52: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.6789369Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-12-01T10:56:33.6789665Z ok (0.007s) 2022-12-01T10:56:33.6790175Z test_directory (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_export_modes.py:59: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.6790724Z torch.onnx._export(torch_model, (fake_input), d, verbose=False, 2022-12-01T10:56:33.6790955Z ok (0.009s) 2022-12-01T10:56:33.6791193Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.005s) 2022-12-01T10:56:33.6791901Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_export_modes.py:69: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.6792412Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:56:33.6792610Z ok (0.007s) 2022-12-01T10:56:33.6793118Z test_protobuf (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_export_modes.py:38: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.6793656Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-12-01T10:56:33.6793882Z ok (0.008s) 2022-12-01T10:56:33.6794441Z test_zipfile (jit.test_export_modes.TestExportModes) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_export_modes.py:45: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.6794991Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-12-01T10:56:33.6795206Z ok (0.007s) 2022-12-01T10:56:33.6795455Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:56:33.6795801Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-12-01T10:56:33.6796158Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.501s) 2022-12-01T10:56:33.6796505Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.066s) 2022-12-01T10:56:33.6796850Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:56:33.6797182Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6797541Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-12-01T10:56:33.6797906Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:56:33.6798268Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6798629Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:56:33.6799000Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:56:33.6799365Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:56:33.6799738Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-12-01T10:56:33.6800107Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:56:33.6800470Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6800816Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:56:33.6801153Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6801521Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-12-01T10:56:33.6801939Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:56:33.6802313Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:56:33.6802667Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-12-01T10:56:33.6803009Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:56:33.6803365Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:56:33.6803722Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:56:33.6804066Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-12-01T10:56:33.6804425Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-12-01T10:56:33.6804805Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:56:33.6805197Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:56:33.6805566Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.075s) 2022-12-01T10:56:33.6805930Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6806308Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6806687Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-12-01T10:56:33.6807080Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-12-01T10:56:33.6807491Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-12-01T10:56:33.6807842Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:56:33.6808184Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:56:33.6808552Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:56:33.6808936Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:56:33.6809327Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-12-01T10:56:33.6809758Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:56:33.6810170Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:56:33.6810551Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:56:33.6810950Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-12-01T10:56:33.6811317Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:56:33.6811662Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.150s) 2022-12-01T10:56:33.6812006Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-12-01T10:56:33.6812364Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.158s) 2022-12-01T10:56:33.6812687Z test_instancing_error (__main__.TestFrontend) ... ok (0.398s) 2022-12-01T10:56:33.6813043Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-12-01T10:56:33.6813446Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.979s) 2022-12-01T10:56:33.6813821Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.586s) 2022-12-01T10:56:33.6814272Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:56:33.6814782Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-12-01T10:56:33.6815190Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.003s) 2022-12-01T10:56:33.6815584Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.173s) 2022-12-01T10:56:33.6815953Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.061s) 2022-12-01T10:56:33.6816362Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-12-01T10:56:33.6816798Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:56:33.6817234Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:56:33.6817650Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:56:33.6818035Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.011s) 2022-12-01T10:56:33.6818439Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-12-01T10:56:33.6818842Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-12-01T10:56:33.6819239Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.316s) 2022-12-01T10:56:33.6819682Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.003s) 2022-12-01T10:56:33.6820128Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:56:33.6820544Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.000s) 2022-12-01T10:56:33.6820956Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:56:33.6821384Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.006s) 2022-12-01T10:56:33.6821857Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.000s) 2022-12-01T10:56:33.6822307Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-12-01T10:56:33.6822698Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-12-01T10:56:33.6823087Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.011s) 2022-12-01T10:56:33.6823499Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.044s) 2022-12-01T10:56:33.6823899Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.024s) 2022-12-01T10:56:33.6824295Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-12-01T10:56:33.6824683Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.679s) 2022-12-01T10:56:33.6825062Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.406s) 2022-12-01T10:56:33.6825437Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:56:33.6825813Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-12-01T10:56:33.6826191Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.071s) 2022-12-01T10:56:33.6826562Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.056s) 2022-12-01T10:56:33.6827000Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.026s) 2022-12-01T10:56:33.6827493Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.124s) 2022-12-01T10:56:33.6828029Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.016s) 2022-12-01T10:56:33.6828526Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-12-01T10:56:33.6828944Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.010s) 2022-12-01T10:56:33.6829314Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.036s) 2022-12-01T10:56:33.6829644Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.010s) 2022-12-01T10:56:33.6829923Z test_hash_device (jit.test_hash.TestHash) ... ok (0.021s) 2022-12-01T10:56:33.6830203Z test_hash_float (jit.test_hash.TestHash) ... ok (0.016s) 2022-12-01T10:56:33.6830477Z test_hash_int (jit.test_hash.TestHash) ... ok (0.013s) 2022-12-01T10:56:33.6830736Z test_hash_none (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:56:33.6831008Z test_hash_string (jit.test_hash.TestHash) ... ok (0.010s) 2022-12-01T10:56:33.6831272Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:56:33.6831626Z Tensors should hash by identity ... ok (0.011s) 2022-12-01T10:56:33.6831896Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.012s) 2022-12-01T10:56:33.6832208Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.005s) 2022-12-01T10:56:33.6832522Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-12-01T10:56:33.6832841Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-12-01T10:56:33.6833164Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-12-01T10:56:33.6833560Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-12-01T10:56:33.6833897Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-12-01T10:56:33.6834242Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-12-01T10:56:33.6834562Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-12-01T10:56:33.6834892Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-12-01T10:56:33.6835234Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.057s) 2022-12-01T10:56:33.6835586Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.056s) 2022-12-01T10:56:33.6835916Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-12-01T10:56:33.6836239Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-12-01T10:56:33.6836578Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-12-01T10:56:33.6836917Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-12-01T10:56:33.6837271Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-12-01T10:56:33.6837616Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-12-01T10:56:33.6837977Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-12-01T10:56:33.6838332Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-12-01T10:56:33.6838677Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.055s) 2022-12-01T10:56:33.6839023Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-12-01T10:56:33.6839363Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:56:33.6839692Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-12-01T10:56:33.6840011Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-12-01T10:56:33.6840330Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-12-01T10:56:33.6840730Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.000s) 2022-12-01T10:56:33.6841099Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.016s) 2022-12-01T10:56:33.6841575Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-12-01T10:56:33.6842121Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-12-01T10:56:33.6842662Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-12-01T10:56:33.6843264Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.056s) 2022-12-01T10:56:33.6843831Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.000s) 2022-12-01T10:56:33.6844246Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6844563Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.013s) 2022-12-01T10:56:33.6844870Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:56:33.6845214Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:56:33.6845557Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:56:33.6845912Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:56:33.6846358Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:56:33.6846717Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:56:33.6847034Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:56:33.6847336Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-12-01T10:56:33.6847654Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:56:33.6847974Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6848282Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:56:33.6848601Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:56:33.6848945Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:56:33.6849270Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6849610Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6849988Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:56:33.6850346Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:56:33.6850682Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6851038Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-12-01T10:56:33.6851379Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.014s) 2022-12-01T10:56:33.6851718Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:56:33.6852042Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:56:33.6852366Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:56:33.6852716Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:56:33.6853056Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:56:33.6853370Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:56:33.6853706Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-12-01T10:56:33.6854051Z test_ModuleList (__main__.TestJit) ... ok (0.076s) 2022-12-01T10:56:33.6854311Z test_Sequential (__main__.TestJit) ... ok (0.041s) 2022-12-01T10:56:33.6854562Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:56:33.6854821Z test_add_relu_fusion (__main__.TestJit) ... ok (0.035s) 2022-12-01T10:56:33.6855064Z test_arg_configurations (__main__.TestJit) 2022-12-01T10:56:33.6855415Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.003s) 2022-12-01T10:56:33.6855746Z test_attrs (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6855995Z test_batchnorm (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6856271Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.010s) 2022-12-01T10:56:33.6856551Z test_conj_transpose (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6856809Z test_constant_insertion (__main__.TestJit) ... ok (7.626s) 2022-12-01T10:56:33.6857100Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:56:33.6857395Z test_constant_prop_exception (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:56:33.6857688Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:56:33.6857980Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6858272Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6858551Z test_constant_prop_nested (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:56:33.6858830Z test_constant_prop_none (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6859156Z test_constant_prop_print (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6859434Z test_constant_prop_rand (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6859721Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.011s) 2022-12-01T10:56:33.6860011Z test_constant_prop_simple (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:56:33.6860269Z test_constants_pkl (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6860517Z test_cpp (__main__.TestJit) ... ok (0.029s) 2022-12-01T10:56:33.6860752Z test_cse (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:56:33.6861021Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6861304Z test_cu_escaped_number (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6861601Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.000s) 2022-12-01T10:56:33.6861902Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.024s) 2022-12-01T10:56:33.6862192Z test_decompose_addmm (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:56:33.6862482Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:56:33.6862793Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6863071Z test_disabled (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6863304Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6863605Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.003s) 2022-12-01T10:56:33.6864149Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-12-01 10:54:21 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:56:33.6864809Z STAGE:2022-12-01 10:54:21 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:56:33.6865411Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:56:33.6865990Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:56:33.6866632Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:56:33.6867229Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:56:33.6867814Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:56:33.6868402Z STAGE:2022-12-01 10:54:22 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:56:33.6868753Z ok (0.122s) 2022-12-01T10:56:33.6869041Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-12-01T10:56:33.6869358Z test_einsum (__main__.TestJit) ... ok (0.042s) 2022-12-01T10:56:33.6869611Z test_element_size (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:56:33.6869889Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:56:33.6870169Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:56:33.6870502Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:56:33.6870837Z test_export_dropout (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:56:33.6871098Z test_export_lstm (__main__.TestJit) ... ok (0.075s) 2022-12-01T10:56:33.6871409Z test_export_opnames (__main__.TestJit) ... ok (0.017s) 2022-12-01T10:56:33.6871767Z test_export_rnn (__main__.TestJit) ... ok (0.114s) 2022-12-01T10:56:33.6872086Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:56:33.6872401Z test_function_default_values (__main__.TestJit) ... ok (0.021s) 2022-12-01T10:56:33.6872703Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6872990Z test_import_method (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:56:33.6873256Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6873512Z test_layout (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6873776Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:56:33.6874038Z test_matrix_transpose (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:56:33.6874312Z test_module_default_values (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:56:33.6874592Z test_mutable_default_values (__main__.TestJit) ... ok (0.007s) 2022-12-01T10:56:33.6874908Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-12-01T10:56:33.6875198Z test_nn_conv (__main__.TestJit) ... ok (0.431s) 2022-12-01T10:56:33.6875450Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.088s) 2022-12-01T10:56:33.6875691Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.072s) 2022-12-01T10:56:33.6875943Z test_nn_padding (__main__.TestJit) ... ok (0.526s) 2022-12-01T10:56:33.6876215Z test_nn_padding_functional (__main__.TestJit) ... ok (0.055s) 2022-12-01T10:56:33.6876496Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.011s) 2022-12-01T10:56:33.6876845Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-12-01T10:56:33.6877163Z test_numel (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6877423Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.042s) 2022-12-01T10:56:33.6877715Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6878036Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.040s) 2022-12-01T10:56:33.6878428Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-12-01T10:56:33.6878837Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:56:33.6879111Z test_pretty_printer (__main__.TestJit) ... ok (0.040s) 2022-12-01T10:56:33.6879369Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:56:33.6879642Z test_print_op_module (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6879916Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:56:33.6880238Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.002s) 2022-12-01T10:56:33.6880544Z test_python_bindings (__main__.TestJit) ... ok (0.120s) 2022-12-01T10:56:33.6880801Z test_python_ir (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:56:33.6881045Z test_python_ir_utils (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6881315Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:56:33.6881585Z test_python_ivalue (__main__.TestJit) ... ok (0.000s) 2022-12-01T10:56:33.6881853Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.512s) 2022-12-01T10:56:33.6882119Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6882398Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6882665Z test_restore_device (__main__.TestJit) ... ok (0.016s) 2022-12-01T10:56:33.6882979Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-12-01T10:56:33.6883349Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:56:33.6883733Z test_script_autograd_grad (__main__.TestJit) ... ok (0.152s) 2022-12-01T10:56:33.6884006Z test_script_backward (__main__.TestJit) ... ok (0.022s) 2022-12-01T10:56:33.6884529Z 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-12-01T10:56:33.6884978Z warnings.warn( 2022-12-01T10:56:33.6885141Z ok (0.012s) 2022-12-01T10:56:33.6885357Z test_script_fn_pkl (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6885627Z test_script_tensor_type (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:56:33.6885909Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6886208Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:56:33.6886501Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:56:33.6886802Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:56:33.6887072Z test_sparse_tensors (__main__.TestJit) ... ok (0.046s) 2022-12-01T10:56:33.6888025Z test_torch_complex (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:471: 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:24.) 2022-12-01T10:56:33.6888894Z return callable(*args, **kwargs) 2022-12-01T10:56:33.6889774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:471: 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:24.) 2022-12-01T10:56:33.6890644Z return callable(*args, **kwargs) 2022-12-01T10:56:33.6890848Z ok (0.034s) 2022-12-01T10:56:33.6891193Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.000s) 2022-12-01T10:56:33.6891558Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.016s) 2022-12-01T10:56:33.6891838Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6892103Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:56:33.6892370Z test_torch_sum (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:56:33.6892641Z test_trace_retains_train (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:56:33.6892908Z test_train_eval (__main__.TestJit) ... ok (0.095s) 2022-12-01T10:56:33.6893160Z test_transpose (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:56:33.6893411Z test_unchecked_cast (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:56:33.6893684Z test_unique_state_dict (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:56:33.6894021Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.002s) 2022-12-01T10:56:33.6894338Z test_warnings (__main__.TestJit) ... ok (0.023s) 2022-12-01T10:56:33.6894646Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:56:33.6895012Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.6895452Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:56:33.6895822Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:56:33.6896194Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:56:33.6896577Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-12-01T10:56:33.6896952Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-12-01T10:56:33.6897332Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.6897703Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:56:33.6898063Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6898434Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.6898799Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:56:33.6899170Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:56:33.6899526Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6899892Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-12-01T10:56:33.6900262Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.6900609Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:56:33.6900966Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:56:33.6901331Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.6901700Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-12-01T10:56:33.6902072Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6902451Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:56:33.6902812Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6903244Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:56:33.6903623Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6903966Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.6904301Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.6904641Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.6904981Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:56:33.6905300Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.6905626Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6905969Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.6906327Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.6906676Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:56:33.6907020Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:56:33.6907345Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.6907673Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:56:33.6908002Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.6908397Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6908775Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.6909154Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.6909541Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.6909936Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.6910344Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.6910719Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.6911059Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.6911419Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.6911868Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.6912228Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:56:33.6912616Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:56:33.6913003Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.6913348Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6913675Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:56:33.6914019Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.6914359Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.6914682Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6915020Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.6915373Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.6915771Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.6916112Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6916466Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6916820Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.6917167Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6917567Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.6917983Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:56:33.6918387Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.6918785Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-12-01T10:56:33.6919195Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.6919588Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.6919984Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:56:33.6920362Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-12-01T10:56:33.6920733Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-12-01T10:56:33.6921175Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-12-01T10:56:33.6921539Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:56:33.6921903Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-12-01T10:56:33.6922251Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-12-01T10:56:33.6922607Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-12-01T10:56:33.6922944Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-12-01T10:56:33.6923295Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:56:33.6923658Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-12-01T10:56:33.6924010Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-12-01T10:56:33.6924358Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-12-01T10:56:33.6924720Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-12-01T10:56:33.6925061Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-12-01T10:56:33.6925412Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:56:33.6925770Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-12-01T10:56:33.6926116Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-12-01T10:56:33.6926470Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-12-01T10:56:33.6926814Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-12-01T10:56:33.6927140Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.6927447Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.6927768Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.6928093Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.6928487Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.010s) 2022-12-01T10:56:33.6929581Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:56:33.6929951Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:56:33.6930343Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:56:33.6930723Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:56:33.6931062Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.6931405Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.6931754Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.6932081Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:56:33.6932425Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:56:33.6932783Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.6933129Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.6933467Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.6933822Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.6934139Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.6934549Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:56:33.6934894Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6935216Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-12-01T10:56:33.6935538Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-12-01T10:56:33.6935867Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.6936177Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:56:33.6936504Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:56:33.6936834Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:56:33.6937169Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.6937506Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-12-01T10:56:33.6937849Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:56:33.6938194Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:56:33.6938539Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:56:33.6938886Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:56:33.6939213Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.6939551Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:56:33.6939873Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-12-01T10:56:33.6940209Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-12-01T10:56:33.6940543Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6940891Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:56:33.6941247Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-12-01T10:56:33.6941600Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-12-01T10:56:33.6942034Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.6942383Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.6942710Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:56:33.6943026Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-12-01T10:56:33.6943351Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-12-01T10:56:33.6943681Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:56:33.6944025Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-12-01T10:56:33.6944475Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:56:33.6944806Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:56:33.6945170Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:56:33.6945548Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-12-01T10:56:33.6945894Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:56:33.6946223Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-12-01T10:56:33.6946567Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-12-01T10:56:33.6946893Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-12-01T10:56:33.6947201Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:56:33.6947616Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-12-01T10:56:33.6947963Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6948304Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:56:33.6948641Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:56:33.6948963Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:56:33.6949276Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:56:33.6949612Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6949950Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-12-01T10:56:33.6950299Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.6950697Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6951037Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.6951426Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-12-01T10:56:33.6951857Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:56:33.6952198Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-12-01T10:56:33.6952543Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:56:33.6952910Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-12-01T10:56:33.6953266Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-12-01T10:56:33.6953605Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-12-01T10:56:33.6953945Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-12-01T10:56:33.6954302Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-12-01T10:56:33.6954661Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-12-01T10:56:33.6955094Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-12-01T10:56:33.6955440Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:56:33.6955793Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.6956155Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:56:33.6956545Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.6956999Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:56:33.6957445Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.6957812Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:56:33.6958159Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.6958526Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:56:33.6958909Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.6959338Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.6959773Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.6960201Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.6960673Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.6961066Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.6961482Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.6961921Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:56:33.6962319Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.6962762Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.6963214Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.6963649Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:56:33.6964101Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:56:33.6964566Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.6964997Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.6965378Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.6965808Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.6966234Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.6966635Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.6967039Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:56:33.6967429Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:56:33.6967805Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.6968228Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.6968650Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.6968979Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.6969356Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.6969689Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:56:33.6970016Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.6970360Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-12-01T10:56:33.6970724Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:56:33.6971086Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:56:33.6971455Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:56:33.6971819Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.6972185Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.6972537Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.6972881Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.6973257Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.6973615Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.6974008Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.6974347Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.6974735Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:56:33.6975046Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-12-01T10:56:33.6975445Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:56:33.6975805Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:56:33.6976176Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-12-01T10:56:33.6976575Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-12-01T10:56:33.6977011Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-12-01T10:56:33.6977424Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-12-01T10:56:33.6977819Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:56:33.6978215Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-12-01T10:56:33.6978641Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-12-01T10:56:33.6979052Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:56:33.6979433Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-12-01T10:56:33.6979829Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-12-01T10:56:33.6980240Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-12-01T10:56:33.6980732Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-12-01T10:56:33.6981125Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-12-01T10:56:33.6981634Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-12-01T10:56:33.6982065Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-12-01T10:56:33.6982438Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.6982768Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:56:33.6983087Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:56:33.6983405Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.6983722Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:56:33.6984054Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.6995554Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-12-01T10:56:33.6995896Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-12-01T10:56:33.6996251Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-12-01T10:56:33.6996628Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-12-01T10:56:33.6996994Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-12-01T10:56:33.6997351Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-12-01T10:56:33.6997694Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-12-01T10:56:33.6998058Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-12-01T10:56:33.6999261Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-12-01T10:56:33.6999619Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-12-01T10:56:33.7000089Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-12-01T10:56:33.7000457Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.7000859Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:56:33.7001213Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:56:33.7001607Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.008s) 2022-12-01T10:56:33.7002017Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.009s) 2022-12-01T10:56:33.7002388Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:56:33.7002726Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.7003063Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.7003410Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.7003769Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:56:33.7004151Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7004533Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.7004924Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:56:33.7005314Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7005698Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7006078Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.7006488Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.7006888Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7007298Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:56:33.7007658Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:56:33.7008017Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.7008366Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:56:33.7008718Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:56:33.7009089Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:56:33.7009463Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-12-01T10:56:33.7009828Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-12-01T10:56:33.7010178Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-12-01T10:56:33.7010539Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-12-01T10:56:33.7010924Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:56:33.7011286Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:56:33.7011634Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-12-01T10:56:33.7012038Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-12-01T10:56:33.7012425Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-12-01T10:56:33.7012842Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.7013184Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:56:33.7013598Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7013961Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:56:33.7014305Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:56:33.7014652Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7015008Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-12-01T10:56:33.7015375Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7015750Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7016114Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:56:33.7016466Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7016818Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7017189Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-12-01T10:56:33.7017528Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:56:33.7017859Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.7018205Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:56:33.7018552Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.7018878Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7019278Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7019684Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7020072Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7020402Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-12-01T10:56:33.7020741Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-12-01T10:56:33.7021078Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-12-01T10:56:33.7021387Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-12-01T10:56:33.7021713Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-12-01T10:56:33.7022039Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-12-01T10:56:33.7022386Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-12-01T10:56:33.7022766Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.7023150Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-12-01T10:56:33.7023507Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.7023888Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.385s) 2022-12-01T10:56:33.7024267Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:56:33.7024613Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.7025000Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.7025346Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:56:33.7025745Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:56:33.7026111Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.7026491Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.7026819Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.7027146Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.7027485Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-12-01T10:56:33.7027854Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-12-01T10:56:33.7028224Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-12-01T10:56:33.7028577Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.7028915Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7029263Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:56:33.7029594Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-12-01T10:56:33.7029930Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:56:33.7030277Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.7030637Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-12-01T10:56:33.7030969Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:56:33.7031298Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7031790Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7032199Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7032549Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7033026Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7033371Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:56:33.7033703Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:56:33.7034046Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.7034414Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.7034794Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.7035165Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7035548Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:56:33.7035896Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:56:33.7036239Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:56:33.7036587Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.7036745Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.7036905Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-12-01T10:56:33.7037073Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-12-01T10:56:33.7037221Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:56:33.7037442Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.7037588Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:56:33.7037756Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:56:33.7037899Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.7038056Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.7038205Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.7038412Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.7038621Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7038796Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:56:33.7038982Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.7039163Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7039410Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:56:33.7039607Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:56:33.7039797Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7039977Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.7040160Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.7040361Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:56:33.7040559Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.7040759Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.7040946Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.7041183Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:56:33.7041386Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7041548Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:56:33.7041713Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7041889Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7042057Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7042235Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7042407Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7042568Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7042745Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7042915Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:56:33.7043097Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7043352Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:56:33.7043501Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:56:33.7043712Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7043895Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7044067Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-12-01T10:56:33.7044231Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7044407Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7044564Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-12-01T10:56:33.7044747Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:56:33.7044932Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7045092Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7045249Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:56:33.7045412Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:56:33.7045628Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7045801Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7045963Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7046129Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:56:33.7046284Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7046456Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7046624Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7046810Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7047000Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7047157Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:56:33.7047390Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7047565Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7047712Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7047860Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.7048005Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7048165Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.7048311Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-12-01T10:56:33.7048472Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.7048629Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:56:33.7048783Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7048955Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7049125Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7049287Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7049450Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-12-01T10:56:33.7049614Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7049782Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-12-01T10:56:33.7049998Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7050165Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7050329Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7050492Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.7050658Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7050839Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7051015Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.7051264Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7051420Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:56:33.7051581Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7051752Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7051967Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.7052170Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7052350Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.7052529Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:56:33.7052704Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7052895Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7053069Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7053215Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-12-01T10:56:33.7053360Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:56:33.7053586Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.7053743Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:56:33.7053911Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7054037Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:56:33.7054178Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:56:33.7054334Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:56:33.7054485Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.7054643Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7054794Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7054956Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7055127Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7055299Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.7055456Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:56:33.7055629Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.7055804Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-12-01T10:56:33.7055960Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7056184Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:56:33.7056361Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7056523Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.7056697Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.7056857Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7057018Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7057192Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7057369Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:56:33.7057588Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.7057764Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7057941Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:56:33.7058082Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.7058278Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.7058448Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:56:33.7058586Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.7058741Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7058889Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:56:33.7059034Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7059197Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7059351Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:56:33.7059502Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:56:33.7059646Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7059880Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:56:33.7060055Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7060225Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.7060391Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7060564Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7060727Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:56:33.7060893Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-12-01T10:56:33.7061052Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:56:33.7061230Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:56:33.7061411Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:56:33.7061587Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:56:33.7061757Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7061903Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:56:33.7062052Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-12-01T10:56:33.7062217Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-12-01T10:56:33.7062429Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:56:33.7062585Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.7062731Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:56:33.7062875Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-12-01T10:56:33.7063036Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-12-01T10:56:33.7063188Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:56:33.7063334Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:56:33.7063484Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7063652Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:56:33.7063880Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:56:33.7064049Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7064199Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:56:33.7064358Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:56:33.7064532Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:56:33.7064752Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:56:33.7064901Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.7065063Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:56:33.7065218Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:56:33.7065357Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:56:33.7065514Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:56:33.7065649Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:56:33.7065798Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-12-01T10:56:33.7066015Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:56:33.7066171Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:56:33.7066334Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:56:33.7066498Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7066664Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-12-01T10:56:33.7066841Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:56:33.7067081Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:56:33.7067285Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.129s) 2022-12-01T10:56:33.7067482Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.042s) 2022-12-01T10:56:33.7067679Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.111s) 2022-12-01T10:56:33.7067871Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.439s) 2022-12-01T10:56:33.7068047Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (10.399s) 2022-12-01T10:56:33.7068236Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7068425Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:56:33.7068662Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:56:33.7068830Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:56:33.7068972Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:56:33.7069117Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-12-01T10:56:33.7069268Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:56:33.7069431Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-12-01T10:56:33.7069599Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:56:33.7069764Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:56:33.7069926Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.7070139Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7070334Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7070529Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7070720Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7070964Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-12-01T10:56:33.7071151Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7071344Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7071606Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7071793Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7071969Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7072162Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7072411Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7072625Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7072800Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7072980Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-12-01T10:56:33.7073146Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:56:33.7073333Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7073508Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7073677Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7073871Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074038Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074205Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074381Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074546Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074732Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7074950Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7075117Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7075291Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7075465Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-12-01T10:56:33.7075637Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:56:33.7075803Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7075974Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7076146Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7076299Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-12-01T10:56:33.7076525Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7076707Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-12-01T10:56:33.7076883Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-12-01T10:56:33.7077079Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7077299Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7077505Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7077659Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7077815Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7077976Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7078134Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7078293Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-12-01T10:56:33.7078522Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:56:33.7078717Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:56:33.7078883Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-12-01T10:56:33.7079044Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7079214Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7079368Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7079535Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7079671Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7079836Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7080008Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:56:33.7080193Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-12-01T10:56:33.7080371Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.011s) 2022-12-01T10:56:33.7080555Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:56:33.7080745Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.009s) 2022-12-01T10:56:33.7080987Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:56:33.7081175Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:56:33.7081363Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:56:33.7081539Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:56:33.7081696Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:56:33.7081862Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.009s) 2022-12-01T10:56:33.7082016Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:56:33.7082175Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7082331Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7082479Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7082622Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7082782Z test_del (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7082955Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7083130Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7083317Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-12-01T10:56:33.7083498Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7083718Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7083905Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7084064Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:56:33.7084217Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7084404Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:56:33.7084614Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7084782Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7084959Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:56:33.7085121Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:56:33.7085307Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7085508Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:56:33.7085660Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7085806Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7085937Z test_in_check (jit.test_list_dict.TestList) ... ok (0.024s) 2022-12-01T10:56:33.7086088Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.030s) 2022-12-01T10:56:33.7086206Z test_list_count (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7086359Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7086495Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.016s) 2022-12-01T10:56:33.7086626Z test_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7086774Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7086915Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.015s) 2022-12-01T10:56:33.7087094Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7087232Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.020s) 2022-12-01T10:56:33.7087362Z test_list_none (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7087494Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.055s) 2022-12-01T10:56:33.7087629Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.032s) 2022-12-01T10:56:33.7087757Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.034s) 2022-12-01T10:56:33.7087905Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7088027Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:56:33.7088168Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.016s) 2022-12-01T10:56:33.7088289Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7088424Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.090s) 2022-12-01T10:56:33.7088571Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.065s) 2022-12-01T10:56:33.7088717Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7088862Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7089017Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:56:33.7089233Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:56:33.7089390Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7089549Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7089693Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7089844Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7090085Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.009s) 2022-12-01T10:56:33.7090291Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7090491Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:56:33.7091419Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:56:33.7091587Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:56:33.7091741Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7091888Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7092019Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7092166Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7092313Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7092473Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.000s) 2022-12-01T10:56:33.7092634Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.015s) 2022-12-01T10:56:33.7092785Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7092936Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:56:33.7093082Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:56:33.7093229Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7093393Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7093546Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.010s) 2022-12-01T10:56:33.7093692Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:56:33.7093901Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:56:33.7094060Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:56:33.7094211Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:56:33.7094351Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.041s) 2022-12-01T10:56:33.7094494Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:56:33.7094637Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:56:33.7094778Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:56:33.7094936Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:56:33.7095049Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:56:33.7095180Z Unit tests for Tensor.tolist() function. ... ok (0.319s) 2022-12-01T10:56:33.7095299Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:56:33.7095465Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:56:33.7095693Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.012s) 2022-12-01T10:56:33.7095851Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.010s) 2022-12-01T10:56:33.7096007Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.000s) 2022-12-01T10:56:33.7096170Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-12-01T10:56:33.7096387Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.006s) 2022-12-01T10:56:33.7096548Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.015s) 2022-12-01T10:56:33.7096734Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.032s) 2022-12-01T10:56:33.7096908Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.021s) 2022-12-01T10:56:33.7097078Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.023s) 2022-12-01T10:56:33.7097264Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.018s) 2022-12-01T10:56:33.7097374Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:56:33.7097573Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.006s) 2022-12-01T10:56:33.7097722Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.049s) 2022-12-01T10:56:33.7097863Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:56:33.7097994Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.006s) 2022-12-01T10:56:33.7098116Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:56:33.7098252Z Check that an if statement can return different ... ok (0.010s) 2022-12-01T10:56:33.7098379Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.010s) 2022-12-01T10:56:33.7098513Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.017s) 2022-12-01T10:56:33.7098663Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.026s) 2022-12-01T10:56:33.7098802Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.007s) 2022-12-01T10:56:33.7098924Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.006s) 2022-12-01T10:56:33.7099064Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-12-01T10:56:33.7099232Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.000s) 2022-12-01T10:56:33.7099398Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.000s) 2022-12-01T10:56:33.7099530Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.013s) 2022-12-01T10:56:33.7099669Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:56:33.7099825Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:56:33.7099974Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:56:33.7100169Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.006s) 2022-12-01T10:56:33.7100334Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:56:33.7100483Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:56:33.7100687Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-12-01T10:56:33.7100890Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.028s) 2022-12-01T10:56:33.7101081Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-12-01T10:56:33.7101274Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-12-01T10:56:33.7101474Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-12-01T10:56:33.7101677Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-12-01T10:56:33.7101875Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-12-01T10:56:33.7102108Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.060s) 2022-12-01T10:56:33.7102291Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-12-01T10:56:33.7102461Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-12-01T10:56:33.7102663Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:56:33.7102889Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-12-01T10:56:33.7103052Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.037s) 2022-12-01T10:56:33.7103243Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:56:33.7103430Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.017s) 2022-12-01T10:56:33.7103603Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.290s) 2022-12-01T10:56:33.7103790Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:56:33.7104011Z Tracing over a script function returning a dictionary should work. ... ok (0.027s) 2022-12-01T10:56:33.7104182Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-12-01T10:56:33.7104402Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.094s) 2022-12-01T10:56:33.7104606Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.194s) 2022-12-01T10:56:33.7104781Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:56:33.7104952Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:56:33.7105113Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.003s) 2022-12-01T10:56:33.7105254Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.498s) 2022-12-01T10:56:33.7105411Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:56:33.7105543Z test_mnist (jit.test_models.TestModels) ... ok (0.150s) 2022-12-01T10:56:33.7105692Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.003s) 2022-12-01T10:56:33.7105875Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:56:33.7106095Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:56:33.7106257Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:56:33.7106399Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.062s) 2022-12-01T10:56:33.7106620Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:56:33.7106807Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.003s) 2022-12-01T10:56:33.7106991Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-12-01T10:56:33.7107201Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:56:33.7107351Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:56:33.7107494Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.981s) 2022-12-01T10:56:33.7107718Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:56:33.7107888Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7108048Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.162s) 2022-12-01T10:56:33.7108178Z test_vae (jit.test_models.TestModels) ... ok (0.291s) 2022-12-01T10:56:33.7108376Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7108524Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.137s) 2022-12-01T10:56:33.7108689Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:56:33.7108837Z Tests that customized state dict methods are in effect ... ok (0.061s) 2022-12-01T10:56:33.7108994Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:56:33.7109211Z Tests that default state dict methods are automatically available ... ok (0.038s) 2022-12-01T10:56:33.7109391Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:56:33.7109540Z Tests that customized state dict methods on submodules are in effect ... ok (0.056s) 2022-12-01T10:56:33.7109745Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.125s) 2022-12-01T10:56:33.7109950Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.035s) 2022-12-01T10:56:33.7110206Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-12-01T10:56:33.7110418Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.083s) 2022-12-01T10:56:33.7110610Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.067s) 2022-12-01T10:56:33.7110790Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.326s) 2022-12-01T10:56:33.7110979Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.049s) 2022-12-01T10:56:33.7111172Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-12-01T10:56:33.7111376Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:56:33.7111631Z Test that an attempt to script a module with a regular list attribute ... ok (0.005s) 2022-12-01T10:56:33.7111846Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-12-01T10:56:33.7112052Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.071s) 2022-12-01T10:56:33.7112256Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.096s) 2022-12-01T10:56:33.7112460Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.039s) 2022-12-01T10:56:33.7112658Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.160s) 2022-12-01T10:56:33.7112868Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.044s) 2022-12-01T10:56:33.7113122Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.042s) 2022-12-01T10:56:33.7113299Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:56:33.7113474Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.106s) 2022-12-01T10:56:33.7113632Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:56:33.7113804Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.101s) 2022-12-01T10:56:33.7114030Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.038s) 2022-12-01T10:56:33.7114230Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.037s) 2022-12-01T10:56:33.7114441Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.036s) 2022-12-01T10:56:33.7114692Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-12-01T10:56:33.7114920Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.026s) 2022-12-01T10:56:33.7115108Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.026s) 2022-12-01T10:56:33.7115292Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-12-01T10:56:33.7115510Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.055s) 2022-12-01T10:56:33.7115727Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-12-01T10:56:33.7115921Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.071s) 2022-12-01T10:56:33.7116095Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-12-01T10:56:33.7116291Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-12-01T10:56:33.7116492Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-12-01T10:56:33.7116680Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-12-01T10:56:33.7116940Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-12-01T10:56:33.7117141Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.050s) 2022-12-01T10:56:33.7117298Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:56:33.7117445Z Test that a module that has __constants__ set to something ... ok (0.020s) 2022-12-01T10:56:33.7117596Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-12-01T10:56:33.7117740Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.017s) 2022-12-01T10:56:33.7117903Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:56:33.7118074Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:56:33.7118229Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-12-01T10:56:33.7118397Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-12-01T10:56:33.7118617Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:56:33.7118784Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-12-01T10:56:33.7118955Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:56:33.7119119Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-12-01T10:56:33.7119277Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-12-01T10:56:33.7120122Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7120482Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7120840Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7121284Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7121633Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.010s) 2022-12-01T10:56:33.7122057Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7122414Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7122770Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7123131Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7123486Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7123821Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7124169Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7124516Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7124881Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7125376Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.010s) 2022-12-01T10:56:33.7125721Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7126112Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7126497Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7126865Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7127200Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7127609Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7127964Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7128321Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-12-01T10:56:33.7128671Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.010s) 2022-12-01T10:56:33.7128999Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-12-01T10:56:33.7129459Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-12-01T10:56:33.7129702Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-12-01T10:56:33.7129928Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-12-01T10:56:33.7130207Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-12-01T10:56:33.7130517Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-12-01T10:56:33.7130776Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.008s) 2022-12-01T10:56:33.7131342Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.007s) 2022-12-01T10:56:33.7131799Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-12-01T10:56:33.7132202Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.052s) 2022-12-01T10:56:33.7132603Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.039s) 2022-12-01T10:56:33.7133003Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-12-01T10:56:33.7133420Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.022s) 2022-12-01T10:56:33.7133802Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.018s) 2022-12-01T10:56:33.7134182Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.013s) 2022-12-01T10:56:33.7134556Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.053s) 2022-12-01T10:56:33.7134794Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:56:33.7135056Z Test the jit scripting and tracing of a parametrized model. ... ok (0.044s) 2022-12-01T10:56:33.7135277Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.120s) 2022-12-01T10:56:33.7135505Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-12-01T10:56:33.7135705Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.025s) 2022-12-01T10:56:33.7135966Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:56:33.7136197Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:56:33.7136413Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-12-01T10:56:33.7136661Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:56:33.7136870Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:56:33.7137088Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-12-01T10:56:33.7137305Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:56:33.7137566Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.000s) 2022-12-01T10:56:33.7137854Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:56:33.7138201Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-12-01T10:56:33.7138500Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-12-01T10:56:33.7138778Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:56:33.7139072Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-12-01T10:56:33.7139363Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:56:33.7139604Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:56:33.7139825Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-12-01T10:56:33.7140112Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:56:33.7140398Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:56:33.7140680Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:56:33.7140882Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:56:33.7141100Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:56:33.7141317Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-12-01T10:56:33.7141571Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.057s) 2022-12-01T10:56:33.7141787Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-12-01T10:56:33.7142028Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:56:33.7142300Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:56:33.7142544Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:56:33.7142781Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-12-01T10:56:33.7143070Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:56:33.7143415Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:56:33.7143652Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-12-01T10:56:33.7143888Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:56:33.7144129Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-12-01T10:56:33.7144355Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-12-01T10:56:33.7144578Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:56:33.7144820Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-12-01T10:56:33.7145009Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:56:33.7145206Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.014s) 2022-12-01T10:56:33.7145440Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-12-01T10:56:33.7145684Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-12-01T10:56:33.7145899Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.011s) 2022-12-01T10:56:33.7146120Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-12-01T10:56:33.7146344Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.001s) 2022-12-01T10:56:33.7146571Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-12-01T10:56:33.7146798Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.044s) 2022-12-01T10:56:33.7147070Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-12-01T10:56:33.7147284Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-12-01T10:56:33.7147536Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.013s) 2022-12-01T10:56:33.7147753Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-12-01T10:56:33.7148025Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.010s) 2022-12-01T10:56:33.7148269Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-12-01T10:56:33.7148519Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-12-01T10:56:33.7148806Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.015s) 2022-12-01T10:56:33.7149047Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-12-01T10:56:33.7149315Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:56:33.7149539Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-12-01T10:56:33.7149766Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-12-01T10:56:33.7150019Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.033s) 2022-12-01T10:56:33.7150270Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.037s) 2022-12-01T10:56:33.7150503Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:56:33.7150731Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.041s) 2022-12-01T10:56:33.7150978Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.113s) 2022-12-01T10:56:33.7151201Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-12-01T10:56:33.7151442Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.017s) 2022-12-01T10:56:33.7151745Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-12-01T10:56:33.7151972Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.052s) 2022-12-01T10:56:33.7152262Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-12-01T10:56:33.7152491Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.020s) 2022-12-01T10:56:33.7152758Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-12-01T10:56:33.7153002Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-12-01T10:56:33.7153236Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-12-01T10:56:33.7153443Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.005s) 2022-12-01T10:56:33.7153667Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.058s) 2022-12-01T10:56:33.7153917Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.137s) 2022-12-01T10:56:33.7154174Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.045s) 2022-12-01T10:56:33.7154442Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.066s) 2022-12-01T10:56:33.7154683Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:56:33.7154947Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-12-01T10:56:33.7155236Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-12-01T10:56:33.7155490Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-12-01T10:56:33.7155764Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:56:33.7156095Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.036s) 2022-12-01T10:56:33.7156337Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-12-01T10:56:33.7156592Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:56:33.7156828Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:56:33.7157082Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.034s) 2022-12-01T10:56:33.7157331Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.081s) 2022-12-01T10:56:33.7157571Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-12-01T10:56:33.7157810Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-12-01T10:56:33.7158069Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.034s) 2022-12-01T10:56:33.7158311Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:56:33.7158534Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-12-01T10:56:33.7158782Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.036s) 2022-12-01T10:56:33.7159062Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-12-01T10:56:33.7159329Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-12-01T10:56:33.7159599Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:56:33.7159888Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.074s) 2022-12-01T10:56:33.7160156Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-12-01T10:56:33.7160415Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:56:33.7160704Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:56:33.7160948Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:56:33.7161266Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.045s) 2022-12-01T10:56:33.7161535Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:56:33.7161748Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.030s) 2022-12-01T10:56:33.7161987Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.023s) 2022-12-01T10:56:33.7162241Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.044s) 2022-12-01T10:56:33.7162473Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:56:33.7162714Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-12-01T10:56:33.7162967Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.026s) 2022-12-01T10:56:33.7163206Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-12-01T10:56:33.7163428Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:56:33.7163678Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.012s) 2022-12-01T10:56:33.7163875Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7164085Z Exercise the situation where we have the same qualified name ... ok (0.040s) 2022-12-01T10:56:33.7164286Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7164500Z Exercise the situation where we have the same qualified name ... ok (0.075s) 2022-12-01T10:56:33.7164692Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7164951Z Exercise the situation where we have the same qualified name ... ok (0.049s) 2022-12-01T10:56:33.7165162Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.100s) 2022-12-01T10:56:33.7165358Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7165602Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.034s) 2022-12-01T10:56:33.7165824Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7166062Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.018s) 2022-12-01T10:56:33.7166285Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.015s) 2022-12-01T10:56:33.7166507Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.019s) 2022-12-01T10:56:33.7166712Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7166939Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.016s) 2022-12-01T10:56:33.7167177Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:56:33.7167402Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.009s) 2022-12-01T10:56:33.7167611Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-12-01T10:56:33.7167839Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7168178Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:56:33.7168409Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7168711Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:56:33.7168935Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7169238Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:56:33.7169564Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-12-01T10:56:33.7169956Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:56:33.7170211Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7170532Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:56:33.7170868Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:56:33.7171104Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7171425Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:56:33.7171663Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7171968Z 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-12-01T10:56:33.7172210Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:56:33.7172511Z 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-12-01T10:56:33.7172883Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:56:33.7173235Z self=, 2022-12-01T10:56:33.7173360Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:56:33.7173429Z ) 2022-12-01T10:56:33.7173606Z skip: Failed to load fixture! (0.343s) 2022-12-01T10:56:33.7173915Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.205s) 2022-12-01T10:56:33.7174229Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.142s) 2022-12-01T10:56:33.7174563Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:56:33.7174852Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.119s) 2022-12-01T10:56:33.7175853Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Test test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88719 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:56:33.7177560Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88719 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-12-01T10:56:33.7177860Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.188s) 2022-12-01T10:56:33.7178149Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-12-01T10:56:33.7178443Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-12-01T10:56:33.7178735Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-12-01T10:56:33.7179028Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-12-01T10:56:33.7179252Z test_add_out (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7179450Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7179640Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7179866Z test_add_tuple_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7180054Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7180195Z test_addmm_grad (__main__.TestScript) 2022-12-01T10:56:33.7180357Z This test checks several things: ... ok (0.008s) 2022-12-01T10:56:33.7180570Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7181154Z test_all (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:7013: 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-12-01T10:56:33.7181380Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-12-01T10:56:33.7181475Z ok (0.013s) 2022-12-01T10:56:33.7181651Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.092s) 2022-12-01T10:56:33.7181824Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.112s) 2022-12-01T10:56:33.7182001Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:56:33.7182182Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.107s) 2022-12-01T10:56:33.7182366Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7182558Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:56:33.7182793Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7182986Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:56:33.7183170Z test_annotated_script_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7183384Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7183599Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7183791Z test_annotated_script_method (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7183970Z test_annoying_doubles (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7184123Z test_any (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7184337Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7184544Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7184738Z test_attr_module_constants (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:56:33.7184908Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7185089Z test_attribute_in_init (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7185294Z test_attribute_serialization (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:56:33.7185602Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.002s) 2022-12-01T10:56:33.7185784Z test_augmented_assign (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7185986Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-12-01T10:56:33.7186174Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7186407Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7186624Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7186835Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7187161Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.000s) 2022-12-01T10:56:33.7187435Z test_batchnorm_fuser_cpu (__main__.TestScript) ... pytorch_fuserpgbtpb.cpp 2022-12-01T10:56:33.7187681Z Creating library pytorch_fuserpgbtpb.lib and object pytorch_fuserpgbtpb.exp 2022-12-01T10:56:33.7187778Z ok (3.274s) 2022-12-01T10:56:33.7187963Z test_big_float_literals (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7188141Z test_big_int_literals (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7188330Z test_binary_op_shape (__main__.TestScript) ... ok (0.272s) 2022-12-01T10:56:33.7188491Z test_bitwise_ops (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:56:33.7188693Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7188899Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7189099Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7189301Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7189486Z test_bool_dispatch (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:56:33.7189713Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:56:33.7189904Z test_break_continue_error (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7190089Z test_breaks_continues (__main__.TestScript) ... ok (0.196s) 2022-12-01T10:56:33.7190265Z test_builtin_args (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7190518Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:56:33.7190680Z FileCheck checks: 2022-12-01T10:56:33.7191400Z [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-12-01T10:56:33.7192184Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10876 2022-12-01T10:56:33.7192312Z @torch.jit.script 2022-12-01T10:56:33.7192418Z def f6(a): 2022-12-01T10:56:33.7192553Z a.expand(size=[3, [4]]) 2022-12-01T10:56:33.7192707Z ~~~~~~ <--- HERE 2022-12-01T10:56:33.7192841Z (function emitListLiteral) 2022-12-01T10:56:33.7192935Z ok (0.009s) 2022-12-01T10:56:33.7193142Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:56:33.7193325Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7193528Z test_call_ge (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7193734Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7193946Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7194155Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7194360Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7194560Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7194775Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7194988Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7195194Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7195396Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7195604Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7195789Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7195992Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7196266Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7196524Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:56:33.7196727Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7196982Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:56:33.7197322Z test_calls_in_type_annotations (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-12-01T10:56:33.7197416Z ok (0.002s) 2022-12-01T10:56:33.7197627Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7197918Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-12-01T10:56:33.7198074Z test_cat (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:56:33.7198242Z test_cat_lifts (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7198398Z test_chr (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7198560Z test_circular_dependency (__main__.TestScript) 2022-12-01T10:56:33.7198761Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.054s) 2022-12-01T10:56:33.7198985Z test_class_as_attribute (__main__.TestScript) ... ok (0.469s) 2022-12-01T10:56:33.7199168Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7199349Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7199572Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7199824Z test_code_with_constants (__main__.TestScript) 2022-12-01T10:56:33.7200093Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.013s) 2022-12-01T10:56:33.7200273Z test_code_with_constants_restore (__main__.TestScript) 2022-12-01T10:56:33.7200554Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.019s) 2022-12-01T10:56:33.7200744Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7200937Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7201247Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:56:33.7201436Z test_conditional_casting (__main__.TestScript) ... ok (0.065s) 2022-12-01T10:56:33.7201614Z test_constant_as_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7201838Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7202026Z test_constant_pooling_none (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7202232Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7202414Z test_context_manager (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:56:33.7202581Z test_conv_error (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7202755Z test_convert_base (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:56:33.7202934Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7203119Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7203298Z test_desugar_module (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7203471Z test_device_kwarg (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7203641Z test_device_type (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7203856Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:56:33.7204010Z test_dir (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7204170Z test_divmod (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:56:33.7204414Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-12-01T10:56:33.7204637Z test_dropout_eval (__main__.TestScript) ... ok (0.379s) 2022-12-01T10:56:33.7204817Z test_dropout_script (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7204984Z test_dtype_attr (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7205192Z test_dtype_op_shape (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:56:33.7205379Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.071s) 2022-12-01T10:56:33.7205567Z test_early_return_closure (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7205756Z test_early_return_fork_join (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7205928Z test_early_return_rewrite (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:56:33.7206171Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7206359Z test_early_returns_loops (__main__.TestScript) ... ok (0.062s) 2022-12-01T10:56:33.7206544Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7206725Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7206921Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7207107Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7207278Z test_ellipsis_end (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7207449Z test_ellipsis_mid (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7207634Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7207807Z test_ellipsis_start (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7208060Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:56:33.7208259Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7208435Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7208632Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.067s) 2022-12-01T10:56:33.7208798Z test_erase_number_types (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7208953Z test_error (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7209135Z test_error_stacktrace (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7209337Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.958s) 2022-12-01T10:56:33.7209510Z test_eval_python (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7209702Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7209902Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:56:33.7210065Z test_expand (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7210217Z test_fibb (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7210399Z test_fibb_totally_better (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7210602Z test_file_format_serialization (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7210778Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7210971Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.808s) 2022-12-01T10:56:33.7211149Z test_file_line_graph (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7211326Z test_file_line_save_load (__main__.TestScript) ... ok (0.326s) 2022-12-01T10:56:33.7211502Z test_file_line_string (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7211701Z test_file_line_trace (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7211867Z test_filecheck (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7212044Z test_filecheck_parse (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7212226Z test_first_class_calls (__main__.TestScript) ... ok (0.422s) 2022-12-01T10:56:33.7212446Z test_first_class_module (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7212665Z test_floor_div (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7212831Z test_floordiv (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:56:33.7212990Z test_for_else (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7213157Z test_for_in_dict (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7213333Z test_for_in_enumerate (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:56:33.7213501Z test_for_in_range (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7213675Z test_for_in_range_ast (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:56:33.7213858Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:56:33.7214042Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7214231Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7214412Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7214603Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7214775Z test_for_in_string (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:56:33.7214948Z test_for_in_tensors (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7215142Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7215327Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7215510Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7215675Z test_for_in_zip (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:56:33.7215857Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7216081Z test_for_tuple_assign (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7216263Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:56:33.7216420Z test_format (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7216584Z test_func_call (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7216791Z test_function_compilation_caching (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7216985Z test_function_overload_misuse (__main__.TestScript) ... ok (0.878s) 2022-12-01T10:56:33.7217185Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7217367Z test_function_overloads (__main__.TestScript) ... ok (0.090s) 2022-12-01T10:56:33.7217670Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:56:33.7217938Z test_fuser_double_literal_precision (__main__.TestScript) ... pytorch_fuserk4m4zo.cpp 2022-12-01T10:56:33.7218183Z Creating library pytorch_fuserk4m4zo.lib and object pytorch_fuserk4m4zo.exp 2022-12-01T10:56:33.7218279Z ok (0.200s) 2022-12-01T10:56:33.7218468Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7218654Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7218881Z test_generic_list_errors (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7219176Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.003s) 2022-12-01T10:56:33.7219369Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7219547Z test_grad_from_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7219701Z test_hash (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7219872Z test_hex_literals (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7220024Z test_id (__main__.TestScript) ... ok (0.525s) 2022-12-01T10:56:33.7220176Z test_if (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7220339Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7220507Z test_if_different_type (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7221447Z test_if_for_in_range (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7221634Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:56:33.7221800Z test_if_list_cat (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7221975Z test_if_nest_while (__main__.TestScript) ... ok (0.100s) 2022-12-01T10:56:33.7222139Z test_if_noelse (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7222324Z test_if_not_defined_error (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7222496Z test_if_supertype (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7222679Z test_ignore_decorator (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7222862Z test_ignored_as_value (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:56:33.7223056Z test_ignored_method_binding (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7223232Z test_ignored_props (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7223445Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7223630Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7223829Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7223969Z test_index (__main__.TestScript) ... ok (0.095s) 2022-12-01T10:56:33.7224161Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7224382Z test_index_with_tuple (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7224559Z test_indexing_error (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7224723Z test_infer_size (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7224945Z test_inferred_error_msg (__main__.TestScript) 2022-12-01T10:56:33.7225207Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-12-01T10:56:33.7225383Z test_inherit_method (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:56:33.7225703Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:56:33.7225852Z test_inlined_graph (__main__.TestScript) 2022-12-01T10:56:33.7226085Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.013s) 2022-12-01T10:56:33.7226265Z test_inlining_cleanup (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7226438Z test_inplace_add (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7226626Z test_inplace_copy_script (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7226818Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7226983Z test_int_cast (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7227162Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7227343Z test_interpret_graph (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7227527Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.436s) 2022-12-01T10:56:33.7227700Z test_intlist_args (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7227891Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7228082Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7228281Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7228446Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7228612Z test_is_after_use (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7228869Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7229068Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7229258Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7229444Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7229681Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7229865Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230048Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230217Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230398Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230585Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230812Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7230999Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7231189Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7231372Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7231667Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7231857Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232048Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232236Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232422Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232606Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232792Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7232975Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7233217Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7233392Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7233579Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7233768Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7233951Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7234133Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7234312Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7234497Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7234681Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7234863Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235043Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235228Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235408Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235589Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235777Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7235965Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7236151Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7236318Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7236499Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7236685Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7236868Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7237057Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7237279Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7237461Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7237692Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7237910Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-12-01T10:56:33.7238111Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7238310Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7238505Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7238703Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7238899Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7239098Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7239292Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7239471Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7239663Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7239863Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7240057Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7240252Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7240443Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7240635Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7240827Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7241019Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7241261Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7241458Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7241649Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7241844Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242035Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242227Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242421Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242597Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242787Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7242982Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7243175Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7243404Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7243600Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7243797Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7243987Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7244214Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7244404Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7244593Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7244785Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7244976Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7245170Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7245363Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7245554Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7245798Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7245976Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7246170Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7246362Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7246553Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7246742Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7246934Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7247128Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7247320Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-12-01T10:56:33.7247414Z ok (0.062s) 2022-12-01T10:56:33.7247586Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7247763Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7247959Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7248126Z test_isinstance (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7248312Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7248508Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7248683Z test_isinstance_refinement (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7248848Z test_jitter_bug (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7249012Z test_keyword (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7249245Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7249424Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7249593Z test_lazy_script (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:56:33.7249852Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7250089Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7250263Z test_lhs_indexing (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7250493Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7250697Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7250905Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7251088Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7251273Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7251444Z test_linear_grad (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:56:33.7251653Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.098s) 2022-12-01T10:56:33.7251857Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7252034Z test_list_iterables (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7252209Z test_list_python_op (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7252375Z test_list_unify (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7252536Z test_literal (__main__.TestScript) ... ok (0.039s) 2022-12-01T10:56:33.7252699Z test_literals (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7252887Z test_logical_short_circuit (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7253061Z test_loop_liveness (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7253250Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7253448Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7253625Z test_loop_unrolling (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7253860Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7254047Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.076s) 2022-12-01T10:56:33.7254232Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7254394Z test_math_ops (__main__.TestScript) ... ok (0.243s) 2022-12-01T10:56:33.7254656Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:56:33.7254956Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-12-01T10:56:33.7255141Z test_method_casts_script (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7255315Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7255499Z test_method_overloading (__main__.TestScript) ... ok (10.308s) 2022-12-01T10:56:33.7255682Z test_missing_getstate (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7255852Z test_mm_batching (__main__.TestScript) ... ok (0.980s) 2022-12-01T10:56:33.7256061Z test_module_apis (__main__.TestScript) ... ok (0.087s) 2022-12-01T10:56:33.7256234Z test_module_attrs (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7256435Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7256611Z test_module_copying (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7256780Z test_module_error (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7257018Z test_module_method_reassignment (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7257200Z test_module_none_attrs (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7258030Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:56:33.7258203Z test_module_str (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7258410Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7258576Z test_multi_reduction (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7258766Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7258962Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.098s) 2022-12-01T10:56:33.7259181Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7259377Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7259556Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7259744Z test_multiple_assignment (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7259918Z test_mutable_dce (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7260099Z test_mutable_dce_block (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7260295Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7260511Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7260725Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7260903Z test_mutable_dce_list (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7261083Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7261278Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7261456Z test_mutate_constant (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7261619Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7261814Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:56:33.7261998Z test_namedtuple_attr (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7262219Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7262486Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:56:33.7262760Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:56:33.7262981Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:56:33.7263273Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7263459Z test_namedtuple_python (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7263658Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7263826Z test_narrow_copy (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7264009Z test_nested_aug_assign (__main__.TestScript) ... ok (1.242s) 2022-12-01T10:56:33.7264188Z test_nested_bailouts (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7264360Z test_nested_breaks (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:56:33.7264547Z test_nested_list_construct (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7264732Z test_nested_select_assign (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:56:33.7264873Z test_nn_GRU (__main__.TestScript) ... ok (0.233s) 2022-12-01T10:56:33.7265033Z test_nn_LSTM (__main__.TestScript) ... ok (0.258s) 2022-12-01T10:56:33.7265214Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.182s) 2022-12-01T10:56:33.7265375Z test_nn_init (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:56:33.7265550Z test_no_dtype_shape (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7265752Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7265931Z test_non_final_return (__main__.TestScript) ... ok (0.114s) 2022-12-01T10:56:33.7266154Z test_none_type_str (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7266307Z test_not (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7266491Z test_not_initialized_err (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7266673Z test_ntuple_builtins (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7266839Z test_number_abs (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7267021Z test_number_augassign (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7267229Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7267431Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7267623Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7267787Z test_number_div (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7267955Z test_number_math (__main__.TestScript) ... ok (2.881s) 2022-12-01T10:56:33.7268123Z test_number_neg (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7268419Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.001s) 2022-12-01T10:56:33.7268589Z test_oneline_func (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7268757Z test_op_dtype (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7268985Z test_operator_precedence (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7269296Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.000s) 2022-12-01T10:56:33.7269647Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.012s) 2022-12-01T10:56:33.7269804Z test_ord (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7269983Z test_override_magic (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7270526Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:9793: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:56:33.7270756Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:56:33.7271684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\jit_utils.py:258: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\onnx\shape_type_inference.cpp:1888.) 2022-12-01T10:56:33.7271915Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:56:33.7272758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\jit_utils.py:258: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\onnx\shape_type_inference.cpp:1888.) 2022-12-01T10:56:33.7272981Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:56:33.7273079Z ok (0.036s) 2022-12-01T10:56:33.7273274Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7273459Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:56:33.7273642Z test_pack_unpack_state (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7273877Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:56:33.7274024Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:56:33.7274204Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:56:33.7274342Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:56:33.7274470Z grad_fn=) 2022-12-01T10:56:33.7274623Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:56:33.7274767Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:56:33.7274907Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:56:33.7275041Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:56:33.7275165Z grad_fn=) 2022-12-01T10:56:33.7275298Z ok (0.019s) 2022-12-01T10:56:33.7275501Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7275730Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7275915Z test_parse_nested_names (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7276152Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7276345Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7276534Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7276718Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7276930Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7277174Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7277407Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7277635Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7277852Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7278039Z test_partial_returns (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7278194Z test_pass (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7278380Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:56:33.7278649Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7278840Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7279088Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-12-01T10:56:33.7279276Z test_pretty_print_function (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:56:33.7279543Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-12-01T10:56:33.7279698Z test_print (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7279869Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7280132Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-12-01T10:56:33.7280312Z test_profiling_merge (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7280495Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7280665Z test_python_call (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7280856Z test_python_call_annotation (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7281066Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7281251Z test_python_call_failure (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7281442Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7281677Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7281859Z test_python_frontend (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7282098Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7282297Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7282523Z test_python_op_builtins (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7282806Z test_python_op_name (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7283013Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7283257Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.000s) 2022-12-01T10:56:33.7283442Z test_rand_profiling (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7283604Z test_range_args (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7283770Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7283957Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7284135Z test_refine_tuple_types (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7284310Z test_remove_dropout (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7284523Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7284693Z test_request_bailout (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7284935Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.000s) 2022-12-01T10:56:33.7285133Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.073s) 2022-12-01T10:56:33.7285322Z test_resize_input_ops (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7285475Z test_return (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:56:33.7285665Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7285840Z test_return_tuple (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7286026Z test_rnn_trace_override (__main__.TestScript) ... ok (0.541s) 2022-12-01T10:56:33.7286206Z test_robust_op_resolution (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7286357Z test_round (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7286524Z test_save_load_attr_error (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7286708Z test_script_annotation (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7286988Z test_script_bool_constant (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7287157Z test_script_chunk (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7287330Z test_script_clamp_none (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:56:33.7287508Z test_script_copy (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7287682Z test_script_cu (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7287876Z test_script_define_order (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7288164Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7288348Z test_script_docstring (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7288566Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7288830Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-12-01T10:56:33.7289057Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7289239Z test_script_is_tracing (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7289422Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7289613Z test_script_method_docstring (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7289820Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7290007Z test_script_module (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:56:33.7290216Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7290437Z test_script_module_const (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7290791Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7291001Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:56:33.7291224Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7291436Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:56:33.7291721Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.000s) 2022-12-01T10:56:33.7291938Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:56:33.7292142Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7292322Z test_script_module_for (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7292510Z test_script_module_for2 (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:56:33.7292717Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7292940Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7293291Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-12-01T10:56:33.7293490Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7293712Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7293895Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7294111Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:56:33.7294336Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7294620Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7294854Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7295040Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.047s) 2022-12-01T10:56:33.7295284Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7295590Z test_script_optional_none (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:56:33.7295768Z test_script_outputs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7295983Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.057s) 2022-12-01T10:56:33.7296197Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.054s) 2022-12-01T10:56:33.7296376Z test_script_scope (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7296570Z test_script_sequential_for (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:56:33.7296781Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:56:33.7297009Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:56:33.7297220Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:56:33.7297434Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.050s) 2022-12-01T10:56:33.7297625Z test_script_star_assign (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7297822Z test_script_star_expr (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:56:33.7298022Z test_script_star_expr_string (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:56:33.7298221Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7298472Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-12-01T10:56:33.7298715Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7298954Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7299228Z test_select_after_chunk (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7299403Z test_sequence_parsing (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7299603Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:56:33.7299795Z test_serialization_big_ints (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7300069Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.002s) 2022-12-01T10:56:33.7300267Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7300463Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.444s) 2022-12-01T10:56:33.7300660Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.423s) 2022-12-01T10:56:33.7300973Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:56:33.7301161Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.307s) 2022-12-01T10:56:33.7301371Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7301570Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7301822Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7302012Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7302214Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7302404Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7302598Z test_signed_float_zero (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7302803Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:56:33.7302999Z test_single_starred_lhs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7303178Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7303436Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:56:33.7303594Z test_split (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7303749Z test_stack (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7304022Z test_static_if_prop (__main__.TestScript) ... ok (2.441s) 2022-12-01T10:56:33.7304198Z test_static_method_on_module (__main__.TestScript) 2022-12-01T10:56:33.7304445Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.019s) 2022-12-01T10:56:33.7304616Z test_static_methods (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:56:33.7304780Z test_str_cast (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7304949Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7305175Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7305369Z test_string_frontend_elif (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7305548Z test_string_index (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7305726Z test_string_len (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7305901Z test_string_list (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7306096Z test_string_new_line (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7306291Z test_string_ops (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7306503Z test_string_print (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7306700Z test_string_single_escape (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7306881Z test_string_slicing (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7307055Z test_string_sort (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7307285Z test_string_sorted (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7307496Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7307776Z test_submodule_twice (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7307938Z test_sum (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7308123Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7308306Z test_sum_list_empty (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7308533Z test_sum_list_literal (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7308707Z test_sum_list_one (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7308895Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7309084Z test_sys_stdout_override (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7309399Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.004s) 2022-12-01T10:56:33.7309574Z test_tensor_data (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7309812Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:56:33.7309987Z test_tensor_dtype (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7310165Z test_tensor_grad (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7310356Z test_tensor_import_export (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7310526Z test_tensor_len (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7310697Z test_tensor_number_math (__main__.TestScript) ... ok (0.575s) 2022-12-01T10:56:33.7310918Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-12-01T10:56:33.7311165Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-12-01T10:56:33.7311341Z test_tensor_shape (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7312127Z 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-12-01T10:56:33.7312368Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:56:33.7312568Z ok (0.015s) 2022-12-01T10:56:33.7312751Z test_tensor_to (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:56:33.7312931Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7313171Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:56:33.7313427Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:56:33.7313600Z test_ternary (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7313811Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.107s) 2022-12-01T10:56:33.7314084Z test_ternary_right_associative (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7314280Z test_ternary_static_if (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:56:33.7314456Z test_torch_any (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:56:33.7314733Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.006s) 2022-12-01T10:56:33.7315011Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.057s) 2022-12-01T10:56:33.7315228Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:56:33.7315463Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:56:33.7315679Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:56:33.7315888Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7316083Z test_torch_manual_seed (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7316244Z test_torch_pow (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:56:33.7316840Z 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-12-01T10:56:33.7317479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:471: 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:250.) 2022-12-01T10:56:33.7317630Z return callable(*args, **kwargs) 2022-12-01T10:56:33.7317726Z ok (0.804s) 2022-12-01T10:56:33.7317954Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:56:33.7318157Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7318351Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7318565Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7318784Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.149s) 2022-12-01T10:56:33.7319010Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.292s) 2022-12-01T10:56:33.7319195Z test_training_param (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:56:33.7319382Z test_tuple_assignments (__main__.TestScript) ... ok (0.521s) 2022-12-01T10:56:33.7319549Z test_tuple_error_msg (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7319733Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:56:33.7319917Z test_tuple_indexing (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:56:33.7320083Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7320270Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7320485Z test_tuple_sort (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7320684Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7320862Z test_tuple_sorted (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7321048Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7321294Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7321599Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7321820Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:56:33.7322005Z test_type_annotate (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:56:33.7322204Z test_type_annotation_module (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:56:33.7322399Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:56:33.7322585Z test_type_annotations (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:56:33.7322783Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:56:33.7322997Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:56:33.7323185Z test_type_call_in_script (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7323355Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7323548Z test_type_comments_in_body (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7323761Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-12-01T10:56:33.7324055Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.004s) 2022-12-01T10:56:33.7324411Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-12-01T10:56:33.7324594Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7324780Z test_unicode_comments (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7325027Z test_uninitialized (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7325210Z test_union_to_number (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7325394Z test_unknown_builtin (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7325777Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.000s) 2022-12-01T10:56:33.7325995Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:56:33.7326268Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:56:33.7326499Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7326667Z test_unused_decorator (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7326901Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7327081Z test_var_aug_assign (__main__.TestScript) ... ok (1.136s) 2022-12-01T10:56:33.7327256Z test_vararg_zeros (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7327465Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7327678Z test_view_shape_prop (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7327848Z test_view_write (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:56:33.7328033Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:56:33.7328187Z test_where (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7328356Z test_where_method (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7328522Z test_while (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:56:33.7328693Z test_while_nest_if (__main__.TestScript) ... ok (0.068s) 2022-12-01T10:56:33.7328898Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:56:33.7329097Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7329297Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:56:33.7329462Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7329651Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:56:33.7329843Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:56:33.7330086Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:56:33.7330265Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:56:33.7330450Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.000s) 2022-12-01T10:56:33.7330629Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:56:33.7330799Z test_zeros (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:56:33.7330996Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.726s) 2022-12-01T10:56:33.7331165Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7331351Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-12-01T10:56:33.7331529Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7331710Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-12-01T10:56:33.7331886Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7332014Z Test deletion. ... ok (0.002s) 2022-12-01T10:56:33.7332175Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7332389Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:56:33.7332560Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7332680Z Test .items(). ... ok (0.002s) 2022-12-01T10:56:33.7332847Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7333023Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-12-01T10:56:33.7333195Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7333343Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:56:33.7333565Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7333928Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-12-01T10:56:33.7334130Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7334366Z Test that reference semantics are honoured; that modifications made ... ok (0.005s) 2022-12-01T10:56:33.7334542Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7334682Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:56:33.7334859Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:56:33.7335057Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:56:33.7335215Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7335347Z Test append method. ... ok (0.002s) 2022-12-01T10:56:33.7335515Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7335700Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:56:33.7335878Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7335999Z Test clear. ... ok (0.001s) 2022-12-01T10:56:33.7336180Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7336363Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:56:33.7336539Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7336675Z Test count method. ... ok (0.003s) 2022-12-01T10:56:33.7336854Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7336984Z Test deletion. ... ok (0.002s) 2022-12-01T10:56:33.7337161Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7337264Z Test extend. ... ok (0.003s) 2022-12-01T10:56:33.7337442Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7337641Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-12-01T10:56:33.7337821Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7358812Z Test insert. ... ok (0.002s) 2022-12-01T10:56:33.7359108Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7359296Z Test iteration over a list's elements. ... ok (0.002s) 2022-12-01T10:56:33.7359636Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7359793Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:56:33.7359975Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7360346Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-12-01T10:56:33.7360524Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7360652Z Test pop. ... ok (0.002s) 2022-12-01T10:56:33.7360866Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7361109Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-12-01T10:56:33.7361277Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7361412Z Test remove method. ... ok (0.002s) 2022-12-01T10:56:33.7361583Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7361729Z Test the __repr__ method. ... ok (0.002s) 2022-12-01T10:56:33.7361912Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:56:33.7362107Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:56:33.7362538Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.015s) 2022-12-01T10:56:33.7362940Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-12-01T10:56:33.7363336Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.019s) 2022-12-01T10:56:33.7363783Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-12-01T10:56:33.7364153Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:56:33.7364538Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:56:33.7364918Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-12-01T10:56:33.7365299Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.018s) 2022-12-01T10:56:33.7365685Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.015s) 2022-12-01T10:56:33.7366073Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.014s) 2022-12-01T10:56:33.7366456Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-12-01T10:56:33.7366833Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:56:33.7367226Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-12-01T10:56:33.7367610Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-12-01T10:56:33.7367838Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.099s) 2022-12-01T10:56:33.7368065Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:56:33.7368275Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.095s) 2022-12-01T10:56:33.7368502Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.128s) 2022-12-01T10:56:33.7368732Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.404s) 2022-12-01T10:56:33.7368936Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.029s) 2022-12-01T10:56:33.7369133Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:56:33.7369389Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7369577Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-12-01T10:56:33.7369769Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7369965Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:56:33.7370173Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:56:33.7370390Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.003s) 2022-12-01T10:56:33.7370597Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7370792Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:56:33.7371006Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7371198Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:56:33.7371392Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7371585Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:56:33.7371809Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.009s) 2022-12-01T10:56:33.7372005Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7372194Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-12-01T10:56:33.7372387Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.008s) 2022-12-01T10:56:33.7372600Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-12-01T10:56:33.7372914Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.002s) 2022-12-01T10:56:33.7373133Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.009s) 2022-12-01T10:56:33.7373401Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.000s) 2022-12-01T10:56:33.7373673Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-12-01T10:56:33.7374011Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-12-01T10:56:33.7374382Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-12-01T10:56:33.7374727Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-12-01T10:56:33.7375077Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-12-01T10:56:33.7375435Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:56:33.7375786Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7376138Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7376465Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7376824Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7377176Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:56:33.7377524Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:56:33.7377897Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7378976Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-12-01T10:56:33.7379292Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-12-01T10:56:33.7379629Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.011s) 2022-12-01T10:56:33.7379995Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7380346Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7380649Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-12-01T10:56:33.7380968Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-12-01T10:56:33.7381282Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7381609Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:56:33.7381913Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-12-01T10:56:33.7382207Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-12-01T10:56:33.7382574Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.7382879Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.7383185Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-12-01T10:56:33.7383477Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-12-01T10:56:33.7383783Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-12-01T10:56:33.7384089Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.058s) 2022-12-01T10:56:33.7384418Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.053s) 2022-12-01T10:56:33.7384746Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-12-01T10:56:33.7385066Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-12-01T10:56:33.7385354Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-12-01T10:56:33.7385646Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.118s) 2022-12-01T10:56:33.7385947Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-12-01T10:56:33.7386391Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.000s) 2022-12-01T10:56:33.7386691Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.7386983Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.7387317Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.042s) 2022-12-01T10:56:33.7387604Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-12-01T10:56:33.7387947Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.7388250Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.7388548Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-12-01T10:56:33.7388820Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-12-01T10:56:33.7389057Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-12-01T10:56:33.7389313Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.018s) 2022-12-01T10:56:33.7389542Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.009s) 2022-12-01T10:56:33.7389787Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.020s) 2022-12-01T10:56:33.7390041Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.053s) 2022-12-01T10:56:33.7390337Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-12-01T10:56:33.7390617Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7390897Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7391179Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7391467Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7391886Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7392174Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-12-01T10:56:33.7392404Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.008s) 2022-12-01T10:56:33.7392647Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-12-01T10:56:33.7392956Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7393262Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7393580Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7393887Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7394185Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.011s) 2022-12-01T10:56:33.7394513Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7394855Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7395184Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-12-01T10:56:33.7395502Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7395851Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7396196Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-12-01T10:56:33.7396541Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7396903Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7397215Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7397559Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7397882Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7398190Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7398529Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7398852Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7399192Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7399520Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7399839Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.005s) 2022-12-01T10:56:33.7400231Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7400551Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7400867Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7401187Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-12-01T10:56:33.7401524Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7401835Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-12-01T10:56:33.7443152Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-12-01T10:56:33.7443525Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:56:33.7443831Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-12-01T10:56:33.7444055Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:56:33.7444250Z test_constant (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:56:33.7444422Z test_conv (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-12-01T10:56:33.7444624Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-12-01T10:56:33.7444837Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:56:33.7445052Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:56:33.7445225Z test_ge (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:56:33.7445442Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:56:33.7445619Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.189s) 2022-12-01T10:56:33.7445811Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.078s) 2022-12-01T10:56:33.7445999Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7446372Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7446590Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7446783Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:56:33.7446974Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7447203Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7447396Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:56:33.7447589Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7447788Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7448003Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7448200Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:56:33.7448404Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:56:33.7448597Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:56:33.7448818Z Check that dictionary access doesn't care about insertion order ... ok (0.013s) 2022-12-01T10:56:33.7449008Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:56:33.7449208Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:56:33.7449411Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:56:33.7449606Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:56:33.7449923Z Check that the trace remembers which keys were in a dict input ... ok (0.011s) 2022-12-01T10:56:33.7450144Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7450335Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:56:33.7450552Z Check that inputs to traced functions are flattened ... ok (0.028s) 2022-12-01T10:56:33.7450769Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:56:33.7450972Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:56:33.7451199Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7451442Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7451655Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:56:33.7451866Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-12-01T10:56:33.7452117Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-12-01T10:56:33.7452317Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7452524Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7452718Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:56:33.7452920Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7453125Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:56:33.7453309Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:56:33.7453598Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.018s) 2022-12-01T10:56:33.7453809Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7454021Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7454225Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7454431Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7454620Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:56:33.7454885Z test_simple (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-12-01T10:56:33.7455114Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:56:33.7455333Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7455547Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7455745Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-12-01T10:56:33.7455958Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-12-01T10:56:33.7456183Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7456470Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-12-01T10:56:33.7456663Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-12-01T10:56:33.7456899Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:56:33.7457123Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:56:33.7457458Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7457694Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:56:33.7457920Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7458241Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:56:33.7458429Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:56:33.7459512Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:56:33.7459728Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:56:33.7459972Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:56:33.7460187Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:56:33.7460398Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:56:33.7460637Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:56:33.7460856Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:56:33.7461067Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:56:33.7461268Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:56:33.7461480Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:56:33.7461688Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-12-01T10:56:33.7461917Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.067s) 2022-12-01T10:56:33.7462140Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-12-01T10:56:33.7462383Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:56:33.7462626Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:56:33.7462825Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:56:33.7463045Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:56:33.7463257Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7463476Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:56:33.7463691Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7463940Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:56:33.7464161Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7464428Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.079s) 2022-12-01T10:56:33.7464768Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-12-01T10:56:33.7465075Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:56:33.7465274Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:56:33.7465463Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:56:33.7465897Z %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:1437:0 2022-12-01T10:56:33.7466281Z %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:1438:0 2022-12-01T10:56:33.7466817Z %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:1439:0 2022-12-01T10:56:33.7467153Z %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-12-01T10:56:33.7467497Z %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-12-01T10:56:33.7467598Z return (%12) 2022-12-01T10:56:33.7467609Z 2022-12-01T10:56:33.7467704Z ok (0.010s) 2022-12-01T10:56:33.7467917Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:56:33.7468213Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:56:33.7468424Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-12-01T10:56:33.7468631Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:56:33.7468853Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:56:33.7469060Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:56:33.7469322Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7469522Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:56:33.7469738Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-12-01T10:56:33.7469933Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:56:33.7470148Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-12-01T10:56:33.7470364Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7470558Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7470773Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7471000Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7471204Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.073s) 2022-12-01T10:56:33.7471442Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:56:33.7471739Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7471977Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7472283Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.076s) 2022-12-01T10:56:33.7472486Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.071s) 2022-12-01T10:56:33.7472674Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:56:33.7472863Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:56:33.7473076Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:56:33.7473331Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:56:33.7473561Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:56:33.7473792Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:56:33.7474008Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:56:33.7474229Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:56:33.7474456Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.000s) 2022-12-01T10:56:33.7474681Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-12-01T10:56:33.7474880Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.061s) 2022-12-01T10:56:33.7475108Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.199s) 2022-12-01T10:56:33.7475308Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:56:33.7475503Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:56:33.7475710Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7475945Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.052s) 2022-12-01T10:56:33.7476158Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:56:33.7476402Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-12-01T10:56:33.7476635Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.009s) 2022-12-01T10:56:33.7476867Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7477151Z Types should be shared for identical constant values, and different for different constant values ... ok (0.016s) 2022-12-01T10:56:33.7477354Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7477570Z Types should be shared even if attribute values differ ... ok (0.010s) 2022-12-01T10:56:33.7477812Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7478054Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-12-01T10:56:33.7478274Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-12-01T10:56:33.7478461Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7478631Z Simple example with a real nn Module ... ok (0.015s) 2022-12-01T10:56:33.7478868Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.020s) 2022-12-01T10:56:33.7479113Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7479340Z We should be able to differentiate between two ModuleDict instances ... ok (0.052s) 2022-12-01T10:56:33.7479547Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7479771Z Mutating the value of an attribute should not change type sharing ... ok (0.016s) 2022-12-01T10:56:33.7479972Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7480193Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.010s) 2022-12-01T10:56:33.7480436Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7480651Z Different functions passed in should lead to different types ... ok (0.024s) 2022-12-01T10:56:33.7480884Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7481080Z Same functions passed in should lead to same types ... ok (0.010s) 2022-12-01T10:56:33.7481304Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7481535Z Even if everything about the module is the same, different originating ... ok (0.027s) 2022-12-01T10:56:33.7481842Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7482066Z Different functions passed in should lead to different types ... ok (0.019s) 2022-12-01T10:56:33.7482287Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7482491Z Same functions passed in should lead to same types ... ok (0.010s) 2022-12-01T10:56:33.7482767Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.027s) 2022-12-01T10:56:33.7482974Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7483162Z If submodules differ, the types should differ. ... ok (0.060s) 2022-12-01T10:56:33.7483421Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7483673Z Since we can't guarantee that methods are the same between different ... ok (0.016s) 2022-12-01T10:56:33.7483912Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7484122Z Test that types are not shared if the exclusion of their ... ok (0.006s) 2022-12-01T10:56:33.7484367Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7484560Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-12-01T10:56:33.7484770Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7484973Z Tests that types between instances of a ScriptModule ... ok (0.014s) 2022-12-01T10:56:33.7485190Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:56:33.7485357Z Test that type sharing can be disabled. ... ok (0.028s) 2022-12-01T10:56:33.7485674Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.021s) 2022-12-01T10:56:33.7485907Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:56:33.7486138Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-12-01T10:56:33.7486389Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:56:33.7486583Z Test that module attributes can be ignored. ... ok (0.010s) 2022-12-01T10:56:33.7486851Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:56:33.7487115Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:56:33.7487386Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:56:33.7487631Z Test that using an optional with no contained types produces an error. ... ok (0.004s) 2022-12-01T10:56:33.7487854Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:56:33.7488083Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-12-01T10:56:33.7488332Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:56:33.7488574Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-12-01T10:56:33.7488839Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:56:33.7489074Z Test that using a tuple with no contained types produces an error. ... ok (0.000s) 2022-12-01T10:56:33.7489329Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.022s) 2022-12-01T10:56:33.7489575Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.014s) 2022-12-01T10:56:33.7489862Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-12-01T10:56:33.7490082Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:56:33.7490306Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:56:33.7490527Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:56:33.7490776Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:56:33.7491068Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.035s) 2022-12-01T10:56:33.7491284Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:56:33.7492089Z 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-12-01T10:56:33.7492429Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-12-01T10:56:33.7492525Z def fn(): 2022-12-01T10:56:33.7492638Z l1 = [1, 2, "foo", 3] 2022-12-01T10:56:33.7492746Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:56:33.7492880Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:56:33.7493049Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:56:33.7493184Z (function emitListLiteral) 2022-12-01T10:56:33.7493277Z ok (0.000s) 2022-12-01T10:56:33.7494072Z 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-12-01T10:56:33.7494449Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-12-01T10:56:33.7494546Z def fn(): 2022-12-01T10:56:33.7494682Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:56:33.7494791Z l2 = [1, 2, "foo", 3] 2022-12-01T10:56:33.7494912Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:56:33.7495083Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:56:33.7495179Z return d 2022-12-01T10:56:33.7495309Z (function emitListLiteral) 2022-12-01T10:56:33.7495402Z ok (0.006s) 2022-12-01T10:56:33.7495592Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.013s) 2022-12-01T10:56:33.7495770Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.021s) 2022-12-01T10:56:33.7495970Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.012s) 2022-12-01T10:56:33.7496167Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.019s) 2022-12-01T10:56:33.7496352Z test_list_io (jit.test_typing.TestTyping) ... ok (0.000s) 2022-12-01T10:56:33.7496546Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:56:33.7496731Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.019s) 2022-12-01T10:56:33.7496996Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:56:33.7497201Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.012s) 2022-12-01T10:56:33.7497398Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:56:33.7497609Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:56:33.7497805Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.000s) 2022-12-01T10:56:33.7498014Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.000s) 2022-12-01T10:56:33.7498203Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.017s) 2022-12-01T10:56:33.7498413Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:56:33.7498620Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.020s) 2022-12-01T10:56:33.7498825Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:56:33.7499006Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:56:33.7499270Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:56:33.7499469Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:56:33.7499666Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:56:33.7499864Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:56:33.7500053Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:56:33.7500256Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:56:33.7500461Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.035s) 2022-12-01T10:56:33.7500667Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:56:33.7500850Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:56:33.7501045Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:56:33.7501260Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:56:33.7501462Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:56:33.7501695Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:56:33.7501916Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7502157Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:56:33.7502354Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:56:33.7502620Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:56:33.7502825Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7503017Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.000s) 2022-12-01T10:56:33.7503212Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.014s) 2022-12-01T10:56:33.7503429Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7503690Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:56:33.7503949Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:56:33.7504211Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:56:33.7504460Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:56:33.7504742Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:56:33.7504998Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:56:33.7505211Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:56:33.7505888Z 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-12-01T10:56:33.7505993Z warnings.warn( 2022-12-01T10:56:33.7506086Z ok (0.018s) 2022-12-01T10:56:33.7506315Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.020s) 2022-12-01T10:56:33.7506554Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.025s) 2022-12-01T10:56:33.7506783Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:56:33.7507020Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7507329Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:56:33.7507566Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:56:33.7507819Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7508013Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7508246Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:56:33.7508500Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.016s) 2022-12-01T10:56:33.7508717Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:56:33.7508936Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.018s) 2022-12-01T10:56:33.7509178Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.016s) 2022-12-01T10:56:33.7509385Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:56:33.7509633Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:56:33.7509905Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:56:33.7510174Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.017s) 2022-12-01T10:56:33.7510408Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:56:33.7510686Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7510908Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.020s) 2022-12-01T10:56:33.7511165Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.017s) 2022-12-01T10:56:33.7511396Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:56:33.7511707Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:56:33.7511934Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:56:33.7512124Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.012s) 2022-12-01T10:56:33.7512335Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.048s) 2022-12-01T10:56:33.7512521Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:56:33.7513280Z 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-12-01T10:56:33.7513424Z File "", line 3 2022-12-01T10:56:33.7513434Z 2022-12-01T10:56:33.7513523Z def fn(): 2022-12-01T10:56:33.7513751Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:56:33.7513920Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:56:33.7514096Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:56:33.7514226Z x.append(torch.tensor(3)) 2022-12-01T10:56:33.7514355Z (function emitListLiteral) 2022-12-01T10:56:33.7515023Z [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-12-01T10:56:33.7515213Z File "", line 3 2022-12-01T10:56:33.7515221Z 2022-12-01T10:56:33.7515311Z def fn(): 2022-12-01T10:56:33.7515531Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:56:33.7515691Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:56:33.7515865Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:56:33.7515998Z x.append(torch.tensor(3)) 2022-12-01T10:56:33.7516126Z (function emitListLiteral) 2022-12-01T10:56:33.7516218Z ok (0.038s) 2022-12-01T10:56:33.7516417Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:56:33.7516651Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:56:33.7516872Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:56:33.7517151Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.010s) 2022-12-01T10:56:33.7517390Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.029s) 2022-12-01T10:56:33.7517632Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-12-01T10:56:33.7517864Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-12-01T10:56:33.7518092Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-12-01T10:56:33.7518325Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:56:33.7518542Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:56:33.7518833Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-12-01T10:56:33.7519059Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:56:33.7519282Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:56:33.7519512Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:56:33.7519735Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-12-01T10:56:33.7519962Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-12-01T10:56:33.7520205Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.018s) 2022-12-01T10:56:33.7520460Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-12-01T10:56:33.7520695Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:56:33.7520864Z test_warn (jit.test_warn.TestWarn) ... ok (0.006s) 2022-12-01T10:56:33.7521102Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.006s) 2022-12-01T10:56:33.7521339Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.010s) 2022-12-01T10:56:33.7521532Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.016s) 2022-12-01T10:56:33.7521742Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.014s) 2022-12-01T10:56:33.7521931Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.006s) 2022-12-01T10:56:33.7522141Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.008s) 2022-12-01T10:56:33.7522285Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:56:33.7522524Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.113s) 2022-12-01T10:56:33.7522681Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:56:33.7522948Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.041s) 2022-12-01T10:56:33.7523120Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:56:33.7523354Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.039s) 2022-12-01T10:56:33.7523507Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:56:33.7523810Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.124s) 2022-12-01T10:56:33.7523956Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:56:33.7524182Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.025s) 2022-12-01T10:56:33.7524364Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:56:33.7524943Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:56:32 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:56:33.7525395Z STAGE:2022-12-01 10:56:32 1112:1344 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:56:33.7525488Z ok (0.032s) 2022-12-01T10:56:33.7525497Z 2022-12-01T10:56:33.7525714Z ---------------------------------------------------------------------- 2022-12-01T10:56:33.7525835Z Ran 2643 tests in 162.531s 2022-12-01T10:56:33.7525843Z 2022-12-01T10:56:33.7525984Z OK (skipped=194, expected failures=7) 2022-12-01T10:56:33.7525992Z 2022-12-01T10:56:33.7526116Z Generating XML reports... 2022-12-01T10:56:33.7526512Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201105349.xml 2022-12-01T10:56:33.7526840Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221201105349.xml 2022-12-01T10:56:33.7527185Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221201105349.xml 2022-12-01T10:56:33.7527604Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221201105349.xml 2022-12-01T10:56:33.7528062Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201105349.xml 2022-12-01T10:56:33.7528404Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221201105349.xml 2022-12-01T10:56:33.7528757Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221201105349.xml 2022-12-01T10:56:33.7529106Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221201105349.xml 2022-12-01T10:56:33.7529452Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221201105349.xml 2022-12-01T10:56:33.7529856Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221201105349.xml 2022-12-01T10:56:33.7530174Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221201105349.xml 2022-12-01T10:56:33.7530552Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221201105349.xml 2022-12-01T10:56:33.7530949Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201105349.xml 2022-12-01T10:56:33.7531280Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221201105349.xml 2022-12-01T10:56:33.7531664Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201105349.xml 2022-12-01T10:56:33.7532082Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201105349.xml 2022-12-01T10:56:33.7532385Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221201105349.xml 2022-12-01T10:56:33.7532753Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_export_modes.TestExportModes-20221201105349.xml 2022-12-01T10:56:33.7533109Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221201105349.xml 2022-12-01T10:56:33.7533475Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221201105349.xml 2022-12-01T10:56:33.7533880Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221201105349.xml 2022-12-01T10:56:33.7534287Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201105349.xml 2022-12-01T10:56:33.7534768Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201105349.xml 2022-12-01T10:56:33.7535132Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221201105349.xml 2022-12-01T10:56:33.7535550Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201105349.xml 2022-12-01T10:56:33.7535868Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221201105349.xml 2022-12-01T10:56:33.7536200Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221201105349.xml 2022-12-01T10:56:33.7536573Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201105349.xml 2022-12-01T10:56:33.7537055Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201105349.xml 2022-12-01T10:56:33.7537426Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221201105349.xml 2022-12-01T10:56:33.7537762Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221201105349.xml 2022-12-01T10:56:33.7538119Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221201105349.xml 2022-12-01T10:56:33.7538466Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221201105349.xml 2022-12-01T10:56:33.7538798Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221201105349.xml 2022-12-01T10:56:33.7539142Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221201105349.xml 2022-12-01T10:56:33.7539542Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201105349.xml 2022-12-01T10:56:33.7539857Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221201105349.xml 2022-12-01T10:56:33.7540256Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221201105349.xml 2022-12-01T10:56:33.7540592Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221201105349.xml 2022-12-01T10:56:33.7540949Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221201105349.xml 2022-12-01T10:56:33.7541364Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221201105349.xml 2022-12-01T10:56:33.7541763Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221201105349.xml 2022-12-01T10:56:33.7542112Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221201105349.xml 2022-12-01T10:56:33.7542449Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221201105349.xml 2022-12-01T10:56:33.7542880Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221201105349.xml 2022-12-01T10:56:33.7543390Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201105349.xml 2022-12-01T10:56:33.7543862Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221201105349.xml 2022-12-01T10:56:33.7544208Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221201105349.xml 2022-12-01T10:56:33.7544534Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221201105349.xml 2022-12-01T10:56:33.7544950Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221201105349.xml 2022-12-01T10:56:33.7545335Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221201105349.xml 2022-12-01T10:56:33.7545759Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201105349.xml 2022-12-01T10:56:33.7546096Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221201105349.xml 2022-12-01T10:56:33.7546482Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221201105349.xml 2022-12-01T10:56:33.7546857Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221201105349.xml 2022-12-01T10:56:33.7547187Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221201105349.xml 2022-12-01T10:56:33.7547600Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201105349.xml 2022-12-01T10:56:33.7547943Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221201105349.xml 2022-12-01T10:56:33.7548285Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221201105349.xml 2022-12-01T10:56:33.7548611Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221201105349.xml 2022-12-01T10:56:33.7549127Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201105349.xml 2022-12-01T10:56:33.7549498Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221201105349.xml 2022-12-01T10:56:33.7549814Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221201105349.xml 2022-12-01T10:56:33.7550137Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221201105349.xml 2022-12-01T10:56:33.7550534Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221201105349.xml 2022-12-01T10:56:33.7550956Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201105349.xml 2022-12-01T10:56:33.7551364Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221201105349.xml 2022-12-01T10:56:33.7551825Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201105349.xml 2022-12-01T10:56:33.7552230Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221201105349.xml 2022-12-01T10:56:33.7552554Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221201105349.xml 2022-12-01T10:56:33.7552909Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221201105349.xml 2022-12-01T10:56:33.7553279Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221201105349.xml 2022-12-01T10:56:33.7553582Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221201105349.xml 2022-12-01T10:56:33.7553949Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221201105349.xml 2022-12-01T10:56:33.7554320Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201105349.xml 2022-12-01T10:56:33.7554668Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221201105349.xml 2022-12-01T10:56:33.7554969Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221201105349.xml 2022-12-01T10:56:33.7555278Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221201105349.xml 2022-12-01T10:56:33.7555614Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221201105349.xml 2022-12-01T10:56:33.7556006Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221201105349.xml 2022-12-01T10:56:33.7556375Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221201105349.xml 2022-12-01T10:56:33.7556790Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201105349.xml 2022-12-01T10:56:33.7557145Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201105349.xml 2022-12-01T10:56:33.7557514Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201105349.xml 2022-12-01T10:56:33.7557945Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221201105349.xml 2022-12-01T10:56:33.7557955Z 2022-12-01T10:56:33.7558422Z ##[endgroup] 2022-12-01T10:56:33.7558785Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_7vucitw8) 2022-12-01T10:56:33.7558797Z 2022-12-01T10:56:36.1201914Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:56:36.2792430Z Running test_foreach ... [2022-12-01 10:56:36.278839] 2022-12-01T10:56:36.2798233Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:56:36.279486] 2022-12-01T10:56:36.2799802Z Ignoring disabled issues: [] 2022-12-01T10:57:02.4045877Z 2022-12-01T10:57:02.4046354Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:57:02.4047151Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_ik3d99b5) 2022-12-01T10:57:02.4143971Z 2022-12-01T10:57:02.4144440Z Running tests... 2022-12-01T10:57:02.4144761Z ---------------------------------------------------------------------- 2022-12-01T10:57:02.4145159Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-12-01T10:57:02.4146749Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4147163Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4147539Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4147902Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4148344Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4148784Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4149267Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4149710Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4151116Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4151619Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4152109Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4152600Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4153209Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4153686Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4154175Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4154732Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4155269Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4155791Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4156275Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4156750Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4157204Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4157682Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4158163Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4158791Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4159299Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4159816Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4160318Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4160859Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4161370Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4161937Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4162437Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4162934Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4163429Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4163912Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4164366Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4164860Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4165256Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4165626Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4165987Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4166347Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4166714Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4167208Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4167847Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4168340Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4168816Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4169318Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4169792Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4170274Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4170737Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4171230Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4171720Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4172212Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4172703Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4173186Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4173685Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4174218Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4174701Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4175248Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4175736Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4176223Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4176710Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4177155Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4177629Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4178119Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4178631Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4179137Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4179659Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4180215Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4180732Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4181246Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4181736Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4182232Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4182733Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4183223Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4183710Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4184062Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4184502Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4184924Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4185426Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4186008Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4186571Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4187108Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4187581Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4188096Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4188603Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4189094Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4189587Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4190074Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4190579Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4191055Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4191630Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4192136Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4192661Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4193156Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4193683Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4194140Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4194634Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4195116Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4195597Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4196097Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4196579Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4197057Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4197516Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4198005Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4198497Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4198993Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4199537Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4200097Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4200590Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4201047Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4201540Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4202108Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4202603Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4203124Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4203627Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4204123Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4204599Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4205092Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4205625Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4206195Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4206707Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4207200Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4207703Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4208160Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4208641Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4209204Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4209687Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4210164Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4210670Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4211149Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4211702Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4212260Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4212770Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4213285Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4213776Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4214287Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4214769Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4215261Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4215754Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4216228Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4216707Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4217191Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4217735Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4218239Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4218811Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4219293Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4219790Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4220302Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4220779Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4221258Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4221707Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4222186Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4222668Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4223167Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4223713Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4224243Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4224747Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4225218Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4225715Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4227138Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4227652Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4231513Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4232034Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4232518Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4233001Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4233504Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4234003Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4234504Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4234976Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4235484Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4236043Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4236601Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4237106Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4237591Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4238086Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4238554Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4239046Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4239542Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4240024Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4240638Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4241126Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4241595Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4242136Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4242661Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4243167Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4243656Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4244148Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4244639Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4245082Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4245486Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4245848Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4246205Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4246573Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4247012Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4247424Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4247771Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4248247Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4248614Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4249095Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4249464Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4249847Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4250220Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4250569Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4250937Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4251303Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4251666Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4252027Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4252392Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4252734Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4253107Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4253482Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4253848Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4254253Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4254821Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4255359Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4255828Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4256315Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4256818Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4257327Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4257821Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4258301Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4258780Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4259250Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4259742Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4260224Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4260727Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4261207Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4261760Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4262283Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4262742Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4263229Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4263733Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4264227Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4264759Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4265264Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4265826Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4266435Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4266955Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4267476Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4267996Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4268500Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4269002Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4269513Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4269976Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4270492Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4270979Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4271465Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4272027Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4272541Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4273050Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4273544Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4274055Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4274554Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4275041Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4275541Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4276044Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4276543Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4276999Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4303109Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4303638Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4304116Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4304774Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4305248Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4305712Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4306226Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4306585Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4306936Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4307282Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4307632Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4307978Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4308317Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4308671Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4309023Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4309378Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4309727Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4310075Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4310422Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4310757Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4311107Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4311453Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4311805Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4312251Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4313007Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4313724Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4314362Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4314712Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4315063Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4315418Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4315778Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4316141Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4316486Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4316842Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4317201Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4317556Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4317908Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4318341Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4318698Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4319044Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4319409Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4319763Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4320116Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4320462Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4320811Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4321150Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4321510Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4321859Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4322207Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4322550Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4322897Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4323246Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4323580Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4323929Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4324291Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4324660Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4325031Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4325461Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4325821Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4326164Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4326524Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4326887Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4327243Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4327596Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4327940Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4328288Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4328626Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4328974Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4329325Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4329673Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4330024Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4330419Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4330754Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4331102Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4331452Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4331795Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4332141Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4332486Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4332842Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4333194Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4333559Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4333919Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4334281Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4334637Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4334989Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4335350Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4335689Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4336043Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4336403Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4336756Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4337101Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4337495Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4337828Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4338181Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4338527Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.755s) 2022-12-01T10:57:02.4338847Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.4339164Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.491s) 2022-12-01T10:57:02.4339509Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4339881Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4340205Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4340520Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4340867Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4341230Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4341595Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4341962Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4342312Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4342710Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4343068Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4343413Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4343765Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4344112Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4344460Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4344793Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4345144Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4345495Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4345839Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4346280Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4346630Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4346963Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4347314Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4347668Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4348032Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4348395Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4348752Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4349104Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4349434Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4349825Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4350169Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4350512Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4350858Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4351203Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4351557Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4351900Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4352255Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4352602Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4352948Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4353296Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4353651Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4354009Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4354352Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4354743Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4355088Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4355432Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4355775Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4356119Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4356450Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4356800Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4357143Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4357492Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4357832Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4358171Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4358513Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4358843Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4359539Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:57:02.4360281Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:57:02.4360529Z ok (0.007s) 2022-12-01T10:57:02.4360807Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4361164Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4361567Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4361921Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4362259Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4362586Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4362927Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4363267Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4363616Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4363963Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4364315Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4364664Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4365022Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4365378Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4365725Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4366070Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4366453Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4366797Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4367126Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4367470Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4367815Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4368158Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4368500Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4368969Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4369762Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4370447Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4370999Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4371353Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4371699Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4372045Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4372781Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:57:02.4373412Z result = torch.complex(real, imag) 2022-12-01T10:57:02.4373607Z ok (0.021s) 2022-12-01T10:57:02.4373877Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4374230Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4374660Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4375011Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4375357Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4375699Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4376028Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4376371Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4376714Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4377060Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4377409Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4377761Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4378097Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4378441Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4378784Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4379123Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4379467Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4379857Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4380213Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4380563Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4380919Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4381265Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4381615Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4381970Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4382332Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4382691Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4383057Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4383426Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4383797Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4384156Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4384510Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4384867Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4385203Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4385554Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4385910Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4386394Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4386830Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4387207Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4387581Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4387944Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4388309Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4388665Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4389018Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4389368Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4389715Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4390055Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4390394Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4390748Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4391107Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4391506Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4391857Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4392201Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4392549Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4392879Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4393225Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4393572Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4393915Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4394260Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4394609Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4394949Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4395285Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4395630Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4395970Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4396313Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4396641Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4396980Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4397311Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4397649Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4397992Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4398377Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4398725Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4399070Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4399417Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4399755Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4400096Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4400442Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4400779Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4401117Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4401457Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4401809Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4402184Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4402557Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4402930Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4403334Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4403691Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4404043Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4404402Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4404759Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4405133Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4405505Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4405880Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4406266Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4406643Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4407016Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4407378Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4407741Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4408100Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4408457Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4408813Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4409173Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4409537Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4410523Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4410890Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4411251Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4411613Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4411984Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4412351Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4412710Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4413068Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4413425Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4413761Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4414097Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4414440Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4414780Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4415111Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4415499Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4415827Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4416151Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4416482Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4416803Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4417126Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4417447Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4417789Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4418145Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4418508Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4418871Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4419231Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4419584Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4419928Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4420270Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4420618Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4420958Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4421295Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4421634Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4422037Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.4422409Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4422765Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4423124Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4423477Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4423821Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4424168Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4424504Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4424848Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4425194Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4425533Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4425872Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4426316Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4426652Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4427033Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4427362Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4427679Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4428005Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4428337Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4428675Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4428996Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4429329Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4429668Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4430007Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4430341Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4430675Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4431004Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4431318Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4431648Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4431978Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4432319Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4432651Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4432986Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4433316Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4433630Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4434009Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4434339Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4434675Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4435007Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4435331Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4435643Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4435969Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4436300Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4436636Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4436969Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4437301Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4437632Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4437947Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4438283Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4438610Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4438973Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4439305Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4439628Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4439948Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4440285Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4440611Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4440936Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4441252Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4441569Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4441902Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4442214Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4442538Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4442864Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4443206Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4443557Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4443908Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4444255Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4444596Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4444941Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4445291Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4445678Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4446021Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4446367Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4446704Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4447045Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4447390Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4447742Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4448085Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4448427Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4448764Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4449104Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4449450Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4449790Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4450124Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4450500Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4450844Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4451186Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4451544Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4451892Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4452234Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4452564Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4452902Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4453245Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4453574Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4453919Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4454259Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4454644Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:57:02.4455056Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4455468Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4455893Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4456297Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4456704Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4457168Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:57:02.4457574Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4457976Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4458377Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4458778Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4459174Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4459596Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4460033Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4460468Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4460913Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4461353Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4462327Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4462781Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4463221Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4463643Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4464070Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4464495Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4464927Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4465303Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4465641Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4466063Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4466395Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4466718Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4467058Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4467402Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4467745Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4468099Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4468450Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4468780Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4469193Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4469535Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4469866Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4470195Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4470789Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4471617Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4472274Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4472726Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4473061Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4473397Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4473729Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4474054Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4474371Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4474694Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4475016Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4475417Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4475764Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4476128Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4476496Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4476857Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4477623Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4478186Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4478827Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4479311Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4479661Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4480006Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4480342Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4480687Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4481035Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4481396Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4481751Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4482114Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4482475Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4482818Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4483247Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4483718Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4484534Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4485299Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4485640Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4485981Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4486333Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4486679Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4487038Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4487403Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4487764Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4488120Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4488464Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4488813Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4489236Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4489575Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4490169Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4490914Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4491579Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4491905Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4492231Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4492562Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4492881Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4493197Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4493521Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4493851Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4494165Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4494500Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4494848Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4495209Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4495564Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4495924Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4496758Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4497489Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4497997Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4498338Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4498677Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4499023Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4499368Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4499700Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4500049Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4500393Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4500736Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4501076Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4501417Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4501759Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4502089Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4502850Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4503738Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4504173Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4504529Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4504884Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4505225Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4505574Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4506009Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4506352Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4506691Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4507033Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4507374Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4507701Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4508049Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4508426Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4509270Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4509970Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4510404Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4510750Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4511079Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4511418Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4511833Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4512170Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4512510Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4512861Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4513190Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4513542Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4513884Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4514228Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4514561Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4515332Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4516049Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4516553Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4516885Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4517219Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4517628Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4517975Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4518323Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4518659Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4518998Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4519326Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4519659Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4519987Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4520314Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4520645Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4521143Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4521918Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4522667Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4523031Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4523379Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4523723Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4524061Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4524414Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4524767Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4525112Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4525455Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4525879Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4526220Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4526547Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4526872Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4527449Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4528140Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4528878Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4529239Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4529594Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4529937Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4530296Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4530649Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4530995Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4531343Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4531766Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4532110Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4532458Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4532811Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4533162Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4533824Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4534582Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4535179Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4535511Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4535850Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4536176Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4536511Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4536887Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4537296Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4537702Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4538101Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4538506Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4538906Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4539303Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4540210Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4541106Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4541577Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4541972Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4542375Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4542781Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4543175Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4543573Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4543970Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4544449Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4544984Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4545574Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4546792Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4547765Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4548303Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4548828Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4549352Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4549877Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4550405Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4550930Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4551459Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4551981Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4553165Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4554079Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4554599Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4555063Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4555474Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4555875Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4556274Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4556673Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4557069Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4557458Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4557852Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4558286Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4559342Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4560093Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4560503Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4560904Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4561295Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4561689Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4562082Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4562483Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4562890Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4563291Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4563687Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4564106Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4564610Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4565563Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4566320Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4566818Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4567446Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4568002Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4568558Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4569112Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4569656Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4570176Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4570833Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4572084Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4572888Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4573464Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4574035Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4574594Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4575140Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4575699Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4576267Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4576830Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4578085Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4578942Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.4579515Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4580075Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4580702Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4581255Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4581819Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4582381Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.4582949Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4584130Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4585105Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4585656Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4586341Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4586874Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4587440Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4588004Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4588577Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4589145Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4590314Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.4591303Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4591850Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4592410Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4592966Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4593509Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4593911Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4594280Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4594667Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4595054Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4595439Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4596268Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4597090Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4597551Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4597938Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4598326Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4598706Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4599094Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4599476Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4599924Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4600275Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4600655Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4601030Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4601401Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4601795Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4602651Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4603497Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4604293Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4605146Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4605978Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4606817Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4607658Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4608537Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4609430Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4610280Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4611207Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4612154Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4613095Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4614031Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4615105Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4616021Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4616956Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4617866Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4618818Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4619745Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4620664Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4621578Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4622434Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4623326Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4624247Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4625148Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4626106Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4627027Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4628031Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4628257Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4628449Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4628640Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4628832Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.4629082Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-12-01T10:57:02.4629267Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.737s) 2022-12-01T10:57:02.4629439Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:57:02.4629613Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:57:02.4629789Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:57:02.4629962Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:57:02.4630135Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:57:02.4630300Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:57:02.4630490Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4630680Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4630868Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4631061Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4631264Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4631455Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4631607Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4632605Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4632968Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.4633415Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4633814Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4634236Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4634694Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.4635125Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4635571Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4636022Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4636453Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4636845Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4637255Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4637679Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.4638093Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4638504Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.4639052Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4639735Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4640233Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4640621Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4641222Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.4641777Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.4642461Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4643040Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4643607Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4644014Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4644437Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.4644834Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4645285Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.4645730Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4646172Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4646605Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4647062Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4647496Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4647905Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4648302Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4648907Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4649336Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4649777Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4650150Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4650569Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.4651007Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4651452Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4651818Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4652020Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4652202Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4652386Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.4652573Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4652769Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4652963Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4653209Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4653396Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4653567Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4653736Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4653983Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4654228Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.4654458Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.4654699Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.4654904Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4655150Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.4655385Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4655626Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4655860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4656098Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4656547Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.4657134Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4657675Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.4658100Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4658337Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.4658576Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.4658813Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.4659058Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4659296Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.4659532Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4659763Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4659996Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.4660226Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4660453Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4660725Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4660954Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4661181Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.4661415Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.4661640Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.4661873Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4662107Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.4662339Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.4662703Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4663261Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.4663792Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4664324Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4664816Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4665050Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4665285Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4665511Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.4665803Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4666123Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.4666355Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.4666586Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4666816Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4667044Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.4667278Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.4667511Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.4667747Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4667981Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4668212Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.4668440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4668718Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.4668948Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.4669179Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.4669589Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4670154Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.4670664Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.4671140Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.4671664Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.4671894Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.4672126Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.4672355Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4672582Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.4672809Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.4673026Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4673244Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.4673466Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4673754Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4673971Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.4674203Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.4674438Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.4674670Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.4674898Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.4675125Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.4675351Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.4675574Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.4675799Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.4675998Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4676198Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4676966Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4677183Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4677374Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4677533Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4677727Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4677913Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4678108Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4678303Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4678499Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4678680Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4678870Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4679061Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4679247Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4679431Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4679617Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4689617Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4689900Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690071Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690231Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690382Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690692Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690849Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4690993Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4691146Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4691302Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4691457Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4691624Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4691787Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4691957Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4692125Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4692287Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4692445Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4692608Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4692762Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4692966Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4693115Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4693272Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4693430Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4693596Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4693756Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4693920Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4694062Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4694224Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4694382Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4694549Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4694714Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4694875Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4695033Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4695194Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4695348Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4695501Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4695657Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4695812Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4695965Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4696122Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4696320Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4696475Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4696626Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4696777Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4696933Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4697085Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4697254Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4697421Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4697582Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4697742Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4697901Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4698055Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4698238Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4698547Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4698911Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4699368Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4699718Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4700116Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4700516Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4700865Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4701028Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4701189Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4701349Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4701506Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4701644Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4701803Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4701957Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702112Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702263Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702418Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702572Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702729Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4702885Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4703047Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4703205Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4703427Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4703589Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4703746Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4703905Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4704058Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4704217Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4704375Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4704517Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4704674Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4704834Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4704988Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4705152Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4705310Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4705472Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4705628Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4705830Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706062Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706221Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706384Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706540Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706706Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4706870Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4707034Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4707194Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4707361Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4707511Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4707690Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4707866Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4708038Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4708209Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4708379Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4708543Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4708707Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4708866Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709031Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709243Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709405Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709583Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709762Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4709935Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4710112Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4710293Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4710458Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4710621Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4710788Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4710935Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4711097Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4711259Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4711427Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4711628Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4711793Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4711955Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4712120Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4712281Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4712437Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4712598Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4712757Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4712918Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713084Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713245Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713407Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713573Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713736Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4713896Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4714042Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4714201Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4714359Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4714520Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4714678Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4714838Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4715040Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4715207Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4715372Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4715539Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4715702Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4715872Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4716033Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4716190Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4716353Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4716519Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4716677Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4716860Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717040Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717206Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717422Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717603Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717780Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4717961Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4718138Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4718310Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4718499Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4718676Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4718870Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4719055Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4719236Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4719414Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4719588Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4719764Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4719944Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4720119Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4720296Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4720476Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4720659Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4720880Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4721042Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4721220Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4721399Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4721576Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4721753Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4721931Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4722102Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4722265Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4722421Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4722585Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4722749Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4722906Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4723063Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4723262Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4723421Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4723576Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4723734Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4723888Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4724044Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4724180Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4724355Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4724524Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4724705Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4724881Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4725054Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4725225Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4725439Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4725760Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4726176Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4726539Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4726955Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4727345Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4727790Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.4728055Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4728223Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4728389Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4728555Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4728722Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4728873Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4729043Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4729208Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4729373Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4729532Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4729695Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4729850Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4730002Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4730158Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4730314Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4730518Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4730678Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4730835Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4730999Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731155Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731312Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731465Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731615Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731768Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4731911Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4732063Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4732216Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4732373Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4732533Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4732693Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4732846Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4732996Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4733149Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4733303Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4733458Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4733615Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4733808Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4733963Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4734115Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4734269Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4734423Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4734576Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4734724Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4734879Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4735033Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4735189Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4735344Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4735496Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4735649Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4735803Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4735953Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4736141Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4736303Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4736457Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4736614Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4736768Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4736920Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737072Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737224Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737359Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737510Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737660Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737831Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4737998Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4738165Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4738332Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4738493Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4738657Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4738822Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4738989Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4739152Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4739312Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4739511Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4739675Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4739830Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4739993Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4740150Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4740306Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4740448Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4740612Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4740774Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4740937Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4741099Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4741268Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4741430Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4741600Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4741768Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4741965Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4742127Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4742286Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4742447Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4742605Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4742760Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4742919Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4743077Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4743285Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:57:02.4743488Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4743694Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4743887Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4744086Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4744283Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4744477Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4744673Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4744863Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4745057Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4745294Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4745493Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4745711Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4745924Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4746258Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4746479Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4746696Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4746910Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4747121Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4747333Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4747594Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4747803Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4748010Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4748217Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4748397Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4748570Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4748755Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4748935Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4749111Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4749273Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4749448Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4749619Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4749791Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4749962Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4750134Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4750301Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4750472Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4750643Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4750810Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4751024Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4751196Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4751360Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4751538Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4751706Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4751888Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4752067Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4752238Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4752415Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4752587Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4752757Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4752913Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4753082Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4753295Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4753465Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4753642Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4753814Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.4753985Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4754157Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4754331Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4754500Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4754689Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4754866Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4755035Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.4755207Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4755380Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4755547Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4755715Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4755884Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4756055Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4756224Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4756393Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4757173Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4757342Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4757510Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4757682Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4757849Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4758028Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4758215Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4758394Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4758569Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4758744Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4758918Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4759090Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4759262Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4759483Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4759656Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4759823Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4760004Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4760184Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4760361Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4760531Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4760704Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4760866Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4761036Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4761205Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4761374Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4761545Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4761718Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4761887Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4762051Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4762217Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4762422Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4762757Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4763278Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4763671Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4764057Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4764437Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4764621Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.4764798Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4764970Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4765191Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4765366Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4765519Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4765684Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4765846Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4766009Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4766218Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4766467Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4766638Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4766811Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4766986Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4767156Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4767325Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4767489Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4767658Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4767831Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4768011Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4768191Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4768369Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4768543Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4768722Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4768902Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4769076Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4769266Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4769455Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4769643Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4769879Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4770059Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4770236Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4770414Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4770590Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4770768Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4770943Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4771135Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4771329Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4771518Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4771749Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4771936Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4772117Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4772346Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4772525Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4772701Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4772878Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4773060Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4773229Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4773409Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4773591Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4773767Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4773938Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4774116Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4774296Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4774474Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4774647Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4774827Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4775007Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4775183Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4775356Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4775571Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4775739Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4775910Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4776084Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4776256Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4776429Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4776605Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4776776Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4776939Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4777110Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4777289Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4777467Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4777644Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4777821Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4778043Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4778218Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4778393Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4778570Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4778761Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4779128Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4779636Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4779981Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4780451Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4780764Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4780959Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4781145Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4781330Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4781518Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4781705Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4781904Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4782079Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4782276Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4782541Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4782732Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4782921Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4783106Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4783297Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4783488Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4783676Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4783871Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4784054Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4784245Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4784480Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4784668Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4785561Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4785761Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4785955Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4786224Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4786411Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4786598Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4786770Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4786940Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4787118Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4787279Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.4787454Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4787623Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4787792Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4787960Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4788126Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4788291Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4788458Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4788630Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4788796Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4789039Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4789217Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4789403Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4789587Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4789767Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4789946Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4790126Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4790304Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4790479Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4790657Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4790819Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4790997Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4791202Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:57:02.4791429Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.4791615Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4791795Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4791973Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4792144Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4792313Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4792491Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4792669Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4792846Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4793013Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4793187Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4793358Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4793527Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4793693Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4793858Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4794022Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4794188Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4794354Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4794512Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4794723Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4794891Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4795055Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4795223Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4795387Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4795552Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4795714Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4795879Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4796051Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4796224Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4796393Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4796563Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4796736Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4796900Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4797105Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4797269Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4797435Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4797600Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4797766Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4797918Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4798080Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4798243Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4798407Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4798579Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4798744Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4798911Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4799074Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4799240Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4799403Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4799571Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4799730Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4799896Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4800060Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4800276Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4800442Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4800607Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4800772Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4800936Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4801099Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4801250Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4801412Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4801576Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4801739Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4801923Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4802099Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4802279Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.4802457Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4802677Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4802857Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4803036Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4803214Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4803390Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4803564Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4803736Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4803909Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4804081Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4804256Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4804428Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4804603Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4804763Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4804941Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4805115Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4805287Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4805464Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4805644Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4805817Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4806045Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4806224Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4806401Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.4806575Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4806747Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4806922Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4807094Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4807263Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4807438Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4807606Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4807822Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4808036Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4808253Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4808512Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4808725Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4808924Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4809131Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4809337Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4809542Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.4809747Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4809956Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4810158Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.4810387Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4810609Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4810839Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4811068Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4811294Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4811515Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4811789Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4812008Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4812231Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4812458Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4812679Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.4812898Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.4813070Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4813240Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4813404Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4813570Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4813739Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4813959Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4814131Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4814311Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4814495Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4814656Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4814830Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4815001Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4815169Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4815341Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4815505Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4815673Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4815844Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4816012Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4816178Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4816343Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.4816506Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4816673Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4816838Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4817001Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4817166Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4817376Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4817540Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4817727Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4817907Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4818083Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4818274Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4818455Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4818633Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4818823Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4819002Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4819176Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4819356Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4819534Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4819751Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4819940Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4820120Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4820311Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4820503Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4820685Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4820861Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4821034Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4821214Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4821390Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4821570Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4821748Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4821910Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4822097Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4822274Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4822462Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4822650Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4822834Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.4823067Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4823251Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4823430Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4823604Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4823775Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4823956Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4824133Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4824306Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4824476Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4824648Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4824818Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4824987Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4825153Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4825318Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4825525Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4825675Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4825842Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4826117Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4826304Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4826486Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.4826665Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4826839Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4827017Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4827194Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4827368Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4827545Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4827718Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4827896Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4828072Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4828247Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.4828423Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4828597Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4828769Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4828992Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4829164Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4829322Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4829493Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4829675Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4829852Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4830030Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4830209Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4830382Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4830556Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4830730Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4830906Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4831084Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4831296Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4831477Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4831646Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4831825Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4831999Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4832170Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4832340Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4832511Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4832683Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4832855Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4833014Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4833189Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4833357Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4833533Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4833703Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.4833875Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4834047Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4834216Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4834383Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4834594Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4834757Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4834916Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4835078Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4835239Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4835407Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4835573Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4835744Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4835916Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4836088Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4836257Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4836405Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4836568Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4836733Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4836935Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4837101Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4837264Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4837450Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4837633Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4837813Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4837984Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4838154Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4838326Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4838502Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.4838675Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4838845Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.4839013Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4839180Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4839347Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4839514Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4839677Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4839833Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4839999Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4840182Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4840412Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.4840584Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4840753Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4840927Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4841103Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4841285Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4841461Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4841642Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4841816Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4841991Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4842167Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4842339Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4842512Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4842725Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4842897Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4843062Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.4843230Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4843382Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4843547Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4843753Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4843961Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4844170Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4844373Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4844572Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4844772Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4844975Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4845172Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4845368Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4845573Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4845777Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4846018Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4846212Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4846410Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4846605Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4846801Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4847078Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4847357Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4847635Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4847909Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4848180Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4848482Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4848750Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4849022Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4849291Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4849563Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4849836Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4850106Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4850366Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4850633Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4850901Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4851161Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4851941Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4852148Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4852348Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4852549Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4852750Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4852934Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4853135Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4853335Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4853536Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4853741Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4853948Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4854151Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4854400Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4854597Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4854797Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4854995Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4855196Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4855401Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4855604Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4855808Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4856006Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4856200Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4856395Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4856589Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4856861Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4857142Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4857409Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.4857732Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4857993Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4858254Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4858521Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.4858790Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4859071Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4859354Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4859635Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4859953Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4860232Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.4860509Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4860784Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4861069Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4861346Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4861626Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4861907Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.4862180Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4862456Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4862730Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4863049Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4863322Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.4863598Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4863878Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4864155Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4864433Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4864703Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4865010Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4865290Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4865567Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4865839Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4866226Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4866514Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4866787Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4867065Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4867337Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4867611Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4867886Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4868077Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4868315Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4868492Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.4868673Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4868861Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4869048Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4869234Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4869417Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4869600Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4869782Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4869962Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4870144Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4870320Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4870500Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4870714Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4870889Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4871067Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4871241Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.4871414Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4871589Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4871763Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.4871938Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4872109Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.4872267Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4872442Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4872614Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4872781Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4872944Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4873112Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4873279Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4873469Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4873649Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4873838Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4874074Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4874260Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.4874437Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4874612Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4874790Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4874971Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4875144Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4875320Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.4875504Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4875681Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4875852Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4876011Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.4876186Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4876870Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.4877056Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4877228Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4877402Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4877571Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4877738Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4877896Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4878052Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4878210Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4878368Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4878524Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4878692Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4878855Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4879024Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4879190Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4879354Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4879515Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4879655Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4879825Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4879984Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4880147Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4880509Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4880766Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4881137Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4881507Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.4881769Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4882087Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4882454Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4882643Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4882797Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4882949Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883101Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883254Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883427Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883592Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883754Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4883997Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4884168Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4884336Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4884503Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4884674Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4884842Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4885008Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4885173Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4885339Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4885511Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4885678Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4885852Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4886027Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4886192Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4886355Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4886520Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4886685Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4886853Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4887019Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4887392Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4887884Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4888179Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4888552Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4888865Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4889048Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4889221Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4889390Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4889554Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4889724Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4889882Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4890045Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4890208Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4890373Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4890533Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4890740Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4890901Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891058Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891203Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891356Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4891508Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891659Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891809Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4891959Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4892130Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4892292Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4892459Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4892620Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4892783Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4892945Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4893109Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4893284Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4893653Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4894033Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4894350Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4894747Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4895119Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4895268Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4895427Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4895593Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4895750Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4895904Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896070Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896231Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896401Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896569Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896737Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4896900Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4897066Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4897230Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4897445Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4897608Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4897768Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4897931Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4898094Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4898254Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4898402Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4898562Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4898720Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4898882Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4899039Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4899194Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4899353Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4899528Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4899891Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4900241Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4900569Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4900938Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4901287Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4901451Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4901606Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4901823Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4901978Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902134Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902276Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902430Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902586Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902746Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4902899Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4903059Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4903221Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4903379Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4903536Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4903694Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4903849Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4904003Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4904202Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4904357Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4904508Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4904675Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4904847Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4905010Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4905157Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4905311Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4905471Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4905642Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4905862Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4906289Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4906660Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4906921Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4907300Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4907618Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4907775Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4907931Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4908086Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4908257Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.4908427Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4908659Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4908826Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4908991Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4909156Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4909305Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4909470Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4909632Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4909793Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4909957Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4910123Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4910284Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4910442Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4910595Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.4910753Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4910911Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4911110Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4911266Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4911422Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4911622Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4911819Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4912017Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4912450Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4912900Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4913246Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4913706Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4913949Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4914143Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4914340Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4914534Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4914724Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4914917Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4915102Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4915293Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4915546Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4915817Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4916085Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4916354Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4916614Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4916874Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4917139Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4917397Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4917653Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4917959Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4918222Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4918795Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4919358Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4919620Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4920169Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4920548Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4920812Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4921008Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4921205Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4921399Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4921597Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4921785Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4921974Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4922225Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4922414Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4922591Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4922787Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4922985Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4923175Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4923364Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4923554Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4923741Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4923931Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4924122Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4924317Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4924556Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4924747Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4925018Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4925478Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4925900Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4926332Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4926984Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4927551Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4928210Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4928821Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4929457Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4929736Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4930002Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4930259Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4930599Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4930874Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4931139Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4931411Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4931680Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4931951Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.4932223Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4932490Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4932805Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4933082Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4933349Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.4933614Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4933881Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4934399Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4935029Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4935665Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4935979Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4936249Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.4936525Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:57:02.4936791Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4937115Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4937380Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4937646Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4937897Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4938166Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4938440Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4938699Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.4939007Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4939280Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4939545Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4939815Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4940081Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.4940304Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4940714Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4941125Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4941444Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4941859Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4942107Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4942285Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4942460Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4942636Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4942809Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4942980Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4943155Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4943387Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4943557Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4943725Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4943894Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4944062Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4944229Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4944380Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4944545Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4944710Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4944871Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945031Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945188Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945342Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945499Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945657Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4945856Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4946094Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4946251Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4946428Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4946761Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4947195Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4947542Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4947944Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4948289Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4948459Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4948611Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4948778Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4948940Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4949107Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.4949273Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4949437Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4949595Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4949760Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4949919Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950072Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950291Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950445Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950595Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950752Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4950908Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951085Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951259Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951441Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951621Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951785Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4951960Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4952134Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4952304Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4952473Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4952685Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4953040Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4953456Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4953793Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4954200Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4954527Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4954700Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4954872Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955039Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955216Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955385Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955569Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955748Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4955922Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4956095Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4956255Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4956426Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4956595Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4956763Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4957540Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4957705Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4957883Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4958056Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4958232Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4958404Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4958581Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4958752Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4958935Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4959305Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4959735Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4960079Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4960480Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4960831Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961085Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961254Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961425Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961579Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961747Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4961915Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4962080Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4962245Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4962414Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4962578Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.4962757Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4962940Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.4963116Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4963293Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4963465Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4963636Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4963808Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4963976Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4964144Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4964361Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4964525Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4964699Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4964878Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4965052Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4965211Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4965563Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4965983Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4966321Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4966715Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4967067Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4967241Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4967405Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4967633Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4967800Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4967962Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4968131Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4968298Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4968465Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4968636Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4968804Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4968977Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4969149Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4969321Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4969492Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4969646Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4969817Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4969981Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4970146Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4970312Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4970478Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4970643Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4970812Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4971025Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4971194Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4971362Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4971555Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4971944Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4972337Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4972627Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4973022Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4973355Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4973533Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4973709Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4973883Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4974043Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4974277Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4974466Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4974649Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4974834Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975019Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975202Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975377Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975552Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975729Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4975904Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976077Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976251Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976440Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976628Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976814Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4976997Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4977183Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4977360Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4977540Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4977765Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4978147Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4978559Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4978863Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4979303Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.4979618Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4979798Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4979972Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4980153Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4980326Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4980501Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4980679Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4980851Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4981080Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4981260Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4981432Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4981610Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4981783Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4981956Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4982126Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4982297Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4982466Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4982624Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4982794Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4982972Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4983143Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4983310Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4983488Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4983663Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4983842Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4984048Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4984459Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4984960Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4985263Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4985670Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4985901Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4986161Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4986357Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4986548Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4986735Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4986922Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4987111Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4987298Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4987472Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4987657Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4988400Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4988612Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4988807Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4989007Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4989204Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4989398Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4989588Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4989780Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4989969Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4990158Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4990429Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4990862Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4991302Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4991659Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4992100Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4992292Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4992481Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4992740Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4993054Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4993280Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4993469Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4993639Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4993819Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4993989Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4994164Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4994342Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4994513Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.4994681Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4994849Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995016Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995182Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995413Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995577Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995743Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4995911Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4996099Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4996278Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4996465Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4996723Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4997146Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4997563Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4997878Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4998299Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.4998503Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.4998679Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4998856Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.4999033Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4999241Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.4999426Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4999670Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.4999845Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5000030Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5000205Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5000377Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5000551Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5000735Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5000910Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001082Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001256Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001428Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001596Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001764Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5001917Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5002126Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5002293Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5002460Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5002636Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5002799Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5003154Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5003577Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5003899Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5004305Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5004631Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5004794Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5004960Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5005125Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5005318Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.5005485Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5005653Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5005817Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5005982Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006146Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006294Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006517Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006678Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006842Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5006999Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007160Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007325Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007497Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007667Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007833Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5007997Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5008159Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5008318Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5008481Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5008638Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5008844Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5009007Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5009336Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5009764Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5010087Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5010473Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5010826Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5010993Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011156Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011315Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011473Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011635Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011797Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5011982Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5012159Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5012339Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5012516Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5012698Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5012874Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5013118Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5013294Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5013465Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5013639Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5013812Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5013968Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5014139Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5014318Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5014491Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5014662Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5014830Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5015012Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5015185Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5015444Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5015952Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5016334Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5016732Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5017115Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5017297Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5017471Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5017644Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5017818Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5017992Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5018162Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5018331Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5018504Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5018660Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5018878Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5019089Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5019308Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.5019522Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5019731Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5020036Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5020299Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5020509Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5020714Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.5020916Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5021122Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5021332Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5021593Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5022125Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:02.5022599Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5023255Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5023490Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5023714Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5023934Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5024153Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5024373Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.5024668Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.5024911Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5025155Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5025348Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5025541Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5025732Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5025922Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5026158Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5026366Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5026559Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5026764Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5027018Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5027214Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5059282Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5059589Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5059760Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5059943Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5060165Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5060493Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5060914Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5061256Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5061529Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5061913Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5062131Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5062290Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5062632Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5062798Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5062950Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5063113Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5063272Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5063455Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5063632Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5063823Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5064003Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5064182Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5064353Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5064520Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5064688Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5064859Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5065028Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5065205Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5065379Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5065560Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5065736Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5065987Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5066251Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5066427Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5066716Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5067122Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5067526Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5067887Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5068296Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5068482Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5068654Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5068836Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069011Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069199Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069451Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069631Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069803Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5069975Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5070150Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5070324Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5070498Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5070670Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5070844Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5071009Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5071168Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5071331Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5071482Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5071634Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5071788Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5071944Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5072100Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5072255Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5072407Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5072634Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5072829Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5073240Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5073650Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5073948Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5074350Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5074623Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5074792Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5074962Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5075126Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5075299Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5075469Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5075643Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5075802Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5076035Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5076209Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5076382Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5076547Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5076715Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5076879Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5077058Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5077231Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5077411Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5077583Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5077755Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5077930Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5078103Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5078275Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5078445Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5078615Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5078792Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5078961Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5079297Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5079800Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5080107Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5080521Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5080852Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081022Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081187Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081348Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081505Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081665Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081831Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5081992Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5082155Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5082314Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5082530Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5082686Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5082841Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5082999Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5083155Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5083311Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5083464Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5083619Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5083776Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5083941Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5084104Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5084263Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5084426Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5084583Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5084741Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5084897Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5085051Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5085211Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5085506Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5085948Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5086352Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5086781Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087079Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087247Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087411Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087579Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087751Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5087906Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5088069Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5088226Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5088383Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5088539Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5088694Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5088852Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5089060Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5089260Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:57:02.5089436Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5089614Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5089785Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5089953Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5090124Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5090289Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5090458Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5090623Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5090785Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5090953Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5091117Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5091272Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5091432Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5091746Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5092152Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5092509Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5092860Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5093275Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5093440Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5093642Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5093842Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5094047Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5094253Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5094444Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5094632Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5094825Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5095015Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5095205Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5095402Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5095654Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5095845Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5096032Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5096216Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5096405Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5096589Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5096857Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5097126Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.5097383Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5097646Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5098238Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5098774Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5099431Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5100484Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.5100746Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5101015Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5101277Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5101539Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5101792Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5102038Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5102293Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5102611Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5102812Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5103011Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5103206Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5103396Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5103584Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5103769Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5103996Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5104455Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5104918Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5105278Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5105745Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5105941Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5106218Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5106405Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5106594Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5106779Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5107041Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5107235Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5107426Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5107612Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5107798Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5107993Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5108179Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5108369Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5108639Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5108907Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5109209Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5109471Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5109741Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5110008Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5110325Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5110981Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5111526Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5112076Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.5112360Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5112631Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5112902Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5113165Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5113495Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5113768Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.5114045Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5114317Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5114588Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5114853Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5115117Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5115422Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5115694Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5115975Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5116243Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5116568Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5117252Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5117780Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5118299Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5118562Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5118835Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5119097Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5119363Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5119694Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5119969Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5120238Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5120506Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5120771Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5121037Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5121306Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5121539Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5121722Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5121901Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5122084Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5122261Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5122436Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5122609Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5122928Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5123376Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5123719Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5124143Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5124480Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5124655Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5124826Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5124991Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5125154Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5125317Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5125490Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5125656Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5125893Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5126061Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5126225Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5126388Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5126552Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5126714Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5126871Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5127033Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5127193Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5127351Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5127506Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5127686Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5127856Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5128658Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5128850Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5129205Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5129649Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5129992Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5130395Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5130735Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5130912Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5131083Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5131251Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5131418Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5131582Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5131747Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5131911Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132070Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132232Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132395Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132551Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132709Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5132941Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5133114Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5133280Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5133455Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:57:02.5133626Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5133801Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:57:02.5134055Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5134330Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5134603Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5134879Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5135136Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5135484Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5135906Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5136529Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5137757Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5138047Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5138324Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5138581Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5138821Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5139092Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5139792Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5140236Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.5140567Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.5140865Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.5141171Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5141489Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5141773Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5142131Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5142438Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5142786Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5143091Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5143410Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5143723Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:57:02.5144248Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5144563Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5144878Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5145187Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5145508Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.5145814Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.5146206Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.5146518Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5146821Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5147132Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5147440Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5147730Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5147992Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5148339Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5149571Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5149903Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5150207Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5150513Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5150812Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5151107Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5151422Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5151745Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:57:02.5152064Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:57:02.5152377Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.5152668Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5152979Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.5153283Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5153542Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5153791Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5154087Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5154461Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5154772Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5155121Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.5155579Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5155852Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.5156161Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5156463Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5156760Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5157063Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5157366Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5157671Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5157975Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5158275Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5158571Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5158872Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5159168Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5160261Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5160672Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5160977Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5161337Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5161668Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.5161979Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:57:02.5162260Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5162537Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.5162807Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5163104Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5163392Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5163687Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5163986Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5164280Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5164577Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5164889Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5165187Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5165492Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5165795Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5166098Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5166538Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5166880Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5167179Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5167516Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5167807Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5168114Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5168425Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5168739Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5169031Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5169348Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5169675Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5170011Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5170343Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5170675Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5171826Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5172162Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5172473Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5172780Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5173160Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5173458Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5173822Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5174172Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5174502Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5174808Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5175130Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5175458Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5175767Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5176089Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5176409Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5176718Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5177028Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5177340Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5177811Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5178124Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5178438Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.5178758Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5179123Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5179438Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5179794Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5180069Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5180345Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5180615Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5180891Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5181188Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5181503Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.5181823Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5182983Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5183323Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5183637Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5183947Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5184258Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5184565Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5184883Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.5185264Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5185578Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5185942Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5186391Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5186728Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5187048Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5187368Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5187672Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5187979Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5188296Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5188608Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5188918Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5189413Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5189761Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5190107Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5190447Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5190787Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5191115Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5191502Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5191836Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5192217Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5192564Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5192906Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5193254Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.5194370Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5194741Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.5195092Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5195437Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.5195771Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5196096Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5196396Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5196708Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5197032Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5197443Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5197784Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.5198152Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5198496Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.5198834Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5199170Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5199510Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5199831Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5200163Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5200601Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5200898Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5201191Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.5201496Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:57:02.5201807Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5202081Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.5202396Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5202706Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5203006Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5203281Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5203612Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5203897Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5204234Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5204564Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5205690Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5206054Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.5206390Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.5206716Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:57:02.5207025Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5207342Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5207664Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5207969Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5208287Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5208599Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5208892Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5209223Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:57:02.5209543Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:57:02.5209932Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5210246Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5210592Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5210914Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5211233Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5211555Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5212009Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5212320Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5212621Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5212932Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.5213236Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5213546Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5213821Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5214117Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5214420Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5214705Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5215019Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5215337Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5215633Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5215964Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5217103Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5217434Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5217733Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5218039Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5218341Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5218642Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5218940Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5219251Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5219557Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.5219863Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5220160Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5220433Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5220727Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5221025Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5221297Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5221547Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5221837Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5222204Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5222500Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5222836Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5223272Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5223556Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5223835Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5224130Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5224428Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5224726Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5225018Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5225317Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5225619Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5225919Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5226343Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5226636Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5226929Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5227230Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.5228355Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5228734Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5229021Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5229337Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5229640Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5229935Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5230196Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5230501Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5230816Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5231137Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.5231450Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5231773Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5232085Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5232398Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5232712Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5233023Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5233316Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5233629Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5233935Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5234442Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5234749Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5235091Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.5235401Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5235671Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5235983Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5236289Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:57:02.5236596Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5236901Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.5237214Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5237516Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5237847Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.5238173Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.5238488Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:57:02.5239588Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5239914Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.5240219Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5240579Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.5240864Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5241217Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5241531Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5241925Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5242309Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5242650Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5243025Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5243397Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5243768Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5244147Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:02.5244520Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5244893Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5245261Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5245773Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5246149Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5246619Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5247019Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5247470Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5247878Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5248268Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5248653Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5248975Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5249302Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5250382Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5250752Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5251091Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5251428Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5251676Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5251912Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5252167Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5252432Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5252677Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5252950Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5253244Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5253543Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.5253833Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.5254087Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.5254345Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5254613Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5254916Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5255214Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5255520Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5256657Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5256971Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5257270Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5257575Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5257974Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.5258330Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5258624Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5258928Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5259236Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5259542Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5259849Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5260154Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5260492Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5260817Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5261846Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5262206Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5262544Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5262873Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5263199Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5263530Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5263828Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5264095Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5264372Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5264639Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5264904Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5265169Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5265463Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.5265778Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5266205Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.5266526Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5266849Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5267175Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5267621Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5267942Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5268270Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5268590Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5268926Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5269249Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5269593Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5269936Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5270221Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.5270480Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5270784Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5271088Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5271352Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5271612Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5272614Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5272928Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5273224Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5273498Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5273784Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5274161Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5274454Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5274746Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5275086Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5275363Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5275636Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5275915Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5276219Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5276536Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5276845Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.5277110Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5277379Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5277643Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5277903Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5278307Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5278567Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5278821Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5279093Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5279341Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5279618Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5279897Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5280152Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5280517Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5280808Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5281112Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5281391Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5281686Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5282009Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5283132Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5283505Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.5283814Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5284137Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5284454Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5284764Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5285077Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5285377Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5285681Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5285998Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5286310Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5286623Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.5286933Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5287250Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5287556Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5287866Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5288174Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5288481Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5288786Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5289229Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5289516Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5289833Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.5290146Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:57:02.5290450Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5290748Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.5291056Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5291360Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.5291659Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5291946Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5292248Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5292544Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5292839Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5293139Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5294207Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5294552Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.5294863Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5295169Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.5295473Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5295772Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5296063Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5296358Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5296659Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5296957Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5297256Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5297576Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5297904Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5298228Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5298539Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5298831Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.5299141Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5299458Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.5299773Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:57:02.5300070Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.5300503Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5300793Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5301090Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5301384Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5301686Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5301985Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5302285Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5302605Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5302934Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.5303255Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5303574Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.5303885Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5304199Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5304512Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5305043Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5305445Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5305758Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5306207Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.5306509Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5306808Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.5307106Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5307384Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5307672Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5307961Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5308241Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5308647Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5308947Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5309313Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5309686Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5310048Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5310423Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5310777Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5311266Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5311624Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5311982Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5312343Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5312696Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5313062Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5313420Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5313782Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5314129Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5314484Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5314833Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5315442Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5315950Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5316441Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5316919Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5317412Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5317902Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5318384Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5318872Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5319365Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5319860Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5320341Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5320822Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5321426Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5321906Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5322389Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5322878Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5323245Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5323612Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5323976Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5324337Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5324693Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5325059Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5325523Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5325882Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5326245Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5326618Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5326978Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5327342Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5327696Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5328052Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5328407Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5328776Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5329130Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5329497Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5329865Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5330224Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5330577Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5330929Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5331387Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5331849Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5332328Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.5332816Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5333293Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5333772Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5334238Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5334706Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5335291Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5335881Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5336389Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5336912Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5337425Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5337924Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5338427Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5338935Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5339439Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5339938Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5340444Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5340955Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5341458Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5342058Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5342561Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5343061Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5343563Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5344066Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5344572Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5345085Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5345692Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5346301Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5346799Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5347296Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5347799Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.5348301Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5348799Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5349311Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5349812Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5350316Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.5350817Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5351315Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5351934Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5352432Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5352779Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5353115Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5353451Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:57:02.5353795Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5354128Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5354462Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5354786Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5355104Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5355520Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5355845Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5356152Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5356483Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.5356801Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5357112Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5357433Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.5357760Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5358081Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5358494Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:57:02.5358798Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5359107Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.5359411Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:57:02.5359706Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5360000Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.5360295Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5360552Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5360803Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5361052Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5361293Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5361676Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5362017Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5362403Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5362756Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5363074Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.5363382Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.5363669Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.5363980Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5364301Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5364620Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5364900Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5365183Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5365470Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5365898Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5366173Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5366489Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.5366825Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.5367150Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5367465Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5367785Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5368105Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5368423Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5368727Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5369050Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.5369458Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5369751Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5370047Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5370340Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5370627Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5370916Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5371212Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5371502Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5371791Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5372168Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5372459Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5372742Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5373029Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5373316Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5373598Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5373879Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5374150Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5374427Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5374709Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5374989Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5375287Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5375522Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5375766Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5375995Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5376238Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5376583Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5376829Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5377069Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5377433Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5377700Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5377946Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5378183Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5378450Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5378730Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5378986Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5379261Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5379538Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5379809Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5380071Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5380347Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5380612Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5380885Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5381172Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5381446Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5381721Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5381990Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5382406Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5382679Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5382944Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5383206Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5383486Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5383739Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5383999Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5384280Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5384543Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5384814Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5385079Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5385346Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5385620Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5385881Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5386263Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5386534Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5386944Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5387227Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5387485Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5387749Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5388015Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5388271Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5388541Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5388811Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5389066Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5389343Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5389610Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5389891Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5390171Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5390437Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5390705Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5390968Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5391233Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5391497Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5391767Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5392043Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5392313Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5392592Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5392998Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5393271Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5393525Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5393776Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5394044Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5394301Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5394589Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5394854Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5395134Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5395409Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5395682Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5395950Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5396224Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5396499Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5396759Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5397148Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5397477Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5397801Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5398119Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5398437Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5398754Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5399055Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5399363Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5399675Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5399992Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5400298Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5400610Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5400912Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5401230Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5401532Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5401946Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5402243Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5402502Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5402842Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5403118Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5403603Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:57:02.5403922Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.5404155Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5404463Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5404710Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:57:02.5405012Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:57:02.5405302Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5405537Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5405791Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5406058Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5406309Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5406540Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5406801Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5407084Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5407591Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5407861Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5408152Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5408451Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5408733Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5409003Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5409280Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5409557Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5409820Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5410103Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5410405Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5410688Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5410992Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5411287Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5411586Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5411891Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5412536Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:57:02.5412706Z expect = np.divide(an, 0) 2022-12-01T10:57:02.5413178Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:57:02.5413340Z expect = np.divide(an, 0) 2022-12-01T10:57:02.5413596Z ok (0.003s) 2022-12-01T10:57:02.5413915Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5414233Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5414648Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5414989Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5415602Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:57:02.5415889Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:57:02.5416007Z ok (0.009s) 2022-12-01T10:57:02.5416316Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5416629Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5416919Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5417222Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5417611Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5417907Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5418195Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5418569Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5418865Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5419146Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5419411Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5419680Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5419941Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5420200Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5420461Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5420850Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5421139Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5421409Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5421688Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.5421976Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5422263Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5422540Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5422841Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5423134Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5423430Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5423710Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5424095Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5425364Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5425648Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5425929Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5426329Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5426601Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5426887Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5427179Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.5427475Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5427759Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5428041Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5428318Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5428593Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5428870Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5429128Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5429402Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5429839Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5430135Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5430432Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5430716Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5431002Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5431271Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5431548Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5431826Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5432093Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5432370Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5432642Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5432914Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5433209Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5433495Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5433789Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5434066Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.5434334Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5434610Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5434889Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5435167Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5435438Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5435857Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5436124Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5436406Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5436688Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5436974Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5437246Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5437520Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5437790Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.5438064Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5438351Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5438617Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5438897Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5439161Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5439434Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5439720Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.5440130Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5440413Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5440695Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5440961Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5441225Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5441502Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5441782Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5442059Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5442324Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5442613Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5442896Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5443186Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5443559Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5443841Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.5444098Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5444363Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5444623Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5444870Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5445136Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5445402Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5445684Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5446088Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5446361Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5446638Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5446909Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.5447162Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5447407Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5447654Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5447882Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5448147Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5448386Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.5448759Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5449045Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.5449332Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5449605Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5449870Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5450281Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5450567Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5450846Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5451127Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5451414Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5451688Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5453124Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4047: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:57:02.5453323Z torch.float_power(base, exp, out=out) 2022-12-01T10:57:02.5453442Z ok (0.008s) 2022-12-01T10:57:02.5454045Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:57:02.5454274Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:57:02.5454703Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:57:02.5454918Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:57:02.5455038Z ok (0.024s) 2022-12-01T10:57:02.5455357Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.5455656Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5455947Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5456358Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5456642Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5456909Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5457194Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5457455Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5457739Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5458031Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5458305Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5458583Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5458862Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5459143Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5459421Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5459704Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5459990Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5460273Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5460667Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5460954Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5461267Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5461596Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5461900Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5462220Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5462543Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5462864Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5463259Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5463572Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5463902Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5464183Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5464470Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5464749Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5465024Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5465302Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5465575Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.5465853Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5466209Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5466449Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5466688Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5467083Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5467322Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5467655Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5467974Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5468300Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5468606Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5468911Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5469206Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5469561Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5469859Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5470139Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5470474Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5470755Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5471026Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5471307Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5472426Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5472758Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5473039Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5473323Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5473616Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5473890Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5474165Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5474441Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5474694Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5474977Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5475244Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5475532Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5475892Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5476179Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5476461Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5476781Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5477064Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5477343Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5477628Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5477895Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5478160Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5478602Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5478884Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5479173Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5479448Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5479728Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5479992Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5480271Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5480547Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5480819Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5481101Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5481393Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5481668Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5481949Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5482291Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5482571Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5483004Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5483289Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5483558Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5483843Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5484122Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5484513Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5484776Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5485046Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5485305Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5485572Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5485845Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5486111Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5486379Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5486652Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5486916Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5487187Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5487453Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5487725Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5487996Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5488328Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5488590Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5488891Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5489287Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5489544Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5489803Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5490077Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5490331Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5490603Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5490879Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5491148Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5491415Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5491686Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5491945Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5492205Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5492471Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5492746Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5493011Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5493387Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5493662Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5493930Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5494196Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5494522Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5494781Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5495087Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5495336Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5495616Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5495878Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5496151Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5496422Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5496696Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5496964Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5497221Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5497484Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5497751Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5498017Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5498342Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5498596Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5498848Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5499099Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5499519Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.926s) 2022-12-01T10:57:02.5499774Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5500019Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5500624Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:57:02.5500844Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:57:02.5500956Z ok (1.867s) 2022-12-01T10:57:02.5501274Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5501523Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5501762Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5502001Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5502233Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5503694Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:57:02.5503918Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:57:02.5505144Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:57:02.5505362Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:57:02.5505476Z ok (0.056s) 2022-12-01T10:57:02.5505740Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:57:02.5505989Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.5506346Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.5506715Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5506993Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5507348Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5507914Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3402: RuntimeWarning: invalid value encountered in logaddexp2 2022-12-01T10:57:02.5508144Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-12-01T10:57:02.5508257Z ok (0.000s) 2022-12-01T10:57:02.5508813Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3406: RuntimeWarning: invalid value encountered in logaddexp2 2022-12-01T10:57:02.5509011Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-12-01T10:57:02.5509125Z ok (0.011s) 2022-12-01T10:57:02.5509376Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5510052Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3402: RuntimeWarning: invalid value encountered in logaddexp 2022-12-01T10:57:02.5510285Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-12-01T10:57:02.5510400Z ok (0.003s) 2022-12-01T10:57:02.5510950Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3406: RuntimeWarning: invalid value encountered in logaddexp 2022-12-01T10:57:02.5511143Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-12-01T10:57:02.5511256Z ok (0.003s) 2022-12-01T10:57:02.5511528Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5511816Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5512099Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5512991Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3253: 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:250.) 2022-12-01T10:57:02.5513143Z getattr(a, op + "_")(b) 2022-12-01T10:57:02.5513252Z ok (0.002s) 2022-12-01T10:57:02.5513580Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5513869Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5514269Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5514560Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5514832Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5515112Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5515373Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5515645Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5515913Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5516187Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5516462Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5516759Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5517048Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5517320Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5517596Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5517866Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5518135Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5518401Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5518671Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5519002Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5519276Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5519607Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5519890Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5520311Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5520588Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5520871Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5521159Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5521448Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5521734Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5522022Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5522299Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5522578Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5522864Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5523154Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5523435Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5523730Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5524024Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5524309Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5524693Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5525050Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5525338Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5525661Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5525932Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5526198Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5526474Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5526755Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5527034Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5527323Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5527615Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5527897Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5528159Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5528412Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5528661Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5528887Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5529106Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5529340Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5529560Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5529812Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5530250Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5530540Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5530826Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5531177Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5531441Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5531751Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5532041Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5532316Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5532587Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5532871Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5533143Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5533432Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5533712Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5534008Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5534297Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5534639Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5534908Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5535172Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5535448Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5535673Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5535922Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5536154Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5536366Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5536615Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5536866Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5537151Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5537506Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5537786Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5538097Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5538360Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5538637Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5538913Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5539190Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5539469Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5539742Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5540026Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5540442Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5540732Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5541018Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5541293Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5541546Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5541792Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5542066Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5542320Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5542552Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5542786Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5543064Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5543413Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5543687Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5543977Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5544308Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5544698Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5545052Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5545302Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5545585Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5545863Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5546237Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5546526Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5546801Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5547082Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5547368Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5547665Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5547964Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5548253Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5548534Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5548814Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5549097Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5549380Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5549714Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5549983Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5550293Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5550585Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5550967Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5551244Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5551639Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5551907Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5552177Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5552433Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5552711Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5552984Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5553257Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5553538Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5553810Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5554075Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5554332Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5554591Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5554851Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5555112Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5555482Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5555801Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5556055Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5556340Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5556597Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5556884Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5557123Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5557398Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5557671Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5557927Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5558175Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5558419Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5558675Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5558932Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5559170Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5559539Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5559818Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5560099Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5560371Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5560670Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5560953Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5561407Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5561682Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5562040Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5562323Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5562629Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5562905Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5563189Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5563453Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5563761Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5564050Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5564357Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5564659Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5564956Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5565251Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5565546Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5565969Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5566255Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5566535Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5566824Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5567103Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5567397Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5567683Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5568033Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5568332Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5568674Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5568965Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5569252Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5569540Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5569821Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5570103Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5570383Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5570666Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5570953Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5571237Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5571535Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5571824Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5572245Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5572527Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5572808Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5573084Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5573360Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5573615Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5573898Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5581722Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5582083Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5582382Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5582682Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5582984Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5583277Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5583560Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5583931Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5584370Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5584648Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5584914Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5585186Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5585462Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5585744Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5586006Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5586443Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5586722Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5586990Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5587405Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5587696Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5587969Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5588246Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5588522Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5588799Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5589086Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5589371Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5589649Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5589945Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5590231Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5590670Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5590938Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5591213Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5591492Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5591771Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5592035Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5592306Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5592650Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5592937Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5593253Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5593550Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5593836Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5594120Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5594394Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5594672Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5595082Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5595360Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5595633Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5595905Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5596180Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5596471Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5596746Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5597038Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5597310Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5597595Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5597873Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5598147Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5598428Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5598764Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5599038Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5599307Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5599683Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5599964Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5600241Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5600533Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5600814Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5602081Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5602358Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5602635Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5602911Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5603186Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5603439Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5603718Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5603985Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5604269Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5604544Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5604909Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5605195Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5605517Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5605800Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5606073Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5606507Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5606792Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5607067Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5607345Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5607617Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5607916Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5608205Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5608506Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5608791Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5609084Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5609374Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5609665Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5609955Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5610229Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5610509Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5610795Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5611135Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5611526Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5611836Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5612121Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5612407Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5612819Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5613083Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5613349Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5613621Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5613881Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5614132Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5614412Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5614680Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5615080Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5615381Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5615689Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5616001Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5616295Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5616590Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5616886Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5617366Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5617661Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5617994Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5618294Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5618582Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5618880Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5619171Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5619476Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5619784Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5620066Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5620364Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5620650Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5620947Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5621230Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5621510Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5621803Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5622081Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5622380Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5622664Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5622960Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5623453Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5623745Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5624031Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5624349Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5624634Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5624901Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5625181Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5625464Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5625724Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5626017Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5626383Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5626684Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5626979Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5627267Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5627549Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5627958Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5628247Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5628520Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5628793Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5629071Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5629349Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5629640Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5629986Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5630277Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5630624Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5630916Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5631193Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5631466Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5631747Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5632025Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5632299Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5632579Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5632856Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5633146Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5633430Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5633722Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5634141Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5634424Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5634702Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5634967Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5635239Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5635514Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5635793Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5636135Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5636410Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5636721Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5637001Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5637294Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5637582Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5637861Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5638135Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5638528Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5638806Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5639188Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5639457Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5639726Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5639994Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5640271Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5640544Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5640826Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5641113Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5641383Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5641625Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5641851Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5642171Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5642435Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5642708Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5642999Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5643253Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5643534Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5643804Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5644097Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5644492Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5644745Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5644986Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5645230Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5645466Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5645708Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5645995Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5646278Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5646560Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5646840Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5647123Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5647423Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5647725Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5648017Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5648361Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5649560Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5649872Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5650161Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5650493Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5650781Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5651069Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5651407Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:57:02.5651700Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5652060Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5652419Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5652776Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5653125Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5653478Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5653826Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5654163Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5654554Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5654889Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5655208Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5655484Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5655897Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5656186Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5656467Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5656785Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5657212Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5657499Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5657787Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5658110Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.5658430Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5658741Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5659067Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5659365Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5659678Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5660124Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.5660440Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5660830Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5661129Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5661533Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5661835Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5662162Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5662495Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5662807Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5663114Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5663409Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5663725Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5664045Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5664352Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5664665Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5664968Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5665318Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5665609Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5666162Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5666445Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5666796Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5667120Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5667427Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5667794Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5668095Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5668381Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:57:02.5668679Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5668972Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5669274Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5669564Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5669867Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5670156Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5670646Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5670982Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5671322Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5671651Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5671985Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5672380Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5672714Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5673087Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5673419Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5673789Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5674131Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5674446Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5674773Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5675092Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5675420Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5675724Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5676043Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5676351Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5676811Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5677126Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5677452Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5677781Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5678107Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5678447Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5678775Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5679262Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5679578Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5679935Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5680249Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5680613Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5680928Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5681379Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5681714Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5682029Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5682351Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5682664Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5682989Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5683282Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5683602Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5683922Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5684233Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5684507Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5684798Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5685107Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5685485Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5685801Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5686140Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5686425Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5686733Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5687325Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5687713Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5688002Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5688307Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5688604Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.5688917Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5689215Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5689551Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5689887Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5690228Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5690548Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5690900Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5691239Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5691772Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5692170Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5692523Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5692864Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5693200Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5693537Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5693989Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5694331Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5694674Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5695010Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5695353Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5695768Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5696112Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5696446Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5696776Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5697106Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5697473Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5697800Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5698260Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5698594Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5698876Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5699162Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5699437Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5699728Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5700028Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5700437Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5700731Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5701031Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5701361Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5701681Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5702013Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5702556Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5702906Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5703223Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5703597Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5703955Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5704268Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5704633Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5704917Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.5705212Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.5705571Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5705810Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5706202Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5706487Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5706766Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5707043Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5707316Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5707603Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5707881Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5708156Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5708436Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5708857Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5709129Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5709452Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5709720Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5710036Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5710323Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5710647Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5710891Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5711177Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5711462Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5711795Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5712083Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5712362Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5712638Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5712916Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5713326Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5713606Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5713867Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5714148Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5714415Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5714682Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5714949Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5715270Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5715539Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5715808Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5716106Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5716390Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5716711Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5717009Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5717292Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5717576Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5717897Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5718173Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5718459Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5718724Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5718993Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5719418Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5719692Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5719965Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5720243Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5720511Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5720786Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5721071Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5721345Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5721617Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5721973Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5722306Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5722575Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5722893Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5723165Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5723569Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5723834Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5724108Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5724373Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5724649Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5725026Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5725288Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5725602Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5725870Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5726138Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5727014Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:57:02.5727293Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:57:02.5727397Z ok (0.003s) 2022-12-01T10:57:02.5727666Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5727913Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5728228Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5728512Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5728787Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5729099Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5729369Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5729755Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5730031Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5730307Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5730566Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5730957Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5731258Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5731583Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5731851Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5732111Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5732380Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5732632Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5732914Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5733189Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5733476Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5733766Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5734195Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5734543Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5734825Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5735117Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5735444Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5735745Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5736037Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5736338Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5736642Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5736942Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5737289Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5737690Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5737983Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5738265Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5738546Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5738811Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5739092Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5739371Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5739670Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5739954Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5740246Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5740629Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5740960Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5741249Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5741572Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5741855Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5742121Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5742382Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5742649Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5742900Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5743167Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5743597Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5743879Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5744170Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5744439Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5744791Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5745231Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5745546Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5745827Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5746204Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5746483Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5746752Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5747084Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5747370Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5747682Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5747980Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5748287Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5748600Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5748911Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5749201Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5749482Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5749772Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5751018Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5751355Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5751645Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5751916Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5752377Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5752622Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5752841Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5753009Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753176Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753338Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753499Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753662Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753820Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5753995Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5754160Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5754327Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5754492Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5754656Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5754817Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5755048Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5755192Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5755389Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5755581Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5755798Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5755958Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5756114Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5756285Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5756505Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5756677Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5756839Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5757006Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5757216Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5757381Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5757540Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5757701Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5757860Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5758093Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5758281Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5758452Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5758694Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5758995Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5759169Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5759336Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5759506Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5759675Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5759855Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760027Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760212Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760392Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760567Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760743Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5760918Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5761134Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5761309Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5761483Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5761657Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5761829Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5762007Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5762179Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5762340Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5762559Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5762738Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5762909Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5763078Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5763294Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5763464Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5763622Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5763774Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5763935Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5764096Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5764254Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5764407Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5765308Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5765463Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5765614Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5765764Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5765912Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5766062Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5766195Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5766369Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5766537Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5766714Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5766891Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5767060Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5767231Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5767395Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5767560Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5767774Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5767937Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5768102Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5768270Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5768437Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5768647Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5768813Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5768971Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5769138Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5769344Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5769505Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5769670Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5769844Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770017Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770187Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770353Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770516Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770682Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5770845Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5771004Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5771265Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5771433Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5771601Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5771770Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5771935Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5772100Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5772268Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5772429Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5772607Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5772779Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5772934Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5773100Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5773263Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5773426Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5773639Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5773799Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5773964Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5774126Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5774291Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5774452Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5774614Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5774821Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5774986Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5775144Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5775323Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5775541Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5775713Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5775881Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5776048Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5776210Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5776362Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5776527Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5776687Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5776896Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5777112Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5777283Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5777456Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5777629Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5777795Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5777964Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5778127Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5778289Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5778454Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5778614Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5780627Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5780843Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5781011Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5781248Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5781453Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5781618Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5781771Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5781934Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5782100Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5782264Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5782432Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5782600Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5782770Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5782940Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5783105Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5783273Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5783437Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5783595Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5783751Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5783914Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5784073Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5784240Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5784402Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5784627Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5784790Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5784951Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5785099Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5785261Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5785425Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5785632Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5785807Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5785981Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5786244Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5786414Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5786583Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5786749Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5786981Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5787212Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5787386Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5787614Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5787793Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5787964Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5788133Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5788301Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5788471Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5788642Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5788796Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5788982Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5789161Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5789335Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5789516Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5789692Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5789863Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790036Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790208Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790375Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790593Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790757Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5790933Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5791100Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5791272Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5791442Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5791613Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5791781Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5791950Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5792118Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5792269Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5792432Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5792608Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5792778Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5793594Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5793782Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5793952Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5794122Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5794341Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5794506Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5794671Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5794834Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5795004Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5795167Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5795331Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5795505Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5795675Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5795849Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796020Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796188Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796343Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796511Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796677Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5796846Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5797069Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5797258Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5797446Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5797633Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5797819Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5798004Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5798182Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5798354Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5798539Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5798720Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5798957Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5799141Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5799334Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5799620Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5799810Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5799999Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5800185Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5800356Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5800538Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5800720Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5800905Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5801088Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5801275Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5801463Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5801644Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5801829Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5802011Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5802186Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5802362Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5802541Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5802720Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5802932Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5803137Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5803307Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5803479Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5803646Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5803811Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5803976Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5804123Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5804286Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5804442Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5804594Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5804754Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5804955Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5805138Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5805358Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5805587Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5805768Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5805945Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5806121Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5806296Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5806467Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5806636Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5806805Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5806976Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5807139Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5807339Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.5807518Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5807682Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5807857Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5808032Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5808205Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5808380Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5808551Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5808765Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5808979Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5809149Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5809316Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5809482Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5809647Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5809812Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5809976Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5810138Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5810302Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5810463Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5810629Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5810791Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5810943Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5811153Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5811321Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5811483Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5811644Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5811805Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5811967Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5812128Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5812293Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5812456Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5812621Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5812785Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5812945Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813108Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813267Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813428Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813587Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813743Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5813896Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5814038Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5814199Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5814353Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5814562Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5814723Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5814884Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5815045Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5815205Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5815364Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5815522Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5815675Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5815883Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5816043Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5816205Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5816364Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5816582Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5816744Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5816908Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817112Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817253Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817407Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817564Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817717Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5817893Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5818064Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5818238Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5818413Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5818586Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5818757Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5818929Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5819096Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5819266Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5819431Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5819596Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5819763Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5819932Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5820147Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5820371Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5820522Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5820686Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5820860Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5821028Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5821194Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5821362Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5821530Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5821697Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5821877Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5822053Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5822218Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5822383Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5822546Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5822756Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5822923Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5823090Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5823260Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5823424Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5823638Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5823850Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5824062Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5824262Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5824468Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5824676Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5824883Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5825086Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5825286Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5825532Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5825740Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5825940Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5826347Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5826570Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5826795Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5827022Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5827248Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5827469Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5827692Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5827907Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5828118Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5828333Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5828597Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5828811Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5828974Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5829137Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5829293Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5829456Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5829614Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5829784Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5829936Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5830111Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5830286Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5830456Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5830622Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5830788Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5830955Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5831122Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5831285Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5831453Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5831615Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5831783Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5832041Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5832203Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5832364Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5832573Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5832737Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5832893Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5833049Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5833240Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5833405Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5833587Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5833761Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5833944Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5834124Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5834302Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5834526Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5834704Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5834878Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5835049Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5835215Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5835386Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5835551Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5835727Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5835898Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5836080Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5836258Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5836435Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5836607Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5836766Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5836936Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5837106Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5837272Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5837445Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5837610Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5837789Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5838005Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5838185Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5838364Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5838539Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5838713Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5838890Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5839061Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5839231Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5839400Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5839570Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5839735Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5839902Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5840062Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5840262Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5840472Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5840638Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5840802Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5840958Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5841112Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5841270Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5841425Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5841598Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5841770Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5841943Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5842116Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5842290Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5842459Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5842625Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5842788Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5842956Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5843128Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5843299Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5843452Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5843670Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5843836Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5844000Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5844166Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5844333Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5844498Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5844667Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5844829Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5845009Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5845177Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5845350Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5845521Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5845692Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5845860Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5846071Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5846237Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5846406Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5846572Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5846739Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5846891Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5847059Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5847225Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5847388Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5847554Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5847720Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5847882Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5848047Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5848212Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5848376Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5848539Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5848708Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5848875Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5849039Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5849203Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5849409Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5849572Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5849732Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5849888Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5850029Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5850189Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5850346Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5850510Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5850673Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5850842Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5851008Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5851216Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5851379Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5851540Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5851698Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5851904Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5852059Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5852220Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5852375Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5852553Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5852727Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5852901Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5853066Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5853220Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5853385Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5853553Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5853721Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5853885Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5854050Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5854213Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5854375Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5854532Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5854690Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5854850Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5855005Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5855230Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5855404Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5855576Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5855746Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5855917Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5856088Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5856254Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5856422Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5856622Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5856790Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5856961Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5857129Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5857295Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5857461Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5857674Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5857839Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5858000Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5858165Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5858327Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5858491Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5858695Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5858900Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5859098Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5859296Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5859496Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5859697Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5859897Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5860091Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5860288Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5860478Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5860672Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5860867Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5861641Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5861836Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5862032Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5862227Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5862503Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5862776Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5863102Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5863372Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5863682Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5864055Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.5864325Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5864590Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5864854Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5865124Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5865391Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5865654Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5865922Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5866279Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.5866547Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5866811Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.5867014Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5867274Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5867476Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5867672Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5867869Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5868066Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5868263Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5868459Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5868652Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5868855Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5869054Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5869251Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5869449Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.5869687Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5869871Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5870066Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5870268Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5870515Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5870717Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5870914Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5871112Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5871309Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5871505Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5871701Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.5871972Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5872241Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5872513Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5872778Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5873093Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5873349Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5873613Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5873870Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5874145Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5874425Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5874702Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5874974Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5875290Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5875562Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5875838Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5876109Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5876385Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.5876663Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5876939Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5877209Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.5877475Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5877736Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5878008Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5878279Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5878603Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.5878876Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5879151Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5879420Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5879690Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.5879965Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:57:02.5880292Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5880612Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5880888Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5881162Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5881440Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5881711Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5881983Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5882249Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5882522Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5882791Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.5882982Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5883162Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5883350Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5883529Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5883703Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5883929Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5884094Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5884273Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5884450Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5884627Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5884802Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5884974Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5885151Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5885327Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5885501Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5885672Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5885845Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5886017Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5886765Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5886949Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5887119Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5887291Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5887457Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5887623Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5887786Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5887948Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5888092Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5888250Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5888411Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5888567Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5888749Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5888922Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5889106Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.5889286Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5889464Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5889643Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5889818Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5889992Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5890214Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5890382Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5890554Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5890719Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5890890Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5891056Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5891222Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5891389Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5891544Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5891707Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5891873Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5892036Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5892201Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5892363Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5892573Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5892738Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5892908Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5893079Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5893245Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5893411Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5893576Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5893737Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5893898Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5894062Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5894225Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5894387Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5894580Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:57:02.5894735Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5894901Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5895066Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5895232Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5895400Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5895562Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5895723Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5895931Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5896092Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5896247Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5896405Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5896563Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5896718Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5896875Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897031Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897185Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897340Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897491Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897652Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5897791Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5897946Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5898101Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5898255Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5898451Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5898606Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5898759Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5898911Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5899060Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5899239Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:57:02.5899394Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5899549Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5899703Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5899855Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5900007Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5900157Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5900310Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5900460Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5900599Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5900750Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5900900Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5901052Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5901203Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5901361Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5901513Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5901713Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5901865Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902017Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902167Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902316Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5902463Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902614Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902760Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5902916Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5903070Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5903208Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5903360Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5903511Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5903656Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5903803Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5903948Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5904138Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5904285Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5904452Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5904615Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5904779Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5904946Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5905109Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5905272Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5905429Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5905586Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5905745Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5905902Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5906047Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5906305Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5906461Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5906618Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5906775Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5906934Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5907090Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5907253Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5907414Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5907631Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5907784Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5907954Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5908118Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.5908292Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5908466Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5908639Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5908803Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5908967Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5909128Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5909278Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5909439Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5909603Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5909763Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5909975Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5910137Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5910296Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5910456Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5910615Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5910772Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5910940Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5911097Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5911272Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5911442Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5911609Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5911776Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5911941Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912101Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912261Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912420Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912566Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912727Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5912894Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913058Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913267Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913429Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913591Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913752Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5913926Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5914097Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5914261Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5914423Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5914587Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5914748Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5914908Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5915067Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5915229Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5915389Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5915595Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5915745Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5915906Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5916067Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5916226Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5916383Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5916554Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5916725Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5916896Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5917059Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5917223Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5917389Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5917549Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5917710Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5917870Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5918032Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5918190Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5918362Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5918533Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5918746Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5918909Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5919058Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5919217Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5919377Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5919540Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5919767Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5919931Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5920090Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5920256Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5920458Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5920619Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5920774Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5920932Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5921089Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5921303Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5921467Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5921634Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5921803Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5921966Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5922128Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5922282Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5922446Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5922608Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5922763Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5922915Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923075Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923229Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923395Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923555Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923718Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5923885Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924047Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924208Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924368Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924585Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924744Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5924913Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5925082Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5925251Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5925405Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5925573Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5925736Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5925918Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5926100Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5926273Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5926449Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5926627Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5926795Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927003Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927172Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927334Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927500Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927664Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5927849Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928023Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928196Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928376Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928551Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928718Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5928877Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5929045Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5929211Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5929376Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5929540Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5929714Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5929880Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5930048Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5930266Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5930428Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5930600Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5930763Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5930928Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5931091Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5931255Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5931425Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5931595Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5931765Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5931934Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5932099Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5932253Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5932415Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5932625Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5932794Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5932958Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5933126Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5933290Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5933453Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5933626Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5933795Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5933965Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5934135Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5934299Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5934468Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5934634Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5934799Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5934967Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5935131Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5935319Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5935505Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5935675Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5935854Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5936080Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5936252Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5936422Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5936598Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5936770Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5936958Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5937140Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5937332Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5937522Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.5937705Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5937888Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5938072Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5938299Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5938477Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5938648Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5938833Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939008Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939193Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939375Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939554Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939717Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5939894Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5940066Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5940240Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5940418Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5940597Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5940759Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5940919Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941086Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941251Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941416Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941627Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941784Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5941937Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5942096Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5942249Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5942399Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5942557Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5942708Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5942868Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943039Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943216Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943393Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943563Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943735Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5943946Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5944117Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5944285Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5944454Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5944622Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5944786Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5944980Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.5945154Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5945329Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5945503Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5945675Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5945845Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946011Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946270Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946436Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946588Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946750Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5946917Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5947083Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5947248Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5947470Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5947631Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5947784Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5947944Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5948099Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5948262Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5948424Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5948585Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5948744Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5948908Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5949064Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5949218Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5949369Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5949511Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5949708Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5949874Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950037Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950199Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950361Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950522Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950678Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950830Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5950988Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5951143Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5951301Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5951453Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5951606Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5951765Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5951919Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5952080Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5952241Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5952400Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5952544Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5952699Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5952856Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5953573Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5953727Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5953882Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954033Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954196Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954353Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954518Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954675Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5954830Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5954990Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5955143Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5955293Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5955448Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5955602Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5955777Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5955992Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5956151Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5966779Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5967029Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5967211Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5967387Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5967557Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5967731Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.5967915Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5968092Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5968264Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5968441Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5968612Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5968780Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5968952Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5969122Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5969299Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5969475Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5969646Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5969816Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5970136Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5970308Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5970489Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.5970666Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5970836Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5971011Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5971180Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5971352Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5971523Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5971695Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5971865Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5972033Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5972248Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5972524Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5972745Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5972958Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5973170Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5973380Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5973588Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5973793Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5974005Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5974208Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5974397Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5974602Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5974830Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5975053Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5975278Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5975510Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5975732Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.5975999Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5976221Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5976443Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.5976656Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.5976866Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.5977079Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5977291Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.5977458Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5977620Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5977780Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5977944Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5978104Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5978322Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5978497Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5978675Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5978854Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5979026Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5979196Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5979353Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5979523Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5979695Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5979863Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5980030Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5980200Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5980366Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5980532Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5980698Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5980863Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.5981027Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5981193Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5981354Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5981512Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5981721Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5981879Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5982062Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5982237Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5982423Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5982596Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5982778Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5982957Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5983136Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5983311Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5983483Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5983654Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5983828Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5983999Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5984217Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5984393Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5984577Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5984760Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5984934Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5985112Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5985288Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5985461Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5985636Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5985803Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5985975Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5986238Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5986422Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5986594Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5986777Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5986960Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5987137Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5987313Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5987490Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5987714Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5987887Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5988060Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5988234Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5988407Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5988576Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5988746Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5988914Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5989075Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5989237Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.5989400Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5989546Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5989701Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5989861Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5990016Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5996130Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5996394Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5996576Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.5996756Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5996924Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.5997097Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.5997266Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.5997427Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5997591Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5997749Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5997913Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5998075Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5998294Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5998458Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5998614Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.5998774Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6021676Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6021918Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6022075Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6022812Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6023115Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6023357Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6023522Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6023686Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6023844Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6024006Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6024165Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6024320Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6024482Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6024636Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6024795Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6024952Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025111Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025268Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025481Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025641Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025801Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6025960Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026186Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026342Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026492Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026644Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026806Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6026965Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6027118Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6027277Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6027433Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6027587Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6027738Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6027888Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6028035Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6028190Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6028336Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6028491Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6028694Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6028928Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029085Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029238Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029381Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029528Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6029683Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029837Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6029986Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6030139Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6030285Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6030453Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6030618Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6030785Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6030989Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6031151Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6031309Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6031472Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6031629Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6031784Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6031940Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6032093Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6032244Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6032387Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6032534Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6032685Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6032834Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6033002Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6033167Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6033333Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6033494Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6033656Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6033819Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6033982Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6034142Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6034346Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6034504Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6034666Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6034826Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6034984Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6035143Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6035300Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6035452Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6035597Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6035744Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6035898Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6036048Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6036244Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6036444Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6036683Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6036877Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6037070Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6037264Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6037452Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6037642Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6037833Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038027Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038218Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038405Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038593Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038780Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6038968Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6039157Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6039424Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6039694Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6040000Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6040258Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6040516Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6040767Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6041024Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6041276Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.6041605Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6041867Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6042240Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6042486Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6042741Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6042990Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6043252Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6043511Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6043709Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6043911Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6044110Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6044303Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6044496Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6044670Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6044866Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6045054Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6045245Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6045486Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6045686Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6045881Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6046076Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6046272Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6046464Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6046655Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6046852Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6047052Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6047252Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6047446Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6047681Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6047876Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6048071Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6048267Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6048534Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6048804Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6049074Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6049340Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6049605Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6049862Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6050126Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6050384Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-12-01T10:57:02.6050657Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6050932Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6051252Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6051525Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6051787Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6052042Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6052313Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6052572Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6052834Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6053146Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6053424Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6053694Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6053956Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6054216Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6054491Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6054750Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6055016Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6055286Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6055559Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6055830Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6056090Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6056388Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6056640Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6056898Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6057164Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6057436Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6057702Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6057976Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6058279Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6058543Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6058816Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6059075Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6059261Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6059441Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6059625Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6059803Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6059977Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6060158Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6060339Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6060519Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6060695Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6060871Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6061050Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6061222Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6061397Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6061614Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6061789Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6061959Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6062132Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6062305Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6062469Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6062624Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6062793Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6062961Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6063129Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6063290Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6063454Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6063617Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6063774Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6063972Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6064134Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6064290Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6064467Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6064637Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6064815Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6064993Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6065165Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6065341Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6065513Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6065682Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6065839Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6066005Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6066263Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6066429Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6066594Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6066757Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6066924Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6067088Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6067248Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6067460Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6067624Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6067787Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6067950Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6068112Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6068274Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6068434Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6068603Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6068767Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6068930Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6069075Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6069234Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6069395Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6069548Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6069699Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6069897Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6070060Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6070263Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6070463Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6070666Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6070869Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6071071Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6071266Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6071455Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6071646Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6071843Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6072037Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6072230Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6072421Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6072642Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.6072854Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6073072Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6073328Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.6073539Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6073739Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6073952Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6074163Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6074369Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:02.6074579Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6074787Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6074991Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6075147Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6075302Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6075501Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6075657Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6075810Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6075976Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6076133Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6076300Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6076465Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6076627Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6076787Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6076946Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6077102Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6077259Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6077405Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6077564Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6077722Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6077879Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6078033Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6078186Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6078339Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6078493Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6078644Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6078797Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6078986Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6079137Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6079282Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6079450Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6079615Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6079788Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6079960Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6080126Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6080282Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6080451Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6080616Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6080783Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6080947Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6081108Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6081312Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6081482Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6081644Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6081815Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6081984Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6082150Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6082316Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6082481Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6082641Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6082799Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6082951Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6083113Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6083271Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6083423Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6083584Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6083756Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6083924Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6084087Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6084253Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6084420Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6084584Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6085373Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6085539Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6085702Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6085866Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6086027Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6086182Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6086339Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6086494Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6086647Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6086801Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6086937Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6087087Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6087237Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6087384Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6087552Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6087766Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6087934Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6088098Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6088262Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6088424Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6088581Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6088734Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6088894Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6089049Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6089207Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6089365Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6089529Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6089687Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6089843Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6089992Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6090149Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6090298Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6090455Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6090619Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6090785Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6090944Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6091153Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6091315Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6091476Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6091638Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6091797Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6091956Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6092117Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6092274Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6092434Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6092592Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6092753Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6092897Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6093053Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6093212Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6093407Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6093565Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6093723Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6093882Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6094038Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6094190Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6094349Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6094502Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6094654Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6094811Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6094970Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6095127Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6095278Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6095430Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6095581Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6095718Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6095866Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6096020Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6096172Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6096330Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6096488Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6096640Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6096836Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6096987Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6097138Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6097289Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6097436Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6097587Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6097737Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6097904Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6098070Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6098239Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6098397Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6098539Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6098693Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6098858Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6099018Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6099221Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6099383Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6099539Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6099692Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6099845Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6099998Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6100153Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6100304Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6100499Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6100668Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6100833Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6101000Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6101164Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6101322Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6101470Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6101631Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6101792Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6101950Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6102112Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6102270Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6102427Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6102628Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6102788Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6102943Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6103098Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6103251Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6103406Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6103563Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6103763Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6103961Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6104159Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6104351Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6104542Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6104718Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6104910Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6105136Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6105334Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6105528Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6105722Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6105912Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6106103Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6106389Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6106583Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6106773Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6107041Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6107310Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6107639Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6108066Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6108500Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6108920Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6109403Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6109796Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6110181Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6110575Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6110971Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6111364Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6111738Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6112104Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6113026Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6113312Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6113596Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6114124Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6114401Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6114597Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6114784Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6114975Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6115164Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6115383Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6115673Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6115872Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6116064Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6116254Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6116443Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6116636Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6116822Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6117008Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6117294Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6117487Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6117678Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6117868Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6118060Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6118245Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6118431Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6118967Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6119234Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6119500Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6119764Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6120082Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6120373Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6120706Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6120966Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6121224Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6121496Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6121768Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:57:02.6122178Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6124496Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6124803Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6125076Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.6125345Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6125725Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6125992Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6126261Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6126531Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6126796Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6127059Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6127325Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:57:02.6127588Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6127889Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6128157Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6128430Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6128696Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6128956Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6129221Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6129487Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6129752Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6130012Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6130276Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6130545Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6130811Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6131111Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6131373Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6131634Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6131900Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6132157Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6132340Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6132513Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6132690Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6132862Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6133030Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6133239Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6133411Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6133575Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6133745Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6133912Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6134079Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6134242Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6134411Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6134580Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6134746Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6134912Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6135067Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6135234Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6135394Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6135556Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6135716Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6135878Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136036Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136194Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136350Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136545Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136696Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6136847Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6136998Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6137150Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6137319Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6137485Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6137658Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6137830Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6138002Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6138155Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6138320Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6138483Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6138644Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6138807Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6139011Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6139176Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6139337Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6139497Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6139658Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6139814Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6139966Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6140121Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6140276Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6140432Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6140585Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6140737Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6140916Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6141075Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6141243Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6141411Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6141577Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6141743Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6141915Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6142088Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6142312Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6142485Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6142660Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6142837Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6143029Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6143221Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6143412Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6143580Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6143765Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6143949Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6144207Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6144379Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6144547Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6144700Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6144917Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6145097Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6145270Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6145444Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6145618Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6145791Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6146004Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6146344Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6146520Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6146687Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6146868Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6147047Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6147227Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6147395Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6147571Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6147743Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6147922Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6148096Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6148265Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6148467Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6148645Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6148815Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6148984Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6149160Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6149333Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6149547Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6149750Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6150032Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6150308Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6150512Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6150716Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6150966Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6151243Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:57:02.6151531Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6151812Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:57:02.6152097Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6152380Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:57:02.6152568Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6152752Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6152919Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6153100Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6153272Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6153432Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6153580Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:57:02.6153731Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6153878Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:57:02.6154008Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6154148Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:57:02.6154327Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:57:02.6154466Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:57:02.6154602Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.6154735Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.6154871Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.6155003Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.6155216Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6155426Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6155597Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6155747Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6155933Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6156773Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1668: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:57:02.6156882Z out_uint8_computation = torch.pow( 2022-12-01T10:57:02.6157580Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1676: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:57:02.6157687Z out_int64_computation = torch.pow( 2022-12-01T10:57:02.6157757Z ok (0.002s) 2022-12-01T10:57:02.6157909Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6158062Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6158212Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6158356Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6158505Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6158643Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6158765Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6158907Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6159045Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6159219Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:57:02.6159389Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.6159569Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:57:02.6159745Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:57:02.6159962Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:57:02.6160132Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:57:02.6160302Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.6160471Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:57:02.6160638Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6160801Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6160968Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6161139Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.6161303Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6161486Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6161665Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6161842Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6162004Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.6162179Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.6162354Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6162571Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.6162752Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.6162931Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.6163102Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.6163272Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6163442Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6163613Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6163786Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6163960Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6164135Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.6164308Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6164484Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:57:02.6164667Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:57:02.6164843Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6165017Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:57:02.6165192Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.6165369Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:57:02.6165530Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6165704Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6165917Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6166093Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6166262Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6166439Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:57:02.6166613Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6166790Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:57:02.6166964Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:57:02.6167137Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:57:02.6167307Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6167484Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6167651Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.6167822Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6167989Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.6168159Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.6168363Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6168538Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:57:02.6168707Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:57:02.6168878Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:57:02.6169034Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:57:02.6169203Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6169369Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6169533Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6169695Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6169851Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6170016Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6170177Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6170590Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8264: RuntimeWarning: invalid value encountered in add 2022-12-01T10:57:02.6170745Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:57:02.6170813Z ok (0.000s) 2022-12-01T10:57:02.6171030Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6171248Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:57:02.6171444Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6171638Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6171872Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6172080Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6172281Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6172480Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6172678Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6172875Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6173069Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6173250Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6173442Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6173634Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6173831Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6174024Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6174253Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6174445Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6174637Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6175003Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-12-01T10:57:02.6175109Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6175360Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:57:02.6175461Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6175528Z ok (0.009s) 2022-12-01T10:57:02.6175760Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6175981Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6176187Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6176388Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6176585Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6176803Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6177023Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6177453Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:2069: RuntimeWarning: invalid value encountered in floor_divide 2022-12-01T10:57:02.6177591Z return np.floor_divide(a, b) 2022-12-01T10:57:02.6177659Z ok (0.006s) 2022-12-01T10:57:02.6177846Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6178192Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-12-01T10:57:02.6178296Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6178363Z ok (0.007s) 2022-12-01T10:57:02.6178560Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6178754Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6178946Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6179144Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6179333Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6179522Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6179712Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6179899Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6180123Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6180306Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6180494Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6180718Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6180936Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6181149Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6181358Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6181573Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6181791Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6182008Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6182222Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6182435Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6182631Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6182862Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6183099Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6183332Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6184209Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6184437Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6184660Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6184906Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6185162Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6185412Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6185659Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6185902Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.6186252Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6186501Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6186693Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6186883Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6187074Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6187277Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6187485Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6187689Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6187891Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6188094Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6188297Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6188501Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6188704Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6188905Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6189111Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6189310Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6189511Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6189695Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6189943Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6190144Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6190343Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6190543Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6190740Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6190933Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6191124Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6191311Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6191501Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6191699Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6191898Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6192094Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6192331Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6192532Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6192728Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6192925Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6193115Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6193312Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6193508Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6193703Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6193902Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6194098Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6194291Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6194472Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6194657Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6194847Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6195044Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6195243Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6195432Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6195616Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6195848Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6196199Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:57:02.6196304Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6196548Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-12-01T10:57:02.6196650Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6196721Z ok (0.008s) 2022-12-01T10:57:02.6196938Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6197151Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6197500Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:57:02.6197602Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6197669Z ok (0.008s) 2022-12-01T10:57:02.6197863Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6198054Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6198456Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-12-01T10:57:02.6198559Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6198615Z ok (0.010s) 2022-12-01T10:57:02.6198816Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6199017Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6199215Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6199631Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:57:02.6199803Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:57:02.6199870Z ok (0.006s) 2022-12-01T10:57:02.6200288Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:57:02.6200456Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:57:02.6200522Z ok (0.008s) 2022-12-01T10:57:02.6200719Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6200912Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6201102Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6201298Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6201483Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:57:02.6201705Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:57:02.6201891Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.375s) 2022-12-01T10:57:02.6202077Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.318s) 2022-12-01T10:57:02.6202257Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-12-01T10:57:02.6202437Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:57:02.6202617Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:57:02.6202796Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:57:02.6202957Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:57:02.6203134Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:57:02.6203309Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:57:02.6203478Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:57:02.6203680Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6203863Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:57:02.6204048Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:57:02.6204265Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:57:02.6204448Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:57:02.6204627Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:57:02.6204807Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:57:02.6204985Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6205158Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6205353Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6205525Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:57:02.6205697Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:57:02.6205863Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:57:02.6206032Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6206201Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6206368Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6206521Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6206684Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6206850Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.6207017Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6207181Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:57:02.6207346Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.6207554Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:57:02.6207724Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.6207888Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6208052Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:57:02.6208218Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6208382Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.6208548Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6208708Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6208865Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6209030Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6209189Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6209358Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6209521Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.6209671Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:57:02.6209835Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6210521Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6210696Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6210856Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6211016Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6211179Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6211338Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6211521Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:57:02.6211699Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:57:02.6211879Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:57:02.6212063Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6212239Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:57:02.6212422Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.6212597Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:57:02.6212768Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:57:02.6212942Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:57:02.6213113Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:57:02.6213290Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:57:02.6213463Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:57:02.6213629Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.233s) 2022-12-01T10:57:02.6213806Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:57:02.6214026Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:57:02.6214199Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.6214371Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:57:02.6214541Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:57:02.6214711Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:57:02.6214880Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:57:02.6215050Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:57:02.6215223Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:57:02.6215445Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6215659Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6215876Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6216092Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6216737Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6216957Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6217160Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6217371Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6217579Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6217784Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6217991Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6218198Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6218427Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6218652Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6218871Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6219099Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6219322Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6219551Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6219773Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6219994Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6220264Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6220485Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6220704Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.6220924Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6221120Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6221314Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6221511Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6221702Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6221885Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6222062Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6222252Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6222851Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6223034Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6223228Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6223427Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6223614Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6225007Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6225792Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6225986Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6226263Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6226442Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6226630Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6226827Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6227015Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6227201Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6227384Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6227576Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6227769Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6227958Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6228245Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6228433Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6228619Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6228807Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6228993Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6229185Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6229373Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6229563Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6229753Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6229942Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6230129Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6230311Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6230989Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6231164Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6231342Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6231518Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6231877Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-12-01T10:57:02.6231984Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:57:02.6232052Z ok (0.010s) 2022-12-01T10:57:02.6232271Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6232495Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6232694Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6232890Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6233082Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6233277Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6233470Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6233666Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6233885Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6234085Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6234282Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6234531Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6234728Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6234920Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6235111Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6235301Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6235492Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6235679Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6235857Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6236042Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6236221Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6236398Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6236580Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6236754Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6237365Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6237564Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6237747Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6237924Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6238097Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6238277Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6238455Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6238635Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6238819Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6238997Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6239173Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6239347Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6239523Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6239696Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6239868Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6240053Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6240249Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6240444Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6240681Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6240871Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6241065Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6241254Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6241447Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6241647Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6241845Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6242037Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6242224Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6242414Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6242600Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6242787Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6243385Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6243629Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6243866Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6244096Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6244322Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6244546Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6244773Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6244994Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6245208Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6245421Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6245663Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.6245907Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6246139Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.6246378Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6246610Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6246884Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6247117Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6247342Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6247569Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:02.6247754Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6247930Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6248105Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6248293Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6248477Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6248657Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6248842Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6249442Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6249629Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6249806Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6250006Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6250212Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6250414Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6250611Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6250810Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6251004Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6251198Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6251394Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6251581Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6251760Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6251959Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6252159Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6252356Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6252549Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6252783Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6252974Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6253170Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6253357Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6253554Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6253758Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6253955Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6254151Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6254345Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6254537Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6254726Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6254917Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6255507Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6255702Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6255888Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6256069Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6256244Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6256426Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6256586Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6256759Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6256957Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6257155Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6257347Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6257540Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6257730Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6257920Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6258104Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6258294Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6258482Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6258673Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6258908Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6259100Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6259287Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6259475Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6259670Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6259867Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6260057Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6260244Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6260436Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6260623Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6260806Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6260978Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6261572Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6261774Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6261962Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6262151Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6262337Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6262524Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6262709Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6262897Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6263089Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6263276Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6263453Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6263632Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6263813Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6263988Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6264160Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6264345Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6264558Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6264763Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6264999Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6265178Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6265353Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6265554Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6265743Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6265948Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6266245Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6266445Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6266640Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6266831Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6267023Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6267216Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6267405Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6268008Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6268213Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6268407Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6268594Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6268774Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6268951Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6269134Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6269315Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6269489Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6269655Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6269823Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:57:02.6269988Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:57:02.6270155Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:57:02.6270305Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:57:02.6270478Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6270644Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6270813Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:57:02.6270979Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6271146Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:57:02.6271360Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6271520Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6271676Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:57:02.6271840Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6271999Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6272180Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6272361Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6272549Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:57:02.6272735Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:57:02.6272916Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:57:02.6273098Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6273277Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:57:02.6273454Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:57:02.6273618Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6274209Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6274397Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.6274570Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6274756Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6274932Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6275115Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:57:02.6275296Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:57:02.6275479Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:57:02.6275662Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.6275839Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:57:02.6276015Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6276191Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6276364Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6276539Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6276711Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6276893Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6277071Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6277258Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:57:02.6277442Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:57:02.6277670Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:57:02.6277836Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6278017Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:57:02.6278193Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6278370Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6278548Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6278724Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6278900Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6279073Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:57:02.6279239Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6279407Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:57:02.6279574Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.6279743Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:57:02.6279908Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.6280473Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6280638Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.6280803Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6280966Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6281146Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:57:02.6281321Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:57:02.6281486Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:57:02.6281662Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.6281842Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:57:02.6282016Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6282186Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6282360Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6282534Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6282705Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.6282878Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6283049Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6283223Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:57:02.6283399Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:57:02.6283568Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:57:02.6284185Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6284356Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6284523Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6284692Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.6284862Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6285043Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6285220Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.6285384Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:57:02.6285562Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:57:02.6285741Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:57:02.6285911Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6286081Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6286253Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6286423Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6286999Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6287183Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:57:02.6287353Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6287530Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:57:02.6287705Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:57:02.6287873Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:57:02.6288044Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:57:02.6288214Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6288379Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:57:02.6288549Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6288717Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6288890Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:57:02.6289056Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6289212Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:57:02.6289383Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:57:02.6289551Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:57:02.6289716Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:57:02.6289886Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:57:02.6290049Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:57:02.6290207Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6290413Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:57:02.6290577Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6290738Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:57:02.6290906Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:57:02.6291079Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.418s) 2022-12-01T10:57:02.6291252Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.337s) 2022-12-01T10:57:02.6291422Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:57:02.6291590Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:57:02.6291756Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:57:02.6291925Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.6292089Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6292252Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6292404Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:57:02.6292567Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6293175Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6293366Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:57:02.6293550Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:57:02.6293731Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:57:02.6293907Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:57:02.6294084Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:57:02.6294255Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6294430Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:57:02.6294600Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:57:02.6294795Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6295013Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.006s) 2022-12-01T10:57:02.6295210Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6295400Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6295590Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6295779Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6295965Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6296145Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6296328Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6296504Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6296711Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6296892Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6297065Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6297290Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.010s) 2022-12-01T10:57:02.6297482Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6297679Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6297867Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6298063Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6298248Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6298469Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6298658Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6298848Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6299447Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6299649Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6299840Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6300069Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6300262Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6300453Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6300642Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6300833Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6301018Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6301211Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6301436Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6301630Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6301808Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6301997Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6302184Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6302375Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6302563Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6302805Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6302992Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6303186Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6303407Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6303598Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6303790Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6303977Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6304168Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6304358Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6304544Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6304734Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6304918Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6305523Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6305744Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6305934Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6306125Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6306406Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.6306591Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6306756Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6306931Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6307113Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6307291Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6307467Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6307650Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6307830Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6308030Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6308254Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6308474Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6308692Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6308887Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6309132Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6309322Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6309513Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6309705Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6309892Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6310088Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6310275Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6310491Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6310688Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6310884Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6311079Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6311274Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6311520Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6311713Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6311923Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6312119Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6312309Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6312494Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6312681Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6312868Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6313054Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6313232Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6313409Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6313591Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6313794Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6313977Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6314156Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6314333Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6314536Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.005s) 2022-12-01T10:57:02.6314721Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6314951Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6315163Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6315345Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6315525Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6315703Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6315872Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6316048Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6316225Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6316403Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6316583Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6316767Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6316978Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6317196Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6317375Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6317551Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6317731Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6317907Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6318079Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6318256Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6318433Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6318629Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6318853Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6319050Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6319247Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6319439Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6319631Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6319823Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6319999Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6320191Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6320380Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6320617Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6320835Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6321031Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6321225Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6321414Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6321606Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6321793Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6321979Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6322169Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6322356Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6322545Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6322732Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6323001Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6323228Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6323458Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6323689Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6323916Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6324137Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6324364Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6324584Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6324796Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6325004Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6325222Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6326557Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6327351Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6327602Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:02.6333549Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6333981Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6334221Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:02.6334455Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6334680Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6334905Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6335124Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6335340Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:02.6335563Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6335779Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:02.6336007Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6336177Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6336340Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6336513Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6336677Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6336851Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6337063Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6337253Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6337437Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6337615Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6337782Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6337957Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6338129Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6338305Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6338487Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6338685Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6338914Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6339120Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6339370Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.6339566Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6339758Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6339950Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6340140Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6340333Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6340522Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6340712Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6340903Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6341092Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6341312Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6341510Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6341753Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.6341947Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6342137Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6342326Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6342502Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6342689Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6342873Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6343060Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6343250Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6343442Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6343668Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6343863Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6344059Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.6344252Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6344442Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6344630Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6344821Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6345057Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6345242Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6345430Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6345616Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6345800Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6346014Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6346344Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6346523Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6346698Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6346875Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6347036Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6347205Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6347377Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6347609Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6347803Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6348024Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6348221Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6348410Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6348597Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6348784Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6348975Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6349157Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6349345Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6349537Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6349724Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6349938Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6350123Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6350314Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6350500Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6350687Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6350918Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6351099Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6351285Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6351471Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6351652Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6351873Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6352064Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6352253Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6352442Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6352629Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6352815Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6352997Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6353226Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6353410Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6353592Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6353811Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:57:02.6353999Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6354183Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6354368Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6354551Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6354736Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6354917Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6355102Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6355285Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6355467Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6355676Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-12-01T10:57:02.6355864Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6356040Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.6356222Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6356399Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6356619Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6356793Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6356969Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6357138Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6357310Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6357489Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6357671Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6357877Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6358083Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6358262Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6358444Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6358617Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6358813Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6359047Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6359242Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6359440Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:57:02.6359620Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6359812Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6360005Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6360196Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6360374Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6360561Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6360746Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6360934Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6361121Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6361327Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:57:02.6361512Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6361702Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6361887Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6362073Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6362295Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6362471Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6362646Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6362825Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6363002Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6363176Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6363350Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6363542Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6363714Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:57:02.6363884Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:57:02.6364053Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.344s) 2022-12-01T10:57:02.6364223Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:57:02.6364379Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:57:02.6364586Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:57:02.6364754Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:57:02.6364920Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:57:02.6365083Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:57:02.6365243Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:57:02.6365406Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:57:02.6365587Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:57:02.6365766Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6365945Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6366102Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6366235Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6366399Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6366565Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6366724Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6366890Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6367057Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6367223Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6367390Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6367547Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6367714Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6367880Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6368088Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6368246Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6368401Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6368579Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6368750Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.6368921Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6369096Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.6369263Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6369425Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6369585Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6369745Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6369901Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6370054Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6370215Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6370409Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6370579Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6370735Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6370906Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6371070Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6371233Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6371443Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6371645Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6372037Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6372258Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:02.6372475Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6372690Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:02.6372850Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6373012Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6373168Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6373343Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6373520Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6373688Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6373862Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6374091Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6374257Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6374433Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6374603Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6374756Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6374919Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6375077Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6375247Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6375415Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:02.6375585Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6375780Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6375992Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6376158Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6376324Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6376546Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:02.6376710Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6376869Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6377030Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6377194Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6377355Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6377515Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6377684Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6377852Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6378006Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6378174Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6378334Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:02.6378475Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:57:02.6378631Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:57:02.6378771Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:57:02.6378919Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:57:02.6379053Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:57:02.6379197Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-12-01T10:57:02.6379334Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:57:02.6379482Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-12-01T10:57:02.6379629Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6379769Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6379963Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380107Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380251Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380377Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380513Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380651Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380785Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6380919Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6381057Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6381192Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6381340Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:02.6381664Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:57:02.6381794Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:57:02.6382041Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:57:02.6382165Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:57:02.6382235Z ok (0.037s) 2022-12-01T10:57:02.6382426Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6382590Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6382750Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:02.6382911Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6383069Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6383237Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.020s) 2022-12-01T10:57:02.6383395Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6383550Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6383707Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6384220Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:57:02.6384374Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:57:02.6384444Z ok (0.014s) 2022-12-01T10:57:02.6384603Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6384761Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6384926Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.494s) 2022-12-01T10:57:02.6385086Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6385255Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6385438Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6385606Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6385775Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6386630Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6386795Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6386985Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-12-01T10:57:02.6387165Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6387350Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6387519Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6387677Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6387871Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.017s) 2022-12-01T10:57:02.6388044Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:57:02.6388208Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6388362Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6388516Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:57:02.6388673Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6388831Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:57:02.6389044Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.6389214Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:57:02.6389377Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6389540Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6389704Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.6389892Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-12-01T10:57:02.6390051Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:57:02.6390207Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6390376Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6390543Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6390699Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.6390857Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6391019Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6391182Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:57:02.6391340Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6391498Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6391665Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.6391822Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6391989Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:57:02.6392149Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6392361Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6392518Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:57:02.6392686Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:57:02.6392842Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6392996Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:57:02.6393160Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6393351Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.012s) 2022-12-01T10:57:02.6393512Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6393706Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-12-01T10:57:02.6393861Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6394022Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6394177Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6394357Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:57:02.6394516Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6394688Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:57:02.6394900Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:57:02.6395069Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:57:02.6395221Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:02.6395401Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-12-01T10:57:02.6395567Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:57:02.6395738Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.021s) 2022-12-01T10:57:02.6395908Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-12-01T10:57:02.6396062Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6396214Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6396364Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6396518Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6396704Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-12-01T10:57:02.6396858Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6397003Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6397162Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6397340Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.017s) 2022-12-01T10:57:02.6397536Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T10:57:02.6397751Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-12-01T10:57:02.6397902Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6398059Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6398255Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6398417Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6398577Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6398737Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6398889Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6399049Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6399208Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6399369Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6399526Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6399680Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6399830Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6399981Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.6400159Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-12-01T10:57:02.6400309Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6400471Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6400666Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6400861Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:57:02.6401052Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6401317Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:57:02.6401568Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.021s) 2022-12-01T10:57:02.6401755Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6401943Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6402134Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6402395Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-12-01T10:57:02.6402665Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.021s) 2022-12-01T10:57:02.6402936Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-12-01T10:57:02.6403197Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.013s) 2022-12-01T10:57:02.6403457Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-12-01T10:57:02.6403630Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:57:02.6403794Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6403993Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:02.6404157Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:57:02.6404312Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6404471Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6404628Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6404789Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6404937Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6405088Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6405246Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6405397Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6405546Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6405700Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:57:02.6405856Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6406016Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6406178Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6406378Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:57:02.6406542Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6406702Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6406858Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6407007Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6407164Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6407315Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6407468Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6407627Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6407777Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6407938Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6408095Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6408250Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6408403Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:02.6408564Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6408716Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6408875Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6409036Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:57:02.6409196Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6409354Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:02.6409512Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6409714Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6409866Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6410022Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6410174Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6410329Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6410484Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6410634Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6410780Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6410937Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6411087Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6411239Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6411395Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6411545Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6411699Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6412373Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6412542Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6412695Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6412854Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6413007Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6413155Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6413307Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6413456Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6413607Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6413764Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6413918Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6414059Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6414210Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:02.6414356Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:02.6414505Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6414660Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6414807Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:57:02.6414962Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6415124Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6415280Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6415433Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6415640Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6415792Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6415940Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6416095Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6416248Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6416398Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:02.6416557Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:02.6416710Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:02.6416862Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6417008Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:02.6417160Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:02.6417309Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:02.6417462Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:02.6417613Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:57:02.6417781Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6418001Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:02.6418226Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6418452Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6418679Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6418896Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6419113Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6419329Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6419547Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6419758Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6419984Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6420208Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6420431Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6420652Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6420871Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6421082Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6421346Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6421563Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6421781Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:57:02.6422004Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:57:02.6422226Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6422441Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:57:02.6422655Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6422865Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6423078Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:57:02.6423315Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6423534Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6423753Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T10:57:02.6423973Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6424189Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6424404Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6424616Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6424828Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6425044Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6425258Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6425476Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6425696Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6425912Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6426123Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6426422Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6426688Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6426904Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6428817Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-12-01T10:57:02.6429048Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6429269Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6429481Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6429696Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6429902Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6430113Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6430329Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6430618Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6430841Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6431067Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6431285Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:57:02.6431503Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:57:02.6431716Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6431933Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6432145Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6432361Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:57:02.6432583Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6432803Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6433005Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-12-01T10:57:02.6433227Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6433437Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:57:02.6433694Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T10:57:02.6433908Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:57:02.6433918Z 2022-12-01T10:57:02.6434077Z ---------------------------------------------------------------------- 2022-12-01T10:57:02.6434158Z Ran 8284 tests in 84.141s 2022-12-01T10:57:02.6434164Z 2022-12-01T10:57:02.6434268Z OK (skipped=901, expected failures=14) 2022-12-01T10:57:02.6434275Z 2022-12-01T10:57:02.6434363Z Generating XML reports... 2022-12-01T10:57:02.6434624Z Generated XML report: test-reports\python-unittest\test_binary_ufuncs\TEST-TestBinaryUfuncsCPU-20221201105536.xml 2022-12-01T10:57:02.6434631Z 2022-12-01T10:57:02.6435039Z ##[endgroup] 2022-12-01T10:57:02.6435295Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_ik3d99b5) 2022-12-01T10:57:02.6435304Z 2022-12-01T10:57:04.5197189Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:57:04.6731417Z Running test_sparse ... [2022-12-01 10:57:04.672611] 2022-12-01T10:57:04.6736324Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:04.673252] 2022-12-01T10:57:04.6738070Z Ignoring disabled issues: [] 2022-12-01T10:57:25.6984205Z 2022-12-01T10:57:25.6985097Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:57:25.6986335Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_shw7oe30) 2022-12-01T10:57:25.7000001Z 2022-12-01T10:57:25.7000290Z Running tests... 2022-12-01T10:57:25.7003148Z ---------------------------------------------------------------------- 2022-12-01T10:57:25.7003888Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-12-01T10:57:25.7004490Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7005106Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7006121Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7006923Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7007606Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7008233Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7008838Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7009478Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7010036Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7010619Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7011241Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7012044Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7012568Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.841s) 2022-12-01T10:57:25.7013089Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7014096Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-12-01T10:57:25.7014623Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7015145Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7015668Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7016173Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7016676Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7017165Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7017724Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7018271Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7018770Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7019273Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7019782Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7020293Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7020914Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7021445Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7021948Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7022456Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7022959Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7023453Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7024008Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7024527Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7025050Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7025557Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7026062Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7026578Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7027104Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7027619Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7028084Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7028441Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7028807Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7029170Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-12-01T10:57:25.7029531Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7029985Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7030417Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7030790Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7031256Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7031624Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7032005Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7032374Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7032741Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7033109Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7033471Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7033817Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7034171Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7034530Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7034950Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7035339Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7035749Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7036163Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7036561Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7037027Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7037460Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7037929Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7038327Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7038722Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7039114Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7039493Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.006s) 2022-12-01T10:57:25.7039887Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7040281Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.011s) 2022-12-01T10:57:25.7040678Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7041079Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7041545Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7041945Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7042343Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7042729Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7043118Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7043571Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7044002Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7044454Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7044846Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7045242Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7045637Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7046027Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7046484Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7046891Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7047286Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7047682Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7048073Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.006s) 2022-12-01T10:57:25.7048462Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7048840Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7049238Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-12-01T10:57:25.7049631Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.011s) 2022-12-01T10:57:25.7050086Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7050559Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7050977Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7051384Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7051889Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7052274Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7052672Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7053128Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7053520Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:57:25.7053911Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7054302Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:57:25.7054695Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-12-01T10:57:25.7055085Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7055452Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7055836Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:57:25.7056276Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7057057Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_foreach.py:87: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:57:25.7057833Z actual = self.func(*inputs, **kwargs) 2022-12-01T10:57:25.7058041Z ok (0.065s) 2022-12-01T10:57:25.7058396Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7058764Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7059141Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7059511Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7059875Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:57:25.7060243Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7060610Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:57:25.7060983Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7061348Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:57:25.7061723Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:57:25.7062104Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:57:25.7062482Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:57:25.7062851Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:57:25.7063273Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:57:25.7063643Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:57:25.7064085Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:57:25.7064450Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7064815Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7065175Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:57:25.7065600Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:57:25.7065970Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7066341Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:57:25.7066708Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:57:25.7067086Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:57:25.7067460Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:57:25.7067832Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:57:25.7068198Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:57:25.7068563Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:57:25.7068927Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:57:25.7069277Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7069685Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:57:25.7070057Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:57:25.7070588Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7070971Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7071358Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:57:25.7071735Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7072090Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:57:25.7072459Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7072831Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:57:25.7073197Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:57:25.7073566Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7073939Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7074307Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7074664Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:57:25.7075042Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:57:25.7075424Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7075812Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:57:25.7076249Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:57:25.7076633Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:57:25.7077101Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:57:25.7077506Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:57:25.7077871Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:57:25.7078233Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:57:25.7078603Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:57:25.7078972Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:57:25.7079349Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:57:25.7079724Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:57:25.7080088Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:57:25.7080474Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:57:25.7080854Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:57:25.7081231Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:57:25.7081599Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:57:25.7081961Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:57:25.7082360Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7082759Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7083129Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7083591Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7083964Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:57:25.7084335Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:57:25.7084709Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:57:25.7085088Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:57:25.7085448Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:57:25.7085814Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7086181Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:57:25.7086545Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7086906Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7087263Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7087625Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7087969Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7088334Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7088701Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7089072Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7089566Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:57:25.7090017Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:57:25.7090409Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:57:25.7090764Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:57:25.7091129Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7091572Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:57:25.7091935Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:57:25.7092297Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7092660Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:57:25.7093053Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7093459Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7093868Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7094340Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7094775Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7095388Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7096145Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:57:25.7102524Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7103174Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7103748Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7104325Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7104960Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7105598Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7106300Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7106997Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7107647Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7108292Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7108965Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7109685Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7110406Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7112352Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7113065Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7113653Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7114332Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7114920Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7115339Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7115837Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7116865Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:57:25.7118182Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7118943Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7120008Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7120733Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7121584Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7122241Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7122917Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7123570Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7124213Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7124852Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7125481Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7126169Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7126856Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7127494Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7128142Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7128803Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7129449Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7130116Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7130755Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7131365Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7132286Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7132952Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7133581Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7134225Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7134851Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:57:25.7135463Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7136063Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:57:25.7136687Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:57:25.7137294Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:57:25.7137896Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:57:25.7138540Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:57:25.7139190Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:57:25.7139791Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:57:25.7140491Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7141084Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:57:25.7141728Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:57:25.7142340Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7142929Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7143538Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:57:25.7144148Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.142s) 2022-12-01T10:57:25.7144788Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:57:25.7145432Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7146039Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7146628Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:57:25.7147253Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:57:25.7147836Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:57:25.7148425Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:57:25.7148999Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:57:25.7149614Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:57:25.7150223Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:57:25.7150867Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:57:25.7151627Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:57:25.7152235Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:57:25.7152840Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:57:25.7153447Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:57:25.7154027Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:57:25.7154639Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:57:25.7155235Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:57:25.7155819Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:57:25.7156414Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:57:25.7157075Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7157725Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7158316Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:57:25.7159025Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:57:25.7159635Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:57:25.7160232Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:57:25.7160839Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:57:25.7161437Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:57:25.7162033Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:57:25.7162612Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:57:25.7163263Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:57:25.7163901Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:57:25.7164490Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:57:25.7165086Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:57:25.7165686Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.155s) 2022-12-01T10:57:25.7166302Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.175s) 2022-12-01T10:57:25.7166877Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:57:25.7167478Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:57:25.7168071Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:57:25.7168671Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7169299Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:57:25.7170027Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:57:25.7170606Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:57:25.7171183Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:57:25.7171860Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:57:25.7172456Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:57:25.7173063Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:57:25.7173668Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.156s) 2022-12-01T10:57:25.7174271Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:57:25.7174883Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:57:25.7175515Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:57:25.7176148Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:57:25.7176753Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:57:25.7177341Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:57:25.7178015Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:57:25.7178618Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:57:25.7179226Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.135s) 2022-12-01T10:57:25.7179800Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:57:25.7180414Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:57:25.7181023Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.147s) 2022-12-01T10:57:25.7181676Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:57:25.7182317Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:57:25.7182916Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:57:25.7183525Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:57:25.7184117Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:57:25.7184709Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7185316Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:57:25.7185877Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:57:25.7186446Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:57:25.7187003Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7187613Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.117s) 2022-12-01T10:57:25.7188220Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:57:25.7188962Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:57:25.7189555Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:57:25.7190149Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:57:25.7190763Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:57:25.7191359Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:57:25.7191959Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:57:25.7192548Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:57:25.7193125Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:57:25.7193803Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:57:25.7194451Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7195074Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:57:25.7196476Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:57:25.7197101Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:57:25.7198652Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7199265Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:57:25.7199875Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7200515Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7201177Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7201781Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7202386Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:57:25.7203005Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:57:25.7203591Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7204203Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:57:25.7204833Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:57:25.7205447Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7206058Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7206705Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:57:25.7207375Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7207967Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7208559Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7209197Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7209931Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7210528Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7211129Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7211808Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:57:25.7212489Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:57:25.7213143Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7213766Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7214370Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7214974Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7215561Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7216154Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7216788Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7217479Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7218081Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:57:25.7218718Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7219330Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:57:25.7219987Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:57:25.7220449Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7220834Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7221199Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:57:25.7221575Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7221949Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7222324Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7222700Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7223078Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7223459Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:57:25.7223827Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:57:25.7224216Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:57:25.7224606Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:57:25.7225002Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:57:25.7225522Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:57:25.7225905Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:57:25.7226338Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7226706Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:57:25.7227085Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7227467Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7227847Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:57:25.7228230Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:57:25.7228613Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:57:25.7228997Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:57:25.7229382Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:57:25.7229767Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:57:25.7230151Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:57:25.7230583Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7230963Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7231339Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7231758Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7232143Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7232558Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7232949Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7233337Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7233728Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:57:25.7234125Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:57:25.7234518Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7234913Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:57:25.7235327Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7235739Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7236252Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7236641Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7237021Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:57:25.7237404Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7237864Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:57:25.7238292Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7238684Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:57:25.7239124Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:57:25.7239519Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:57:25.7239909Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:57:25.7240294Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:57:25.7240713Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7241121Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:57:25.7241607Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7242021Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7242470Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:57:25.7242971Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7243433Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7243886Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7244343Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7244841Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7245288Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7245781Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7246217Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7246815Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7247275Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7247702Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7248128Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7248549Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7248989Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7249428Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7249948Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7250396Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7261375Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7261940Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7262403Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7262841Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7263285Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7263721Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7264142Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7264579Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7265228Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7265899Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7266363Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7266808Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7267243Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7267675Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7268104Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7268516Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7268942Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7269376Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7269812Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7270249Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7270680Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7271125Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7271616Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:57:25.7272131Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7272669Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7273105Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7273635Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7274293Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7274737Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7275173Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7275607Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7276015Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7276442Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7276839Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7277284Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7277647Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7278009Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7278420Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7278784Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7279213Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7279569Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7280026Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7280411Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7280763Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7281120Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7281466Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7281876Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7282298Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7282651Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7283001Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7283349Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7283693Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7284027Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7284470Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7284895Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7285281Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7285721Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7286086Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7286491Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7286876Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7287254Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:57:25.7287618Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7287974Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7288329Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7288685Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7289038Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7289441Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7289795Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7290253Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7290602Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7290953Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7291361Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7291857Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7292285Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7292644Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7293004Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7293359Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7293850Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7294256Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7294589Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7294941Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7295315Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.565s) 2022-12-01T10:57:25.7295709Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.565s) 2022-12-01T10:57:25.7296095Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.393s) 2022-12-01T10:57:25.7296475Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.358s) 2022-12-01T10:57:25.7296850Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.178s) 2022-12-01T10:57:25.7297299Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.178s) 2022-12-01T10:57:25.7297674Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.177s) 2022-12-01T10:57:25.7298051Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.178s) 2022-12-01T10:57:25.7298425Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.200s) 2022-12-01T10:57:25.7298807Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.584s) 2022-12-01T10:57:25.7299194Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.557s) 2022-12-01T10:57:25.7299578Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.362s) 2022-12-01T10:57:25.7299941Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.352s) 2022-12-01T10:57:25.7300318Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.209s) 2022-12-01T10:57:25.7300684Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.202s) 2022-12-01T10:57:25.7301050Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.188s) 2022-12-01T10:57:25.7301422Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.209s) 2022-12-01T10:57:25.7301791Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:57:25.7302224Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.817s) 2022-12-01T10:57:25.7302600Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.836s) 2022-12-01T10:57:25.7303036Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.653s) 2022-12-01T10:57:25.7303470Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.607s) 2022-12-01T10:57:25.7303892Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.366s) 2022-12-01T10:57:25.7304268Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.349s) 2022-12-01T10:57:25.7304656Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.429s) 2022-12-01T10:57:25.7305155Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.384s) 2022-12-01T10:57:25.7305564Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.421s) 2022-12-01T10:57:25.7305951Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.932s) 2022-12-01T10:57:25.7306340Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.940s) 2022-12-01T10:57:25.7306726Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.702s) 2022-12-01T10:57:25.7307103Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.699s) 2022-12-01T10:57:25.7307479Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.469s) 2022-12-01T10:57:25.7307852Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.499s) 2022-12-01T10:57:25.7308205Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.465s) 2022-12-01T10:57:25.7308583Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.467s) 2022-12-01T10:57:25.7308958Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.490s) 2022-12-01T10:57:25.7309453Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7309991Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7310455Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7310917Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7311326Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:57:25.7311681Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:57:25.7312056Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:57:25.7312420Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:57:25.7312772Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:57:25.7313116Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:57:25.7313459Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:57:25.7313816Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:57:25.7314169Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:57:25.7314591Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:57:25.7314948Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:57:25.7315297Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:57:25.7315646Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7316004Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7316347Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7316702Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7317053Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7317402Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7317747Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7318087Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7318428Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7318753Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7319089Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7319501Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7319860Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7320317Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7320669Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7321020Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7321362Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7321773Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7322116Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7322469Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7322828Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7323176Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7323510Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7323858Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7324207Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7324547Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7324886Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7325221Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:57:25.7325557Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:57:25.7325885Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:57:25.7326227Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7326620Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7326977Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7327324Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7327671Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7328021Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7328364Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7328716Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7329065Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7329418Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7329766Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7330108Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7330444Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7330789Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7331135Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7331593Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7331948Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7332295Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7332645Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7332982Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7333328Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7333731Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7334076Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7334419Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7334758Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7335092Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7335424Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7335762Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7336104Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7336448Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7336792Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7337140Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7337474Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7337827Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7338183Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7338581Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7338927Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7339270Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7339618Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7339945Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7340294Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7340650Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7340995Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7341341Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7341687Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7342038Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7342375Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7342720Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7343066Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7343417Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7343763Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7344106Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7344485Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7345051Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7345595Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-12-01T10:57:25.7346267Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7346833Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7347448Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7348096Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7348723Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7349364Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7349977Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7350583Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7351243Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7351889Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7352494Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7353079Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7353675Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7354295Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7355073Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7355710Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7356316Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7356915Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7357519Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7358122Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7358730Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7359362Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7359998Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7360603Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7361195Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7361822Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7362427Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7363036Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7363645Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7364265Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7364895Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7365491Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7366095Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7366706Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7368638Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7369272Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7369890Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7370486Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7371098Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7371831Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7372432Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7373033Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7373638Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7374229Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7374829Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7375537Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:57:25.7376321Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7377254Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7378024Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7378790Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7379567Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7380340Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7381074Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7381836Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7382593Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7383348Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7384123Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7384912Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7385709Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7386479Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7387243Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7388010Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7388928Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7389708Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7390486Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7391250Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7392021Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7392770Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7393542Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7394283Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7395055Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7395830Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7396709Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7397469Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7398218Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7398981Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7399740Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7400514Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7401294Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7402054Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7402826Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7403614Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7404388Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7405166Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7405952Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7406705Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7407510Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7408465Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7409242Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7410094Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7410885Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7411755Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7412531Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7413290Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7414042Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7414802Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7415575Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7416490Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7417275Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7418107Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7418870Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7419618Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7420367Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7421139Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7421899Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7422666Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7423447Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7424212Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7425019Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7425796Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7426586Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7427338Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7428253Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7429023Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7429787Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:57:25.7430560Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7431357Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7432121Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7432887Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7433688Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7434456Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7435234Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7436132Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7436898Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7437667Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7438411Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7439137Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7439887Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7440609Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7441353Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7442106Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7442849Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7443616Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7444403Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7445211Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7445991Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7446768Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7447672Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7448437Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7449158Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7449897Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7450699Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:57:25.7451454Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7452348Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7453127Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7453901Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7454645Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7459411Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7460083Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7460540Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7460989Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7461439Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7461883Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7462325Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7462747Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7463191Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7463715Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7464276Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7464714Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:25.7465158Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7465605Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7466154Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:25.7466582Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7467013Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7467461Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:25.7467904Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:57:25.7468342Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7468777Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7469219Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7469655Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7470100Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7470515Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7470999Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7471439Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7471934Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:25.7472406Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7472762Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7473114Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7473470Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7473816Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7474167Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7474516Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7474861Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7475195Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:57:25.7475536Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7475863Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7476199Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7476542Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7476887Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7477240Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7477599Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:57:25.7478014Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7478346Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7478685Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7479035Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7479379Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7479724Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7480067Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7480395Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7480744Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7481091Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7481438Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7481852Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7482205Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7482549Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7482929Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7483275Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7483615Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7483952Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7484290Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7484630Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7484975Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7485313Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7485667Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7486024Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7486371Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7486723Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7487066Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7487394Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7487730Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7488064Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7488404Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7488746Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7489090Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7489438Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7489824Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7490177Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7490529Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7490871Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7491213Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7491655Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7492000Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7492328Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7492669Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7493014Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7493356Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7493698Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7494045Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7494384Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7494779Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7495124Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7495466Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7495809Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7496144Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7496479Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7496805Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7497143Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7497485Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7497836Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7498188Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:57:25.7498544Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7498895Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7499224Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7499561Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7499906Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7500247Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7500588Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7500927Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7501253Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7501650Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7501990Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7502365Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7502718Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7503066Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7503414Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7503748Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7504086Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7504425Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7504761Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7505095Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7505435Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7505766Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7506108Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7506456Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7506857Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7507211Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7507554Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7507901Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7508231Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7508569Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7508905Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7509379Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7509724Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7510213Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7510633Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7510977Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7511332Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7511689Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7512034Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7512382Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7512729Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7513057Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7513391Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7513727Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7514137Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7514488Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7514842Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7515204Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7515729Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7516092Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7516497Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7516921Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7517386Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7517884Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7518345Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7518677Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7519025Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7519378Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7519827Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:57:25.7520189Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7520558Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7520912Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7521270Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7521625Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7522145Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7522495Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7522893Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7523243Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7523578Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7523936Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7524290Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7524644Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7525010Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7525386Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7525736Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7526073Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7526419Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7526764Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7527175Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7527518Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7527864Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7528197Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7528605Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7529064Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7529433Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7529598Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7529763Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7529922Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7530083Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7530245Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7530467Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7530746Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7531004Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7531266Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7531449Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7531714Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7531890Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7532057Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7532226Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7532391Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7532553Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7532722Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7532884Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7533046Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7533210Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7533374Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7533536Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7533706Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7533873Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:57:25.7534038Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7534201Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7534361Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7534698Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7534901Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7535097Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7535355Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7535633Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7535803Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:57:25.7535967Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7536190Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7536360Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7536528Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7536716Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7536950Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7537110Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7537269Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7537427Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7537654Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7537815Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7537981Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7538140Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7538313Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7538567Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:57:25.7538820Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7539126Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7539400Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7539628Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7539852Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7540072Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7540296Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7540522Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7540774Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7541015Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7541270Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7541520Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7541771Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7542097Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7542385Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7542624Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7542862Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7543136Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7543379Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7543599Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7543835Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7544070Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7544307Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7544542Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7544774Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7545006Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7545234Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7545516Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7545742Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7545968Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7546195Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7546423Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7546661Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7546890Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7547142Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7547426Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:57:25.7547672Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7547906Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7548135Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7548354Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7548618Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7548856Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7549083Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7549350Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7549583Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7549807Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7550040Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7550329Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:57:25.7550552Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7550779Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7551002Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7551223Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7551449Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7551673Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7551893Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7552113Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7552345Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7552566Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7552789Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7553023Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:57:25.7553250Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7553529Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7553756Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7553986Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7554211Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:57:25.7554480Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7554741Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7554971Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7555205Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7555463Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7555704Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:57:25.7555936Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:57:25.7556165Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7556393Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7556623Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7556847Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7557072Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7557280Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7557504Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:57:25.7557731Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7557957Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:57:25.7558238Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7558466Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-12-01T10:57:25.7558698Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7558922Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:57:25.7559144Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:57:25.7559364Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:57:25.7559588Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7559808Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7560031Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7560252Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7560502Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7560741Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7561036Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7561273Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:57:25.7561506Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:57:25.7561825Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:57:25.7562044Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7562267Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:57:25.7562534Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7562761Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7562981Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:57:25.7563202Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7563425Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7563660Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:57:25.7563881Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:57:25.7564115Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:57:25.7564348Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:57:25.7564578Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:57:25.7564807Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:57:25.7565032Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:57:25.7565255Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:57:25.7565477Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:57:25.7565697Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:57:25.7565916Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7566141Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:57:25.7566208Z 2022-12-01T10:57:25.7566424Z ---------------------------------------------------------------------- 2022-12-01T10:57:25.7566526Z Ran 1182 tests in 45.796s 2022-12-01T10:57:25.7566534Z 2022-12-01T10:57:25.7566637Z OK (skipped=232) 2022-12-01T10:57:25.7566645Z 2022-12-01T10:57:25.7566766Z Generating XML reports... 2022-12-01T10:57:25.7567095Z Generated XML report: test-reports\python-unittest\test_foreach\TEST-TestForeachCPU-20221201105639.xml 2022-12-01T10:57:25.7567103Z 2022-12-01T10:57:25.7567606Z ##[endgroup] 2022-12-01T10:57:25.7567954Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_shw7oe30) 2022-12-01T10:57:25.7567993Z 2022-12-01T10:57:28.1790899Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:57:28.3601676Z Running test_mkldnn ... [2022-12-01 10:57:28.359636] 2022-12-01T10:57:28.3606884Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:28.360246] 2022-12-01T10:57:28.3608777Z Ignoring disabled issues: [] 2022-12-01T10:57:36.4687588Z 2022-12-01T10:57:36.4688491Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:57:36.4689795Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_k9ci020z) 2022-12-01T10:57:36.4712733Z 2022-12-01T10:57:36.4713264Z Running tests... 2022-12-01T10:57:36.4713809Z ---------------------------------------------------------------------- 2022-12-01T10:57:36.4714778Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-12-01T10:57:36.4716481Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:747: 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-12-01T10:57:36.4717977Z self.assertEqual(None, x1.grad) 2022-12-01T10:57:36.4718299Z ok (0.846s) 2022-12-01T10:57:36.4719085Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:719: 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:250.) 2022-12-01T10:57:36.4719833Z x1 = x1.to(torch.float32) 2022-12-01T10:57:36.4720095Z ok (0.010s) 2022-12-01T10:57:36.4720444Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-12-01T10:57:36.4720970Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:57:36.4721521Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:57:36.4722046Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4722522Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4722990Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4723481Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4723907Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4724343Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4725835Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:57:36.4726274Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4726677Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4727100Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4727507Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4727920Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:57:36.4728329Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:57:36.4728744Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:57:36.4729149Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.021s) 2022-12-01T10:57:36.4729565Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.022s) 2022-12-01T10:57:36.4729969Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4730383Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:57:36.4730791Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.022s) 2022-12-01T10:57:36.4731198Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.372s) 2022-12-01T10:57:36.4731609Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (3.151s) 2022-12-01T10:57:36.4732075Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:36.4732807Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.003s) 2022-12-01T10:57:36.4733385Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:36.4733845Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.033s) 2022-12-01T10:57:36.4734264Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-12-01T10:57:36.4734705Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:57:36.4735186Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:57:36.4735632Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4736029Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4736443Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.030s) 2022-12-01T10:57:36.4736876Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:57:36.4737301Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4738384Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... Test test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/89395 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:57:36.4739764Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89395 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-12-01T10:57:36.4740551Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4741016Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4741459Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:57:36.4741869Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4742366Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4742892Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4743335Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4743785Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4744226Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4744675Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:36.4745126Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4745574Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4746019Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:57:36.4746444Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.079s) 2022-12-01T10:57:36.4746839Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4747236Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:57:36.4747635Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:57:36.4748061Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:57:36.4748471Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4748887Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4749379Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4749808Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4750205Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4750622Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4751042Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:57:36.4751480Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:57:36.4751931Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4752434Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:36.4752903Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4753353Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4753788Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4754235Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:57:36.4754686Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:57:36.4755156Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4755655Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:57:36.4756196Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4756752Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4757305Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4757846Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4758394Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4759401Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:2680: 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-12-01T10:57:36.4760456Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-12-01T10:57:36.4760840Z ok (0.010s) 2022-12-01T10:57:36.4761254Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4761791Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:57:36.4762321Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:57:36.4762813Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.071s) 2022-12-01T10:57:36.4763276Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.741s) 2022-12-01T10:57:36.4763714Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.408s) 2022-12-01T10:57:36.4764393Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.064s) 2022-12-01T10:57:36.4765141Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-12-01T10:57:36.4765883Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.647s) 2022-12-01T10:57:36.4766605Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.491s) 2022-12-01T10:57:36.4767322Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.347s) 2022-12-01T10:57:36.4767995Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.270s) 2022-12-01T10:57:36.4768759Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4769715Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.233s) 2022-12-01T10:57:36.4770433Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4771087Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.187s) 2022-12-01T10:57:36.4771695Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4772246Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4772760Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:57:36.4773329Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4773903Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4774455Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4775126Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:57:36.4775762Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4776381Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:57:36.4789663Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4790093Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:57:36.4790493Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4790895Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.600s) 2022-12-01T10:57:36.4791309Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.286s) 2022-12-01T10:57:36.4791699Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:57:36.4792108Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.048s) 2022-12-01T10:57:36.4792519Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-12-01T10:57:36.4792948Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4793391Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4793917Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:57:36.4794606Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4795270Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.000s) 2022-12-01T10:57:36.4796065Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:57:36.4796526Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:57:36.4796933Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4797358Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.179s) 2022-12-01T10:57:36.4797781Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:57:36.4798198Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4798630Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4799074Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:57:36.4799500Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4799911Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:57:36.4800324Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4800963Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.398s) 2022-12-01T10:57:36.4802657Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.225s) 2022-12-01T10:57:36.4803082Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:57:36.4803517Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:57:36.4803939Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4804472Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.932s) 2022-12-01T10:57:36.4804894Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.520s) 2022-12-01T10:57:36.4805329Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:57:36.4805778Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4806231Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4806686Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4807268Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4808008Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4808685Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4809121Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:57:36.4809537Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.678s) 2022-12-01T10:57:36.4809965Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-12-01T10:57:36.4810387Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.195s) 2022-12-01T10:57:36.4810824Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4811296Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4811748Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4812188Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4812686Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:57:36.4813222Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:36.4814224Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:57:36.4815155Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:57:36.4815877Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-12-01T10:57:36.4816406Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:57:36.4816828Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4817281Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:57:36.4817752Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:57:36.4818339Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.101s) 2022-12-01T10:57:36.4818884Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:57:36.4819329Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.242s) 2022-12-01T10:57:36.4820012Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.222s) 2022-12-01T10:57:36.4820868Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.098s) 2022-12-01T10:57:36.4821625Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.173s) 2022-12-01T10:57:36.4822076Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.176s) 2022-12-01T10:57:36.4822506Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.148s) 2022-12-01T10:57:36.4823024Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.156s) 2022-12-01T10:57:36.4824630Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.152s) 2022-12-01T10:57:36.4825066Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.160s) 2022-12-01T10:57:36.4825499Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.145s) 2022-12-01T10:57:36.4826034Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:57:36.4826769Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.039s) 2022-12-01T10:57:36.4827439Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.065s) 2022-12-01T10:57:36.4828000Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-12-01T10:57:36.4828416Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4828905Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (3.187s) 2022-12-01T10:57:36.4829369Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4829841Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.295s) 2022-12-01T10:57:36.4830294Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4830772Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.268s) 2022-12-01T10:57:36.4831223Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:57:36.4831679Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.486s) 2022-12-01T10:57:36.4832154Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:57:36.4832876Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:57:36.4833821Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.013s) 2022-12-01T10:57:36.4834425Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.048s) 2022-12-01T10:57:36.4834885Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.048s) 2022-12-01T10:57:36.4835336Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.039s) 2022-12-01T10:57:36.4835891Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:57:36.4836333Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.044s) 2022-12-01T10:57:36.4836779Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:57:36.4837203Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:57:36.4837637Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:57:36.4838071Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:57:36.4839745Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:3750: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:57:36.4840933Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-12-01T10:57:36.4841264Z ok (0.022s) 2022-12-01T10:57:36.4841620Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-12-01T10:57:36.4842079Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:57:36.4842521Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.027s) 2022-12-01T10:57:36.4842964Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:57:36.4843381Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:57:36.4843913Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:57:36.4844341Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-12-01T10:57:36.4844879Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.030s) 2022-12-01T10:57:36.4845627Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.021s) 2022-12-01T10:57:36.4846314Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.100s) 2022-12-01T10:57:36.4846745Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:57:36.4847167Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.291s) 2022-12-01T10:57:36.4847600Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.147s) 2022-12-01T10:57:36.4848055Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:57:36.4848515Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4848938Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:57:36.4849337Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:57:36.4849755Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4850187Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:57:36.4850604Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:57:36.4851126Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:57:36.4851829Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:57:36.4852479Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:57:36.4852964Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:57:36.4853400Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.099s) 2022-12-01T10:57:36.4853835Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.112s) 2022-12-01T10:57:36.4854271Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.120s) 2022-12-01T10:57:36.4854696Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.127s) 2022-12-01T10:57:36.4855305Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.126s) 2022-12-01T10:57:36.4855831Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.087s) 2022-12-01T10:57:36.4856386Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:57:36.4856954Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:57:36.4857620Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.082s) 2022-12-01T10:57:36.4858317Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-12-01T10:57:36.4858973Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.223s) 2022-12-01T10:57:36.4859500Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.178s) 2022-12-01T10:57:36.4860048Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.194s) 2022-12-01T10:57:36.4860613Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.203s) 2022-12-01T10:57:36.4861267Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4861941Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-12-01T10:57:36.4862682Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4863327Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-12-01T10:57:36.4864183Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4864995Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.029s) 2022-12-01T10:57:36.4865780Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4866443Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-12-01T10:57:36.4867098Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4867576Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:57:36.4868072Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4868566Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-12-01T10:57:36.4869061Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4869560Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-12-01T10:57:36.4870407Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4871176Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-12-01T10:57:36.4871686Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4872173Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-12-01T10:57:36.4872679Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4873174Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.028s) 2022-12-01T10:57:36.4873671Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4874168Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:57:36.4874643Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4875137Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:57:36.4875637Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4876439Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-12-01T10:57:36.4877240Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4877880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:57:36.4878375Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4878844Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:57:36.4879337Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4879834Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-12-01T10:57:36.4880322Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4880814Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-12-01T10:57:36.4881301Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4881773Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-12-01T10:57:36.4882469Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4883261Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-12-01T10:57:36.4883948Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4884447Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-12-01T10:57:36.4884955Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4885458Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-12-01T10:57:36.4886036Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4886529Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:57:36.4887030Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4887518Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:57:36.4888007Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4888685Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:57:36.4889437Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4890126Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-12-01T10:57:36.4890615Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4891101Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-12-01T10:57:36.4891598Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4892086Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:57:36.4892574Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4893052Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:57:36.4893556Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4894049Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-12-01T10:57:36.4894601Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4895425Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:57:36.4896233Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4896723Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:57:36.4897219Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4897823Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-12-01T10:57:36.4898318Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4898813Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-12-01T10:57:36.4899305Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4899794Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-12-01T10:57:36.4900269Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4900846Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-12-01T10:57:36.4901677Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4902464Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-12-01T10:57:36.4903031Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4903519Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-12-01T10:57:36.4904005Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4904490Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-12-01T10:57:36.4904979Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4905475Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-12-01T10:57:36.4906048Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:57:36.4906541Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-12-01T10:57:36.4906944Z test_basic (__main__.TestSparseMeta) ... ok (0.011s) 2022-12-01T10:57:36.4907678Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:57:36.4908492Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-12-01T10:57:36.4909068Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4909578Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4910085Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4910575Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4911054Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4911547Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4912029Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4912524Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4913007Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4913786Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4914597Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4915204Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4915710Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.4916207Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4916689Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4917175Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4917752Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4918232Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4918727Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4919227Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4920033Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.4920828Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4921438Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4921899Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4922386Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4922880Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4923372Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4923867Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4924405Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4924930Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4925435Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4926328Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4927117Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4927698Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.4928189Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4928686Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4929161Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4929655Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4930147Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4930632Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4931123Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4931608Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4932269Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4933146Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4933949Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4934562Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4935157Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4935750Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4936339Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.004s) 2022-12-01T10:57:36.4936925Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4937576Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4938203Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4939289Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.003s) 2022-12-01T10:57:36.4940246Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4940958Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4941649Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4942343Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.006s) 2022-12-01T10:57:36.4943110Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4943803Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4944644Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4945908Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-12-01T10:57:36.4946547Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4947044Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.4947542Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4948033Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4948526Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4948989Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4949473Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4949978Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4950481Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4951309Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4952072Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4952636Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4953148Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4953656Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:36.4954175Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.4954693Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4955204Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4955698Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4956173Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4956663Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4957587Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4958481Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4959095Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4959693Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4960286Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4960858Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4961446Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4962031Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4962611Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4963362Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4964332Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4965119Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4965786Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4966372Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4966954Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4967534Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4968115Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4968691Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4969296Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4970291Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4971162Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4971763Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4972362Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4972955Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4973536Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4974123Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.4974723Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.4975304Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.004s) 2022-12-01T10:57:36.4976282Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4977297Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4977897Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4978492Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4979085Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.4979626Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4980121Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.4980599Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4981086Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.4981573Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4982391Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4983041Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.4983839Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4984332Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4984913Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4985415Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4985912Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4986410Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4986912Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.4987414Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4987898Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4988491Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4989295Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4990068Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4990554Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4991042Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.4991508Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4991997Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4992487Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.4992980Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4993472Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.4993961Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.4994448Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4995255Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4996007Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4996617Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4997115Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4997609Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4998089Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4998563Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.4999042Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.4999528Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5000013Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5000489Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5001216Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5002020Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5002639Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5003128Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5003613Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5004096Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5004661Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5005216Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-12-01T10:57:36.5005800Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5006410Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5007118Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5008110Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5008899Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5009502Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5010048Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5010539Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5011040Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5011528Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5012015Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5012501Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5012978Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5013773Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5014530Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5015112Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5015616Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5016199Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5016685Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5017174Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:57:36.5017641Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5018126Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5018610Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5019096Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5019840Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5020673Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5021289Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5021768Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5022254Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:36.5022814Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:57:36.5023296Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5023777Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5024258Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5024814Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5025316Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5026101Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5026892Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5027493Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5027976Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5028467Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5028929Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5029407Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.5029909Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5030410Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5030913Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5031406Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5032047Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5032802Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5033497Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5033980Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5034464Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5034953Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:36.5035443Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5035939Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5036521Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5037006Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5037489Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5038071Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5038870Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5039626Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5040111Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5040581Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5041051Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5041517Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5041981Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5042426Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5042886Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5043369Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5043860Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5044653Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5045416Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5046078Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5046535Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5046997Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5047461Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5047929Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5048405Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5048892Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5049396Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5049869Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5050349Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5051153Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5051872Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5052415Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5052860Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5053337Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5053830Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5054309Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5054785Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5055255Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5055714Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5057436Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5058161Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5058681Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5059158Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5059630Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5060103Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.5060558Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5061025Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:36.5061492Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5061967Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5062497Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5063433Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5064394Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5064985Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5065649Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5066219Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5066777Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5067339Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5067899Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5068432Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5068934Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5069813Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5070610Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5071144Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5071644Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:57:36.5072150Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5072647Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5073131Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:36.5073619Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5074096Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5074566Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:57:36.5075031Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5075669Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5076358Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5077148Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5077622Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5078102Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5078587Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5079057Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5079507Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5079993Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5080457Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5080941Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5081423Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5082244Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5082974Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5083517Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5083983Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5084458Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5085003Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5085685Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5086282Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5086847Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:57:36.5087436Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.5088239Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.5089178Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.5089849Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.5090428Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-12-01T10:57:36.5091006Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.012s) 2022-12-01T10:57:36.5091597Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5092165Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5092745Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5093322Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5093896Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5094871Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5095615Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:57:36.5096305Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-12-01T10:57:36.5096918Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5097422Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5097913Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5098407Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5098887Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5099379Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5099864Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5100360Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5101162Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5101936Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5102703Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5103203Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5103691Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.5104152Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5104622Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5105244Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5105693Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5106158Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5106610Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5107150Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5107943Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5108721Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5109212Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5109686Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5110152Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5110618Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5111093Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5111622Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5112119Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5112602Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5113075Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5113760Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5114464Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5115174Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5115647Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5116100Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5116680Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5117138Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5117592Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5118063Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5118527Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5119001Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5119463Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5120183Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5120920Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5121630Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5122159Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5122630Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5123101Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5123564Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5124029Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5124464Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5125047Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5125523Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5126022Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5126813Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5127537Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5128074Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5128533Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5128991Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5129467Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5129961Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5130447Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5130919Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5131379Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5131853Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5132385Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5133204Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5133962Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5134438Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5134894Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5135357Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5135819Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5136277Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5136836Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5137297Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5137754Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5138246Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5138907Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5139663Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5140325Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5140793Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5141257Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5141708Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5142172Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5142740Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5143227Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5143707Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5144182Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5144638Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5145982Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5146464Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5146930Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5147400Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5147878Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5148351Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5148830Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5149305Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5149834Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5150635Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5151336Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5151836Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5152287Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5152765Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5153252Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5153730Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5154202Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5154666Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5155118Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5155586Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5156052Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5156607Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5157077Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5157553Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5158010Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5158477Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5158945Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5159413Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5159885Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5160393Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5160945Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5161468Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5161995Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5162522Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5163037Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5163551Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5164122Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5164629Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5165161Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5165716Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5166456Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5167328Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5168033Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5168560Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5169073Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5169595Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5170122Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5170661Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5171205Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5171742Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5172279Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5172793Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5173313Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5173833Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5174356Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5174950Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5175480Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5176029Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5176552Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5177088Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5177616Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5178143Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5178667Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5179192Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5179714Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5180229Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5180761Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5181284Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5181805Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5182378Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5182971Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5183474Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5184007Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5184550Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5185081Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5185609Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5186131Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5186654Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5187147Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5187658Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5188178Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5188729Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5189301Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5189869Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5190432Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5190978Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5191533Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5192081Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5192690Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5193242Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5193782Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5194308Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5194815Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5195386Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5196007Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5196646Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5197292Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5198182Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5199035Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5199713Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5200338Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5201103Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5201773Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5202430Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5203106Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5203770Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5204414Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5205058Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5205653Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5206219Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5206844Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5207480Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5208159Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5208789Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5209441Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5210097Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5210731Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5211369Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5212032Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5212732Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5213407Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:36.5214289Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5215044Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5215670Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5216296Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5216903Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5217501Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5218101Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5218704Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5219349Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5219976Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5220613Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5221237Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5221924Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5222558Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5223195Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5223746Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5224293Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5224843Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5225386Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5225909Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5226448Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5226990Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5227534Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5228071Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5228601Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5229132Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5229641Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5230163Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5230697Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5231244Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5231790Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5232332Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5232939Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5233453Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5233988Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5234523Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5235058Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5235597Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5236130Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5236655Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5237164Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5237687Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5238196Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5238708Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5239219Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5239795Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5240313Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5240843Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5241371Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5241896Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5242416Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5242941Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5243476Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5243995Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:57:36.5244529Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5245059Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5245769Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5246457Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5247067Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5247673Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5248302Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5249044Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5249764Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5250506Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5251259Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5252079Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5252761Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5253399Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5254661Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5255559Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5256301Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5257023Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5257780Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5258558Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5259239Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5259930Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5260570Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5261196Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5262041Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5262758Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5263351Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5263953Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5264616Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5265321Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5266017Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5266765Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5267322Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5267852Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5268387Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5268919Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5269452Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5269977Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5270510Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5271043Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5271581Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5272130Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5272753Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5273388Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5274204Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5274892Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5275530Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5276189Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5276916Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5277523Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5278198Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5278919Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5279558Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5280284Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5280817Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5281397Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5294239Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5295042Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5295708Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5296438Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5297090Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5297662Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5298296Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5298807Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5299327Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5299846Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5300374Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5300886Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5301419Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5301972Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5302524Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5303183Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5303708Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5304308Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5304955Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5305617Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5306410Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5307060Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5307706Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5308359Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5309013Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5309584Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5310098Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:57:36.5310611Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:57:36.5311145Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:57:36.5311694Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:57:36.5312295Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-12-01T10:57:36.5313016Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-12-01T10:57:36.5313596Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5314186Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-12-01T10:57:36.5314825Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-12-01T10:57:36.5315473Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-12-01T10:57:36.5316104Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.010s) 2022-12-01T10:57:36.5316747Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-12-01T10:57:36.5317396Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-12-01T10:57:36.5318032Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-12-01T10:57:36.5318693Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-12-01T10:57:36.5319277Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5319775Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:57:36.5320292Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5320881Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5321531Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-12-01T10:57:36.5322097Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5322739Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.003s) 2022-12-01T10:57:36.5323388Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5324032Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-12-01T10:57:36.5324660Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5325308Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-12-01T10:57:36.5325949Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5326262Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-12-01T10:57:36.5326586Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5326902Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-12-01T10:57:36.5327228Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5327596Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:57:36.5327848Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5328101Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5328357Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5328602Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5328846Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5329086Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5329327Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5329563Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5329805Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5330041Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5330283Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5330540Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5330786Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5331038Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5331281Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5331524Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5331764Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5332004Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5332248Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5332559Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5332808Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5333054Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5333300Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5333539Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5333782Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5334016Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5334253Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5334496Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5334753Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5335007Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5335243Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5335490Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5335736Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5336032Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5336277Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5336516Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5336758Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5337006Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5337249Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5337489Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5337725Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5337962Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5338201Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5338436Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5338691Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5338942Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5339185Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5339426Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5339665Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5339888Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5340126Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5340363Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5340653Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5340926Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5341197Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5341463Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5341724Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5341983Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5342244Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5342498Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5342878Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5343131Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5343374Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5343619Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5343856Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5344093Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5344386Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5344628Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5344869Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5345120Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5345351Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5345593Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5345833Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5346074Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5346318Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5346560Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5346807Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5347056Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5347294Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5347534Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5347770Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5348012Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5348246Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5348505Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5348755Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5349816Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5350063Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5350307Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5350550Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5350788Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5351015Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5351259Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5351521Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5351782Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5352032Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5352275Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5352518Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5352761Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5353000Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5353300Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5353544Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5353801Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5354059Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5354305Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5354558Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5354806Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5355053Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5355300Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5355553Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5355807Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5356043Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5356289Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5356539Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5356786Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5357034Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5357283Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5357619Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5357861Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5358166Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5358447Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5358695Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5358931Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5359187Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5359453Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5359716Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5359976Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5360237Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5360501Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5360761Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5361023Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5361269Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5361520Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5361829Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5362081Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5362331Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5362581Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5362829Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5363076Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5363332Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5363590Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5363844Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5364097Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5364347Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5364603Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5364859Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5365119Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5365379Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:57:36.5365629Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5365884Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5366135Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5366371Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5366617Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5366916Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5367164Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5367420Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5367675Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5367925Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5368176Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5368426Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5368672Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5368924Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5369187Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5369446Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5369699Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5369952Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5370205Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5370505Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5370764Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5371027Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5371279Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5371515Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5371766Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5372013Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5372258Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5372506Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5372750Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5372999Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5373266Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5373526Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5373779Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5374032Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5374281Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5374531Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5374780Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5375027Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5375331Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5375593Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5375852Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5376107Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5376363Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5376599Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5376851Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5377102Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5377351Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5377603Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5377863Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5378121Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5378370Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5378617Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5378908Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5379146Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5379385Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5379627Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5379867Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5380122Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5380375Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5380620Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5380872Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5381112Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5381338Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5381578Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5381817Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5382052Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5382300Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5382548Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5382876Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5383121Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5383362Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5383603Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5383901Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5384145Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5384392Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5384631Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5384864Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5385101Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5385334Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5385566Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5385801Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5386032Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5386269Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5386515Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5386755Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5386993Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5387944Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5388189Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5388426Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5388669Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5388903Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5389150Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5389395Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5389635Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5389873Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5390109Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5390342Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5390577Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5390812Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5391049Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5391294Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5391531Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5391776Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5392020Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5392258Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5392495Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5392787Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5393025Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5393260Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5393499Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5393736Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5393968Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5394199Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5394428Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5394663Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5394904Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5395148Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5395394Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5395633Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5395870Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5396089Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5396379Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5396617Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5396855Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5397091Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5397363Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5397629Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5397888Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5398147Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5398402Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5398655Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5398906Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5399159Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5399409Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5399652Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5399891Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5400125Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5400354Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5400585Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5400815Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5401081Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5401321Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5401559Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5401792Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5402028Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5402262Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5402506Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5402740Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5402980Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5403222Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5403454Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5403687Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5403920Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5404157Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5404392Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5404691Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5404943Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5405184Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5405422Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5405642Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5405875Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5406106Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5406344Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5406581Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5406828Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5407079Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5407321Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5407556Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5407789Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5408021Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5408252Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5408487Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5408722Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5408972Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5409218Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5409512Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5409753Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5409992Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5410219Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5410458Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5410707Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5410955Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5411194Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5411438Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5411672Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5411912Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5412151Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5412391Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5412632Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5412917Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5413154Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5413390Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5413628Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:57:36.5413865Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5414115Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5414364Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5414609Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5414855Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5415084Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5415329Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5415570Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5415813Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5416054Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5416290Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5416526Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5416761Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5416994Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5417227Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5417459Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:57:36.5417747Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5417985Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5418225Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5418458Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5418694Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5418930Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5419168Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5419400Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5419634Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5419876Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5420111Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5420342Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5420577Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5420807Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5421085Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5421318Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5421542Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5421784Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5422018Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5422252Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5422486Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5422808Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5423037Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5423271Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5423518Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5423765Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5424007Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5424231Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5424468Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5424709Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5424952Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:57:36.5425198Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5425439Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5425675Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5425974Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5426204Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5426440Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5426666Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5426904Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5427139Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5427390Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5427634Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5427873Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5428112Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5428347Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5428583Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5428805Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5429039Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5429269Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5429579Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5429824Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5430062Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5430301Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5430535Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5430767Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5430998Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:57:36.5431230Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5431465Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5431707Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5431946Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5432187Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5432423Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5432655Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5432885Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5433115Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5433334Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5433565Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5433809Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5434053Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5434354Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5434592Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5434826Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5435061Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5435288Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5435521Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5435760Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-12-01T10:57:36.5436004Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:57:36.5436244Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:57:36.5436482Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5436717Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5436962Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5437210Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5437460Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:57:36.5437471Z 2022-12-01T10:57:36.5437748Z ---------------------------------------------------------------------- 2022-12-01T10:57:36.5437868Z Ran 1409 tests in 27.485s 2022-12-01T10:57:36.5437878Z 2022-12-01T10:57:36.5437966Z OK (skipped=137) 2022-12-01T10:57:36.5437988Z 2022-12-01T10:57:36.5438098Z Generating XML reports... 2022-12-01T10:57:36.5438434Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseCPU-20221201105707.xml 2022-12-01T10:57:36.5438837Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMaskedReductionsCPU-20221201105707.xml 2022-12-01T10:57:36.5439161Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221201105707.xml 2022-12-01T10:57:36.5439540Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseUnaryUfuncsCPU-20221201105707.xml 2022-12-01T10:57:36.5439872Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221201105707.xml 2022-12-01T10:57:36.5439882Z 2022-12-01T10:57:36.5440351Z ##[endgroup] 2022-12-01T10:57:36.5440694Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_k9ci020z) 2022-12-01T10:57:36.5440703Z 2022-12-01T10:57:39.1428161Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:57:39.3284899Z Running test_utils ... [2022-12-01 10:57:39.328131] 2022-12-01T10:57:39.3290508Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:39.328736] 2022-12-01T10:57:39.3292648Z Ignoring disabled issues: [] 2022-12-01T10:58:05.8360554Z 2022-12-01T10:58:05.8361345Z Expand the folded group to see the log file of test_utils 2022-12-01T10:58:05.8362480Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_7kitnq1a) 2022-12-01T10:58:05.8363113Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:05.8364647Z 2022-12-01T10:58:05.8364970Z Running tests... 2022-12-01T10:58:05.8365317Z ---------------------------------------------------------------------- 2022-12-01T10:58:05.8368128Z Test results will be stored in test-reports\python-unittest\test_utils 2022-12-01T10:58:05.8368985Z test_assert_scriptable (__main__.TestAssert) ... ok (0.472s) 2022-12-01T10:58:05.8369501Z test_assert_true (__main__.TestAssert) ... ok (0.000s) 2022-12-01T10:58:05.8370608Z 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-12-01T10:58:05.8371751Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-12-01T10:58:05.8372216Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.010s) 2022-12-01T10:58:05.8372684Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.008s) 2022-12-01T10:58:05.8373441Z 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-12-01T10:58:05.8374257Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-12-01T10:58:05.8374650Z ok (0.004s) 2022-12-01T10:58:05.8375028Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:58:05.8375514Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.005s) 2022-12-01T10:58:05.8376052Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:58:05.8376496Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:58:05.8376990Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.014s) 2022-12-01T10:58:05.8377317Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.002s) 2022-12-01T10:58:05.8377678Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.003s) 2022-12-01T10:58:05.8378038Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-12-01T10:58:05.8378373Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.006s) 2022-12-01T10:58:05.8378680Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.000s) 2022-12-01T10:58:05.8379048Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.000s) 2022-12-01T10:58:05.8379389Z test_smoke (__main__.TestCollectEnv) ... ok (4.296s) 2022-12-01T10:58:05.8379714Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.010s) 2022-12-01T10:58:05.8380045Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.002s) 2022-12-01T10:58:05.8380479Z test_multi_drop (__main__.TestDataLoaderUtils) ... No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:05.8381046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:58:05.8381451Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:58:05.8381919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:58:05.8382345Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:58:05.8382709Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:05.8383176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:58:05.8383575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:58:05.8383978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:58:05.8384489Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:58:05.8384726Z ok (2.957s) 2022-12-01T10:58:05.8385081Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-12-01T10:58:05.8385821Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:58:05.8386433Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-12-01T10:58:05.8386732Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.010s) 2022-12-01T10:58:05.8387054Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.019s) 2022-12-01T10:58:05.8387349Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-12-01T10:58:05.8387686Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-12-01T10:58:05.8387995Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.002s) 2022-12-01T10:58:05.8388315Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (15.794s) 2022-12-01T10:58:05.8388542Z 2022-12-01T10:58:05.8388699Z ---------------------------------------------------------------------- 2022-12-01T10:58:05.8388953Z Ran 31 tests in 23.750s 2022-12-01T10:58:05.8389072Z 2022-12-01T10:58:05.8389134Z OK (skipped=7) 2022-12-01T10:58:05.8389246Z 2022-12-01T10:58:05.8389404Z Generating XML reports... 2022-12-01T10:58:05.8389749Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221201105741.xml 2022-12-01T10:58:05.8390204Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221201105741.xml 2022-12-01T10:58:05.8390666Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221201105741.xml 2022-12-01T10:58:05.8391150Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221201105741.xml 2022-12-01T10:58:05.8391646Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221201105741.xml 2022-12-01T10:58:05.8392112Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221201105741.xml 2022-12-01T10:58:05.8392567Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221201105741.xml 2022-12-01T10:58:05.8393008Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221201105741.xml 2022-12-01T10:58:05.8393500Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221201105741.xml 2022-12-01T10:58:05.8394280Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221201105741.xml 2022-12-01T10:58:05.8394671Z 2022-12-01T10:58:05.8395195Z ##[endgroup] 2022-12-01T10:58:05.8395757Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_7kitnq1a) 2022-12-01T10:58:05.8396186Z 2022-12-01T10:58:06.3241171Z 2022-12-01T10:58:06.3241919Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:58:06.3242964Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_v2vpyglk) 2022-12-01T10:58:06.3243409Z 2022-12-01T10:58:06.3243522Z Running tests... 2022-12-01T10:58:06.3243929Z ---------------------------------------------------------------------- 2022-12-01T10:58:06.3244291Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-12-01T10:58:06.3244617Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.406s) 2022-12-01T10:58:06.3244912Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.189s) 2022-12-01T10:58:06.3245447Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-12-01T10:58:06.3245758Z test_add (__main__.TestMkldnn) ... ok (0.153s) 2022-12-01T10:58:06.3246031Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:58:06.3246307Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:58:06.3246580Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.041s) 2022-12-01T10:58:06.3246888Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.006s) 2022-12-01T10:58:06.3247206Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.013s) 2022-12-01T10:58:06.3247484Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.659s) 2022-12-01T10:58:06.3247788Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.225s) 2022-12-01T10:58:06.3248332Z test_batch_norm_2d (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:753: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:58:06.3248882Z warnings.warn( 2022-12-01T10:58:06.3249060Z ok (0.249s) 2022-12-01T10:58:06.3249328Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.019s) 2022-12-01T10:58:06.3249636Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.251s) 2022-12-01T10:58:06.3249949Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.136s) 2022-12-01T10:58:06.3250247Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:58:06.3250569Z test_conv1d (__main__.TestMkldnn) ... ok (0.209s) 2022-12-01T10:58:06.3250875Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-12-01T10:58:06.3251187Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:58:06.3251544Z test_conv2d (__main__.TestMkldnn) ... ok (1.409s) 2022-12-01T10:58:06.3251847Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-12-01T10:58:06.3252143Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:58:06.3252446Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.026s) 2022-12-01T10:58:06.3252758Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (1.530s) 2022-12-01T10:58:06.3253070Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-12-01T10:58:06.3253366Z test_conv3d (__main__.TestMkldnn) ... ok (3.297s) 2022-12-01T10:58:06.3253666Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-12-01T10:58:06.3253963Z test_conversion (__main__.TestMkldnn) ... ok (0.016s) 2022-12-01T10:58:06.3254202Z test_copy (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:58:06.3254452Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:58:06.3254704Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:58:06.3254953Z test_gelu (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:58:06.3255247Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-12-01T10:58:06.3255542Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:58:06.3255792Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:58:06.3256072Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:58:06.3256338Z test_linear (__main__.TestMkldnn) ... ok (0.036s) 2022-12-01T10:58:06.3256606Z test_linear_backward (__main__.TestMkldnn) ... ok (0.000s) 2022-12-01T10:58:06.3256919Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-12-01T10:58:06.3257245Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.013s) 2022-12-01T10:58:06.3257520Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.180s) 2022-12-01T10:58:06.3257894Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.014s) 2022-12-01T10:58:06.3258213Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.019s) 2022-12-01T10:58:06.3258489Z test_max_pool3d (__main__.TestMkldnn) ... ok (15.006s) 2022-12-01T10:58:06.3258794Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.192s) 2022-12-01T10:58:06.3259110Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.012s) 2022-12-01T10:58:06.3259391Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:58:06.3259659Z test_mul (__main__.TestMkldnn) ... ok (0.187s) 2022-12-01T10:58:06.3259908Z test_prelu (__main__.TestMkldnn) ... ok (8.076s) 2022-12-01T10:58:06.3260204Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-12-01T10:58:06.3260492Z test_relu (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:58:06.3260736Z test_relu_ (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:58:06.3261019Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-12-01T10:58:06.3261359Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-12-01T10:58:06.3261652Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:58:06.3261906Z test_reshape (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:58:06.3262178Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:58:06.3262464Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:58:06.3262753Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-12-01T10:58:06.3263123Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-12-01T10:58:06.3263439Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:58:06.3263720Z test_sigmoid (__main__.TestMkldnn) ... ok (0.000s) 2022-12-01T10:58:06.3263981Z test_softmax (__main__.TestMkldnn) ... ok (0.000s) 2022-12-01T10:58:06.3264219Z test_tanh (__main__.TestMkldnn) ... ok (0.000s) 2022-12-01T10:58:06.3264477Z test_transpose (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:58:06.3264748Z test_unsupported (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:58:06.3265005Z test_view (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:58:06.3265249Z test_zero_ (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:58:06.3265401Z 2022-12-01T10:58:06.3265559Z ---------------------------------------------------------------------- 2022-12-01T10:58:06.3265803Z Ran 67 tests in 35.687s 2022-12-01T10:58:06.3265924Z 2022-12-01T10:58:06.3266000Z OK (skipped=18) 2022-12-01T10:58:06.3266115Z 2022-12-01T10:58:06.3266206Z Generating XML reports... 2022-12-01T10:58:06.3266550Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221201105730.xml 2022-12-01T10:58:06.3266802Z 2022-12-01T10:58:06.3267103Z ##[endgroup] 2022-12-01T10:58:06.3267452Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_v2vpyglk) 2022-12-01T10:58:06.3267709Z 2022-12-01T10:58:08.0738748Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:08.2289798Z Running test_view_ops ... [2022-12-01 10:58:08.221016] 2022-12-01T10:58:08.2295122Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:08.221016] 2022-12-01T10:58:08.2297450Z Ignoring disabled issues: [] 2022-12-01T10:58:08.4430905Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:08.6085652Z Running test_xnnpack_integration ... [2022-12-01 10:58:08.608076] 2022-12-01T10:58:08.6091248Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:08.608682] 2022-12-01T10:58:08.6093802Z Ignoring disabled issues: [] 2022-12-01T10:58:27.6876437Z 2022-12-01T10:58:27.6877408Z Expand the folded group to see the log file of test_xnnpack_integration 2022-12-01T10:58:27.6878610Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_5e1pwfxo) 2022-12-01T10:58:27.6879124Z 2022-12-01T10:58:27.6879260Z Running tests... 2022-12-01T10:58:27.6879752Z ---------------------------------------------------------------------- 2022-12-01T10:58:27.6880426Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-12-01T10:58:27.6881233Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:58:27.6882866Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:58:27.6883311Z test_conv2d (__main__.TestXNNPACKOps) ... ok (2.262s) 2022-12-01T10:58:27.6883613Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (2.886s) 2022-12-01T10:58:27.6884041Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-12-01T10:58:27.6884485Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.067s) 2022-12-01T10:58:27.6884867Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.144s) 2022-12-01T10:58:27.6885196Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (2.704s) 2022-12-01T10:58:27.6885910Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-12-01T10:58:27.6886314Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (4.379s) 2022-12-01T10:58:27.6886652Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (4.626s) 2022-12-01T10:58:27.6887067Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.000s) 2022-12-01T10:58:27.6887320Z 2022-12-01T10:58:27.6887478Z ---------------------------------------------------------------------- 2022-12-01T10:58:27.6887735Z Ran 12 tests in 17.078s 2022-12-01T10:58:27.6887854Z 2022-12-01T10:58:27.6887928Z OK (skipped=5) 2022-12-01T10:58:27.6888039Z 2022-12-01T10:58:27.6888132Z Generating XML reports... 2022-12-01T10:58:27.6888498Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221201105810.xml 2022-12-01T10:58:27.6889036Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221201105810.xml 2022-12-01T10:58:27.6889571Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221201105810.xml 2022-12-01T10:58:27.6890133Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221201105810.xml 2022-12-01T10:58:27.6890442Z 2022-12-01T10:58:27.6890792Z ##[endgroup] 2022-12-01T10:58:27.6891181Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_5e1pwfxo) 2022-12-01T10:58:27.6891476Z 2022-12-01T10:58:29.8161797Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:29.9697680Z Running test_stateless ... [2022-12-01 10:58:29.969365] 2022-12-01T10:58:29.9703112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:29.969982] 2022-12-01T10:58:29.9704887Z Ignoring disabled issues: [] 2022-12-01T10:58:34.1612675Z 2022-12-01T10:58:34.1613503Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:58:34.1615384Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops__cki88ys) 2022-12-01T10:58:34.1618938Z 2022-12-01T10:58:34.1619318Z Running tests... 2022-12-01T10:58:34.1619742Z ---------------------------------------------------------------------- 2022-12-01T10:58:34.1620279Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-12-01T10:58:34.1621525Z test_T_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3281.) 2022-12-01T10:58:34.1622790Z t1 = a.T 2022-12-01T10:58:34.1623007Z ok (0.009s) 2022-12-01T10:58:34.1623347Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.361s) 2022-12-01T10:58:34.1623779Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.613s) 2022-12-01T10:58:34.1624215Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.514s) 2022-12-01T10:58:34.1624644Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.423s) 2022-12-01T10:58:34.1625055Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.533s) 2022-12-01T10:58:34.1625481Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.154s) 2022-12-01T10:58:34.1626097Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.310s) 2022-12-01T10:58:34.1626556Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.314s) 2022-12-01T10:58:34.1626877Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.139s) 2022-12-01T10:58:34.1627247Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.282s) 2022-12-01T10:58:34.1627566Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.124s) 2022-12-01T10:58:34.1627883Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.068s) 2022-12-01T10:58:34.1628202Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.019s) 2022-12-01T10:58:34.1628534Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1629522Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... 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-12-01T10:58:34.1630399Z return torch.as_tensor(tensor_like) 2022-12-01T10:58:34.1630589Z ok (1.246s) 2022-12-01T10:58:34.1630854Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:58:34.1631197Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:58:34.1631536Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1631865Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:58:34.1632187Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:58:34.1632491Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1632871Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1633186Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-12-01T10:58:34.1633662Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1633988Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-12-01T10:58:34.1634299Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1634599Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1634921Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1635818Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:58:34.1636594Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:58:34.1636841Z ok (0.003s) 2022-12-01T10:58:34.1637088Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1637399Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1637695Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1637997Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1638337Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1638653Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:58:34.1639090Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1639409Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1639769Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:58:34.1640051Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1640391Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1640746Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1641101Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1641465Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1641823Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1642179Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1642513Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1642865Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1643217Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.048s) 2022-12-01T10:58:34.1643559Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1643901Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1644241Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1644572Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1644979Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1645343Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1645728Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.049s) 2022-12-01T10:58:34.1646036Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1646383Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1646672Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.056s) 2022-12-01T10:58:34.1647008Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.624s) 2022-12-01T10:58:34.1647353Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.653s) 2022-12-01T10:58:34.1647708Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.397s) 2022-12-01T10:58:34.1648060Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.454s) 2022-12-01T10:58:34.1648408Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.407s) 2022-12-01T10:58:34.1648752Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.389s) 2022-12-01T10:58:34.1649075Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.437s) 2022-12-01T10:58:34.1649414Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.440s) 2022-12-01T10:58:34.1649754Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.518s) 2022-12-01T10:58:34.1650088Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.770s) 2022-12-01T10:58:34.1650427Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.350s) 2022-12-01T10:58:34.1650766Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.092s) 2022-12-01T10:58:34.1651162Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.570s) 2022-12-01T10:58:34.1651522Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.357s) 2022-12-01T10:58:34.1651980Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.292s) 2022-12-01T10:58:34.1652332Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.273s) 2022-12-01T10:58:34.1652675Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.805s) 2022-12-01T10:58:34.1653013Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.704s) 2022-12-01T10:58:34.1653357Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.648s) 2022-12-01T10:58:34.1653685Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.610s) 2022-12-01T10:58:34.1654019Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.646s) 2022-12-01T10:58:34.1654357Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.655s) 2022-12-01T10:58:34.1654704Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:58:34.1655056Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1655394Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1655723Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:58:34.1656070Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-12-01T10:58:34.1656413Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:58:34.1656743Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1657120Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1657451Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1657836Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1658154Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1658473Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1658792Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:58:34.1659162Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1659484Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1659797Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1660101Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1660418Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1660750Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1661091Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1661440Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1661790Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1662124Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1662469Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1662804Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1663193Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1663529Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1663913Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1664250Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1664617Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1664936Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1665265Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:58:34.1665584Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:58:34.1665877Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1666167Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1666466Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1666806Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1667130Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.131s) 2022-12-01T10:58:34.1667453Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1667770Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1668091Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1668412Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1668746Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1669136Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:58:34.1669573Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1669953Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1670274Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1670567Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1670876Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1671188Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1671491Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1671844Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1672138Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1672415Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1672715Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1673030Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1673354Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1673665Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1673971Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1674257Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1674552Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1674848Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1675153Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1675524Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1675939Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1676318Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:58:34.1676625Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1676941Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1677936Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1678280Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1678595Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1678914Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1679203Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:58:34.1679497Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1679791Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1680104Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1680430Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1680746Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1681036Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1681338Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1681694Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1682017Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1682416Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1682767Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1683101Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1683449Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1683790Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1684127Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1684460Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1684796Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1685193Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1685512Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1685845Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1686184Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1686519Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1686859Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-12-01T10:58:34.1687209Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1687596Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1687941Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1688339Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1688676Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1689008Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1689336Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1689663Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1689979Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1690424Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:58:34.1690800Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1691110Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1691410Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1691701Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1691998Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1692313Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1692604Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1692887Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1693177Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1693485Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1693850Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1694151Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1694527Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1695193Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T10:58:34.1695812Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-12-01T10:58:34.1696027Z ok (0.003s) 2022-12-01T10:58:34.1696277Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1696570Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1696861Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1697158Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1697470Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.030s) 2022-12-01T10:58:34.1697853Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.041s) 2022-12-01T10:58:34.1698177Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.044s) 2022-12-01T10:58:34.1698484Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.040s) 2022-12-01T10:58:34.1698805Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.036s) 2022-12-01T10:58:34.1699111Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.042s) 2022-12-01T10:58:34.1699418Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.035s) 2022-12-01T10:58:34.1699799Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.037s) 2022-12-01T10:58:34.1700118Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.036s) 2022-12-01T10:58:34.1700462Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.037s) 2022-12-01T10:58:34.1700772Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.030s) 2022-12-01T10:58:34.1701103Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-12-01T10:58:34.1701444Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.013s) 2022-12-01T10:58:34.1701790Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1702139Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1702609Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-12-01T10:58:34.1702951Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:58:34.1703349Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1703682Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:58:34.1704005Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-12-01T10:58:34.1704341Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:58:34.1704677Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.013s) 2022-12-01T10:58:34.1705009Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.012s) 2022-12-01T10:58:34.1705338Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1705665Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1706043Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1706383Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1706765Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1707090Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1707411Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1707734Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1708054Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1708360Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1708679Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1709002Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1709326Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1709651Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1709984Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1710361Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1710688Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1711008Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1711330Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1711644Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1712028Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1712336Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1712708Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:58:34.1713030Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1713354Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:58:34.1713672Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1723339Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1723795Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:58:34.1724199Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1724535Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1724918Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1725394Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1725725Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-12-01T10:58:34.1726046Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-12-01T10:58:34.1726365Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1726683Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1727005Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1727328Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1727649Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1727983Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1728312Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1728643Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1728966Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1729287Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1729597Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1729913Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1730228Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1730613Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1730917Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:58:34.1731258Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.077s) 2022-12-01T10:58:34.1731566Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1731910Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1732240Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.050s) 2022-12-01T10:58:34.1732644Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1732963Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1733290Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.017s) 2022-12-01T10:58:34.1733635Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-12-01T10:58:34.1733956Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-12-01T10:58:34.1734363Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:58:34.1734816Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1735265Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1735636Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:58:34.1735947Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:58:34.1736242Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:58:34.1736604Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:58:34.1736908Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:58:34.1737208Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1737503Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:58:34.1737919Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1738219Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1738591Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1739042Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-12-01T10:58:34.1739411Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-12-01T10:58:34.1739722Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-12-01T10:58:34.1740031Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-12-01T10:58:34.1740405Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1740822Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1741251Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1741686Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1742138Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1742584Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-12-01T10:58:34.1743049Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1743506Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1744000Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1744418Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1744847Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1745340Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1745698Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.073s) 2022-12-01T10:58:34.1746002Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:58:34.1746303Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1746688Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1747127Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-12-01T10:58:34.1747503Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1747885Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1748260Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-12-01T10:58:34.1748566Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1748959Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1749478Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1749980Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1750505Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1750976Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1751444Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1751906Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1752362Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1752813Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1753271Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1753723Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1754161Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1754617Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1755079Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1755714Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1756247Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1756714Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1757229Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1757686Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1758127Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1758569Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1759026Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1759476Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1759931Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1760387Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.002s) 2022-12-01T10:58:34.1760765Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:58:34.1761079Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1761370Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-12-01T10:58:34.1761721Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1762035Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-12-01T10:58:34.1762449Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.014s) 2022-12-01T10:58:34.1762754Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1763115Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1763464Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-12-01T10:58:34.1763783Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-12-01T10:58:34.1764098Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:58:34.1764474Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:58:34.1764918Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1765365Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1765805Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1766146Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:58:34.1766444Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-12-01T10:58:34.1766743Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:58:34.1767118Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-12-01T10:58:34.1767563Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1768063Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.010s) 2022-12-01T10:58:34.1768540Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1768976Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.013s) 2022-12-01T10:58:34.1769458Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1769896Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1770404Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1771059Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1771763Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:58:34.1772470Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-12-01T10:58:34.1773189Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1773877Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1774694Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:58:34.1775428Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1776105Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1776951Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-12-01T10:58:34.1777605Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1778208Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1778672Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1779122Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1779621Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.013s) 2022-12-01T10:58:34.1780079Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:58:34.1780535Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1780984Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1781441Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1781955Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1782462Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:58:34.1782916Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1783351Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1783791Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1784311Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1784753Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1785193Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1785632Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1786082Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1786525Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1786965Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1787422Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1787929Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1788377Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1788878Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:58:34.1789369Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1789806Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1790251Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-12-01T10:58:34.1790673Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1791108Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1791555Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1792003Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1792450Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1792907Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-12-01T10:58:34.1793357Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-12-01T10:58:34.1793796Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1794286Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1794727Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1795217Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1795737Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1796226Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1796660Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1797100Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1797545Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1797981Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1798438Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1798890Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1799338Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1799779Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1800219Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1800714Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1801244Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1801670Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:58:34.1802107Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:58:34.1802467Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:58:34.1802636Z 2022-12-01T10:58:34.1802801Z ---------------------------------------------------------------------- 2022-12-01T10:58:34.1803067Z Ran 439 tests in 23.453s 2022-12-01T10:58:34.1803190Z 2022-12-01T10:58:34.1803267Z OK (skipped=123) 2022-12-01T10:58:34.1803381Z 2022-12-01T10:58:34.1803473Z Generating XML reports... 2022-12-01T10:58:34.1803829Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestOldViewOpsCPU-20221201105810.xml 2022-12-01T10:58:34.1804313Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsCPU-20221201105810.xml 2022-12-01T10:58:34.1804787Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsLAZY-20221201105810.xml 2022-12-01T10:58:34.1805038Z 2022-12-01T10:58:34.1805418Z ##[endgroup] 2022-12-01T10:58:34.1805769Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops__cki88ys) 2022-12-01T10:58:34.1806027Z 2022-12-01T10:58:36.3367634Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:36.4926062Z Running test_masked ... [2022-12-01 10:58:36.484255] 2022-12-01T10:58:36.4931084Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:36.484255] 2022-12-01T10:58:36.4932904Z Ignoring disabled issues: [] 2022-12-01T10:58:41.0709864Z 2022-12-01T10:58:41.0710608Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:58:41.0711601Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_42qqsddf) 2022-12-01T10:58:41.0711999Z 2022-12-01T10:58:41.0712348Z Running tests... 2022-12-01T10:58:41.0712760Z ---------------------------------------------------------------------- 2022-12-01T10:58:41.0713240Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-12-01T10:58:41.0713775Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (6.308s) 2022-12-01T10:58:41.0714264Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.515s) 2022-12-01T10:58:41.0714772Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.008s) 2022-12-01T10:58:41.0715270Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-12-01T10:58:41.0715774Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:58:41.0716430Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:58:41.0717078Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:58:41.0717615Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.101s) 2022-12-01T10:58:41.0718226Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.789s) 2022-12-01T10:58:41.0718915Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2022-12-01T10:58:41.0719584Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:58:41.0720177Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.006s) 2022-12-01T10:58:41.0720477Z 2022-12-01T10:58:41.0720875Z ---------------------------------------------------------------------- 2022-12-01T10:58:41.0721384Z Ran 12 tests in 8.750s 2022-12-01T10:58:41.0721582Z 2022-12-01T10:58:41.0721711Z OK (skipped=1) 2022-12-01T10:58:41.0721894Z 2022-12-01T10:58:41.0722030Z Generating XML reports... 2022-12-01T10:58:41.0722651Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221201105831.xml 2022-12-01T10:58:41.0723471Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221201105831.xml 2022-12-01T10:58:41.0724310Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221201105831.xml 2022-12-01T10:58:41.0724748Z 2022-12-01T10:58:41.0725210Z ##[endgroup] 2022-12-01T10:58:41.0725772Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_42qqsddf) 2022-12-01T10:58:41.0726216Z 2022-12-01T10:58:43.4531899Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:43.6262625Z Running test_transformers ... [2022-12-01 10:58:43.626000] 2022-12-01T10:58:43.6268870Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:43.626615] 2022-12-01T10:58:43.6271105Z Ignoring disabled issues: [] 2022-12-01T10:58:50.7292459Z 2022-12-01T10:58:50.7293272Z Expand the folded group to see the log file of test_transformers 2022-12-01T10:58:50.7294167Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_p3jhk01i) 2022-12-01T10:58:50.7294571Z 2022-12-01T10:58:50.7294674Z Running tests... 2022-12-01T10:58:50.7295018Z ---------------------------------------------------------------------- 2022-12-01T10:58:50.7295490Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-12-01T10:58:50.7296058Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.012s) 2022-12-01T10:58:50.7296434Z test_mask_check_fastpath (__main__.TestTransformers) 2022-12-01T10:58:50.7297160Z Test that fastpath is executed independently of the mask that is passed. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-12-01T10:58:50.7298071Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:58:50.7298323Z ok (0.026s) 2022-12-01T10:58:50.7298641Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-12-01T10:58:50.7299067Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.011s) 2022-12-01T10:58:50.7299505Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7299947Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.793s) 2022-12-01T10:58:50.7300395Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-12-01T10:58:50.7300838Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-12-01T10:58:50.7301274Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7301704Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7302283Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7302777Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:58:50.7303211Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:58:50.7303649Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:58:50.7304078Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7304507Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7304941Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:58:50.7305365Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:58:50.7305787Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:58:50.7306240Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-12-01T10:58:50.7306666Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-12-01T10:58:50.7307111Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-12-01T10:58:50.7307539Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-12-01T10:58:50.7308024Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-12-01T10:58:50.7309276Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.013s) 2022-12-01T10:58:50.7309704Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:58:50.7310139Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-12-01T10:58:50.7310588Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:58:50.7311034Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:58:50.7311472Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:58:50.7311894Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:58:50.7312327Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:58:50.7312725Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:58:50.7313147Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.003s) 2022-12-01T10:58:50.7313552Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... ok (0.395s) 2022-12-01T10:58:50.7314120Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.051s) 2022-12-01T10:58:50.7314655Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.047s) 2022-12-01T10:58:50.7315129Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.052s) 2022-12-01T10:58:50.7315600Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.050s) 2022-12-01T10:58:50.7316058Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.044s) 2022-12-01T10:58:50.7316529Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.038s) 2022-12-01T10:58:50.7317002Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.055s) 2022-12-01T10:58:50.7317467Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.053s) 2022-12-01T10:58:50.7317956Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:58:50.7318713Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:214: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:58:50.7319353Z torch.tensor(pair[0], device=device, dtype=torch.float32), # float input 2022-12-01T10:58:50.7319598Z ok (0.582s) 2022-12-01T10:58:50.7319983Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:58:50.7320682Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:58:50.7321323Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:58:50.7321593Z ok (0.586s) 2022-12-01T10:58:50.7321943Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:58:50.7322368Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.692s) 2022-12-01T10:58:50.7322800Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:58:50.7323219Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.711s) 2022-12-01T10:58:50.7323633Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:58:50.7324078Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.011s) 2022-12-01T10:58:50.7324525Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:58:50.7324970Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-12-01T10:58:50.7325412Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:58:50.7325913Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-12-01T10:58:50.7326461Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:58:50.7326911Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-12-01T10:58:50.7327304Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:58:50.7327713Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.007s) 2022-12-01T10:58:50.7328120Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:58:50.7328334Z 2022-12-01T10:58:50.7328492Z ---------------------------------------------------------------------- 2022-12-01T10:58:50.7328746Z Ran 54 tests in 4.391s 2022-12-01T10:58:50.7328865Z 2022-12-01T10:58:50.7329029Z OK (skipped=3) 2022-12-01T10:58:50.7329142Z 2022-12-01T10:58:50.7329238Z Generating XML reports... 2022-12-01T10:58:50.7329599Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221201105845.xml 2022-12-01T10:58:50.7329863Z 2022-12-01T10:58:50.7330174Z ##[endgroup] 2022-12-01T10:58:50.7330542Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_p3jhk01i) 2022-12-01T10:58:50.7330822Z 2022-12-01T10:58:52.9595558Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:53.1167915Z Running test_ao_sparsity ... [2022-12-01 10:58:53.115863] 2022-12-01T10:58:53.1174472Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:53.117018] 2022-12-01T10:58:53.1176717Z Ignoring disabled issues: [] 2022-12-01T10:58:54.7935222Z 2022-12-01T10:58:54.7935836Z Expand the folded group to see the log file of test_masked 2022-12-01T10:58:54.7936600Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_kzzwqn4m) 2022-12-01T10:58:54.7937501Z 2022-12-01T10:58:54.7937778Z Running tests... 2022-12-01T10:58:54.7938205Z ---------------------------------------------------------------------- 2022-12-01T10:58:54.7939028Z Test results will be stored in test-reports\python-unittest\test_masked 2022-12-01T10:58:54.7939524Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.246s) 2022-12-01T10:58:54.7940028Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.227s) 2022-12-01T10:58:54.7940483Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.227s) 2022-12-01T10:58:54.7940949Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-12-01T10:58:54.7941332Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7941719Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7942101Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7942553Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.007s) 2022-12-01T10:58:54.7942935Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7943296Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.284s) 2022-12-01T10:58:54.7943661Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.207s) 2022-12-01T10:58:54.7944008Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.215s) 2022-12-01T10:58:54.7944515Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.230s) 2022-12-01T10:58:54.7944892Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7945271Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7945651Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7946078Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7946458Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7946951Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:58:54.7947397Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7947787Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7948183Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7948636Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:58:54.7949135Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:58:54.7949674Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:58:54.7950098Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7950479Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7950852Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7951232Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7951684Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7952047Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.156s) 2022-12-01T10:58:54.7952410Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.182s) 2022-12-01T10:58:54.7952759Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:58:54.7953118Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.206s) 2022-12-01T10:58:54.7953479Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.229s) 2022-12-01T10:58:54.7953834Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.167s) 2022-12-01T10:58:54.7954184Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.162s) 2022-12-01T10:58:54.7954536Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.155s) 2022-12-01T10:58:54.7954867Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.169s) 2022-12-01T10:58:54.7955213Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-12-01T10:58:54.7955567Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.231s) 2022-12-01T10:58:54.7955915Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.153s) 2022-12-01T10:58:54.7956345Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-12-01T10:58:54.7956710Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-12-01T10:58:54.7957064Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.253s) 2022-12-01T10:58:54.7957407Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.243s) 2022-12-01T10:58:54.7957757Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.229s) 2022-12-01T10:58:54.7958112Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-12-01T10:58:54.7958458Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-12-01T10:58:54.7958806Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:58:54.7959148Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-12-01T10:58:54.7959494Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-12-01T10:58:54.7959827Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:58:54.7960186Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:58:54.7960540Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-12-01T10:58:54.7960894Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-12-01T10:58:54.7961266Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7961650Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7962030Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7962397Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7962779Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7963205Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-12-01T10:58:54.7963563Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.053s) 2022-12-01T10:58:54.7963912Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-12-01T10:58:54.7964267Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-12-01T10:58:54.7964636Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7965009Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7965386Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7965772Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7966150Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7966523Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-12-01T10:58:54.7966898Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7967286Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:58:54.7967666Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7968731Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:58:54.7969112Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-12-01T10:58:54.7969467Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-12-01T10:58:54.7969845Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7970231Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7970612Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7970982Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:58:54.7971362Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7971735Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:58:54.7972207Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-12-01T10:58:54.7972588Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:58:54.7973015Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-12-01T10:58:54.7973368Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:58:54.7973727Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-12-01T10:58:54.7974081Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-12-01T10:58:54.7974431Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-12-01T10:58:54.7974777Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:58:54.7975114Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-12-01T10:58:54.7975470Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.045s) 2022-12-01T10:58:54.7975909Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:58:54.7976271Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-12-01T10:58:54.7976637Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-12-01T10:58:54.7976998Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.053s) 2022-12-01T10:58:54.7977430Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-12-01T10:58:54.7977828Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:58:54.7978193Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-12-01T10:58:54.7978539Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.015s) 2022-12-01T10:58:54.7978884Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:58:54.7979224Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-12-01T10:58:54.7979577Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.015s) 2022-12-01T10:58:54.7979905Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.099s) 2022-12-01T10:58:54.7980257Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.107s) 2022-12-01T10:58:54.7980666Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:58:54.7981011Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-12-01T10:58:54.7981373Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.010s) 2022-12-01T10:58:54.7981755Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7982123Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7982477Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7982847Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7983210Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-12-01T10:58:54.7983568Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-12-01T10:58:54.7983924Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.115s) 2022-12-01T10:58:54.7984271Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-12-01T10:58:54.7984632Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7984990Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7985365Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7985742Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:58:54.7986117Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:58:54.7986485Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.085s) 2022-12-01T10:58:54.7986859Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7987248Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7987688Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:58:54.7988057Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.088s) 2022-12-01T10:58:54.7988411Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-12-01T10:58:54.7988761Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-12-01T10:58:54.7989117Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7989495Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7989865Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7990227Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7990605Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:58:54.7990963Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.114s) 2022-12-01T10:58:54.7991322Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-12-01T10:58:54.7991683Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-12-01T10:58:54.7992037Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.186s) 2022-12-01T10:58:54.7992386Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:58:54.7992767Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-12-01T10:58:54.7993116Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-12-01T10:58:54.7993457Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-12-01T10:58:54.7993805Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-12-01T10:58:54.7994144Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.122s) 2022-12-01T10:58:54.7994488Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-12-01T10:58:54.7994819Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:58:54.7995169Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.100s) 2022-12-01T10:58:54.7995526Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.119s) 2022-12-01T10:58:54.7995880Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.148s) 2022-12-01T10:58:54.7996224Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.139s) 2022-12-01T10:58:54.7996566Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-12-01T10:58:54.7996899Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:58:54.7997225Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.105s) 2022-12-01T10:58:54.7997566Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.090s) 2022-12-01T10:58:54.7997909Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-12-01T10:58:54.7998253Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-12-01T10:58:54.7998616Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-12-01T10:58:54.7998988Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-12-01T10:58:54.7999405Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.028s) 2022-12-01T10:58:54.7999753Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.273s) 2022-12-01T10:58:54.8000104Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.255s) 2022-12-01T10:58:54.8000452Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.253s) 2022-12-01T10:58:54.8000806Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-12-01T10:58:54.8001166Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.035s) 2022-12-01T10:58:54.8001539Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-12-01T10:58:54.8001895Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-12-01T10:58:54.8002281Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.670s) 2022-12-01T10:58:54.8002669Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:58:54.8003032Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.039s) 2022-12-01T10:58:54.8003391Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.029s) 2022-12-01T10:58:54.8003751Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-12-01T10:58:54.8004104Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:58:54.8004493Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-12-01T10:58:54.8004854Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-12-01T10:58:54.8005207Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-12-01T10:58:54.8005559Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:58:54.8005918Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-12-01T10:58:54.8006273Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.146s) 2022-12-01T10:58:54.8006622Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:58:54.8006954Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:58:54.8007297Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:58:54.8007637Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:58:54.8007968Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:58:54.8008298Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:58:54.8008636Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:58:54.8008962Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-12-01T10:58:54.8009314Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.132s) 2022-12-01T10:58:54.8009665Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:58:54.8010015Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:58:54.8010364Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.152s) 2022-12-01T10:58:54.8010709Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:58:54.8011047Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:58:54.8011428Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:58:54.8011760Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-12-01T10:58:54.8012208Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-12-01T10:58:54.8012556Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-12-01T10:58:54.8012878Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.005s) 2022-12-01T10:58:54.8013191Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:58:54.8013494Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:58:54.8013805Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:58:54.8014129Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-12-01T10:58:54.8014466Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-12-01T10:58:54.8014646Z 2022-12-01T10:58:54.8014808Z ---------------------------------------------------------------------- 2022-12-01T10:58:54.8015065Z Ran 202 tests in 15.062s 2022-12-01T10:58:54.8015186Z 2022-12-01T10:58:54.8015293Z OK (skipped=58, expected failures=1) 2022-12-01T10:58:54.8015434Z 2022-12-01T10:58:54.8015511Z Generating XML reports... 2022-12-01T10:58:54.8015874Z Generated XML report: test-reports\python-unittest\test_masked\TEST-TestMaskedCPU-20221201105839.xml 2022-12-01T10:58:54.8016124Z 2022-12-01T10:58:54.8016483Z ##[endgroup] 2022-12-01T10:58:54.8016905Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_kzzwqn4m) 2022-12-01T10:58:54.8017170Z 2022-12-01T10:58:57.1761700Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:58:57.3348821Z Running test_sort_and_select ... [2022-12-01 10:58:57.334159] 2022-12-01T10:58:57.3354085Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:57.334785] 2022-12-01T10:58:57.3355509Z Ignoring disabled issues: [] 2022-12-01T10:59:02.0679804Z 2022-12-01T10:59:02.0680757Z Expand the folded group to see the log file of test_ao_sparsity 2022-12-01T10:59:02.0681888Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_t9wxyq0n) 2022-12-01T10:59:02.0682220Z 2022-12-01T10:59:02.0682331Z Running tests... 2022-12-01T10:59:02.0682727Z ---------------------------------------------------------------------- 2022-12-01T10:59:02.0683220Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-12-01T10:59:02.0683865Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-12-01T10:59:02.0684728Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-12-01 10:58:55,238 - numba.cuda.cudadrv.driver - INFO - init 2022-12-01T10:59:02.0685510Z 2022-12-01 10:58:55,246 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-12-01T10:59:02.0686079Z ok (0.543s) 2022-12-01T10:59:02.0686560Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-12-01T10:59:02.0687208Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-12-01T10:59:02.0687881Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-12-01T10:59:02.0688614Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.005s) 2022-12-01T10:59:02.0689323Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.011s) 2022-12-01T10:59:02.0690415Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\_experimental\data_sparsifier\base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-12-01T10:59:02.0691873Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-12-01T10:59:02.0692338Z ok (0.026s) 2022-12-01T10:59:02.0699350Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.030s) 2022-12-01T10:59:02.0699971Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.022s) 2022-12-01T10:59:02.0700478Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-12-01T10:59:02.0701443Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.012s) 2022-12-01T10:59:02.0702107Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.000s) 2022-12-01T10:59:02.0702755Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.020s) 2022-12-01T10:59:02.0703409Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-12-01T10:59:02.0704023Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.013s) 2022-12-01T10:59:02.0704630Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-12-01T10:59:02.0705278Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0705970Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-12-01T10:59:02.0706679Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0707621Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-12-01T10:59:02.0708342Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-12-01T10:59:02.0709060Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-12-01T10:59:02.0709753Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-12-01T10:59:02.0710423Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.011s) 2022-12-01T10:59:02.0711470Z 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-12-01T10:59:02.0712281Z warnings.warn( 2022-12-01T10:59:02.0712534Z ok (0.410s) 2022-12-01T10:59:02.0712938Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.427s) 2022-12-01T10:59:02.0713517Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.397s) 2022-12-01T10:59:02.0714104Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.013s) 2022-12-01T10:59:02.0714684Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.373s) 2022-12-01T10:59:02.0715254Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.408s) 2022-12-01T10:59:02.0715832Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.010s) 2022-12-01T10:59:02.0716394Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.000s) 2022-12-01T10:59:02.0717512Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\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-12-01T10:59:02.0718837Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-12-01T10:59:02.0719286Z ok (0.000s) 2022-12-01T10:59:02.0719791Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.162s) 2022-12-01T10:59:02.0720488Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-12-01T10:59:02.0721213Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.008s) 2022-12-01T10:59:02.0721961Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-12-01T10:59:02.0722689Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:59:02.0723362Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.425s) 2022-12-01T10:59:02.0724049Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:59:02.0724754Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.401s) 2022-12-01T10:59:02.0725447Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:59:02.0726132Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.444s) 2022-12-01T10:59:02.0726811Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:59:02.0727502Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.028s) 2022-12-01T10:59:02.0728173Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:59:02.0728962Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.413s) 2022-12-01T10:59:02.0729700Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0730470Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0731227Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0732003Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.604s) 2022-12-01T10:59:02.0732747Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.219s) 2022-12-01T10:59:02.0733374Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.283s) 2022-12-01T10:59:02.0734104Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.271s) 2022-12-01T10:59:02.0734835Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.269s) 2022-12-01T10:59:02.0735540Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:59:02.0736177Z The expectation is post_training_sparse_quantize function ... ok (0.010s) 2022-12-01T10:59:02.0736813Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:59:02.0737432Z The expectation is post_training_sparse_quantize function ... ok (0.010s) 2022-12-01T10:59:02.0738351Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-12-01 10:59:01,141 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:59:02.0739138Z 2022-12-01 10:59:01,151 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:59:02.0739562Z ok (0.010s) 2022-12-01T10:59:02.0740509Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:279: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:59:02.0741391Z warnings.warn( 2022-12-01T10:59:02.0741689Z ok (0.089s) 2022-12-01T10:59:02.0742204Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.108s) 2022-12-01T10:59:02.0743033Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:59:02.0743669Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:59:02.0744268Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-12-01T10:59:02.0744841Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-12-01T10:59:02.0745418Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:59:02.0746036Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0746629Z Tests that fqn_to_module operates as inverse ... ok (0.005s) 2022-12-01T10:59:02.0747227Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0747840Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-12-01T10:59:02.0748470Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0749138Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.009s) 2022-12-01T10:59:02.0749796Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0750473Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.006s) 2022-12-01T10:59:02.0751174Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0751875Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.003s) 2022-12-01T10:59:02.0752615Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0753259Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.006s) 2022-12-01T10:59:02.0753901Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0754450Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.004s) 2022-12-01T10:59:02.0754966Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:59:02.0755494Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.004s) 2022-12-01T10:59:02.0756156Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0756886Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0757623Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:59:02.0758387Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.042s) 2022-12-01T10:59:02.0759143Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.248s) 2022-12-01T10:59:02.0759800Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.010s) 2022-12-01T10:59:02.0760162Z 2022-12-01T10:59:02.0760455Z ---------------------------------------------------------------------- 2022-12-01T10:59:02.0760928Z Ran 72 tests in 6.907s 2022-12-01T10:59:02.0761095Z 2022-12-01T10:59:02.0761176Z OK 2022-12-01T10:59:02.0761347Z 2022-12-01T10:59:02.0761515Z Generating XML reports... 2022-12-01T10:59:02.0762269Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201105854.xml 2022-12-01T10:59:02.0763463Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201105854.xml 2022-12-01T10:59:02.0764387Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201105854.xml 2022-12-01T10:59:02.0765255Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221201105854.xml 2022-12-01T10:59:02.0766239Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201105854.xml 2022-12-01T10:59:02.0767089Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221201105854.xml 2022-12-01T10:59:02.0768116Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201105854.xml 2022-12-01T10:59:02.0769222Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201105854.xml 2022-12-01T10:59:02.0770383Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221201105854.xml 2022-12-01T10:59:02.0771493Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201105854.xml 2022-12-01T10:59:02.0772692Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201105854.xml 2022-12-01T10:59:02.0773791Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201105854.xml 2022-12-01T10:59:02.0774809Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201105854.xml 2022-12-01T10:59:02.0776036Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201105854.xml 2022-12-01T10:59:02.0777101Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221201105854.xml 2022-12-01T10:59:02.0778303Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201105854.xml 2022-12-01T10:59:02.0779453Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201105854.xml 2022-12-01T10:59:02.0780044Z 2022-12-01T10:59:02.0780534Z ##[endgroup] 2022-12-01T10:59:02.0781163Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_t9wxyq0n) 2022-12-01T10:59:02.0781626Z 2022-12-01T10:59:03.6184398Z 2022-12-01T10:59:03.6185081Z Expand the folded group to see the log file of test_sort_and_select 2022-12-01T10:59:03.6186003Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_v7k5p5ff) 2022-12-01T10:59:03.6186451Z 2022-12-01T10:59:03.6186544Z Running tests... 2022-12-01T10:59:03.6186905Z ---------------------------------------------------------------------- 2022-12-01T10:59:03.6187387Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-12-01T10:59:03.6187884Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:59:03.6188275Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6188596Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:59:03.6188895Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:59:03.6189209Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:59:03.6189524Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:59:03.6189837Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:59:03.6190211Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:03.6190618Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:03.6191208Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:03.6191599Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:03.6192007Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:03.6192407Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:03.6192812Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:03.6193181Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.024s) 2022-12-01T10:59:03.6193519Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.028s) 2022-12-01T10:59:03.6193861Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6194185Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6194512Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-12-01T10:59:03.6194833Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6195148Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:59:03.6195466Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6195777Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-12-01T10:59:03.6196159Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6196479Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-12-01T10:59:03.6196796Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6197824Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T10:59:03.6198724Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:59:03.6198932Z ok (0.000s) 2022-12-01T10:59:03.6199171Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (2.022s) 2022-12-01T10:59:03.6199528Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:59:03.6199983Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:59:03.6200417Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:59:03.6200776Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:59:03.6201765Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [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:24.) 2022-12-01T10:59:03.6202704Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:59:03.6202898Z ok (0.000s) 2022-12-01T10:59:03.6203173Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.024s) 2022-12-01T10:59:03.6203543Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:59:03.6203907Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6204267Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6204701Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6205049Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6205459Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6205817Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6206174Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-12-01T10:59:03.6206513Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6206851Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:59:03.6207177Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6207486Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6207808Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6208196Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6208521Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:59:03.6208836Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6209161Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:59:03.6209495Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-12-01T10:59:03.6209838Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6210191Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-12-01T10:59:03.6210750Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:59:03.6211301Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.159s) 2022-12-01T10:59:03.6211788Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:59:03.6212272Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:59:03.6212773Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:59:03.6213270Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6213787Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-12-01T10:59:03.6214349Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T10:59:03.6214916Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6215424Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:59:03.6215909Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:59:03.6216418Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6216855Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6217176Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6217626Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6217940Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6218349Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6218674Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:59:03.6219106Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:59:03.6219462Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:59:03.6219816Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:59:03.6220172Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:59:03.6220504Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:59:03.6220851Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:59:03.6221197Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:59:03.6221540Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-12-01T10:59:03.6221886Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:59:03.6222217Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-12-01T10:59:03.6222537Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.023s) 2022-12-01T10:59:03.6222839Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.027s) 2022-12-01T10:59:03.6223251Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.028s) 2022-12-01T10:59:03.6223571Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:59:03.6223884Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-12-01T10:59:03.6224197Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:59:03.6224508Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:59:03.6224803Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.027s) 2022-12-01T10:59:03.6225421Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:423: 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-12-01T10:59:03.6225961Z x = torch.tensor([[[1., 1.], 2022-12-01T10:59:03.6233361Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:438: 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-12-01T10:59:03.6233962Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-12-01T10:59:03.6234521Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:446: 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-12-01T10:59:03.6235035Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-12-01T10:59:03.6235568Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:462: 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-12-01T10:59:03.6236068Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-12-01T10:59:03.6236303Z ok (0.703s) 2022-12-01T10:59:03.6236424Z 2022-12-01T10:59:03.6236569Z ---------------------------------------------------------------------- 2022-12-01T10:59:03.6236843Z Ran 91 tests in 3.594s 2022-12-01T10:59:03.6236970Z 2022-12-01T10:59:03.6237908Z OK (skipped=13) 2022-12-01T10:59:03.6238031Z 2022-12-01T10:59:03.6238132Z Generating XML reports... 2022-12-01T10:59:03.6238541Z Generated XML report: test-reports\python-unittest\test_sort_and_select\TEST-TestSortAndSelectCPU-20221201105859.xml 2022-12-01T10:59:03.6238831Z 2022-12-01T10:59:03.6239160Z ##[endgroup] 2022-12-01T10:59:03.6239526Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_v7k5p5ff) 2022-12-01T10:59:03.6239811Z 2022-12-01T10:59:04.2251219Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:04.3826471Z Running test_expanded_weights ... [2022-12-01 10:59:04.382436] 2022-12-01T10:59:04.3831588Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:04.382974] 2022-12-01T10:59:04.3833363Z Ignoring disabled issues: [] 2022-12-01T10:59:05.7778994Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:05.9389341Z Running test_nestedtensor ... [2022-12-01 10:59:05.934822] 2022-12-01T10:59:05.9395105Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:05.934822] 2022-12-01T10:59:05.9396664Z Ignoring disabled issues: [] 2022-12-01T10:59:10.2130450Z 2022-12-01T10:59:10.2131381Z Expand the folded group to see the log file of test_nestedtensor 2022-12-01T10:59:10.2132586Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_8r65wbc2) 2022-12-01T10:59:10.2133262Z 2022-12-01T10:59:10.2133385Z Running tests... 2022-12-01T10:59:10.2133780Z ---------------------------------------------------------------------- 2022-12-01T10:59:10.2134281Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-12-01T10:59:10.2135307Z test_activations (__main__.TestNestedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-12-01T10:59:10.2136369Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:59:10.2136789Z ok (0.014s) 2022-12-01T10:59:10.2137181Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:59:10.2137656Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2138187Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:59:10.2138656Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2139107Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2139597Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.734s) 2022-12-01T10:59:10.2140089Z test_numel (__main__.TestNestedTensor) ... ok (0.006s) 2022-12-01T10:59:10.2140555Z test_repr_string (__main__.TestNestedTensor) ... ok (0.006s) 2022-12-01T10:59:10.2141028Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:59:10.2141484Z test_size_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-12-01T10:59:10.2141964Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:59:10.2142509Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2143065Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2143515Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:59:10.2144068Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:59:10.2144590Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:59:10.2145873Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:59:10.2146437Z test_as_nested_tensor_propagates_gradients (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2147038Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:59:10.2147589Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2148132Z test_indexing_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2148752Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2149336Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.068s) 2022-12-01T10:59:10.2150015Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-12-01T10:59:10.2152105Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.009s) 2022-12-01T10:59:10.2152699Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-12-01T10:59:10.2153211Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-12-01T10:59:10.2153755Z test_nested_tensor_generates_leaf (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-12-01T10:59:10.2154277Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.020s) 2022-12-01T10:59:10.2154802Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2155407Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-12-01T10:59:10.2156255Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.105s) 2022-12-01T10:59:10.2156848Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-12-01T10:59:10.2157872Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... 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-12-01T10:59:10.2158764Z warnings.warn( 2022-12-01T10:59:10.2159550Z 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-12-01T10:59:10.2160286Z warnings.warn( 2022-12-01T10:59:10.2160574Z ok (0.036s) 2022-12-01T10:59:10.2160990Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-12-01T10:59:10.2161606Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2162192Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:59:10.2162763Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.022s) 2022-12-01T10:59:10.2163343Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:59:10.2163873Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:59:10.2164432Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-12-01T10:59:10.2164975Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-12-01T10:59:10.2165505Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:59:10.2166016Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:59:10.2166549Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2167256Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:59:10.2167885Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2168661Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2169175Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2169738Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:59:10.2170250Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2170784Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2171306Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:59:10.2171827Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2172355Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:59:10.2172919Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2173474Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2174063Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:59:10.2174628Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:59:10.2175158Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2175778Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2176334Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2176907Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2177508Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:59:10.2178042Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:59:10.2178740Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2179338Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2179930Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2180569Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2181187Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2181774Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2182412Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:59:10.2183006Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2183709Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2184341Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2184991Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2185623Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2186210Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:59:10.2186999Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:59:10.2187638Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:59:10.2188245Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:59:10.2188897Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:59:10.2189458Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:59:10.2190054Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2190644Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2191289Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:59:10.2191962Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2192621Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:59:10.2193242Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2193947Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2194566Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2195214Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2196169Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2196784Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2197398Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2198012Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2198638Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2199260Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:59:10.2199871Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2200564Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:59:10.2201191Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2201810Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2202409Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2203005Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2203581Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2204162Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2204736Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2205389Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2205979Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:59:10.2206590Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:59:10.2207238Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:59:10.2207801Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2208437Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2209147Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2209890Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2210639Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2211256Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:59:10.2211939Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-12-01T10:59:10.2212517Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:59:10.2213129Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:59:10.2213783Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2214453Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2215111Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:59:10.2215467Z 2022-12-01T10:59:10.2215722Z ---------------------------------------------------------------------- 2022-12-01T10:59:10.2217281Z Ran 124 tests in 1.640s 2022-12-01T10:59:10.2217507Z 2022-12-01T10:59:10.2217612Z OK 2022-12-01T10:59:10.2217734Z 2022-12-01T10:59:10.2229358Z Generating XML reports... 2022-12-01T10:59:10.2230204Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221201105908.xml 2022-12-01T10:59:10.2231218Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorAutograd-20221201105908.xml 2022-12-01T10:59:10.2232291Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorDeviceTypeCPU-20221201105908.xml 2022-12-01T10:59:10.2232827Z 2022-12-01T10:59:10.2233322Z ##[endgroup] 2022-12-01T10:59:10.2233910Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_8r65wbc2) 2022-12-01T10:59:10.2234349Z 2022-12-01T10:59:10.8123801Z 2022-12-01T10:59:10.8124796Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:59:10.8126266Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_r5x7g869) 2022-12-01T10:59:10.8127475Z 2022-12-01T10:59:10.8127641Z Running tests... 2022-12-01T10:59:10.8128028Z ---------------------------------------------------------------------- 2022-12-01T10:59:10.8128642Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-12-01T10:59:10.8129187Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.271s) 2022-12-01T10:59:10.8129774Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.253s) 2022-12-01T10:59:10.8130309Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:59:10.8130860Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8131367Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:59:10.8131852Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8132523Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:59:10.8132987Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:59:10.8133459Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:59:10.8133930Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8134861Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:896.) 2022-12-01T10:59:10.8135662Z return self.op(*args, **kwargs) 2022-12-01T10:59:10.8135914Z ok (0.021s) 2022-12-01T10:59:10.8136259Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.040s) 2022-12-01T10:59:10.8136745Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.082s) 2022-12-01T10:59:10.8137223Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:59:10.8137790Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-12-01T10:59:10.8138240Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:59:10.8138728Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:59:10.8139211Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8139693Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:59:10.8140178Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8140662Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8141149Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8141675Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8142140Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8142678Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8143165Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:59:10.8143653Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:59:10.8144220Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8144697Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:59:10.8145179Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:59:10.8145725Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:59:10.8146188Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8146661Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:59:10.8147133Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:59:10.8147601Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:59:10.8148119Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:59:10.8148584Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:59:10.8149096Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8149640Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8150123Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:59:10.8150630Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.030s) 2022-12-01T10:59:10.8151196Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:59:10.8151711Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:59:10.8152208Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-12-01T10:59:10.8152721Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8153218Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:59:10.8153715Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8154218Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.029s) 2022-12-01T10:59:10.8154775Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:59:10.8155326Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8155838Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.022s) 2022-12-01T10:59:10.8156341Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8156818Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-12-01T10:59:10.8157329Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8157848Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:59:10.8158441Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8158975Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8159508Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8160036Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8160562Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8161063Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.772s) 2022-12-01T10:59:10.8161452Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-12-01T10:59:10.8161906Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.051s) 2022-12-01T10:59:10.8162310Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.151s) 2022-12-01T10:59:10.8162721Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-12-01T10:59:10.8163136Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.046s) 2022-12-01T10:59:10.8163607Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.150s) 2022-12-01T10:59:10.8164015Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-12-01T10:59:10.8164393Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.043s) 2022-12-01T10:59:10.8164796Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.148s) 2022-12-01T10:59:10.8165240Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8165727Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:59:10.8166220Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:59:10.8166723Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8167258Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8167745Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-12-01T10:59:10.8168253Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:59:10.8168691Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-12-01T10:59:10.8169112Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.012s) 2022-12-01T10:59:10.8169544Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:59:10.8169974Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:59:10.8170409Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-12-01T10:59:10.8170843Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:59:10.8171345Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:59:10.8171818Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:59:10.8172213Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8172557Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8172948Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:59:10.8173328Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8173710Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8174047Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8174433Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8174799Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:59:10.8175151Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8175495Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:59:10.8175838Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8176183Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8176548Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:59:10.8176980Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8177366Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8177761Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8178124Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8178474Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8178898Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-12-01T10:59:10.8179409Z 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.002s) 2022-12-01T10:59:10.8179849Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8180279Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8180628Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8181019Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8181410Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:59:10.8181758Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8182111Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8182471Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8182813Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8183163Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8183506Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8183861Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8184350Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8184735Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8185118Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8185509Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:59:10.8185873Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8186225Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8186690Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-12-01T10:59:10.8187205Z 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.002s) 2022-12-01T10:59:10.8187695Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8188078Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8188425Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8188751Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8189108Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8189518Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8189908Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-12-01T10:59:10.8190284Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8190623Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8190969Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8191339Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8191732Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8192081Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8192428Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8192793Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:59:10.8193215Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8193660Z 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-12-01T10:59:10.8194221Z 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.002s) 2022-12-01T10:59:10.8194656Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8195020Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8195378Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8195729Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8196115Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:59:10.8196494Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8196900Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8197246Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8197602Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:59:10.8197990Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8198357Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8198734Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:59:10.8199111Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8199487Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8199896Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8200249Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8200664Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8201042Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8201414Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8201786Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8202224Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8202613Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8203097Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:59:10.8203662Z 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.002s) 2022-12-01T10:59:10.8204137Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8204548Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8204947Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8205347Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8205748Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.064s) 2022-12-01T10:59:10.8206143Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.040s) 2022-12-01T10:59:10.8206585Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8207023Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8207388Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:59:10.8207727Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8208145Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:59:10.8208627Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:59:10.8209023Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:59:10.8209376Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8209806Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:59:10.8210208Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-12-01T10:59:10.8210594Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:59:10.8210791Z 2022-12-01T10:59:10.8210950Z ---------------------------------------------------------------------- 2022-12-01T10:59:10.8211207Z Ran 184 tests in 3.234s 2022-12-01T10:59:10.8211329Z 2022-12-01T10:59:10.8211391Z OK (skipped=10) 2022-12-01T10:59:10.8211504Z 2022-12-01T10:59:10.8211596Z Generating XML reports... 2022-12-01T10:59:10.8212025Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightFunctionalCPU-20221201105907.xml 2022-12-01T10:59:10.8212692Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightHelperFunctionCPU-20221201105907.xml 2022-12-01T10:59:10.8213290Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221201105907.xml 2022-12-01T10:59:10.8213629Z 2022-12-01T10:59:10.8213953Z ##[endgroup] 2022-12-01T10:59:10.8214319Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_r5x7g869) 2022-12-01T10:59:10.8214606Z 2022-12-01T10:59:12.3980792Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:12.5536693Z Running test_scatter_gather_ops ... [2022-12-01 10:59:12.553024] 2022-12-01T10:59:12.5541892Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:12.553640] 2022-12-01T10:59:12.5543674Z Ignoring disabled issues: [] 2022-12-01T10:59:12.9981978Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:13.1578070Z Running test_logging ... [2022-12-01 10:59:13.157453] 2022-12-01T10:59:13.1585013Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:13.158076] 2022-12-01T10:59:13.1588505Z Ignoring disabled issues: [] 2022-12-01T10:59:17.1349956Z 2022-12-01T10:59:17.1350676Z Expand the folded group to see the log file of test_logging 2022-12-01T10:59:17.1351449Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_1ama4df5) 2022-12-01T10:59:17.1351737Z 2022-12-01T10:59:17.1351827Z Running tests... 2022-12-01T10:59:17.1352114Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.1352471Z Test results will be stored in test-reports\python-unittest\test_logging 2022-12-01T10:59:17.1352768Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:59:17.1353085Z This test verifies that api usage logging is not triggered via static ... ok (2.049s) 2022-12-01T10:59:17.1353284Z 2022-12-01T10:59:17.1353445Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.1353713Z Ran 1 test in 2.047s 2022-12-01T10:59:17.1353839Z 2022-12-01T10:59:17.1353907Z OK 2022-12-01T10:59:17.1354007Z 2022-12-01T10:59:17.1354109Z Generating XML reports... 2022-12-01T10:59:17.1354456Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221201105914.xml 2022-12-01T10:59:17.1354714Z 2022-12-01T10:59:17.1354953Z ##[endgroup] 2022-12-01T10:59:17.1355313Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_1ama4df5) 2022-12-01T10:59:17.1355577Z 2022-12-01T10:59:17.5331864Z 2022-12-01T10:59:17.5332404Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T10:59:17.5333504Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_q1uxenu3) 2022-12-01T10:59:17.5333945Z 2022-12-01T10:59:17.5334052Z Running tests... 2022-12-01T10:59:17.5334429Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.5334925Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-12-01T10:59:17.5335365Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-12-01T10:59:17.5335837Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-12-01T10:59:17.5336290Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-12-01T10:59:17.5336742Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.013s) 2022-12-01T10:59:17.5337135Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:59:17.5337457Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.014s) 2022-12-01T10:59:17.5337799Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:59:17.5338149Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:59:17.5338482Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-12-01T10:59:17.5338806Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-12-01T10:59:17.5339253Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.213s) 2022-12-01T10:59:17.5339620Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.200s) 2022-12-01T10:59:17.5339966Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.227s) 2022-12-01T10:59:17.5340326Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:59:17.5340676Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-12-01T10:59:17.5341021Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:59:17.5341365Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:59:17.5341703Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:59:17.5342026Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T10:59:17.5342385Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-12-01T10:59:17.5343191Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:59:17.5343948Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-12-01T10:59:17.5344207Z ok (0.026s) 2022-12-01T10:59:17.5344476Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-12-01T10:59:17.5344832Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.034s) 2022-12-01T10:59:17.5345192Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5345535Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.052s) 2022-12-01T10:59:17.5345891Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-12-01T10:59:17.5346245Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-12-01T10:59:17.5346671Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-12-01T10:59:17.5347020Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5347370Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-12-01T10:59:17.5347720Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-12-01T10:59:17.5348056Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5348406Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5348761Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-12-01T10:59:17.5349200Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-12-01T10:59:17.5349551Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-12-01T10:59:17.5349902Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5350233Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5350578Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5350922Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-12-01T10:59:17.5351277Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-12-01T10:59:17.5351640Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.034s) 2022-12-01T10:59:17.5352075Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:59:17.5352429Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-12-01T10:59:17.5352761Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-12-01T10:59:17.5353111Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:59:17.5353458Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-12-01T10:59:17.5353827Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-12-01T10:59:17.5354172Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5354513Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-12-01T10:59:17.5354857Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5355204Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5355540Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-12-01T10:59:17.5355895Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5356261Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5356620Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.028s) 2022-12-01T10:59:17.5356971Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5357321Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.028s) 2022-12-01T10:59:17.5357655Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-12-01T10:59:17.5358005Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-12-01T10:59:17.5358349Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T10:59:17.5358692Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-12-01T10:59:17.5359088Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.028s) 2022-12-01T10:59:17.5359436Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-12-01T10:59:17.5359786Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-12-01T10:59:17.5360133Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5360487Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-12-01T10:59:17.5360833Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5361178Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-12-01T10:59:17.5361516Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-12-01T10:59:17.5361857Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-12-01T10:59:17.5362184Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-12-01T10:59:17.5362522Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.034s) 2022-12-01T10:59:17.5362865Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-12-01T10:59:17.5363057Z 2022-12-01T10:59:17.5363213Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.5363471Z Ran 74 tests in 2.594s 2022-12-01T10:59:17.5363589Z 2022-12-01T10:59:17.5363649Z OK 2022-12-01T10:59:17.5363744Z 2022-12-01T10:59:17.5363835Z Generating XML reports... 2022-12-01T10:59:17.5364273Z Generated XML report: test-reports\python-unittest\test_scatter_gather_ops\TEST-TestScatterGatherCPU-20221201105914.xml 2022-12-01T10:59:17.5364553Z 2022-12-01T10:59:17.5364837Z ##[endgroup] 2022-12-01T10:59:17.5365215Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_q1uxenu3) 2022-12-01T10:59:17.5365502Z 2022-12-01T10:59:19.4816637Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:19.6456225Z Running nn/test_packed_sequence ... [2022-12-01 10:59:19.635746] 2022-12-01T10:59:19.6462246Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:19.645905] 2022-12-01T10:59:19.6464110Z Ignoring disabled issues: [] 2022-12-01T10:59:19.7491662Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:19.9385391Z Running test_fx_reinplace_pass ... [2022-12-01 10:59:19.938062] 2022-12-01T10:59:19.9391025Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:19.938671] 2022-12-01T10:59:19.9393910Z Ignoring disabled issues: [] 2022-12-01T10:59:23.0250447Z 2022-12-01T10:59:23.0250925Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:59:23.0251855Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence__gaogu0s) 2022-12-01T10:59:23.0252179Z 2022-12-01T10:59:23.0252263Z Running tests... 2022-12-01T10:59:23.0252562Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.0252911Z Test results will be stored in test-reports\python-unittest\nn\test_packed_sequence 2022-12-01T10:59:23.0253303Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.182s) 2022-12-01T10:59:23.0253639Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.120s) 2022-12-01T10:59:23.0253955Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.028s) 2022-12-01T10:59:23.0254368Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-12-01T10:59:23.0255009Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-12-01T10:59:23.0255319Z test_to (__main__.PackedSequenceTest) ... ok (0.004s) 2022-12-01T10:59:23.0255624Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.003s) 2022-12-01T10:59:23.0255938Z test_total_length (__main__.PackedSequenceTest) ... ok (0.008s) 2022-12-01T10:59:23.0256229Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:59:23.0256556Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.039s) 2022-12-01T10:59:23.0256904Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.020s) 2022-12-01T10:59:23.0257206Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.010s) 2022-12-01T10:59:23.0257517Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-12-01T10:59:23.0257688Z 2022-12-01T10:59:23.0257847Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.0258111Z Ran 12 tests in 1.407s 2022-12-01T10:59:23.0258233Z 2022-12-01T10:59:23.0258299Z OK 2022-12-01T10:59:23.0258395Z 2022-12-01T10:59:23.0258491Z Generating XML reports... 2022-12-01T10:59:23.0258891Z Generated XML report: test-reports\python-unittest\nn\test_packed_sequence\TEST-PackedSequenceTest-20221201105921.xml 2022-12-01T10:59:23.0259176Z 2022-12-01T10:59:23.0259416Z ##[endgroup] 2022-12-01T10:59:23.0259805Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence__gaogu0s) 2022-12-01T10:59:23.0260098Z 2022-12-01T10:59:23.7749037Z 2022-12-01T10:59:23.7750025Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-12-01T10:59:23.7751044Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_zci_0l26) 2022-12-01T10:59:23.7751375Z 2022-12-01T10:59:23.7751458Z Running tests... 2022-12-01T10:59:23.7751720Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.7752086Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-12-01T10:59:23.7752511Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.397s) 2022-12-01T10:59:23.7752835Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.012s) 2022-12-01T10:59:23.7753237Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.007s) 2022-12-01T10:59:23.7753691Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.095s) 2022-12-01T10:59:23.7754029Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.015s) 2022-12-01T10:59:23.7754371Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.714s) 2022-12-01T10:59:23.7754710Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.023s) 2022-12-01T10:59:23.7755100Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.011s) 2022-12-01T10:59:23.7755517Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.012s) 2022-12-01T10:59:23.7755926Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.010s) 2022-12-01T10:59:23.7756272Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-12-01T10:59:23.7756453Z 2022-12-01T10:59:23.7756615Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.7756881Z Ran 11 tests in 1.297s 2022-12-01T10:59:23.7757005Z 2022-12-01T10:59:23.7757070Z OK 2022-12-01T10:59:23.7757170Z 2022-12-01T10:59:23.7757267Z Generating XML reports... 2022-12-01T10:59:23.7757662Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221201105922.xml 2022-12-01T10:59:23.7757937Z 2022-12-01T10:59:23.7759010Z ##[endgroup] 2022-12-01T10:59:23.7759472Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_zci_0l26) 2022-12-01T10:59:23.7759758Z 2022-12-01T10:59:25.1661227Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:25.3284534Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 10:59:25.327738] 2022-12-01T10:59:25.3290167Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:25.328371] 2022-12-01T10:59:25.3291604Z Ignoring disabled issues: [] 2022-12-01T10:59:25.8799042Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:26.0447853Z Running test_futures ... [2022-12-01 10:59:26.044585] 2022-12-01T10:59:26.0453794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:26.045265] 2022-12-01T10:59:26.0455801Z Ignoring disabled issues: [] 2022-12-01T10:59:28.3531833Z 2022-12-01T10:59:28.3532578Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T10:59:28.3533455Z ##[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_9udwwh7p) 2022-12-01T10:59:28.3533805Z 2022-12-01T10:59:28.3533888Z Running tests... 2022-12-01T10:59:28.3534168Z ---------------------------------------------------------------------- 2022-12-01T10:59:28.3534736Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-12-01T10:59:28.3535154Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.127s) 2022-12-01T10:59:28.3535536Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.000s) 2022-12-01T10:59:28.3535755Z 2022-12-01T10:59:28.3535912Z ---------------------------------------------------------------------- 2022-12-01T10:59:28.3536179Z Ran 2 tests in 1.125s 2022-12-01T10:59:28.3536305Z 2022-12-01T10:59:28.3536370Z OK 2022-12-01T10:59:28.3536469Z 2022-12-01T10:59:28.3536566Z Generating XML reports... 2022-12-01T10:59:28.3537004Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221201105926.xml 2022-12-01T10:59:28.3537343Z 2022-12-01T10:59:28.3537585Z ##[endgroup] 2022-12-01T10:59:28.3538011Z 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_9udwwh7p) 2022-12-01T10:59:28.3538329Z 2022-12-01T10:59:29.2106025Z 2022-12-01T10:59:29.2106592Z Expand the folded group to see the log file of test_futures 2022-12-01T10:59:29.2107867Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_2dandpk_) 2022-12-01T10:59:29.2108277Z 2022-12-01T10:59:29.2108396Z Running tests... 2022-12-01T10:59:29.2108732Z ---------------------------------------------------------------------- 2022-12-01T10:59:29.2109081Z Test results will be stored in test-reports\python-unittest\test_futures 2022-12-01T10:59:29.2109540Z 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-12-01T10:59:29.2109815Z 2022-12-01T10:59:29.2109888Z At: 2022-12-01T10:59:29.2110291Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-12-01T10:59:29.2111341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-12-01T10:59:29.2112321Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-12-01T10:59:29.2112970Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-12-01T10:59:29.2113364Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-12-01T10:59:29.2113758Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-12-01T10:59:29.2114168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2038): _run_with_retry 2022-12-01T10:59:29.2114652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2096): run 2022-12-01T10:59:29.2115101Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-12-01T10:59:29.2115393Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-12-01T10:59:29.2115701Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-12-01T10:59:29.2116004Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-12-01T10:59:29.2116305Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-12-01T10:59:29.2116636Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-12-01T10:59:29.2117402Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-12-01T10:59:29.2118065Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-12-01T10:59:29.2118771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(785): run_tests 2022-12-01T10:59:29.2119206Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-12-01T10:59:29.2119410Z 2022-12-01T10:59:29.2119485Z ok (0.471s) 2022-12-01T10:59:29.2119880Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-12-01T10:59:29.2120386Z 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-12-01T10:59:29.2120771Z ok (0.001s) 2022-12-01T10:59:29.2121004Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:59:29.2121302Z test_chained_then (__main__.TestFuture) ... ok (0.005s) 2022-12-01T10:59:29.2121582Z test_collect_all (__main__.TestFuture) ... ok (0.103s) 2022-12-01T10:59:29.2121847Z test_done (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:59:29.2122123Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:59:29.2122480Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:59:29.2122974Z 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-12-01T10:59:29.2123607Z 2022-12-01T10:59:29.2123741Z At: 2022-12-01T10:59:29.2124305Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-12-01T10:59:29.2125056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-12-01T10:59:29.2125536Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-12-01T10:59:29.2125951Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-12-01T10:59:29.2126265Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-12-01T10:59:29.2126650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2038): _run_with_retry 2022-12-01T10:59:29.2127139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2096): run 2022-12-01T10:59:29.2127525Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-12-01T10:59:29.2127826Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-12-01T10:59:29.2128128Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-12-01T10:59:29.2128522Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-12-01T10:59:29.2128804Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-12-01T10:59:29.2129137Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-12-01T10:59:29.2129605Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-12-01T10:59:29.2130308Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-12-01T10:59:29.2131130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(785): run_tests 2022-12-01T10:59:29.2131568Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-12-01T10:59:29.2131772Z 2022-12-01T10:59:29.2131827Z ok (0.002s) 2022-12-01T10:59:29.2132068Z test_mark_future_twice (__main__.TestFuture) ... ok (0.018s) 2022-12-01T10:59:29.2132352Z test_pickle_future (__main__.TestFuture) ... ok (0.000s) 2022-12-01T10:59:29.2132636Z test_set_exception (__main__.TestFuture) ... ok (0.006s) 2022-12-01T10:59:29.2132940Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.000s) 2022-12-01T10:59:29.2133232Z test_then (__main__.TestFuture) ... ok (0.000s) 2022-12-01T10:59:29.2133480Z test_then_no_arg (__main__.TestFuture) ... ok (0.000s) 2022-12-01T10:59:29.2133754Z test_then_raise (__main__.TestFuture) ... ok (0.000s) 2022-12-01T10:59:29.2134027Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.010s) 2022-12-01T10:59:29.2134292Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:59:29.2134614Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.001s) 2022-12-01T10:59:29.2135034Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.508s) 2022-12-01T10:59:29.2135294Z test_wait_none (__main__.TestFuture) ... ok (0.003s) 2022-12-01T10:59:29.2135447Z 2022-12-01T10:59:29.2135608Z ---------------------------------------------------------------------- 2022-12-01T10:59:29.2136205Z Ran 22 tests in 1.141s 2022-12-01T10:59:29.2136478Z 2022-12-01T10:59:29.2136639Z OK (skipped=1) 2022-12-01T10:59:29.2136789Z 2022-12-01T10:59:29.2137021Z Generating XML reports... 2022-12-01T10:59:29.2137609Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221201105927.xml 2022-12-01T10:59:29.2137854Z 2022-12-01T10:59:29.2138367Z ##[endgroup] 2022-12-01T10:59:29.2138728Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_2dandpk_) 2022-12-01T10:59:29.2138989Z 2022-12-01T10:59:30.5889393Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:30.7477151Z Running test_dlpack ... [2022-12-01 10:59:30.745863] 2022-12-01T10:59:30.7482297Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:30.745863] 2022-12-01T10:59:30.7484419Z Ignoring disabled issues: [] 2022-12-01T10:59:31.3952023Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:31.5530958Z Running test_numpy_interop ... [2022-12-01 10:59:31.550239] 2022-12-01T10:59:31.5535921Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:31.550239] 2022-12-01T10:59:31.5537737Z Ignoring disabled issues: [] 2022-12-01T10:59:34.0100336Z 2022-12-01T10:59:34.0100959Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:59:34.0101731Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_xloqh3ro) 2022-12-01T10:59:34.0102232Z 2022-12-01T10:59:34.0102353Z Running tests... 2022-12-01T10:59:34.0102753Z ---------------------------------------------------------------------- 2022-12-01T10:59:34.0103652Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-12-01T10:59:34.0104195Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0104663Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-12-01T10:59:34.0105053Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0105434Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0105807Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0106184Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0106548Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0106904Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.011s) 2022-12-01T10:59:34.0107273Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0107638Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0108006Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0108459Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0108908Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0109521Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0109948Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0110385Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0110810Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0111246Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0111671Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0112096Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0112525Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0112956Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0113368Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0113797Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0114226Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0114702Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0115126Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0115598Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:59:34.0116057Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0116558Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:34.0116980Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:34.0117399Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0117799Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:59:34.0118199Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:34.0118573Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.667s) 2022-12-01T10:59:34.0118926Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0119274Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0119635Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0119996Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-12-01T10:59:34.0120434Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0120873Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0121303Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0121692Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0122775Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-12-01T10:59:34.0123168Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0123527Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0123897Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0124261Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0124638Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0125011Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0125369Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-12-01T10:59:34.0125734Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0126102Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0126489Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0126924Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0127343Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0127717Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0128086Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-12-01T10:59:34.0128454Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0128849Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0129223Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0129593Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0130039Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0130387Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0130735Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.011s) 2022-12-01T10:59:34.0131061Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0131403Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0131744Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0132078Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0132409Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0132779Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0133087Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0133454Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0133796Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0134157Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0134517Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0134916Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0135269Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0135660Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0136013Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0136354Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0136695Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0137035Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0137382Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:59:34.0137727Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0138118Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0138505Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0138932Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0139314Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0139729Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-12-01T10:59:34.0140101Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.007s) 2022-12-01T10:59:34.0140452Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0140813Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0141184Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:59:34.0141552Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:59:34.0141750Z 2022-12-01T10:59:34.0141913Z ---------------------------------------------------------------------- 2022-12-01T10:59:34.0142178Z Ran 95 tests in 0.859s 2022-12-01T10:59:34.0142302Z 2022-12-01T10:59:34.0142383Z OK (skipped=23) 2022-12-01T10:59:34.0142482Z 2022-12-01T10:59:34.0142578Z Generating XML reports... 2022-12-01T10:59:34.0143024Z Generated XML report: test-reports\python-unittest\test_dlpack\TEST-TestTorchDlPackCPU-20221201105932.xml 2022-12-01T10:59:34.0143295Z 2022-12-01T10:59:34.0143640Z ##[endgroup] 2022-12-01T10:59:34.0143999Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_xloqh3ro) 2022-12-01T10:59:34.0144263Z 2022-12-01T10:59:34.7569918Z 2022-12-01T10:59:34.7570580Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:59:34.7571568Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_iyd8p1jx) 2022-12-01T10:59:34.7571893Z 2022-12-01T10:59:34.7571978Z Running tests... 2022-12-01T10:59:34.7572277Z ---------------------------------------------------------------------- 2022-12-01T10:59:34.7572641Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-12-01T10:59:34.7581889Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:233.) 2022-12-01T10:59:34.7582780Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-12-01T10:59:34.7583044Z ok (0.010s) 2022-12-01T10:59:34.7583755Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:297: DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index 2022-12-01T10:59:34.7584283Z self.assertEqual(dtype(42), torch.tensor(dtype(42)).item()) 2022-12-01T10:59:34.7584511Z ok (0.000s) 2022-12-01T10:59:34.7584788Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-12-01T10:59:34.7585127Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-12-01T10:59:34.7585441Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-12-01T10:59:34.7585869Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-12-01T10:59:34.7586283Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.017s) 2022-12-01T10:59:34.7586616Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:59:34.7586944Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7587294Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:59:34.7587625Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7587977Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7588515Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:59:34.7588957Z self.assertFalse(t == a) 2022-12-01T10:59:34.7589152Z ok (0.004s) 2022-12-01T10:59:34.7589409Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7589751Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7590075Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7590416Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:59:34.7590751Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:59:34.7591085Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-12-01T10:59:34.7591533Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:59:34.7591933Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-12-01T10:59:34.7592304Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.675s) 2022-12-01T10:59:34.7592637Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.007s) 2022-12-01T10:59:34.7592956Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:59:34.7593266Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.032s) 2022-12-01T10:59:34.7593591Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.017s) 2022-12-01T10:59:34.7593778Z 2022-12-01T10:59:34.7593937Z ---------------------------------------------------------------------- 2022-12-01T10:59:34.7594179Z Ran 26 tests in 0.828s 2022-12-01T10:59:34.7594297Z 2022-12-01T10:59:34.7594359Z OK 2022-12-01T10:59:34.7594451Z 2022-12-01T10:59:34.7594544Z Generating XML reports... 2022-12-01T10:59:34.7594924Z Generated XML report: test-reports\python-unittest\test_numpy_interop\TEST-TestNumPyInteropCPU-20221201105933.xml 2022-12-01T10:59:34.7595192Z 2022-12-01T10:59:34.7595480Z ##[endgroup] 2022-12-01T10:59:34.7595846Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_iyd8p1jx) 2022-12-01T10:59:34.7596121Z 2022-12-01T10:59:36.1918282Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:36.3473533Z Running test_subclass ... [2022-12-01 10:59:36.337798] 2022-12-01T10:59:36.3478835Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:36.337798] 2022-12-01T10:59:36.3480523Z Ignoring disabled issues: [] 2022-12-01T10:59:36.8713989Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:37.0430372Z Running test_model_dump ... [2022-12-01 10:59:37.042834] 2022-12-01T10:59:37.0435582Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:37.043450] 2022-12-01T10:59:37.0438220Z Ignoring disabled issues: [] 2022-12-01T10:59:38.9371795Z 2022-12-01T10:59:38.9372352Z Expand the folded group to see the log file of test_subclass 2022-12-01T10:59:38.9373197Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_9deh5v0f) 2022-12-01T10:59:38.9373593Z 2022-12-01T10:59:38.9373730Z Running tests... 2022-12-01T10:59:38.9374098Z ---------------------------------------------------------------------- 2022-12-01T10:59:38.9374558Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-12-01T10:59:38.9374926Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.467s) 2022-12-01T10:59:38.9375273Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9375606Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9375965Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9376319Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9376667Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9377024Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9377383Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9377801Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9378311Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9378711Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-12-01T10:59:38.9379325Z 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-12-01T10:59:38.9379916Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:59:38.9380193Z expected failure (0.000s) 2022-12-01T10:59:38.9380487Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.006s) 2022-12-01T10:59:38.9380851Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-12-01T10:59:38.9381190Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-12-01T10:59:38.9381537Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.010s) 2022-12-01T10:59:38.9381867Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:59:38.9382209Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:59:38.9382555Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9382897Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.009s) 2022-12-01T10:59:38.9383276Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9383754Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9384200Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9384646Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9385046Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9385436Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:59:38.9385824Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9386218Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9386604Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9386996Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9387383Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9387769Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:59:38.9388152Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9388545Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9388943Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9389324Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9389720Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.011s) 2022-12-01T10:59:38.9390206Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9390687Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9391148Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9391541Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9391896Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9392214Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9392530Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9392868Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9393200Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9393525Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9393860Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9394197Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9394514Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9394837Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9395169Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9395509Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9395921Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9396335Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9396691Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9397087Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:59:38.9397445Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9397805Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9398157Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:59:38.9398506Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:59:38.9398856Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9399206Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:59:38.9399556Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9399923Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9400288Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9400644Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9401007Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-12-01T10:59:38.9401376Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.010s) 2022-12-01T10:59:38.9401735Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:59:38.9402081Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:59:38.9402275Z 2022-12-01T10:59:38.9402482Z ---------------------------------------------------------------------- 2022-12-01T10:59:38.9402795Z Ran 71 tests in 0.672s 2022-12-01T10:59:38.9402916Z 2022-12-01T10:59:38.9403005Z OK (expected failures=5) 2022-12-01T10:59:38.9403187Z 2022-12-01T10:59:38.9403278Z Generating XML reports... 2022-12-01T10:59:38.9403760Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221201105937.xml 2022-12-01T10:59:38.9404011Z 2022-12-01T10:59:38.9404289Z ##[endgroup] 2022-12-01T10:59:38.9404641Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_9deh5v0f) 2022-12-01T10:59:38.9404906Z 2022-12-01T10:59:39.5640034Z 2022-12-01T10:59:39.5640612Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:59:39.5641462Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_poz014nj) 2022-12-01T10:59:39.5641743Z 2022-12-01T10:59:39.5641823Z Running tests... 2022-12-01T10:59:39.5642094Z ---------------------------------------------------------------------- 2022-12-01T10:59:39.5642448Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-12-01T10:59:39.5642776Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.453s) 2022-12-01T10:59:39.5643065Z test_invalid_json (__main__.TestModelDump) ... ok (0.031s) 2022-12-01T10:59:39.5643372Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.000s) 2022-12-01T10:59:39.5643713Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.000s) 2022-12-01T10:59:39.5644127Z test_model_with_lists (__main__.TestModelDump) ... ok (0.010s) 2022-12-01T10:59:39.5644667Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-12-01T10:59:39.5645042Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-12-01T10:59:39.5645369Z test_scripted_model (__main__.TestModelDump) ... ok (0.010s) 2022-12-01T10:59:39.5645662Z test_traced_model (__main__.TestModelDump) ... ok (0.089s) 2022-12-01T10:59:39.5645824Z 2022-12-01T10:59:39.5645963Z ---------------------------------------------------------------------- 2022-12-01T10:59:39.5646224Z Ran 9 tests in 0.594s 2022-12-01T10:59:39.5646344Z 2022-12-01T10:59:39.5646421Z OK (skipped=4) 2022-12-01T10:59:39.5646535Z 2022-12-01T10:59:39.5646628Z Generating XML reports... 2022-12-01T10:59:39.5646983Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221201105938.xml 2022-12-01T10:59:39.5647243Z 2022-12-01T10:59:39.5647473Z ##[endgroup] 2022-12-01T10:59:39.5647820Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_poz014nj) 2022-12-01T10:59:39.5648086Z 2022-12-01T10:59:41.1520072Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:41.3120683Z Running profiler/test_profiler_tree ... [2022-12-01 10:59:41.304284] 2022-12-01T10:59:41.3126060Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:41.304284] 2022-12-01T10:59:41.3127872Z Ignoring disabled issues: [] 2022-12-01T10:59:41.7456723Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:41.9101144Z Running test_pytree ... [2022-12-01 10:59:41.909770] 2022-12-01T10:59:41.9108344Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:41.910431] 2022-12-01T10:59:41.9112176Z Ignoring disabled issues: [] 2022-12-01T10:59:43.8382960Z 2022-12-01T10:59:43.8383599Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:59:43.8384668Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_hiyungsf) 2022-12-01T10:59:43.8385298Z 2022-12-01T10:59:43.8385404Z Running tests... 2022-12-01T10:59:43.8385716Z ---------------------------------------------------------------------- 2022-12-01T10:59:43.8386082Z Test results will be stored in test-reports\python-unittest\profiler\test_profiler_tree 2022-12-01T10:59:43.8386730Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8387496Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8388085Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8388683Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8389268Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8389850Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8390225Z ok (0.490s) 2022-12-01T10:59:43.8390677Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-12-01T10:59:43.8391177Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-12-01T10:59:43.8391674Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:59:43.8392318Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8393063Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8393645Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8394297Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8394877Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8395466Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8395840Z ok (0.012s) 2022-12-01T10:59:43.8396336Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8397023Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8397613Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8398253Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8398839Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8399467Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8399837Z ok (0.026s) 2022-12-01T10:59:43.8400396Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8401090Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8401671Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8402247Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8402892Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8403479Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8403848Z ok (0.018s) 2022-12-01T10:59:43.8404348Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8405023Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8405660Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8406249Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8406975Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8407559Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8407924Z ok (0.030s) 2022-12-01T10:59:43.8408422Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8409112Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8409696Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8410335Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8410932Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:59:43.8411501Z STAGE:2022-12-01 10:59:43 4688:5220 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:59:43.8411920Z ok (0.010s) 2022-12-01T10:59:43.8412569Z 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.000s) 2022-12-01T10:59:43.8413154Z 2022-12-01T10:59:43.8413311Z ---------------------------------------------------------------------- 2022-12-01T10:59:43.8413567Z Ran 10 tests in 0.594s 2022-12-01T10:59:43.8413688Z 2022-12-01T10:59:43.8413765Z OK (skipped=4) 2022-12-01T10:59:43.8413875Z 2022-12-01T10:59:43.8413965Z Generating XML reports... 2022-12-01T10:59:43.8414353Z Generated XML report: test-reports\python-unittest\profiler\test_profiler_tree\TEST-TestProfilerTree-20221201105942.xml 2022-12-01T10:59:43.8414628Z 2022-12-01T10:59:43.8414886Z ##[endgroup] 2022-12-01T10:59:43.8415340Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_hiyungsf) 2022-12-01T10:59:44.4408855Z 2022-12-01T10:59:44.4408872Z 2022-12-01T10:59:44.4409577Z Expand the folded group to see the log file of test_pytree 2022-12-01T10:59:44.4410436Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_n069_y8h) 2022-12-01T10:59:44.4410705Z 2022-12-01T10:59:44.4410784Z Running tests... 2022-12-01T10:59:44.4411053Z ---------------------------------------------------------------------- 2022-12-01T10:59:44.4411394Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-12-01T10:59:44.4411793Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.480s) 2022-12-01T10:59:44.4412099Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-12-01T10:59:44.4412446Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:59:44.4412738Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.003s) 2022-12-01T10:59:44.4413049Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-12-01T10:59:44.4413360Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.000s) 2022-12-01T10:59:44.4413664Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.006s) 2022-12-01T10:59:44.4413976Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.000s) 2022-12-01T10:59:44.4414296Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.000s) 2022-12-01T10:59:44.4414600Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.000s) 2022-12-01T10:59:44.4414882Z test_tree_all_any (__main__.TestPytree) ... ok (0.000s) 2022-12-01T10:59:44.4415147Z test_tree_only (__main__.TestPytree) ... ok (0.011s) 2022-12-01T10:59:44.4415406Z test_treemap (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:59:44.4415678Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:59:44.4415960Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:59:44.4416101Z 2022-12-01T10:59:44.4416255Z ---------------------------------------------------------------------- 2022-12-01T10:59:44.4416510Z Ran 15 tests in 0.516s 2022-12-01T10:59:44.4416830Z 2022-12-01T10:59:44.4416892Z OK 2022-12-01T10:59:44.4416984Z 2022-12-01T10:59:44.4417077Z Generating XML reports... 2022-12-01T10:59:44.4417426Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221201105943.xml 2022-12-01T10:59:44.4417670Z 2022-12-01T10:59:44.4417963Z ##[endgroup] 2022-12-01T10:59:44.4418296Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_n069_y8h) 2022-12-01T10:59:44.4418600Z 2022-12-01T10:59:46.0965537Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:46.2615794Z Running test_per_overload_api ... [2022-12-01 10:59:46.261060] 2022-12-01T10:59:46.2621516Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:46.261707] 2022-12-01T10:59:46.2623770Z Ignoring disabled issues: [] 2022-12-01T10:59:46.6150537Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:46.7691074Z Running test_type_info ... [2022-12-01 10:59:46.768903] 2022-12-01T10:59:46.7696908Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:46.769511] 2022-12-01T10:59:46.7698966Z Ignoring disabled issues: [] 2022-12-01T10:59:48.6909767Z 2022-12-01T10:59:48.6910522Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:59:48.6911537Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_wpp1chhp) 2022-12-01T10:59:48.6911909Z 2022-12-01T10:59:48.6911996Z Running tests... 2022-12-01T10:59:48.6912261Z ---------------------------------------------------------------------- 2022-12-01T10:59:48.6912694Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-12-01T10:59:48.6913071Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.494s) 2022-12-01T10:59:48.6913423Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:59:48.6913760Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:59:48.6913935Z 2022-12-01T10:59:48.6914096Z ---------------------------------------------------------------------- 2022-12-01T10:59:48.6914358Z Ran 3 tests in 0.500s 2022-12-01T10:59:48.6914463Z 2022-12-01T10:59:48.6914531Z OK 2022-12-01T10:59:48.6914631Z 2022-12-01T10:59:48.6914728Z Generating XML reports... 2022-12-01T10:59:48.6915125Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221201105947.xml 2022-12-01T10:59:48.6915407Z 2022-12-01T10:59:48.6915645Z ##[endgroup] 2022-12-01T10:59:48.6916030Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_wpp1chhp) 2022-12-01T10:59:48.6916326Z 2022-12-01T10:59:49.1386325Z 2022-12-01T10:59:49.1386985Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:59:49.1387868Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_dkpjktw2) 2022-12-01T10:59:49.1388161Z 2022-12-01T10:59:49.1388249Z Running tests... 2022-12-01T10:59:49.1388531Z ---------------------------------------------------------------------- 2022-12-01T10:59:49.1388869Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-12-01T10:59:49.1389195Z test_finfo (__main__.TestDTypeInfo) ... ok (0.461s) 2022-12-01T10:59:49.1389543Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:59:49.1389832Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:59:49.1389998Z 2022-12-01T10:59:49.1390155Z ---------------------------------------------------------------------- 2022-12-01T10:59:49.1390668Z Ran 3 tests in 0.468s 2022-12-01T10:59:49.1390793Z 2022-12-01T10:59:49.1390839Z OK 2022-12-01T10:59:49.1390938Z 2022-12-01T10:59:49.1391036Z Generating XML reports... 2022-12-01T10:59:49.1391407Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221201105948.xml 2022-12-01T10:59:49.1391663Z 2022-12-01T10:59:49.1391902Z ##[endgroup] 2022-12-01T10:59:49.1392263Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_dkpjktw2) 2022-12-01T10:59:49.1392523Z 2022-12-01T10:59:50.8693396Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:51.0259087Z Running nn/test_dropout ... [2022-12-01 10:59:51.022184] 2022-12-01T10:59:51.0264515Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:51.022184] 2022-12-01T10:59:51.0266309Z Ignoring disabled issues: [] 2022-12-01T10:59:51.2499669Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:53.8499500Z 2022-12-01T10:59:53.8500252Z Expand the folded group to see the log file of nn/test_dropout 2022-12-01T10:59:53.8501072Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_iqj3fv2i) 2022-12-01T10:59:53.8501378Z 2022-12-01T10:59:53.8501461Z Running tests... 2022-12-01T10:59:53.8501742Z ---------------------------------------------------------------------- 2022-12-01T10:59:53.8502311Z Test results will be stored in test-reports\python-unittest\nn\test_dropout 2022-12-01T10:59:53.8502725Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.011s) 2022-12-01T10:59:53.8503047Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.105s) 2022-12-01T10:59:53.8503419Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.004s) 2022-12-01T10:59:53.8503779Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:59:53.8504146Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:59:53.8504485Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:59:53.8504835Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:59:53.8505189Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.264s) 2022-12-01T10:59:53.8505545Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:59:53.8505745Z 2022-12-01T10:59:53.8505907Z ---------------------------------------------------------------------- 2022-12-01T10:59:53.8506175Z Ran 9 tests in 0.437s 2022-12-01T10:59:53.8506300Z 2022-12-01T10:59:53.8506377Z OK (skipped=1) 2022-12-01T10:59:53.8506475Z 2022-12-01T10:59:53.8506575Z Generating XML reports... 2022-12-01T10:59:53.8506955Z Generated XML report: test-reports\python-unittest\nn\test_dropout\TEST-TestDropoutNN-20221201105953.xml 2022-12-01T10:59:53.8507493Z Generated XML report: test-reports\python-unittest\nn\test_dropout\TEST-TestDropoutNNDeviceTypeCPU-20221201105953.xml 2022-12-01T10:59:53.8507793Z 2022-12-01T10:59:53.8508049Z ##[endgroup] 2022-12-01T10:59:53.8508419Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_iqj3fv2i) 2022-12-01T10:59:53.8508692Z 2022-12-01T10:59:53.8512326Z Ignoring disabled issues: [] 2022-12-01T10:59:54.1906282Z Running test_ops_gradients ... [2022-12-01 10:59:54.190216] 2022-12-01T10:59:56.0995322Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:56.1047514Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T10:59:56.2624476Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:56.258706] 2022-12-01T10:59:56.2626038Z Ignoring disabled issues: [] 2022-12-01T10:59:56.2634231Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:56.258706] 2022-12-01T10:59:56.2635716Z Ignoring disabled issues: [] 2022-12-01T11:09:09.8180307Z 2022-12-01T11:09:09.8180881Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T11:09:09.8181800Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_c_la_7v6) 2022-12-01T11:09:09.8271964Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-eb8c313ab9778824.xml 2022-12-01T11:09:09.8272375Z ============================= test session starts ============================= 2022-12-01T11:09:09.8272728Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-12-01T11:09:09.8274934Z cachedir: .pytest_cache 2022-12-01T11:09:09.8275373Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:09:09.8275813Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-12-01T11:09:09.8276462Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:09:09.8276853Z collecting ... collected 7560 items / 18 deselected / 7542 selected 2022-12-01T11:09:09.9258580Z Running 3784 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-12-01T11:09:09.9690418Z 2022-12-01T11:09:09.9693331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9693860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9694376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9694904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9695482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9695999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9696562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9697061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9697554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9698283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9698794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9699310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9699815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9700316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9700833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9701336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9701889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9702425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9702989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9703475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9703965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9704461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9704955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9705556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9706039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 0%] 2022-12-01T11:09:09.9706511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9707010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9707522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9708018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9708576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9709081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9709624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9710123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9710691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9711219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9711732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:09.9712332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:09.9712849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:09.9713355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9713849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9714273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-12-01T11:09:09.9714733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:09.9715303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9715864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9716379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9716873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9717364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9717919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9718409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9718895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9719399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9719887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9720378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9720877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9721425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9721926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9722523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9723012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9723494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9724012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9724526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9725020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9725505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9726000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9726509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9727010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9727515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9728058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9728558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9729101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9729588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9730141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:09.9730654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:09.9731150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9731640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:09.9732120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9732600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9733103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9733613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9734108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9734710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T11:09:09.9735247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9735748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9736247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9736750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9737237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9737734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9738236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9738751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9739264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9764412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9765129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9765673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9766212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9766970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9767495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9768061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9768569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9769080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9769593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9770105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9770613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9771123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9771614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9772205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9772708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9773221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9773788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9774353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9774860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9775357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9775850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9776333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:09.9776833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9777346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9777860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9778366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9778858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9779426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9780003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9780512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9781060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9781555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9782048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9782546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9783059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9783566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9784129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9784641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9785157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9785662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9786185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9786748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T11:09:09.9787304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T11:09:09.9787807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T11:09:09.9788288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T11:09:09.9788748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T11:09:09.9789237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9789743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9790231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9790739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:09.9791248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9791803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9792407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9792980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9793498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9794065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9794584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9795097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9795627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9796143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:09.9796719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9797242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9797828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9803740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9804292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9804832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:09.9805372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:09.9805924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 4%] 2022-12-01T11:09:09.9806369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 4%] 2022-12-01T11:09:09.9806912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9831935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9832493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9833073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9833578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9834181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9834684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9835192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9835709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:09.9836235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:09.9836779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:09.9837308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9837833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9838460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9838978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9839557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9840085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 4%] 2022-12-01T11:09:09.9840598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9841087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9841587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9842085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9842581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9843086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9843593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9844089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9844591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9845148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9845750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9846248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:09.9846745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9847237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9847713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9848187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9848678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9849177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9849673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9850229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9850739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9851250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9851816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9852355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9852851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9853357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9853847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9854336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9854821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9855312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9855790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9856268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9856747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9857287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9857843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:09.9858350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9858895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9859389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9859878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9860369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9860859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9861349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9861895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9862400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9862898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9863395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9863885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9864437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9864940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9865489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:09.9865991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9866488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9866995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9867492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9868008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9868548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9869123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9869627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9870118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9870607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9871141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9871687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9872262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9872772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9873299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9873863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9874365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9874878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9875411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9875921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9876408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9876921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9877475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9877988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9878566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9879099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9879615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9880134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:09.9880684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9881288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9881843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9882389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9882940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9883485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9884098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9884646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9885215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:09.9885795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9886342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9886895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9887424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9887962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9888509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9889047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9889578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9890099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9890709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9891291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9891905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9892409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 7%] 2022-12-01T11:09:09.9892947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9893490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9894036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9894602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9895163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9895710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9896241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9896774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9897363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9897998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9898519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9899074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9899613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9900136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9900684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9901190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 7%] 2022-12-01T11:09:09.9901713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9902272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9902826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9903374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9903964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9904572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9905170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9905707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9906217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:09.9906734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9907252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9907788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9908335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9908869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9910205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9910779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9911420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9912074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9912608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9913143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9913684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T11:09:09.9914190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9914694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9915194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9915682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9916173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9916727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9917206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T11:09:09.9917805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T11:09:09.9918339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T11:09:09.9919131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T11:09:09.9919942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T11:09:09.9920740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T11:09:09.9921476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9922182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9922735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9923310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9924537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9925132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9925776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T11:09:09.9926242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T11:09:09.9926704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T11:09:09.9927158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9927657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9928162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9928652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9929151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:09.9929709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9930223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9930807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9931331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9931842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9932428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9932928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9933425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9933936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9934462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9934993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9935516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9936079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9936582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9937215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9937731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9938234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9938736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9939230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9939733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9940216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T11:09:09.9940658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T11:09:09.9941123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9941614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9942116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9942682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9943209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9943785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9944352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9944882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9945367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 9%] 2022-12-01T11:09:09.9945824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9946322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9946825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9947339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9947853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:09.9948354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9948894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:09.9949451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9950008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9950499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9951005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 10%] 2022-12-01T11:09:09.9951540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9952181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9952740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9953284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9953798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9954302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9954840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9955470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T11:09:09.9956035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9956706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9957258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9957780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9958325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9958913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T11:09:09.9959508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T11:09:09.9960094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T11:09:09.9960725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T11:09:09.9961274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9961794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:09.9962345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9962907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9963424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9963939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9964447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9964944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9965441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9965932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9966437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9966927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9967432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9967979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9968535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9969036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9969599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:09.9970111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9970608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9971105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9971582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9972085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9972595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9973149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9973650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9974153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9974659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9975227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9975803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9976314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9976817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9977317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9977817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9978318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9978819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9979320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9979823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9980381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:09.9980882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:09.9981455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:09.9981959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9982505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9982998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9983497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9983984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9984471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9985013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9985495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9985990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9986485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9986988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9987474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9988012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:09.9988520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:09.9989014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 11%] 2022-12-01T11:09:09.9989404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9989791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9990196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9990593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9990982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9991372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9991764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9992265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 12%] 2022-12-01T11:09:09.9992721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9993116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9993501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9993897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9994353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9994755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9995203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9995584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9995995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9996426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9996825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9997278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:09.9997843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:09.9998295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:09.9998734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:09.9999186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:09.9999576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:10.0000034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:10.0000545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:10.0001113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:10.0001689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:10.0002183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 12%] 2022-12-01T11:09:10.0002667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 SKIPPED (Passes on complex128 and float64 only) [ 12%] 2022-12-01T11:09:10.0003108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:10.0003501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:10.0003899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:10.0004297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:10.0004689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 12%] 2022-12-01T11:09:10.0005141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 12%] 2022-12-01T11:09:10.0005531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0005925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0006330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0006724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0007166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 13%] 2022-12-01T11:09:10.0007573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 13%] 2022-12-01T11:09:10.0007991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0008405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0008843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:10.0009313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0009739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0010159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0010624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0011098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:10.0011616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:10.0012073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0012456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0012850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 13%] 2022-12-01T11:09:10.0013311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:10.0013837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0014262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0014731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0015141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0015517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0015913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0016308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0016711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0017107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0017515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0017980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0018355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0018746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:10.0019135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0019541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 13%] 2022-12-01T11:09:10.0019971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 13%] 2022-12-01T11:09:10.0020431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0020846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0021294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:10.0021693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0022100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0022495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0022896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0023345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0023740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0024115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0024523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0024940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0025341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0025725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0026119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0026512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0026944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0027338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0027856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:10.0028381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:10.0028828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0029219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0029629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0030022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0030427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0030879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0031272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0031732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:10.0032306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0032711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0033115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0033504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0033914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0034318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0034718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0035116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0035511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0035911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0036353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:10.0036760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0037168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:10.0037577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0037976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0038430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0038829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0039263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0039655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0040059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:10.0040460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0040854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:10.0041246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0041632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0042020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:10.0042428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0042818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0043281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0043785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0044163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0044542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0044985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0045508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0046028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0046477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 15%] 2022-12-01T11:09:10.0046935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0047457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0047975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0048481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:10.0048868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0049258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0049649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0050048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0050444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0050838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0051239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0051619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:10.0052074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0052586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0053102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0053620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:10.0054126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0054633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0055208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0056479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0057004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0057509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0057961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0058410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T11:09:10.0058898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T11:09:10.0059371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T11:09:10.0059843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T11:09:10.0060277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0060667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0061047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0061495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0061951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0062392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0062793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0063199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0063599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0063986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0064392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0064801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0065207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0065615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0066021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0066456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0066874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0067277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0067752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0068300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0068888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0069420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:10.0069906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 16%] 2022-12-01T11:09:10.0070344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-12-01T11:09:10.0070780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0071196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:10.0071614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:10.0072127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0072551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0072977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0073523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0074074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0074548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0074952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0075387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 17%] 2022-12-01T11:09:10.0075828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0076329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 17%] 2022-12-01T11:09:10.0076804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0077210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0077624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0078018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0078431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0078840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0079259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0079677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0080077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0080484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0080946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0081352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0081768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0082176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0082591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0083008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0083489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0083949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0084324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:10.0084707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0085102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0085504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0085908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0086353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:10.0086905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0087432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0088008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0088533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:10.0089057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:10.0089517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0089980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:10.0090432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0090840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0091244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0091631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0092029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0092431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0092846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0093263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0093724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0094141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0094554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0094976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0095398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0095803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0096220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0096646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0097061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0097460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0097874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0098281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0098730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0099137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0099538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0099948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0100333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0100722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0101110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0101531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0101976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0102414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0102828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0103195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0103586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:10.0104000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:10.0104408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0104803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0105276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0105810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0106309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:10.0106690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0107093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0107560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0108004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:10.0108460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0108995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0109522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0110035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0110550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0111117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0111639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:10.0112227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0112696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0113153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0113605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0114056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0114489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0114903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0115336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0115761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0116197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0116636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0117085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0117543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0118053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0118485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0118913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0119341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0119775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0120210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0120645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0121112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:10.0121597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:10.0122070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0122517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0122947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0123413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0123838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0124270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0124698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0125118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0125562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0126016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0126470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0126923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0127361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0127782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0128202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0128618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0129046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0129481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0129918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0130388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0130817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0131257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0131683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0132116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0132553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0132972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0133402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0133836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0134284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0134730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0135161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0135644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0136085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0136526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0136967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0137417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:10.0137870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0138308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:10.0138730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0139173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0139618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0140045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0140464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0140889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0141336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0141778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0142213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0142690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0143120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0143635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0144119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0144589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0145042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0145464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0145945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:10.0146396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0146793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0147223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T11:09:10.0147743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T11:09:10.0148243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:10.0148762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:10.0149260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:10.0149711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0150106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0150503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0150909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0151310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 21%] 2022-12-01T11:09:10.0151724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0152251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T11:09:10.0152712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T11:09:10.0153144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0153550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0153945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0154339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:10.0154737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:10.0155262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:10.0155778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0156295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0156814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0157274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0157675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0158076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0158476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0158900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0159313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0159727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0160173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0160580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0161044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0161573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0162099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0162570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0162967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0163373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0163766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0164152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0164573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T11:09:10.0164993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0165393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0165792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0166210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0166620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0167013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0167456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0167853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0168311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0168814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0169256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0169648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0170039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0170424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0170839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:10.0171264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:10.0171731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:10.0172333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:10.0172824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0173231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0173634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0174129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:10.0174622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0175109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:10.0175676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:10.0176210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:10.0176767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:10.0177244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0177654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0178072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0178491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0178889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0179279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0179703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0180104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0180504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0180897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0181297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0181694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0182081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0182452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0182838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0183221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0183612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0184008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0184397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0184841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0185236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0185624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0186012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0186398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0186785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:10.0187171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0187632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:10.0188086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:10.0188475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0188869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0189275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0189675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0190076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0190480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0190858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0191250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0191647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0192153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0192609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0193080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T11:09:10.0193613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T11:09:10.0194080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0194464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0194856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0195243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0195647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0196059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0196464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0196872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0197259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0205451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0205955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0206352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0206732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0207090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0207450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0207827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0208211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0208592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0208966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0209317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0209693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0210081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 24%] 2022-12-01T11:09:10.0210461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 24%] 2022-12-01T11:09:10.0210827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:10.0211192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0211553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0211905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0212277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0212646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0213096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0213494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0213884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0214252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0214684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0215196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0215630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0216066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0216496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0216936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0217429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0217967Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0218419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 25%] 2022-12-01T11:09:10.0218852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 25%] 2022-12-01T11:09:10.0219249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0219621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0219986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0220356Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0220727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0221082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0221457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0221841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0222213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0222596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0222966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0223321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0223691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0224128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0224621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0225053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:10.0225550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:10.0225984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0226357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:10.0226707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0227070Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 26%] 2022-12-01T11:09:10.0227428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 26%] 2022-12-01T11:09:10.0227865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:10.0228354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:10.0228789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0229168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0229540Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0229920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0230286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0230692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0231060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0231431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0231814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0232296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0232680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0233079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0233479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0233866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0234247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0234600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0234971Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0235335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0235774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:10.0236214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 26%] 2022-12-01T11:09:10.0236576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 26%] 2022-12-01T11:09:10.0236934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0237350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0237732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0238126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0238573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0238753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0238937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0239116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0239295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0239469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0239648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:10.0239825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:10.0240027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0240220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0240384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0240559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0240738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0240915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0241133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0241310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0241488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0241666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0241916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0242160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0242409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0242650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0242892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0243132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0243309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0243482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0243657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0243832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0244015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0244188Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0244435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:10.0244662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0244991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0245163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0245342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0245529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0245769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0245957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0246133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0246313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0246495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0246673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0246846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0247026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0247207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:10.0247434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:10.0247627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0247808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0247985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0248163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0248352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0248533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0248716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0248885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0249062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0249243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0249421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0249597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0249784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0249966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0250140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0250312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0250488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0250665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0250902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0252041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0252349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0252607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0252785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0252968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0253143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0253318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0253498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0253661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0253846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:10.0254026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0254204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0254389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:10.0254693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0254944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0255200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0255441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0255687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0255923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:10.0256174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0256416Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0256600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 29%] 2022-12-01T11:09:10.0256832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:10.0257062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:10.0257300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:10.0257518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:10.0257787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:10.0258509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0258754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0258937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0259179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0259369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0259553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0259748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0259920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0260109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0260289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0260474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0260657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0260845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0261042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0261288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0261505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0261695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0261962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0262224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0262427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0262613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0262810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0263001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0263189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0263392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0263583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0263848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:10.0264065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 29%] 2022-12-01T11:09:10.0264287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:10.0264508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:10.0264761Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2022-12-01T11:09:10.0265518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0265712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0265909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0266093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0266299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0266487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0266681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0266870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0267065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0267256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0267441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0267640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0267829Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0268130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0268382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0268564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0268747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0268928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0269113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0269368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0269614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0269854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0270037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0270202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0270380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0270559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0270740Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0270978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0271230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:10.0271415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0271691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0271969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0272158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0272339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0272535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:10.0272719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0272904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:10.0273095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0273282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0273468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0273657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0273841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0274021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0274240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0274425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0274621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0274802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0274977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0275182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0275390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0275583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0275780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0275953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0276135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0276309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0276486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0276665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0276844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0277017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0277209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0277513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0277768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0278066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0278361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0278604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0278851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0279097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0279330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:10.0279532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0279738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0279939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0280166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0280355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:10.0281107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:10.0281319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0281539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0281751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0281963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0282171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0282375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0282576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0282782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0282984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0283214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0283444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0283658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0283926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0284122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0284328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0284526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0284841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0285041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0285257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0285458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0285655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0285859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0286069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0286265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0286482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T11:09:10.0286699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T11:09:10.0286907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0287113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0287351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0287573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0287782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0287989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0288187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0288386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0288593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0288789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0288996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:10.0289201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:10.0289408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0289599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0289791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0289972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0290184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0290451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0290656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0290900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0291132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0291352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0291570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0291780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0292013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0292220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0292467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T11:09:10.0292646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0292819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0293001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0293179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0293362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0293594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0293769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0293979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T11:09:10.0294206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T11:09:10.0294453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T11:09:10.0294700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T11:09:10.0294941Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T11:09:10.0295108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0295286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0295469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0295644Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0295826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0296002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0296201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0296413Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T11:09:10.0296597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0296805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:10.0296999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:10.0297223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0297400Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0297702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0297951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0298197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0298440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0298688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0298927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0299104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0299275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0299455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0299663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0299861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0300046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0300229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0300409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0300587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0300839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0301083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0301336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:10.0301518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0301698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0301872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0302044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0302224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0302407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0302597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0302783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0302965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0303198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0303430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0303617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0303790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0303953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0304152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0304345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0304523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:10.0304696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:10.0304885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0305060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0305257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0305447Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0305618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0305878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T11:09:10.0306137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0306395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0306653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0306926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0307201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0307479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0307662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0307851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0308120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0308300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0308479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0308746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0308928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0309202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:10.0309532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0309841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0310139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0310430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T11:09:10.0310597Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0310792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0311030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0311225Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0311410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0311584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0311765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0312087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0312272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0312451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0312628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0312813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0312989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:10.0313165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:10.0313341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0313522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0313704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0313880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0314065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0314233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0314425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0314599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0314776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0314966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0315147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0315319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0315495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0315712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0315892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0316064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0316237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0316423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0316649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0316839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0317019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0317195Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0317383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0317617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0317805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0317969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0318148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0318440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:10.0318621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0318801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0318980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0319157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0319333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0319521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0319698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0319880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0320056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:10.0320237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:10.0320417Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0320594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0320773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0321024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:10.0321279Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:10.0321460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0321638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0321802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0322024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0322214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0322408Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0322596Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0322777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0322964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0323199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0323385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0323563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0323740Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0323921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0324155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0324337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0324520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0324768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0324954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0325132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0325308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0325566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T11:09:10.0325746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0325916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0326098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0326356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T11:09:10.0326607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T11:09:10.0326813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 XFAIL [ 37%] 2022-12-01T11:09:10.0326989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0327173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0327351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:10.0327532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:10.0327708Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0327889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0328074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0328302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0328485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0328673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0328851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 38%] 2022-12-01T11:09:10.0329029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0329284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:10.0329532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:10.0329787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0329986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0330234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:10.0330405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 38%] 2022-12-01T11:09:10.0330632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 38%] 2022-12-01T11:09:10.0330931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:10.0331185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:10.0331377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0331561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0331763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0331960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0332160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0332352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0332531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0332711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0332912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0333096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0333296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0333489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0333677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0333860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0334038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0334217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0334392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 38%] 2022-12-01T11:09:10.0334598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 38%] 2022-12-01T11:09:10.0334781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0334967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:10.0335148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:10.0335327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0335506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0335689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0335867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0336059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0336300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0336488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0336667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0336845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0337130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0337318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0337495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0337681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0337860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0338109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:10.0338367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:10.0338613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:10.0338794Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0338963Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0339147Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0339323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0339507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0339694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0339877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0340055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0340239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0340427Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0340608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0340839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0341024Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0341211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0341394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0341588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0341774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0341960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0342150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0342342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:10.0342521Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:10.0342690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0342921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0343113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0343342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0343524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0343753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0343942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0344119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0344308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0344486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0344744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0344922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0345095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0345272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0345531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0345784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0345968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0346148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0346402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0346649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0346886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0347068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 40%] 2022-12-01T11:09:10.0347245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 40%] 2022-12-01T11:09:10.0347486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0347743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0347931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0348114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0348299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0348475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0348725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0348974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0349158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0349405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0349641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0349826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:10.0350006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:10.0350296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0350554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:10.0350805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0351050Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0351303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0351556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0351790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0352130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0352372Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0352610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0352841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0353062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0353337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T11:09:10.0353518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0353705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0353936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0354125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0354308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0354496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0354693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0354881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0355085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 41%] 2022-12-01T11:09:10.0355270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0355460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0355738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0355946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0356163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0356350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0356668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0356932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:10.0357139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 41%] 2022-12-01T11:09:10.0357355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0357563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0357765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0357962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0358166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0358359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0358556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0358736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:10.0358934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:10.0359136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0359379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0359659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:10.0359856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0360074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 42%] 2022-12-01T11:09:10.0360270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0360459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0360667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0360870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0361053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0361246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0361437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0361623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0361863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0362059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0362298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0362503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0362699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0362901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0363152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0363350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0363528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0363718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0363915Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0364109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0364292Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0364473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0364646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0364906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:10.0365166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:10.0365424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:10.0365648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0365835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0366009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0366191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:10.0366371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0366561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0366750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:10.0367008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:10.0367207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0367402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0367594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0367782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0367973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0368190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0368398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0368589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0368847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0369038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0369235Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0369428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0369666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0369855Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0370042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0370231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0370416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0370607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0370790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0370972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0371159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0371347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0371532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0371713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0371940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0372141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0372348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0372564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:10.0372774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0372974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0373156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0373338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0373598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:10.0373777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0373982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0374168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:10.0374398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0374591Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0374771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0375035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0375346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0375534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:10.0375725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 44%] 2022-12-01T11:09:10.0376028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0376215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:10.0376467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0376731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0376985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0377238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0377492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0377738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0377987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0378278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:10.0378486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0378701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0378903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0379108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0379326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0379538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0379742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0379956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0380190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0380387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0381340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0381564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:10.0381851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:10.0382072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0382280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0382613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 44%] 2022-12-01T11:09:10.0382821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0383021Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0383229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0383452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0383673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:10.0383889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0384112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0384318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0384523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0384739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0384989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0385190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0385404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0385629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T11:09:10.0385844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0386066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T11:09:10.0386265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0386552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T11:09:10.0386775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0386975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0387187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0387905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0388131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0388402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0388621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0388833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0389099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0389317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0389595Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T11:09:10.0389808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0390015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0390214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0390412Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0390632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0390834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0391046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0391234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0391440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0391731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0392036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0392255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0392441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:10.0392629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:10.0392848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 46%] 2022-12-01T11:09:10.0393104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0393353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0393611Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0393858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0394108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0394339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0394532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0394763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0394959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0395137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0395345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0395576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0395764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0395947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0396122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0396300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0396473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0396729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0396989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0397172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0397355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0397546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0397734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0397973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0398153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0398336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0398535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0398721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0398910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0399092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0399347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0399601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0399857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:10.0400044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0400221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0400403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:10.0400624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:10.0400840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:10.0401028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0401249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0401434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0401609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0401794Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0402018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0402227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0402425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0402686Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0402965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 47%] 2022-12-01T11:09:10.0403145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0403325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0403509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0403690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0403942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0404172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0404351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0404533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0404716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:10.0404898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0405118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:10.0405338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:10.0405597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0405884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0406163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0406447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T11:09:10.0406668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0406856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0407040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0407327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T11:09:10.0407525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0407855Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:10.0408049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0408278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0408622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T11:09:10.0408918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T11:09:10.0409115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:10.0409300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0409481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0409680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0409862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0410045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0410274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0410456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0410631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0410810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0410985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0411162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0411351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0411533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0411696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0411879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0412058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0412254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0412443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0412621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0412843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0413019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0413206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0413393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0413566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0413751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0413929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0414175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0414372Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0414558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0414742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0414968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0415173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0415351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0415521Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0415693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0415880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:10.0416056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0416233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:10.0416418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0416656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0416835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0417027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0417215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0417395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0417571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0417762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0417947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0418130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0418306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0418560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:10.0418809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:10.0418990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0419226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0419416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0419592Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0419776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0419960Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0420143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0420324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0420528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 SKIPPED (Skipped!) [ 49%] 2022-12-01T11:09:10.0420767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0420953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0421134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0421316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0421547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0421738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0421918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0422107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:10.0422294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0422475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0422657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0422959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:10.0423221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:10.0423403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0423583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:10.0423843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0424085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0424338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0424598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0424816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 50%] 2022-12-01T11:09:10.0425005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0425226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0425419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0425602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0425787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0425985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0426183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0426379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0426568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 50%] 2022-12-01T11:09:10.0426754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 50%] 2022-12-01T11:09:10.0426945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0427184Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0427434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0427626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0427901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0428122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0428310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0428493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0428675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 50%] 2022-12-01T11:09:10.0428981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0429233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:10.0429426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0429628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0429815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0430004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0430191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0430389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0430575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0430763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0430941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0431140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:10.0431338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0431582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:10.0431776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0432052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0432244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0432425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0432607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0432877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:10.0433143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:10.0433329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 51%] 2022-12-01T11:09:10.0433541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 51%] 2022-12-01T11:09:10.0433748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0433920Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0434107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0434292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0434537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0434727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0434945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0435130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0435365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0435559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0435751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0435942Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0436143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0436329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0436517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0436719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0436923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0437109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0437288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0437473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0437664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0437896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0438143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:10.0438400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:10.0438647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:10.0438833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0439011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:10.0439192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0439389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:10.0439577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0439766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0440066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:10.0440325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:10.0440519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0440710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0440948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0441151Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0441393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0441580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0441766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0441957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0442150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0442338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0447354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0447573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0447782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0447979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0448172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0448363Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0448548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0448736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0449147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0449343Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0449530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0449720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0449909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0450093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0450283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0450469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0450666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0450858Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 52%] 2022-12-01T11:09:10.0451057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0451251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:10.0451513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:10.0451707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:10.0451957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:10.0452214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:10.0452400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 53%] 2022-12-01T11:09:10.0452663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0452856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0453096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0453354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0453542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0454709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0454889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0455083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0455271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0455470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0455663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0455860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0456110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0456371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0456630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0456889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0457147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0457398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0457651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0457912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0458161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0458354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0458539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0458782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T11:09:10.0459014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T11:09:10.0459257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T11:09:10.0459489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0459693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0459943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:10.0460128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0460366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0460561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0460763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0461219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0461424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0461617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:10.0461816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:10.0462016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0462233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0462482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0462683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0462881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0463154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0463420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0463694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0463961Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0464223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0464440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0464649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0464855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0465059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0465254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0465461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0465664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0465868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0466195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0466479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:10.0466681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0466929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0467150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 54%] 2022-12-01T11:09:10.0467391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0467590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0467795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0468074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 54%] 2022-12-01T11:09:10.0468276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0468469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0468713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0468929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0469131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0469327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0469531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0469733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0469940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0470145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:10.0470348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:10.0470544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0470805Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0470994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0471174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0471354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0471535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0471723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0472001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0472207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0472448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0472642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0472831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0473094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0473410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0473731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0473990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0474178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0474432Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0474626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0474919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0475170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0475415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0475602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0475788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0475970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0476154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0476337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0476532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0476794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:10.0476998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0477190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0477390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0477591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0477794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0477992Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0478185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0478371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:10.0478567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:10.0478762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0479016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0479216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0479415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0479928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0480121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0480328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0480517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0480700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0480917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0481129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0481385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0481577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0481763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0481946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0482138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0482322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0482504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0482685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0482894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0483072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0483255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0483520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0483696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0483953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0484224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0484490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0484750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0485003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:10.0485221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0485496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0485710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0485973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0486262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0486471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0486690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:10.0486909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:10.0487130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0487402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0487626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0487844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0488052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0488262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0488465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0488696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 57%] 2022-12-01T11:09:10.0488940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:10.0489183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0489406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0489624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0489829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0490030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0490245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0490459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0490685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0490905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0491126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0491351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0491553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0491763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:10.0492028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0492282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0492497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0492752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0492982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T11:09:10.0493197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0493416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0493667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0493897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0494126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0494337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0494551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:10.0494761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0494981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:10.0495201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0495405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:10.0495610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0495801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0496004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0496211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0496437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0496646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0496861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0497082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0497341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0497540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0497729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0497925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0498174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0498531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0498790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0499041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0499285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0499480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0499716Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0499910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0500120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0500346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T11:09:10.0500567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T11:09:10.0500762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0500951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0501135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0501307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0501496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0501687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0501870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0502128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T11:09:10.0502313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0502503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0502695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0502880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0503068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0503271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:10.0503465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:10.0503654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0503846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0504029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0504286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0504802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0505121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0505377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0505579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0505830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0506031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0506274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0506460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0506631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0506847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-12-01T11:09:10.0507036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0507237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0507427Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0507614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0507817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0508017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0508218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0508419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0508683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0508894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0509086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0509275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0509471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0509658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0509915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0510101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0510282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0510536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:10.0510720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:10.0510948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0511130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0511332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0511549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0511740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:10.0512021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0512245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0512578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0512848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0513133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0513423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T11:09:10.0513622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0513818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0514007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0514293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0514497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0514774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0514973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0515268Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T11:09:10.0515566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T11:09:10.0515824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:10.0516015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0516202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0516404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0516605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0516803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0517039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0517222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0517403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0517589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0517758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0517992Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0518179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0518356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0518595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0518831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0519015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0519207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0519390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0519568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0519763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:10.0519951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0520223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:10.0520404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0520602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0520780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0520963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0521141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0521402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0521587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0521775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0521946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0522142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0522331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0522526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0522715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0522901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0523087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0523341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0523541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0523728Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0523926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0524120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0524310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0524553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0524794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0524984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0525290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0525548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0525744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0525931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0526113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0526290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0526469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0526656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0526845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0527029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:10.0527215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:10.0527472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0527722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0527985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:10.0528242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0528505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0528780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0529047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0529308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0529618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0529833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 62%] 2022-12-01T11:09:10.0530046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-12-01T11:09:10.0530315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0530574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 62%] 2022-12-01T11:09:10.0530827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 SKIPPED (Skipped!) [ 62%] 2022-12-01T11:09:10.0531077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:10.0531341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0531544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0531787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:10.0531993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0532196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0532399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:10.0532620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0532820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0533015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:10.0533213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:10.0533461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0533731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0534001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0534272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0534538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0534814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0535080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0535345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0535661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0535926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0536190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0536462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:10.0536699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 62%] 2022-12-01T11:09:10.0537032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0537324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T11:09:10.0537583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 63%] 2022-12-01T11:09:10.0537858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0538059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0538312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0538592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0538861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0539134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0539411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0539677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0539892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 63%] 2022-12-01T11:09:10.0540099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0540374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0540647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0540911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0541175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:10.0541437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:10.0541772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0542055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0542321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:10.0542583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:10.0542911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0543196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0543464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0543739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0544067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0544352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0544631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0544953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0545158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0545426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0545692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0545965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0546249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0546520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0546731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0546990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0547189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:10.0547458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:10.0547772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0548042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0548310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0548521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 64%] 2022-12-01T11:09:10.0548725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:10.0548975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 64%] 2022-12-01T11:09:10.0549183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:10.0549473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0549748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0550024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0550291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0550627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0550900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0551172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0551495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0551761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0552083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:10.0552358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0552634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0552905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0553172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0553446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0553718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0554284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0554552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0554815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0555076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0555393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0555601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:10.0555796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:10.0556072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0556345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0556606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:10.0556915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0557207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0557468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0557791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0558072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:10.0558339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0558608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0558883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0559147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0559421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0559692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0559937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0560419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0560691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0560961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0561227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0561545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0561820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0562024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:10.0562297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0562564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0562830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0563036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:10.0563306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0563628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0563903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0564166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0564485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0564747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0565012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0565280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0565546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0565749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:10.0565946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:10.0566432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0566699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0566913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 65%] 2022-12-01T11:09:10.0567120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:10.0567331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T11:09:10.0567610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:10.0567925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0568195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0568470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:10.0568734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0569004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0569275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0569543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0578084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T11:09:10.0578491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T11:09:10.0578762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T11:09:10.0579037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0579367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0579644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0579849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 66%] 2022-12-01T11:09:10.0580102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:10.0580292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:10.0580568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0580892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0581618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0581897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0582170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0582443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0587317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0587790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0588139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0588483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0588793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0589125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0589433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0589770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0590057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0590384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0590719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:10.0591019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0591361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0591633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0592068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0592348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0592789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0593123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0593412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:10.0593748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0594040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0595245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0595574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0595933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0596209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0596535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0596863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0597165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 67%] 2022-12-01T11:09:10.0597488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0597768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0598096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0598372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0598712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0598993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0599333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0599663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0600007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0600341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0600612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0600867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 67%] 2022-12-01T11:09:10.0601071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 67%] 2022-12-01T11:09:10.0601269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 67%] 2022-12-01T11:09:10.0601829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0602178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0602505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0602782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0603106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0603376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0603704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0603968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0604294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0604561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0604882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0605147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0605449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:10.0605725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0606037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:10.0606346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0606683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0607007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:10.0607270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:10.0607604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0607881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0608258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0608480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 68%] 2022-12-01T11:09:10.0608740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:10.0609023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0609352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0609658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0609947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0610270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0610487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 68%] 2022-12-01T11:09:10.0610816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0611092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0611422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0611691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0612012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0612288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0612611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0612883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0613248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0613526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0613860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0614185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0614471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0614854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0615121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0615447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0615711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0615960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:10.0616231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:10.0616557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0616820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:10.0617094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:10.0617297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:10.0617623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0617891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0618221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0618482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0618733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 69%] 2022-12-01T11:09:10.0618929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:10.0619252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0619521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0619901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0620207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0620491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0620810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T11:09:10.0621403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0621719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0622075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0622364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0622706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0623047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0623336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0623675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0623959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0624309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0624670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0624961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0625315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0625612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0625962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0626368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0626595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:10.0626856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:10.0627110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 69%] 2022-12-01T11:09:10.0627397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:10.0627687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0628075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0628368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0628705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0629007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:10.0629363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0629718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0630021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0630360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0630642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0630920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:10.0631201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0631539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0631956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0632244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0632585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0632966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0633278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0633616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0633918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0634329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0634675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0634964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0635313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0635606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0635956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0636236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0636504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 70%] 2022-12-01T11:09:10.0636791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:10.0637051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:10.0637378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0637682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0638028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0638324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0638666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0638957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0639344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0639687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0639986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0640281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0640646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0640933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:10.0641196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:10.0641463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0641727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0641993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0642269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0642530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0642767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 71%] 2022-12-01T11:09:10.0643026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0643294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0643556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0643822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0644080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0644352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0644617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0644887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0645230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T11:09:10.0645466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T11:09:10.0645817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0646083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0646398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0646938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0647213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0647411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:10.0647677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0647943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0648149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:10.0648422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0648678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0648945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0649209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0649468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0649681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 71%] 2022-12-01T11:09:10.0649878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:10.0650079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:10.0650349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0650623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0650894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:10.0651157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0651524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T11:09:10.0651805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0652137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0652410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0652729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0653047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0653248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0653452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0653715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0653928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0654136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0654353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0654565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0654779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0655057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0655342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0655615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0655884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0656163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0656363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0656562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0656758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0657022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0657221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0657468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:10.0657669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0657870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:10.0658198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0658466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0658775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0659145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 72%] 2022-12-01T11:09:10.0659427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0659704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0659976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0660269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0660575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T11:09:10.0660849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0661126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:10.0661414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:10.0661684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0661957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0662253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:10.0662537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:10.0662822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:10.0663100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:10.0663419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:10.0663725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:10.0664018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:10.0664286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0664560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0664888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0665166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0665365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:10.0665570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:10.0665778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:10.0665983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:10.0666253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0666521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0666793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0667060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0667328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0667527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:10.0667797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0668057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0668328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0668597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0668795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:10.0669070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0669390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0669713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0669918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:10.0670170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:10.0670371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:10.0670702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0671020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0671282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0671551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:10.0671816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0672128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:10.0672395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0672675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0672857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:10.0673054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:10.0673318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0673594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0673857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:10.0674137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:10.0674396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:10.0674605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:10.0674871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0675139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0675462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0675734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0675995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0676270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0676533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0676846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0677119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0677381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0677647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:10.0677853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:10.0678117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:10.0678385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:10.0678605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0678819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0679047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0679267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0679486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0679711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0679929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0680153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0680369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0680571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-12-01T11:09:10.0680796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T11:09:10.0680976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0681181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 SKIPPED (Skipped!) [ 75%] 2022-12-01T11:09:10.0681411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0681584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0681774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0681960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0682150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0682337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0682520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0682706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0682930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0683188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0683435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0683696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0683914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0684131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0684384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0684636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0684853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 75%] 2022-12-01T11:09:10.0685039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0685268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0685488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0685708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0685929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0686179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:10.0686368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:10.0686642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0686865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0687127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0687354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0687628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0687847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0688093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0688329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0688563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0688791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0689057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:10.0689316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:10.0689547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0689768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0689952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0690173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0690420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:10.0690646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0690878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0691067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0691253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0691485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0691709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0691931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0692135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:10.0692331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0692563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0692790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0692977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0693163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:10.0693332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0693556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0693821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:10.0694044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0694262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0694481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0694670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:10.0694912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0695428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0695665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0695897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0696119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0696340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0696558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0696777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0696966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0697174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:10.0697377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0697582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:10.0697801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:10.0698016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0698239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0698457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0698680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0698896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0699112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0699404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:10.0699642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:10.0699939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:10.0700123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:10.0700347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0700564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0700815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:10.0701041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0701307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0701533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0701750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0701979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0702201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0702426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0702648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0702870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0703096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0703320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0703541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0703777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0704002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0704222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0704444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0704662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0704880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0705105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0705319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0705536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0705775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 77%] 2022-12-01T11:09:10.0705999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0706208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0706425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:10.0706649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0706866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0707085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0707350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0707553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 78%] 2022-12-01T11:09:10.0707736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0707955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0708211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0708437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0708658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0708911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0709169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0709417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0709665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0709888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0710105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0710373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0710631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0710848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0711067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0711248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0711442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 78%] 2022-12-01T11:09:10.0711634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0711982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0712183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 78%] 2022-12-01T11:09:10.0712368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0712547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:10.0712779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0713005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0713227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0713526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0713772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0714027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0714275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0714527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0714769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0715026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:10.0715250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:10.0715486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:10.0715708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:10.0715934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:10.0716152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:10.0716373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0716595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0716780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 79%] 2022-12-01T11:09:10.0716970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 79%] 2022-12-01T11:09:10.0717156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 79%] 2022-12-01T11:09:10.0717387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0717682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0717915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0718254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0718480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0718712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0718944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0719172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0719424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0719739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0720001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0720267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0720527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0720741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-12-01T11:09:10.0720992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0721235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0721455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0721688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0721924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0722160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0722395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0722666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0722929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0723210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0723484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:10.0723720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0724002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0724227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0724464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:10.0724743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T11:09:10.0725015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T11:09:10.0725245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0725512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0725749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0725980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0726213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0726435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0726679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0726914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0727143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0727374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0727600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0727837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0728094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0728279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 80%] 2022-12-01T11:09:10.0728468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 80%] 2022-12-01T11:09:10.0728637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 80%] 2022-12-01T11:09:10.0728875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0729105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0729329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0729548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0729810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0730108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0730372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0730631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0730884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0731107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0731400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0731653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0731871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0732085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0732308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0732531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0732747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0733012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0733277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:10.0733555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:10.0733802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0734024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0734317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0734555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0734866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0735093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0735338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:10.0735574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0735800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0736026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0736310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0736578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0736803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0737025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0737247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0737468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0737735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0737957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0738191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0738429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0738678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0738920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0739162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0739401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0739624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0739811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T11:09:10.0739992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:10.0740204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0740409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:10.0740603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:10.0740833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0741060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0741274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0741534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:10.0741759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:10.0742070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:10.0742390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:10.0742647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:10.0742896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:10.0743146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:10.0743400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:10.0743694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:10.0743950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0744188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0744413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0744615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:10.0744854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0745092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0745341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0745592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0745842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0746083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0746316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0746526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:10.0746770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0747004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:10.0747242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:10.0747493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0747739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0747974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0748266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0748504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0748757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0749009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0749326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0749607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0749850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0750059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:10.0750292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0750538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0750773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0751013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0751259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0751525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0751764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:10.0752080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0752325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0752566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0752814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0753056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0753290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0753542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0753791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0754025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0754327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0754569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0754817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0755057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0755290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0755558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0755796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0755998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:10.0756239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0756473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0756722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0756970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0757209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0757449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0757694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0757926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0758173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0758382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:10.0758656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0758918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0759155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0759413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T11:09:10.0759636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0759860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0760130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0760351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:10.0760570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T11:09:10.0760800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T11:09:10.0761050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T11:09:10.0761299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0761601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0761853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0762100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0762309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0762535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0762757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T11:09:10.0762983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T11:09:10.0763199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T11:09:10.0763418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T11:09:10.0763639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0763862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0764077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0764260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:10.0764521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0764775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0765023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0765279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0765533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0765751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0766314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0766531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0766725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:10.0766917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:10.0767107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 84%] 2022-12-01T11:09:10.0767292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:10.0767518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0767799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0768028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0768249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0768506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0768765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:10.0768996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0769209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0769442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0769662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0769877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0770097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:10.0770293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:10.0770502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T11:09:10.0770689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:10.0770905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0771108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:10.0771371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0771608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0771846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0772072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0772338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0772525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:10.0772707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:10.0772961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0773154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:10.0773407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0773588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:10.0773816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:10.0774042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0774260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0774486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0774810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0775044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0775302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0775559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 85%] 2022-12-01T11:09:10.0775822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0776083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0776346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0776630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0776921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T11:09:10.0777208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T11:09:10.0777434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0777714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0777939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0778224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T11:09:10.0778548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0778820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0779091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:10.0779351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:10.0779634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0779974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T11:09:10.0780253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0780484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0780741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0780967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0781207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0781397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0781589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0781774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0781967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0782152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0782373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0782591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0782821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0783044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0783265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0783487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0783710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0783929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0784114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0784337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0784567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0784798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0785016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0785279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0785502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0785769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0785994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0786224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0786412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0786596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0786783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:10.0786962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0787156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:10.0787377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:10.0787627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0787876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T11:09:10.0788070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0788262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0788486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0788707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0788936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0789155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0789374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0789594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0789809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0790018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0790244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0790510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:10.0790694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0790945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:10.0791205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:10.0791462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:10.0792077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0792355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0792623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0792887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0793150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0793366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-12-01T11:09:10.0793630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0793890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 87%] 2022-12-01T11:09:10.0794078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0794275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0794540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:10.0794734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0794935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0795133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0795329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0795524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0795732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0795924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:10.0796115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0796305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:10.0796564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:10.0796881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0797124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0797383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0797648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0797873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 88%] 2022-12-01T11:09:10.0798131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0798369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:10.0798622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0798888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0799156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0799348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:10.0799614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0799881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0800136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0800388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0800665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0800936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0801205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0801482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0801742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0801931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:10.0802184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0802445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0802688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:10.0802944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0803215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0803481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0803740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0804002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0804298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0804576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0804845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0805113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0805309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:10.0805573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:10.0805835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0806098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0806361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:10.0806617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0806867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0807067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0807266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:10.0807445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0807725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0807988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0808244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0808515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0808821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0809083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0809276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0809529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0809737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0809952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:10.0810205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0810466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0810732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0810992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0811255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0811512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0811775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0812027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0812289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0812538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0812796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0813049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0813240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0813430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0813619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0813812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:10.0814080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0814341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0814607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0814841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:10.0815097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:10.0815361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0815621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:10.0815880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0816191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0816454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0816704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0816961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0817234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0817499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0817764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0818021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0818290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0818552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0818815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0819075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0819271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 90%] 2022-12-01T11:09:10.0819462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0819723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0819987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0820248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0820505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0820757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 90%] 2022-12-01T11:09:10.0820958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0821146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0821403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0821661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:10.0821965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0822227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0822484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:10.0822744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0822936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0823122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0823376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:10.0823638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:10.0823840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 90%] 2022-12-01T11:09:10.0824035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0824225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0824417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0824613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:10.0824872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:10.0825140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0825399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0825649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0825902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0826163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0826417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0826718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0826972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0827230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0827473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T11:09:10.0827704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T11:09:10.0827988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T11:09:10.0828223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T11:09:10.0828448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T11:09:10.0828712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0828902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 91%] 2022-12-01T11:09:10.0829172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0829438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0829710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0829983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0830246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0830520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0830798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0831069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0831332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0831598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0831976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0832256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0832530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 91%] 2022-12-01T11:09:10.0832745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-12-01T11:09:10.0833034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0833315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0833578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0833850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0834173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0834444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:10.0834712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0834979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:10.0835246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0835515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0835780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0836043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0836334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0836619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0836895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0837177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0837459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 92%] 2022-12-01T11:09:10.0837726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0837995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0838260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0838561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0838830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0839118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0839399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0839711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0839978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0840254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0840524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0840790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0841057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0841338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0841608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0841869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:10.0842059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 92%] 2022-12-01T11:09:10.0842249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 92%] 2022-12-01T11:09:10.0842443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 92%] 2022-12-01T11:09:10.0842631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 92%] 2022-12-01T11:09:10.0842903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0843179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0843452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0843717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0843978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:10.0844287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:10.0844544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:10.0844799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:10.0845065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:10.0845332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0845635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0845901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0846155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0846419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0846681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0846945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:10.0847210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:10.0847478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0847753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0848020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0848281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0848560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0848833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0849095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0849367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0849634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0849900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0850216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0850483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0850749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0851010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0851277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0851583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0851841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0852103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0852366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0852628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0852886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0853174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0853465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0853724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:10.0853914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:10.0854180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:10.0854393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:10.0854608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:10.0854808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:10.0855076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0855347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0855609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0855879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0856198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0856462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0856722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0856990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0857246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0857549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0857828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0858091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0858348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0858600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0858861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0859129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T11:09:10.0859422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0859707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0859984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0860266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0860565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0860869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0861081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:10.0861360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0861636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0862262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0862554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0862845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0863136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0863427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0863756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0864037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0864254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:10.0864471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:10.0864679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:10.0864958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:10.0865203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:10.0865437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 94%] 2022-12-01T11:09:10.0865685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:10.0865979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0866266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0866544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0866825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0867041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 95%] 2022-12-01T11:09:10.0867322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0867600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0867878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0868212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0868505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0868799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0869094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0869369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0869690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0869969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0870252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0870526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0870812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0871097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0871388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0871666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0872041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0872334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0872627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0872910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0873187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0873464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0873748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0874092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0874378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0874659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0874943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0875238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0875569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0875910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0876139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:10.0876419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:10.0876752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0877048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0877326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0877603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0877880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0878096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 96%] 2022-12-01T11:09:10.0878389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0878706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0878977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0879266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0879556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0879818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0880134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0880402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0880663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0880923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0881187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0881470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T11:09:10.0881732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:10.0881992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:10.0882315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0882582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0882904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0883177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0883438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0883696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0883913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 96%] 2022-12-01T11:09:10.0884143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T11:09:10.0884358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T11:09:10.0884630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0884888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0885150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0885408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0885605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 96%] 2022-12-01T11:09:10.0885868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:10.0886180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:10.0886443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:10.0886700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:10.0886960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:10.0887218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0887686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0887899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0888158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0888352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0888620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0888946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0889220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0889485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0889748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:10.0890012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0890271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0890527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0890791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0890987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0891247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0891453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0891653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0891849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0892039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0892247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0892512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0892709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0892915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0893184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:10.0893466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0893723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:10.0894187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0894470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:10.0894663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0894913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0895104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:10.0895298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:10.0895560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0895823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0896103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0896377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:10.0896638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 98%] 2022-12-01T11:09:10.0896906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0897176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0897446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0897731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0898019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0898311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0898596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0898915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0899186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0899470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0899734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0899996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0900548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0900842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0901183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0901459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0901726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0902029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0902319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0902616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0902910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0903208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0903500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:10.0903764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:10.0904040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0904235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-12-01T11:09:10.0904425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:10.0904623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-12-01T11:09:10.0904867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:10.0905063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-12-01T11:09:10.0905309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0905576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0905838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0906034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-12-01T11:09:10.0906545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:10.0906751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-12-01T11:09:10.0906935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:10.0907259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0907454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0907647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0907834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0908101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0908376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0908637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0908902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:10.0909105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0909362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0909638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0909833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0910022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0910210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0910411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0910599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0910863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0911128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0911450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0911710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0912056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:10.0912317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:10.0912632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:10.0913103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:10.0913313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0913575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0913833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0914096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0914355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0914625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0914882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0915153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0915416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0915680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0915946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0916206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:10.0916396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-12-01T11:09:10.0916652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-12-01T11:09:10.0916665Z 2022-12-01T11:09:10.0916976Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-eb8c313ab9778824.xml - 2022-12-01T11:09:10.0917139Z = 1766 passed, 1983 skipped, 18 deselected, 35 xfailed, 97 warnings in 549.22s (0:09:09) = 2022-12-01T11:09:10.0917329Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:09:10.0917392Z 2022-12-01T11:09:10.0917755Z ##[endgroup] 2022-12-01T11:09:10.0918018Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_c_la_7v6) 2022-12-01T11:09:10.0918023Z 2022-12-01T11:09:19.1432372Z 2022-12-01T11:09:19.1433167Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T11:09:19.1433975Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_sc3s3gj7) 2022-12-01T11:09:19.1526071Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-c6ae9665f042385f.xml 2022-12-01T11:09:19.1526483Z ============================= test session starts ============================= 2022-12-01T11:09:19.1526882Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-12-01T11:09:19.1537140Z cachedir: .pytest_cache 2022-12-01T11:09:19.1537783Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:09:19.1538226Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-12-01T11:09:19.1538744Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:09:19.1539129Z collecting ... collected 7560 items / 14 deselected / 7546 selected 2022-12-01T11:09:19.2007077Z Running 3744 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-12-01T11:09:19.2425886Z 2022-12-01T11:09:19.2428963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2429693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2430197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2430697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2431188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2431682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2432360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2432841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-12-01T11:09:19.2433302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-12-01T11:09:19.2433844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2434388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2434889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2435378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2435863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2436356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2436848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2437336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2437885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2438383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2438886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2439383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2439931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2440427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2440990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2441485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2442472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2443061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2443579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2444096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2444599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2445181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2445689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2446250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2446768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T11:09:19.2447307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 0%] 2022-12-01T11:09:19.2447858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2448387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T11:09:19.2448896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2449389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2449878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2450361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2450852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2451349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2451843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2452390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2452941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2453449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2453950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2454524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2455074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2455576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2456071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2456565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2457057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2457619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:19.2458144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2458741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:19.2459327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2459834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2460333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2460830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2461388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2461889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T11:09:19.2462395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2462906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2463428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2463943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2464479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2465025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2465535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2466042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2466559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2467131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2467635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T11:09:19.2468213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2468732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2469243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2469798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2470366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2470898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2471402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2471893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2472503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T11:09:19.2473039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T11:09:19.2473598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2474096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2474573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2475071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2475570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2476076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2476637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2477201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2477727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2478233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2478733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2479284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2479782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2480279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2480784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2481380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2481958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2482539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2483103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2483600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2484090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2484595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2485097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2485599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2486098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2486601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T11:09:19.2487109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T11:09:19.2487695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T11:09:19.2488230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2488797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2489359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2489869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2490373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2490861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2491432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2491925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2492496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2493003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2493487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2493990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2495018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2495547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2496053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2496616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2497117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2497616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2498117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2498591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2499097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2499602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2500102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2500659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2501205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2501699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2502191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2502679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2503160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2503673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2504306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2504799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2505305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2505828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2506388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:19.2507004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2507526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T11:09:19.2508038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2508531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2509045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2509627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2510148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2510658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2511167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2511682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2512190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2512846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2513391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2513947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2514453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2514956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2515457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2515968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2516535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2517023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2517523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2518020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2518600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2519228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2519753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2520261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2520774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2521284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2521795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2522311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2522827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T11:09:19.2523320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2523812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2524297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T11:09:19.2524874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T11:09:19.2525405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T11:09:19.2525865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T11:09:19.2526336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T11:09:19.2526827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2527319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T11:09:19.2527807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2528378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2528897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2529411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2529976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2530540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2531146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2531695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2532243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2532747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2533278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:19.2533813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:19.2534353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:19.2534886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:19.2535481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2536002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2536511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2537080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2537651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2538158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2538703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T11:09:19.2539237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2539747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2540314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2540837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2541361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2541890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-12-01T11:09:19.2542427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2543053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2543610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2544134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2544649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2545153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2545720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2546263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2546792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2547310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T11:09:19.2547833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2548350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2548940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2549515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2550014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2550515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2551062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2551567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2552087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2552730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2553227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2553736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2554229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2554810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2555449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2555987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2556576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2557092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2557600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2558097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2558587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2559097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2559590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2560073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2560626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T11:09:19.2561155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2561785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2562306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2562817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2563321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2563839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2564357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2564924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2565435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2565949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2566458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2566960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2567571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:19.2568125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2568629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2569193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2569689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2570193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2570707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2571211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2571698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2572213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2572731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2573301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2573862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2574434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2574934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2575436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2575928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2576430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2576990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2577495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2577986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2578483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2578979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2579588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2580162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2580731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2581226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2581733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2582269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2582792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2583310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2583832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2584356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T11:09:19.2584889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2585482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2586071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2586602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2587122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T11:09:19.2587646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2588170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2588766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2589289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2589824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2590366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2590895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2591522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2592065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 8%] 2022-12-01T11:09:19.2592712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2593273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2593847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2594412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2594944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2595462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2595987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2596476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 8%] 2022-12-01T11:09:19.2596966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2597565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2598216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2598757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2599290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2599840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2600397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2601002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2601526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2602068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2602607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2603141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2603795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2604401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2604983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2605522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2606044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2606556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2607043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 8%] 2022-12-01T11:09:19.2607529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T11:09:19.2608054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2608588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2609180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2609770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2610345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2610884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2611439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2611991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2612478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 9%] 2022-12-01T11:09:19.2613025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2613564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2614107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2614640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2615179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:19.2615814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2616398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2616934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2617528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2618057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2618593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2619136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2619672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2620209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2620763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2621323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2622019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2622618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:19.2623138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2623644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2624154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:19.2624675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T11:09:19.2625246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2625753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2626246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2626730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T11:09:19.2627223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2627894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2628460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:19.2628954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2629447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2629942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2630453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2630967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2631485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2631986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2632635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2633141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2633655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2634162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2634663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2635160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2635647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2636144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2636652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2637647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2638172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2638758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2639308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2639804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2640295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2640851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2641336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2641896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2642399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2642911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2643431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2643910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 10%] 2022-12-01T11:09:19.2644373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2644865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2645340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2645830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2646328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T11:09:19.2646893Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2647388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2647881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T11:09:19.2648372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2648857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2649337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2649887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2650390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2650961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2651479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 11%] 2022-12-01T11:09:19.2651999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2652587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2653125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2653678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2654251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 11%] 2022-12-01T11:09:19.2654884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 11%] 2022-12-01T11:09:19.2655508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2656121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2656658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2657151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2657656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2658193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2658725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2659267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2659836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2660400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T11:09:19.2660925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2661404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2661957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2662454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2662954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2663444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2663928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2664468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2664977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2665467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2665938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2666426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2666910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2667409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2667983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T11:09:19.2668476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2668973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2669466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2669938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2670430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2670930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2671426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2671927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2672534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2673034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2673589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2674143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2674617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2675126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:19.2675638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2676136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2676680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2677184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2677675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2678163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2678655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2679126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2679623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2680199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2680705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2681231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:19.2681756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2682253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2682755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2683248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2683741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2684243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2684747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2685247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2685863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2686358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:19.2686900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T11:09:19.2687425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2688007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2688462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2689260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2689670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2690078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2690489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2690901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2691301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2691718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 13%] 2022-12-01T11:09:19.2692186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2692593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2692986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2693383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2693785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2694179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2694553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2694956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2695360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2695765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2696163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2696559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2697006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2697458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2697994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2698449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2698981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2699501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2700021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2700544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T11:09:19.2701033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 13%] 2022-12-01T11:09:19.2701580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 SKIPPED (Passes on complex128 and float64 only) [ 13%] 2022-12-01T11:09:19.2702075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2702474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2702873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2703287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2703690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 13%] 2022-12-01T11:09:19.2704093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 13%] 2022-12-01T11:09:19.2704494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2704880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2705288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2705692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2706155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:19.2706674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:19.2707141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2707548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2707936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2708310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2708690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 14%] 2022-12-01T11:09:19.2709144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:19.2709599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2710002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2710407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2710804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2711243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2711635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2712040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2712600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2713018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2713418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2713807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2714196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2714669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2715081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2715488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2715892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2716294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2716695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2717077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2717613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:19.2718151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T11:09:19.2718608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2718997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2719381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 14%] 2022-12-01T11:09:19.2719777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 14%] 2022-12-01T11:09:19.2720173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2720555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2720953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2721371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2721785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2722173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2722569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2722974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2723364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2723746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2724205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2724607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2725099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2725508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2725901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2726281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2726673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2727190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2727722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2728252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2728767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2729274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2729788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2730233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2730627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2731015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2731406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2731866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T11:09:19.2732321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2732724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2733109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2733519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2733922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2734325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2734730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2735196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2735607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:19.2736000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 15%] 2022-12-01T11:09:19.2736402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2736865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2737266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2737668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2738067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2738463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2738841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2739233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2739683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2740141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2740531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 16%] 2022-12-01T11:09:19.2740916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 16%] 2022-12-01T11:09:19.2741299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2741666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2742125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2742655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2743065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2743570Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2744034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2744436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2744930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2745372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 16%] 2022-12-01T11:09:19.2745825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2746277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2746671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2747065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2747518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2748033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2748487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2748874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2749350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2749763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2750183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2750597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 16%] 2022-12-01T11:09:19.2751073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2751483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 16%] 2022-12-01T11:09:19.2751937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T11:09:19.2752656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2753190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2753705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2754222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2754673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2755122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2755612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2756103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2756571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2757046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2757507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T11:09:19.2757938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2758341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2758801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2759212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2759609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2760021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2760448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 17%] 2022-12-01T11:09:19.2760879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2761308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2761732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2762232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2762651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2763048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2763533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2764084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2764582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2765129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2765539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2765954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2766355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2766777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2767197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2767617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T11:09:19.2768122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2768693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T11:09:19.2769193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 17%] 2022-12-01T11:09:19.2769612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2770035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 18%] 2022-12-01T11:09:19.2770483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2770906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2771347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2771860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 18%] 2022-12-01T11:09:19.2772349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2772776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2773218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2773649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2774090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2774580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2775010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2775439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2775925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2776397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2776806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2777249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2777706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2778139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2778576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2908402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2908958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2909537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2910205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2910905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2911634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2912146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2912760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2913343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2913894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2914455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2914909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2915352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2915804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 18%] 2022-12-01T11:09:19.2916270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2916746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:19.2917297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T11:09:19.2917945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:19.2918709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2919197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2919731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2920218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2920702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2921206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2921631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2922190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2922700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2923170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2923703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2924215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2924674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2925122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2925537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2926124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2926811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2927553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2928276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2928974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2929685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2930320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2931102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2931766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2932414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2933358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2934345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2934816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2935228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2935757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T11:09:19.2936464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-12-01T11:09:19.2936907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2937370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2937859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2938367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2938901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-12-01T11:09:19.2939315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2939823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2940431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T11:09:19.2940928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2941450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T11:09:19.2942040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T11:09:19.2942786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T11:09:19.2943408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T11:09:19.2943912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2944480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2944987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2945519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2946061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2946577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2947086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2947566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:19.2948007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2948485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:19.2948980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:19.2949523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2950004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2950509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2951140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2951686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2952181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2952791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2953418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2953950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2954556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2955066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2955566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 20%] 2022-12-01T11:09:19.2956010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2956546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2957066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2957662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2958320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2958854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2959417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T11:09:19.2959918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2960372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2960920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2961418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2961924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2962503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2963003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2963536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2964032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2964626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:19.2965180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2965767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2966259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2966744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2967242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2967750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2968218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2968743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2969304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2969932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2970519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:19.2971031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2971480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2971939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2972347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2972800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2973249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2973765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:19.2974346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:19.2974914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T11:09:19.2975472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2975980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2976448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2976926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T11:09:19.2977438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T11:09:19.2977917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 21%] 2022-12-01T11:09:19.2978363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:19.2978806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2979244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2980202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2980646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2981089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2981665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:19.2982291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:19.2982873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:19.2983395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2983921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2984333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2984834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2985314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2985774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2986228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2986690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2987226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:19.2987761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2988221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2988715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2989162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2989658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2990144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T11:09:19.2990619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2991036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2991481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2991920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2992487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2992952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2993420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2993945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2994422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2995008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 22%] 2022-12-01T11:09:19.2995548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T11:09:19.2996083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2996540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2996985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 22%] 2022-12-01T11:09:19.2997428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 22%] 2022-12-01T11:09:19.2997935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.2998455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:19.2998894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.2999373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:19.2999864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3000251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3000687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:19.3001090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3001472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3001907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 23%] 2022-12-01T11:09:19.3002369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-12-01T11:09:19.3002869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3003410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3003948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3004485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3005045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3005629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3006243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:19.3006833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3007334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3007972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3008462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3008961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3009531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3010020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3010438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3010924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3011455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3012097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:19.3012739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:19.3013336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:19.3013980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T11:09:19.3014564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3015050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3015534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T11:09:19.3015992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 23%] 2022-12-01T11:09:19.3016394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 23%] 2022-12-01T11:09:19.3016808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3017215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3017607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3018043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3018477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3018873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3019263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3019727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3020118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3020580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3020982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3021373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3021780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3022167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3022575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3022991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3023456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3023919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3024328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3024762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3025134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3025523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3025917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3026314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3026739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 24%] 2022-12-01T11:09:19.3027171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 24%] 2022-12-01T11:09:19.3027575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3027976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3028409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3028856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3029264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3029675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3030140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 24%] 2022-12-01T11:09:19.3030574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3031047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T11:09:19.3031569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T11:09:19.3032026Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 24%] 2022-12-01T11:09:19.3032558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3033009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3033424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3033890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3034303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3034705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3035095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3035492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3035945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3036390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3037346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3037876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T11:09:19.3038430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T11:09:19.3038974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T11:09:19.3039517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T11:09:19.3039964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3040353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3040743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3041115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3041491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3041884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 25%] 2022-12-01T11:09:19.3042385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3042835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 SKIPPED (Skipped!) [ 25%] 2022-12-01T11:09:19.3043224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3043602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3043970Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3044342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3044722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3045103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3045481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3045855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3046244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3046621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3046994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3047514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:19.3048058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T11:09:19.3048489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:19.3048870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 25%] 2022-12-01T11:09:19.3049368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3049850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3050438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3051025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3051581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3052052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 26%] 2022-12-01T11:09:19.3052492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 26%] 2022-12-01T11:09:19.3052928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3053350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3053727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3054158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3054624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3055050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3055512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 26%] 2022-12-01T11:09:19.3055968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 26%] 2022-12-01T11:09:19.3056361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3056788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3057202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3057650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3058107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3058545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3059040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3059547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T11:09:19.3060035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3060524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3060987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3061560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3062012Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3062457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3062851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3063265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3063687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3064112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3064531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3065004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3065444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 26%] 2022-12-01T11:09:19.3065904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 26%] 2022-12-01T11:09:19.3066343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3066829Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3067292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3067713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3068211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:19.3068710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3069094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3069508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3069932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3070354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3070791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3071233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3071655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3072038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3072638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3073082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3073561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3074021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3074456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3074866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3075300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3075722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3076298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:19.3076856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:19.3077332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3077752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3078143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3078567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3079030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3079619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T11:09:19.3080152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3080582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3081005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3081398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 27%] 2022-12-01T11:09:19.3081822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3082246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3082676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3083095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 27%] 2022-12-01T11:09:19.3083516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3083936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3084314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3084771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3085186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3085725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3086142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3086558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3086981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3087358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 28%] 2022-12-01T11:09:19.3087773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 28%] 2022-12-01T11:09:19.3088185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3088677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3089156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3089560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3090046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3090629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3091153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3091694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3092241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3092706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3093190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3093656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 28%] 2022-12-01T11:09:19.3094097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 28%] 2022-12-01T11:09:19.3094626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3095172Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3095652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3096067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3096552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3097140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T11:09:19.3097676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3098072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3098499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3098926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3099359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3099787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 28%] 2022-12-01T11:09:19.3100213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:19.3100627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3101072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3101661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3102211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3102748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3103334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3103939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3104566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3105049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 XFAIL [ 29%] 2022-12-01T11:09:19.3105489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:19.3106013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:19.3106525Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:19.3107076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:19.3107570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T11:09:19.3108092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3108528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3109008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3109399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3109896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3110346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3110779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3111209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3111623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3112015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3112568Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3113010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3113453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3113907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3114426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3115059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3115698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3116235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T11:09:19.3116752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 29%] 2022-12-01T11:09:19.3117219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 29%] 2022-12-01T11:09:19.3117692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3118151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3118604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 29%] 2022-12-01T11:09:19.3119141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T11:09:19.3119592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3120049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3120515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3121087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:19.3121731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:19.3122400Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:19.3122928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3123371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3123804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3124203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3124704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 30%] 2022-12-01T11:09:19.3125156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3125607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3126138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2022-12-01T11:09:19.3126640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3127113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3127513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3127991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3128435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3128872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3129310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3129762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3130276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3130678Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3131118Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3131547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3131964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3132376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3132785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3133315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3133772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3134209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3134659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3135092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3135517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 30%] 2022-12-01T11:09:19.3135937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 30%] 2022-12-01T11:09:19.3136399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T11:09:19.3137022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3137579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3138124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3138679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3139218Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3139751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3140311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3140900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3141406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3141939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3142405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3142822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3143256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3143685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3144100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3144475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3144873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3145417Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T11:09:19.3145960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3146405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3146846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3147358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3147811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3148240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3148632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3149036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3149456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3149897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3150330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3150838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3151297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3151720Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3152140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3152666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 31%] 2022-12-01T11:09:19.3153125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3153558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3153994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3154409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:19.3154840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3155285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3155758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3156204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3156638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3157113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:19.3157500Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3157976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:19.3158403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3158901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3159381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:19.3159795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3160238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3160654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3161109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3161556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3162068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3162502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3162936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3163492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3164064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3164565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3165116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3165655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 32%] 2022-12-01T11:09:19.3166083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3166643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3167231Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3167792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3168308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T11:09:19.3168845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3169395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3169925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3170456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3170942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3171430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3171908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3172346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T11:09:19.3172810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3173284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3173753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:19.3174209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3174676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3175199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3175654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3176234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 33%] 2022-12-01T11:09:19.3176693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3177143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3177636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 33%] 2022-12-01T11:09:19.3178161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3178634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3179094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3179580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3180055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3180524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3180995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3181523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3182046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3182539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3182993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3183476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3183950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3184405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3184857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3185313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3185778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3186206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3186669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3187133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3187645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3188170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T11:09:19.3188654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3189115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3189559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3190108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T11:09:19.3190569Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3191039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3191512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3191984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3192549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3193026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3193578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3194058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3194576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3195037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3195484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3196022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:19.3196555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3196982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3197472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3197935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3198354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3198777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3199207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3199658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3200150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3200603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3201035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3201515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:19.3201962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3202412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:19.3202917Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:19.3203426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T11:09:19.3204472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3204870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3205291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T11:09:19.3205775Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T11:09:19.3206223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T11:09:19.3206681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3207071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3207438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3207903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 34%] 2022-12-01T11:09:19.3208287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:19.3208709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3209088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3209583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3210029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3210382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3210765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3211157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3211537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3211953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3212410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3212808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3213262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3213706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3214097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3214491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3214868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3215235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3215614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3216010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T11:09:19.3216435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T11:09:19.3216832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3217210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3217657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3218073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3218494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3218865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3219253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3219715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3220176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3220587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3221036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3221406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 35%] 2022-12-01T11:09:19.3221831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3222329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3222765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3223210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T11:09:19.3223639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 35%] 2022-12-01T11:09:19.3224061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3224530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3224892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3225262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3225669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 36%] 2022-12-01T11:09:19.3226151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3226668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3227207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3227760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3228219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3228685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-12-01T11:09:19.3229156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3229629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3230213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3230857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3231391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3231850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3232376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3232888Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3233492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3233945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3234402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T11:09:19.3234838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3235211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3235582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3235998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3236369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3236777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3237150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3237518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3237895Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3238272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3238638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3238993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3239356Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3239733Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3240116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 36%] 2022-12-01T11:09:19.3240482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 36%] 2022-12-01T11:09:19.3240848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3241214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3241577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3242012Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3242432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3242889Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3243397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3243773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3244153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3244519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3244909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3245311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3245694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3246060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3246484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3246844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3247211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3247586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3248036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3248538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3249053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3249509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3249894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3250257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3250626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3251003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3251385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3251760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3252128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3252491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3252887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3253324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3253869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T11:09:19.3254301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3254687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3255080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 37%] 2022-12-01T11:09:19.3255468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 37%] 2022-12-01T11:09:19.3255910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3256286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3256686Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 38%] 2022-12-01T11:09:19.3257105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 38%] 2022-12-01T11:09:19.3257507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3257887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3258256Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3258622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3259482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3259881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3260268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3260656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3261042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3261406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3261803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3262200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3262655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3263164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3263671Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3264109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3264556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3265048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3265549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3266055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3266552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3267064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3267581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T11:09:19.3268058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 38%] 2022-12-01T11:09:19.3268499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 38%] 2022-12-01T11:09:19.3269045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 XFAIL [ 38%] 2022-12-01T11:09:19.3269470Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3269857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3270232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3270621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3271020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3271415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 38%] 2022-12-01T11:09:19.3271804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3272317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 38%] 2022-12-01T11:09:19.3272714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 39%] 2022-12-01T11:09:19.3273109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3273500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3273883Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3274287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3274699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3275153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:19.3275672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:19.3276130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3276538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3276928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3277306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3277755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 39%] 2022-12-01T11:09:19.3278190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3278579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3278966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3279353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3279733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3280111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3280503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3280890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3281288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3281739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3282119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3282507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3282915Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3283325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3283707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3284094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3284478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3284903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3285368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:19.3285895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T11:09:19.3286341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3286710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3287090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 39%] 2022-12-01T11:09:19.3287472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 39%] 2022-12-01T11:09:19.3287886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3288312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3288721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3289114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3289486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3289881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3290272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3290653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3291026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3308231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3308693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3309130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3309525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3309919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3310320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3310710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3311096Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3311677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3311940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3312322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3312579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3312841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3313094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3313354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3313539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3313720Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3313905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3314091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3314344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3314591Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T11:09:19.3314788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3314977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3315171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3315371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3315564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3315756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:19.3315946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3316134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-12-01T11:09:19.3316329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3316518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3316701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3316906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3317092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3317283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3317469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3317662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3317850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3318074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3318259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3318448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3318635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3318824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 41%] 2022-12-01T11:09:19.3319002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 41%] 2022-12-01T11:09:19.3319198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3319376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3319597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3319850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3320036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3320283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3320535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3320797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3320982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3321168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3321355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3321551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3321740Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3321928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3322123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3322310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3322483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3322690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 41%] 2022-12-01T11:09:19.3322881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 41%] 2022-12-01T11:09:19.3323134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3323394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3323647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T11:09:19.3323958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3324303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3324551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3324811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3325059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3325310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3325500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3325731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3325962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T11:09:19.3326186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T11:09:19.3326429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T11:09:19.3326619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3326808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3326990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3327172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3327372Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3327566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3327755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3327957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3328153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3328337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3328527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3328728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3328944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3329136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3329334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3329526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3329796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3330066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3330338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3330651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3330863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 42%] 2022-12-01T11:09:19.3331056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 42%] 2022-12-01T11:09:19.3331245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3331446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 42%] 2022-12-01T11:09:19.3331716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3332025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T11:09:19.3332304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3332502Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3332689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 43%] 2022-12-01T11:09:19.3332877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 43%] 2022-12-01T11:09:19.3333095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 43%] 2022-12-01T11:09:19.3333378Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-12-01T11:09:19.3333653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-12-01T11:09:19.3333847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3334046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3334261Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3334456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3334647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3334849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3335048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3335246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3335507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3335766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3335953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3336133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3336311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3336544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3336736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3336941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3337142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3337336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3337525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3337721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3337912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 43%] 2022-12-01T11:09:19.3338143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3338406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3338665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3338930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3339187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3339446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3339633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3339876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3340127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T11:09:19.3340318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:19.3340574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:19.3340822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:19.3341073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:19.3341260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3341454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3341642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3341836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3342016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3342273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T11:09:19.3342474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3342723Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3342925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3343119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3343312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3343529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-12-01T11:09:19.3343732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3343928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3344121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3344357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3344550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3344745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3344922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3345123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3345333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3345524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3345732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3345920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3346100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3346278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3346460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3346653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3346835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3347020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3347200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 44%] 2022-12-01T11:09:19.3347412Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3347616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3347806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 44%] 2022-12-01T11:09:19.3347990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3348190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3348443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T11:09:19.3348628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3348889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T11:09:19.3349206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T11:09:19.3349447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T11:09:19.3349681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3349904Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3350114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3350324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3350575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3350786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:19.3350990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3351210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3351420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3351642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3351861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3352075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3352393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 45%] 2022-12-01T11:09:19.3352608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3352814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3353015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3353251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3353498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 45%] 2022-12-01T11:09:19.3353742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3353969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3354195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3354408Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3354606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3354890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T11:09:19.3355101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3355370Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3355643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T11:09:19.3355908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3356129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3356343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3356603Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 45%] 2022-12-01T11:09:19.3356878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3357104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3357308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3357516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3357719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3357924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3358132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3358350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3358561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3358764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3358988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 46%] 2022-12-01T11:09:19.3359207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3359412Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3359710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 46%] 2022-12-01T11:09:19.3359930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3360143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3360353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3360572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3360792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3361006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3361222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3361411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 46%] 2022-12-01T11:09:19.3361665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3361864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3362065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3362265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3362545Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T11:09:19.3362752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3363013Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3363237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3363450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3363669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3363877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3364105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3364322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3364558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 46%] 2022-12-01T11:09:19.3364772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:19.3364993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3365253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3365510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3365694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3365887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3366080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3366270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3366459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3366627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3366864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 47%] 2022-12-01T11:09:19.3367113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3367296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3367492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3368205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3368430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:19.3368654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:19.3368873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:19.3369088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T11:09:19.3369281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3369467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3369694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3369881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3370061Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3370246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3370507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3370759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3371014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3371268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3371516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3371706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3371890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3372079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3372270Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3372462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3372662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3372922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T11:09:19.3373124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 47%] 2022-12-01T11:09:19.3373316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 47%] 2022-12-01T11:09:19.3373513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3373698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3373882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3374079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3374291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-12-01T11:09:19.3374537Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3374726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3374929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3375132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3375330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3375616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 48%] 2022-12-01T11:09:19.3375804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3376041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3376221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3376478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3376729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3376910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3377090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3377257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3377444Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3377627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3377819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3378025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-12-01T11:09:19.3378223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3378401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3378665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3378932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3379194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3379451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3379744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 48%] 2022-12-01T11:09:19.3379940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3380217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3380544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3380738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 48%] 2022-12-01T11:09:19.3381017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3381287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3381561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T11:09:19.3381871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3382068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3382346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3382627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3382921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 49%] 2022-12-01T11:09:19.3383216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 49%] 2022-12-01T11:09:19.3383499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3383757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3383958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3384163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3384363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3384548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3384733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3384927Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3385097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3385290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3385478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3385662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3385841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3386021Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3386200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3386395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3386636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3386825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3387003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3387188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3387371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3387552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3387751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3387949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3388180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3388363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3388542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3388803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T11:09:19.3388972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3389162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 49%] 2022-12-01T11:09:19.3389349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 49%] 2022-12-01T11:09:19.3389553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3389739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3389928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3390112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3390306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3390566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3390821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3391088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3391341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3391531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3391715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3391894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3392079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3392377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3392563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3392807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3392989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3393179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3393365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3393539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3393724Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3393909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3394097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3394277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3394906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3395178Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T11:09:19.3395362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3395548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3395729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3395928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3396118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3396323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3396514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 50%] 2022-12-01T11:09:19.3396698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3396910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 50%] 2022-12-01T11:09:19.3397121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 50%] 2022-12-01T11:09:19.3397317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3397508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T11:09:19.3397695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3397896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3398087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3398264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3398455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3398666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3398871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3399064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3399254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3399559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3399817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3400009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3400196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3400449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3400707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3401218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3401485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3401750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3401974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 51%] 2022-12-01T11:09:19.3402187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3402394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3402585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3402778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3402973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3403161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3403360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3403553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3403741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3403923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3404100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3404294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 51%] 2022-12-01T11:09:19.3404493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3404679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3404940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T11:09:19.3405151Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3405355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T11:09:19.3405558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T11:09:19.3405873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:19.3406130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T11:09:19.3406339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3406529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3406715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3406904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 52%] 2022-12-01T11:09:19.3407098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3407509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3407725Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3407925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3408115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3408307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3408497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3408683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3408870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3409072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3409276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3409478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3409678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3409870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3410064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3410254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3410444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3410643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3410853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3411042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3411239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3411433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3411623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3411810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3411997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3412237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3412450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3412657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3412851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3413038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 52%] 2022-12-01T11:09:19.3413218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3413408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T11:09:19.3413595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3414087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3414364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3414622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3414874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3415135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3415321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3415512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3415694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3415882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3416067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3416257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3416453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3416642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3416839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3417033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3417233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3417423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3417619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3417818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3418016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3418200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3418390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3418634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3418819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3419009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3419201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:19.3419390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3419573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 53%] 2022-12-01T11:09:19.3419759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3420237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3420434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3420617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3420796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3420973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3421159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 53%] 2022-12-01T11:09:19.3421417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T11:09:19.3421604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3421867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3422065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3422256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3422512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3422701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 54%] 2022-12-01T11:09:19.3422966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3423222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3423485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3423675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3423855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3424044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3424232Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3424489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3424681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3424938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3425141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3425336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3425531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3425788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3426051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3426523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3426787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3427044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3427299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3427555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T11:09:19.3427798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3428040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3428286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3428512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3428750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3428981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3429206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T11:09:19.3429402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3429600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3429789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 54%] 2022-12-01T11:09:19.3429980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3430182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 54%] 2022-12-01T11:09:19.3430367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3430568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3430762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3430960Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3431213Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3431416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3431613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3431823Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3432046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3432355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3432630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:19.3433093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 55%] 2022-12-01T11:09:19.3433315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-12-01T11:09:19.3433514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3433706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3433913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3434115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3434322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3434536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3434809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:19.3435091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T11:09:19.3435297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3435497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3435720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 55%] 2022-12-01T11:09:19.3435923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3436186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 55%] 2022-12-01T11:09:19.3436385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3436576Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3436778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3436980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3437177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3437391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3437646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3437842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3438045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3438240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 55%] 2022-12-01T11:09:19.3438443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 55%] 2022-12-01T11:09:19.3438640Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3438901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3439314Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3439509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3439704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3439898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3440096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3440356Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3440622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3440881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3441145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3441400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3441583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3441763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3441953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3442153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3442338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3442534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3442800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T11:09:19.3443003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3443207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3443404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3443603Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3443807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3444057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3444266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3444461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3444670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3444869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3445072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3445274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3445686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3445893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3446082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3446270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3446468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 56%] 2022-12-01T11:09:19.3446647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3446835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:19.3447041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3447235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3447425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3447637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3447855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:19.3448046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3448250Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3448433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3448621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:19.3448888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3449074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:19.3449254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3449461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3449669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3449860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3450052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3450315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3450579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3450773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:19.3450964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3451150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 XFAIL [ 57%] 2022-12-01T11:09:19.3451367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T11:09:19.3451620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3452094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3452293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 57%] 2022-12-01T11:09:19.3452562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3452817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3453066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3453330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3453592Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3453847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T11:09:19.3454084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3454309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3454533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3454746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3454961Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3455171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T11:09:19.3455384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3455594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3455818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3456023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3456236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:19.3456444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3456711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:19.3456932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3457139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3457436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3457659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3457873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3458387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3458610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3458822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3459036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3459246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3459454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3459667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3459887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3460116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3460345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3460553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3460762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:19.3460970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3461178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3461400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3461608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3461817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3462032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 58%] 2022-12-01T11:09:19.3462242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 XFAIL [ 58%] 2022-12-01T11:09:19.3462463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3462666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3462885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3463162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3463431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 58%] 2022-12-01T11:09:19.3463644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 58%] 2022-12-01T11:09:19.3463865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3464104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3464325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3464544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3465006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3465239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3465460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3465670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3465889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3466107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3466323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3466534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3466739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3467022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:19.3467240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3467457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3467676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3467892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3468105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3468320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3468542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3468753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3468979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3469201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3469496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3470030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3470242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3470451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3470659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3470916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:19.3471110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3471513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3471715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3471918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:19.3472112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 59%] 2022-12-01T11:09:19.3472426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T11:09:19.3472667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T11:09:19.3472926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T11:09:19.3473191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3473381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3473579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3473770Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3473955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3474179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T11:09:19.3474403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T11:09:19.3474597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3474784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3474973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3475158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3475390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3475660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3475918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3476182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3476539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3476805Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3477062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T11:09:19.3477257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3477445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3477629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3478070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3478274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3478461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3478674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3478865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3479050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3479241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3479442Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3479668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T11:09:19.3479855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3480045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-12-01T11:09:19.3480230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3480426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3480630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-12-01T11:09:19.3480838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3481021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-12-01T11:09:19.3481280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3481463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3481655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3481890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3482081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3482272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3482523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3482816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-12-01T11:09:19.3483038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 61%] 2022-12-01T11:09:19.3483309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3483574Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3483843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3484129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3484659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T11:09:19.3484872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3485154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3485436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3485631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3485922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T11:09:19.3486201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3486476Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3486754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3486953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3487186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3487473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3487756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3488128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T11:09:19.3488547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T11:09:19.3488831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T11:09:19.3489097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3489304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3489512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3489702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3489890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3490084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3490275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 61%] 2022-12-01T11:09:19.3490458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3490896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 61%] 2022-12-01T11:09:19.3491104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3491293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3491481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3491680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3491879Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3492067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3492271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3492462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3492654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3492833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3493032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3493227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3493422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3493614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3493808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3494055Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3494242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3494428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3494661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3494848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3495041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3495316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:19.3495573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T11:09:19.3495828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3496018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3496202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3496403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3496595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3496781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3496981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3497208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3497411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3497600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3497787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3497979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 62%] 2022-12-01T11:09:19.3498166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3498352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 62%] 2022-12-01T11:09:19.3498621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3498897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3499161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3499436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3499704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3500032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3500305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3500622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3500894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3501161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3501426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3501611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3501942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3502146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3502349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3502558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 63%] 2022-12-01T11:09:19.3502763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 63%] 2022-12-01T11:09:19.3502960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3503174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3503423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3503686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:19.3503956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:19.3504226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3504493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:19.3504764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T11:09:19.3504996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 63%] 2022-12-01T11:09:19.3505200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 63%] 2022-12-01T11:09:19.3505463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3505666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 63%] 2022-12-01T11:09:19.3505988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3506269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3506587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3506860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3507134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3507405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3507671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3508017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3508290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T11:09:19.3508557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:19.3508825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3509090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3509335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3509604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3509870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3510133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:19.3510393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:19.3510677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3510961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3511227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3511435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3511623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3511945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3512312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3512640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3512910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3513175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3513437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3513655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 64%] 2022-12-01T11:09:19.3513868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3514222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3514500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3514769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3514974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 64%] 2022-12-01T11:09:19.3515178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 64%] 2022-12-01T11:09:19.3515378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3515709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:19.3515985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T11:09:19.3516253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3516521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3516814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3517022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 64%] 2022-12-01T11:09:19.3517291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3517556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3517832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3518163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T11:09:19.3518433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3518679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3518899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3519120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 65%] 2022-12-01T11:09:19.3519333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3519598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3519866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3520198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3520468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3520732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:19.3521005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:19.3521269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:19.3521464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3521717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3521921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 65%] 2022-12-01T11:09:19.3522102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3522378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3522648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3522847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 65%] 2022-12-01T11:09:19.3523112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T11:09:19.3523388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3523657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3523972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3524248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3524520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3524843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3525116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3525382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3525651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3525916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3526250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3526520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3526790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3527057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3527325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3527638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3527920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3528186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:19.3528450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3528714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3528985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3529194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 66%] 2022-12-01T11:09:19.3529397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3529670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3529990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3530261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3530539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3530848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3531063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 66%] 2022-12-01T11:09:19.3531273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3531473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3531743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3532012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3532328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3532593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3532866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3533135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3533404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3533711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3533985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3534254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3534518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3534781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3535055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3535252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 66%] 2022-12-01T11:09:19.3535460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3535667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3535886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 66%] 2022-12-01T11:09:19.3536133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3536339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 66%] 2022-12-01T11:09:19.3536662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3536936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3537201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T11:09:19.3537467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3537733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T11:09:19.3538005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3538322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3538578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3538835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3539098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3539357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3539675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3539942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3540187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3540431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3540670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3540900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3541155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3541391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3541624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T11:09:19.3541928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3542201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3542462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3542783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3543057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3543331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3543606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3543887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3544227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3544500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3544770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3545035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3545313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3545641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T11:09:19.3545870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-12-01T11:09:19.3546090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-12-01T11:09:19.3546363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3546641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3546920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3547204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3547483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3547764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T11:09:19.3548082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3548378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3548707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3548983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3549250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3549535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3549824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-12-01T11:09:19.3550158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3550428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3550703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3550979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3551304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3551596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3551883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3552153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3552528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3552808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3553089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3553361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3553643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3553961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3554222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3554431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 68%] 2022-12-01T11:09:19.3554675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:19.3554878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 68%] 2022-12-01T11:09:19.3555074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:19.3555354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3555625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3555896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3556230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3556498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3556770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3557034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3557235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 68%] 2022-12-01T11:09:19.3557558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T11:09:19.3557832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3558097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3558359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:19.3558625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3558899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3559168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3559433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3559699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3560011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3560294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3560580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3560898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3561166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3561437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3561717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3562062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3562274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:19.3562553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3562824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3563093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3563406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3563675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3563954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3564222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3564485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3564751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3565045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3565334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3565622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3565889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3566210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3566482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3566786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3567049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3567313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3567517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 69%] 2022-12-01T11:09:19.3568583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:19.3568794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-12-01T11:09:19.3569052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3569328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T11:09:19.3569593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3569863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3570181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3570463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3570741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3571002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3571269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3571534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3571800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3572119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3572392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T11:09:19.3572744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3573045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3573345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3573560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:19.3573842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3574128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3574404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3574761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3575060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3575355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3575639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3575906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:19.3576122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:19.3576414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3576701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3576961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 70%] 2022-12-01T11:09:19.3577262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3577568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3577860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3578185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3578474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3578805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3579098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3579324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 70%] 2022-12-01T11:09:19.3579610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3579906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3580190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T11:09:19.3580546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3580823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3581100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3581383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3581676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3582012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3582303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3582582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3582874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3583089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:19.3583374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3583665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3583992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3584285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3584622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3584914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3585197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3585489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3585777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3586075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3586419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3586698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3586987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3587284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3587614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3587907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3588192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3588471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3588684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:19.3588971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3589266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3589552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3589777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 71%] 2022-12-01T11:09:19.3590140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3590427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3590770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3591064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:19.3591333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3591605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3591868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3592192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3592543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 72%] 2022-12-01T11:09:19.3592796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3593061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3593323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3593957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3594241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3594503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3594724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:19.3594956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T11:09:19.3595183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T11:09:19.3595453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3595656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:19.3595967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3596239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3596504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3596814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3597089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3597357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3597621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3597827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:19.3598030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 72%] 2022-12-01T11:09:19.3598305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3598645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3598926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3599197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3599465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3599732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3600043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T11:09:19.3600325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3600591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3600853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T11:09:19.3601067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 72%] 2022-12-01T11:09:19.3601290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T11:09:19.3601521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T11:09:19.3601719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3602027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3602236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3602436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3602692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3602909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 73%] 2022-12-01T11:09:19.3603196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3603391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3603642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3603901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3604106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 73%] 2022-12-01T11:09:19.3604303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3604544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 73%] 2022-12-01T11:09:19.3604812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3605095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3605376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3605638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3605948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 73%] 2022-12-01T11:09:19.3606223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3606493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3606786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3607089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:19.3607381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3607651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3607985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3608265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3608581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3608858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3609163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3609455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3609745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3610049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:19.3610409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T11:09:19.3610695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3610973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3611238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T11:09:19.3611500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T11:09:19.3611826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3612032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:19.3612232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3612499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3612763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3613026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3613227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3613498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3613765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3614075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3614339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3614645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3614845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3615124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3615324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:19.3615593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3615860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3616131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3616447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3616712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3616978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T11:09:19.3617246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3617512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3617763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3618037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3618306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3618559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3618843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3619046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:19.3619249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3619452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:19.3619663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 74%] 2022-12-01T11:09:19.3619916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 74%] 2022-12-01T11:09:19.3620191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3620454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3620756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3621026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T11:09:19.3621293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3621497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3621761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3622024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3622341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3622613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3622881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3623145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3623414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:19.3623655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3623848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3624118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3624378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3624601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3624812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3625032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3625259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3625482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3625709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3625957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 75%] 2022-12-01T11:09:19.3626179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3626432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 75%] 2022-12-01T11:09:19.3626670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:19.3626843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3627028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3627221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:19.3627408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3627596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:19.3627782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3627961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3628166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 75%] 2022-12-01T11:09:19.3628416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 75%] 2022-12-01T11:09:19.3628675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3628926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3629148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3629370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T11:09:19.3629623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3629913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T11:09:19.3630169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3630417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3630673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3630926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3631139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 76%] 2022-12-01T11:09:19.3631378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3631610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3631801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:19.3632027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3632351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3632577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3632755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:19.3632938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3633133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 76%] 2022-12-01T11:09:19.3633316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3633547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3633776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3634004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3634259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3634508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3634809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3635044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3635262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3635480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3635697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3635953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T11:09:19.3636235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3636473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3636704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3636930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3637154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3637369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3637555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 76%] 2022-12-01T11:09:19.3637781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3638037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3638264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3638489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T11:09:19.3638751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3638964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3639197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3639406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3639634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3639856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3640044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 77%] 2022-12-01T11:09:19.3640302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3640521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3640796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3641014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3641208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 77%] 2022-12-01T11:09:19.3641395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3641579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3641816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3642001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3642263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3642492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3642719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3642951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3643171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3643386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3643587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3643814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3644079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3644306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3644604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3644868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3645123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3645380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3645627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T11:09:19.3645795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3645981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3646166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3646349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 77%] 2022-12-01T11:09:19.3646530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 77%] 2022-12-01T11:09:19.3646760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3647039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T11:09:19.3647222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3647471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3647692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3647917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3648141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3648409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3648636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3648855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3649077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3649294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3649522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3649740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3650014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3650240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3650458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3650642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3650863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3651129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3651351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3651533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3651715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3651976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3652195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3652411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3652592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3652845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3653128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3653351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3653599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3653855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3654079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3654301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3654532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3654791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3655041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T11:09:19.3655263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:19.3655453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 78%] 2022-12-01T11:09:19.3655647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 79%] 2022-12-01T11:09:19.3655839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 79%] 2022-12-01T11:09:19.3656062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3656366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3656621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3656867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3657156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3657401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3657662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3657914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3658164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3658381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3658611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3658839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3659138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3659364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3659606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3659840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T11:09:19.3660057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3660248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 79%] 2022-12-01T11:09:19.3660541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3660726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 79%] 2022-12-01T11:09:19.3660955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3661180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3661401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3661636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3661864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3662096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3662368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3662598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3662842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3663112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3663333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3663566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3663788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T11:09:19.3664055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3664320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T11:09:19.3664527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-12-01T11:09:19.3664751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3665440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3665669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3665905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3666137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3666365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3666596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3666858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3667114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3667365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3667593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3667819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3668063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3668290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3668574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3668813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3669083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3669309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3669544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3669786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3670025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3670252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3670477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3670707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3670934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3671191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:19.3671440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 80%] 2022-12-01T11:09:19.3671622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 80%] 2022-12-01T11:09:19.3671807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 80%] 2022-12-01T11:09:19.3671987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 80%] 2022-12-01T11:09:19.3672320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3672547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3672775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3673050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T11:09:19.3673316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:19.3673577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:19.3673838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T11:09:19.3674095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:19.3674385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:19.3674577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:19.3674821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T11:09:19.3675089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3675317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3675537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3675750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3675960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3676186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3676409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3676636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3676869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3677068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T11:09:19.3677264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 81%] 2022-12-01T11:09:19.3677498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3677785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3678016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3678242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3678465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3678695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3678898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 81%] 2022-12-01T11:09:19.3679171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3679401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3679617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3679845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3680081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3680344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3680567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3680786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3681032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3681280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3681502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3681722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3681942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3682157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3682374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3682591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:19.3682810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3683070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3683286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3683489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3683756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3683971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3684233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3684453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3684681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3684907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3685204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3685455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3685641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 82%] 2022-12-01T11:09:19.3685823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3686081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3686393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3686644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3686900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T11:09:19.3687202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3687454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3687698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3687949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3688195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3688436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3688674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3688901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3689142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3689391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3689656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3689948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3690188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3690442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3690688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3690936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T11:09:19.3691810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3692040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3692244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 82%] 2022-12-01T11:09:19.3692540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3692786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-12-01T11:09:19.3693087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3693325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3693572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3693814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3694054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3694268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:19.3694505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3694756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3695001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3695251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3695504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3695754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3695987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3696224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3696527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3696767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3697015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3697252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3697496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3697791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3698036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3698275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:19.3698512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3698765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3699066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3699308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3699551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3708219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3708570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3708831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3709086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3709343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T11:09:19.3709553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:19.3709757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T11:09:19.3710044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T11:09:19.3710343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3710592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3710850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3711307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3711551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3711801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3712051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3712414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3712702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3712925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3713146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3713368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3713625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3713830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3714055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3714284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3714509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3714734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3714952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3715164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:19.3715392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3715580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 84%] 2022-12-01T11:09:19.3715767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:19.3715986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3716175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 84%] 2022-12-01T11:09:19.3716400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 84%] 2022-12-01T11:09:19.3716620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3716840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3717143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3717461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3717683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3717882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 84%] 2022-12-01T11:09:19.3718100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3718341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3718576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3718803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:19.3719100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3719355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T11:09:19.3719580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3719795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3719979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3720180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T11:09:19.3720374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:19.3720592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3720788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:19.3720980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3721174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:19.3721361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3721565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3721763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3721970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3722171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3722445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3722706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3722938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3723122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3723307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:19.3723487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3723726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 85%] 2022-12-01T11:09:19.3723905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T11:09:19.3724132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3724391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 85%] 2022-12-01T11:09:19.3724657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3724922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3725255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3725473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3725752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3725977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3726198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3726476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3726711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3726984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3727211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3727443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T11:09:19.3727724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T11:09:19.3728022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T11:09:19.3728357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T11:09:19.3728653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T11:09:19.3728919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3729146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3729380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3729662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3729849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:19.3730073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3730288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3730507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3730693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:19.3730874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:19.3731131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3731354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3731581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3731799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3732014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3732235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3732452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3732642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:19.3732820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:19.3733040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3733267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3733482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3733664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:19.3733845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:19.3734074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3734350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3734575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3734790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3735047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3735267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3735488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3735708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3735962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 86%] 2022-12-01T11:09:19.3736154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 86%] 2022-12-01T11:09:19.3736383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T11:09:19.3736604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3736839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3737038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:19.3737263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:19.3737493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3737717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3737948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3738174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3738403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3738662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:19.3738935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:19.3739140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3739364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3739585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3739801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3740030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3740299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3740523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3740747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:19.3740980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 87%] 2022-12-01T11:09:19.3741166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 87%] 2022-12-01T11:09:19.3741421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T11:09:19.3741682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3741993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3742263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3742532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3742795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3743056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3743371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3743636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3743898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3744165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3744375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-12-01T11:09:19.3744631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3744823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:19.3745087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T11:09:19.3745276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 87%] 2022-12-01T11:09:19.3745475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:19.3745669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3745863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3746060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3746318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:19.3746506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:19.3746764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3747072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3747334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3747598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3747856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3748182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3748447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3748700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3748951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3749206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3749504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3749770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T11:09:19.3749991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 88%] 2022-12-01T11:09:19.3750270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3750549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3750743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:19.3750930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3751196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3751385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3751572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 88%] 2022-12-01T11:09:19.3751836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3752104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3752496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3752770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3753074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3753282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T11:09:19.3753550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3753820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3754088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3754418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3754676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3754949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T11:09:19.3755210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:19.3755468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:19.3755767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:19.3756045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3756299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3756561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3756824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3757084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3757335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:19.3757601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3757867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3758147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3758462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3758746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3759015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3759317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3759512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3759707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3759967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3760244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3760561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3760774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:19.3760976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3761239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3761434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3761703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3762018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3762214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:19.3762404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3762595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3762859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T11:09:19.3763118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3763326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 89%] 2022-12-01T11:09:19.3763612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3763808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 89%] 2022-12-01T11:09:19.3764075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3764346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T11:09:19.3764611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3764927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3765203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3765503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3765768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3765979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:19.3766240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3766563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3766811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3767071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3767337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3767596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:19.3767901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:19.3768099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:19.3768293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 90%] 2022-12-01T11:09:19.3768554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3768810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T11:09:19.3769075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3769338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3769607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3769862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3770133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3770398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3770705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3770977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3771253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3771557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3771821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3772081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3772344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3773083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3773348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3773611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3773880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3774145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3774463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3774730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3774993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:19.3775251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3775515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3775776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3776037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3776226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 91%] 2022-12-01T11:09:19.3776489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3776800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3777059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3777284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 91%] 2022-12-01T11:09:19.3777563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3777823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3778075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3778333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3778589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3778857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3779170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3779422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3779690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3779940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3780202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3780519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3780787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3781049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3781312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3781577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3781779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 91%] 2022-12-01T11:09:19.3781980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 91%] 2022-12-01T11:09:19.3782180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 91%] 2022-12-01T11:09:19.3782375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 91%] 2022-12-01T11:09:19.3782688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T11:09:19.3782946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3783206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3783516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3783779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3784027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3784281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3784542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T11:09:19.3784802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3785115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3785377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3785618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T11:09:19.3785859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T11:09:19.3786109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T11:09:19.3786333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T11:09:19.3786630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T11:09:19.3786897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3787155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3787419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3787679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3787931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3788131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 92%] 2022-12-01T11:09:19.3788324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 92%] 2022-12-01T11:09:19.3788596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3788909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3789175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3789491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3789765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3790028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3790299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3790566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3790838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3791186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3791472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3791733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3792000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3792356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3792684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3792950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T11:09:19.3793218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3793492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3793757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3794037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3794308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3794573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T11:09:19.3794897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3795173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3795506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3795795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3796057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3796334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3796607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-12-01T11:09:19.3796874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3797196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3797467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3797739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3798009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3798285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3798919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3799210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3799480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3799748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3799945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 93%] 2022-12-01T11:09:19.3800142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 93%] 2022-12-01T11:09:19.3800338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:19.3800651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3800927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3801194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3801501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3801772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3802039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3802305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3802564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3802828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3803085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3803279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 93%] 2022-12-01T11:09:19.3803600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3803861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3804126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3804364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T11:09:19.3804622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3804918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3805182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:19.3805441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3805695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3805966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3806236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3806512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3806715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 94%] 2022-12-01T11:09:19.3806918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:19.3807191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3807464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3807734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3808005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3808272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3808486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 94%] 2022-12-01T11:09:19.3808690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:19.3808952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3809220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3809529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3809806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3810084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3810350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3810613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3810953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3811238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3811501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3811829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3812107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3812411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3812676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3812928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3813185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3813447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3813704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3813902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 94%] 2022-12-01T11:09:19.3814160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3814416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3814627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 94%] 2022-12-01T11:09:19.3814890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T11:09:19.3815160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3815466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T11:09:19.3815665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 95%] 2022-12-01T11:09:19.3815840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:19.3816098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T11:09:19.3816374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T11:09:19.3816636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T11:09:19.3816942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T11:09:19.3817247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3817540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3817826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3818123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3818412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3818691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3818968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3819250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3819529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3819818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3820112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3820327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:19.3820614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3820902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3821176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3821509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3821792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3822089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3822386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3822725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3823022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3823302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3823521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:19.3823798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3824080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3824368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3824655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3824867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 95%] 2022-12-01T11:09:19.3825149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3825447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T11:09:19.3825751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3826033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3826323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3826611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3826890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3827232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3827522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3827848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3828137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3828472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3828812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3829101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3829376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3829650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3829860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 96%] 2022-12-01T11:09:19.3830144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3830353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 96%] 2022-12-01T11:09:19.3830639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3830928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3831211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3831492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3831779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3832073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3832469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3832752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3833015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3833326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3833595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3833858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3834086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T11:09:19.3834339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3834638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3834904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3835145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T11:09:19.3835407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3835675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:19.3835906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T11:09:19.3836139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T11:09:19.3836404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3836662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3836849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3837116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3837370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3837566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3837832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3838089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3838353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3838615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3838874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3839180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3839373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3839657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3839934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3840204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3840474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3840776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3841033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3841291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T11:09:19.3841564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3841830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3842106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3842368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3842561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3842772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3842990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T11:09:19.3843211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T11:09:19.3843403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3843668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3843878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3844162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3844431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3844692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3844965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T11:09:19.3845219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 97%] 2022-12-01T11:09:19.3845392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 97%] 2022-12-01T11:09:19.3845647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3845841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3846032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3846219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3846403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3846713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3846990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3847252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3847510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 98%] 2022-12-01T11:09:19.3847777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3848038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3848328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3848595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3848889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T11:09:19.3849162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3849444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3849716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3850003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3850283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T11:09:19.3850556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3850819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3851081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3851404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3851680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3851948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3852146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3852409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3852714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3852980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3853244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3853502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3853692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-12-01T11:09:19.3853956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3854230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3854494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3854754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3855011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T11:09:19.3855276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3855541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3855806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3856079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3856348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3856607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3856780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:19.3857105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3857370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3857631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3857890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3858148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3858410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3858784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3859056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3859359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3859561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:19.3859830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3860100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3860367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3860647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3860842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:19.3861043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:19.3861312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3861580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3861854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:19.3862114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3862381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3862651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3862911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3863229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3863491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3863754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T11:09:19.3863944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-12-01T11:09:19.3864144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-12-01T11:09:19.3864398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:19.3864714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T11:09:19.3864979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-12-01T11:09:19.3864993Z 2022-12-01T11:09:19.3865301Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-c6ae9665f042385f.xml - 2022-12-01T11:09:19.3865465Z = 1670 passed, 2035 skipped, 14 deselected, 39 xfailed, 68 warnings in 558.48s (0:09:18) = 2022-12-01T11:09:19.3865654Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:09:19.3865661Z 2022-12-01T11:09:19.3866042Z ##[endgroup] 2022-12-01T11:09:19.3866293Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_sc3s3gj7) 2022-12-01T11:09:19.3866321Z 2022-12-01T11:09:19.5256750Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:09:19.525384] 2022-12-01T11:09:19.5259054Z Ignoring disabled issues: [] 2022-12-01T11:09:19.5259188Z Found test time stats from artifacts 2022-12-01T11:09:19.5259356Z Prioritized test from test file changes. 2022-12-01T11:09:19.5259467Z reordering tests for PR: 2022-12-01T11:09:19.5259549Z prioritized: [] 2022-12-01T11:09:19.5261043Z the rest: ['test_ops_gradients', 'test_reductions', 'test_cpp_extensions_jit', 'test_modules', 'test_linalg', 'distributions/test_distributions', 'test_tensorexpr', 'test_autograd', 'test_torch', 'test_namedtuple_return_api', 'test_mobile_optimizer', 'test_fake_tensor', 'test_jit_disabled', 'test_cpp_extensions_aot_ninja', 'test_prims', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda', 'test_cuda_sanitizer', 'test_deploy', 'test_hub', 'test_pruning_op', 'test_decomp', 'test_quantization', 'test_meta', 'test_jit_fuser_te', 'test_dataloader', 'test_mkldnn_fusion', 'test_unary_ufuncs', 'test_schema_check', 'test_serialization', 'test_jit', 'test_optim', 'test_binary_ufuncs', 'test_foreach', 'test_sparse', 'test_mkldnn', 'test_utils', 'test_view_ops', 'test_xnnpack_integration', 'test_stateless', 'test_masked', 'test_transformers', 'test_ao_sparsity', 'test_sort_and_select', 'test_expanded_weights', 'test_nestedtensor', 'test_scatter_gather_ops', 'test_logging', 'nn/test_packed_sequence', 'test_fx_reinplace_pass', 'test_set_default_mobile_cpu_allocator', 'test_futures', 'test_dlpack', 'test_numpy_interop', 'test_subclass', 'test_model_dump', 'profiler/test_profiler_tree', 'test_pytree', 'test_per_overload_api', 'test_type_info', 'nn/test_dropout'] 2022-12-01T11:09:19.5261062Z 2022-12-01T11:09:19.5261436Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-12-01T11:09:19.5262443Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-12-01T11:09:28.7982509Z 2022-12-01T11:09:28.7982982Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T11:09:28.7983754Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_kr1om911) 2022-12-01T11:09:28.7984347Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-48ab724aada352e1.xml 2022-12-01T11:09:28.7984861Z ============================= test session starts ============================= 2022-12-01T11:09:28.7985235Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-12-01T11:09:28.7985551Z cachedir: .pytest_cache 2022-12-01T11:09:28.7986167Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T11:09:28.7986643Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-12-01T11:09:28.7987072Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T11:09:28.7987449Z collecting ... collected 7560 items / 7528 deselected / 32 selected 2022-12-01T11:09:28.7991515Z Running 32 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-12-01T11:09:28.7995517Z 2022-12-01T11:09:28.7995797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T11:09:28.7996336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T11:09:28.7996931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T11:09:28.7997471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T11:09:28.7998004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 15%] 2022-12-01T11:09:28.7998480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 18%] 2022-12-01T11:09:28.7998918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 21%] 2022-12-01T11:09:28.7999340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 25%] 2022-12-01T11:09:28.7999762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 28%] 2022-12-01T11:09:28.8000168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 31%] 2022-12-01T11:09:28.8000571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 34%] 2022-12-01T11:09:28.8000982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 37%] 2022-12-01T11:09:28.8001396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 40%] 2022-12-01T11:09:28.8001810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 43%] 2022-12-01T11:09:28.8002215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 46%] 2022-12-01T11:09:28.8002639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 50%] 2022-12-01T11:09:28.8003065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 53%] 2022-12-01T11:09:28.8003490Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 56%] 2022-12-01T11:09:28.8003967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 59%] 2022-12-01T11:09:28.8004435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 62%] 2022-12-01T11:09:28.8004943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T11:09:28.8005525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T11:09:28.8006091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T11:09:28.8006731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T11:09:28.8007264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T11:09:28.8007745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T11:09:28.8008232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T11:09:28.8008717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T11:09:28.8009284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T11:09:28.8009901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T11:09:28.8010507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T11:09:28.8011073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-12-01T11:09:28.8011363Z 2022-12-01T11:09:28.8011662Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-48ab724aada352e1.xml - 2022-12-01T11:09:28.8012130Z ========= 16 passed, 16 skipped, 7528 deselected, 1 warning in 5.16s ========== 2022-12-01T11:09:28.8012490Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T11:09:28.8012701Z 2022-12-01T11:09:28.8012959Z ##[endgroup] 2022-12-01T11:09:28.8013330Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_kr1om911) 2022-12-01T11:09:28.8013604Z 2022-12-01T11:09:28.8013733Z Running test_reductions ... [2022-12-01 11:09:28.799829] 2022-12-01T11:09:28.8014164Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:09:28.800429] 2022-12-01T11:14:30.4493675Z 2022-12-01T11:14:30.4494239Z Expand the folded group to see the log file of test_reductions 2022-12-01T11:14:30.4495178Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_kaew05km) 2022-12-01T11:14:30.4545980Z 2022-12-01T11:14:30.4546321Z Running tests... 2022-12-01T11:14:30.4546662Z ---------------------------------------------------------------------- 2022-12-01T11:14:30.4547161Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-12-01T11:14:30.4547525Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.4547858Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.4548186Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.4549769Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1736: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3281.) 2022-12-01T11:14:30.4551213Z _test_all_any(x.T) 2022-12-01T11:14:30.4553585Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: 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:24.) 2022-12-01T11:14:30.4554636Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4555942Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:14:30.4556983Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4558094Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:14:30.4561330Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4562431Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:14:30.4563461Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4566222Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:14:30.4567259Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4568373Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 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:24.) 2022-12-01T11:14:30.4569432Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4570527Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 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:24.) 2022-12-01T11:14:30.4573147Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4574240Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 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:24.) 2022-12-01T11:14:30.4575884Z torch.all(x, dim, out=out) 2022-12-01T11:14:30.4576170Z ok (0.068s) 2022-12-01T11:14:30.4578735Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2391: 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:250.) 2022-12-01T11:14:30.4579645Z torch_result = torch_fn(t).cpu() 2022-12-01T11:14:30.4579942Z ok (0.773s) 2022-12-01T11:14:30.4580320Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.093s) 2022-12-01T11:14:30.4580803Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.105s) 2022-12-01T11:14:30.4581278Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.088s) 2022-12-01T11:14:30.4581706Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.096s) 2022-12-01T11:14:30.4582183Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.093s) 2022-12-01T11:14:30.4582645Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.094s) 2022-12-01T11:14:30.4583091Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.092s) 2022-12-01T11:14:30.4585240Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.098s) 2022-12-01T11:14:30.4585695Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.068s) 2022-12-01T11:14:30.4586115Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4586560Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4586996Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4587420Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:14:30.4587855Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.4588379Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4588801Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4589305Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:14:30.4591499Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4591985Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4592450Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4592923Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:14:30.4593323Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4593784Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4594297Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4594935Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:14:30.4595442Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.4597672Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.4598693Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1620: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:14:30.4599569Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-12-01T11:14:30.4600414Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1623: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:14:30.4601197Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-12-01T11:14:30.4601564Z ok (0.011s) 2022-12-01T11:14:30.4601992Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T11:14:30.4604202Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T11:14:30.4604619Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T11:14:30.4605018Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T11:14:30.4605371Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4605768Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T11:14:30.4606212Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:14:30.4606616Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.296s) 2022-12-01T11:14:30.4606996Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T11:14:30.4607363Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.4607750Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T11:14:30.4608114Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T11:14:30.4609953Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.4610359Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T11:14:30.4610739Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.4611150Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4611556Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4611922Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T11:14:30.4612358Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.4612728Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-12-01T11:14:30.4613116Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T11:14:30.4613568Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.4614118Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4616323Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4616904Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.4617817Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1904: 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-12-01T11:14:30.4618817Z x = torch.tensor(example, device=device, dtype=dtype) 2022-12-01T11:14:30.4619688Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1910: 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-12-01T11:14:30.4620430Z x = torch.tensor(example, device=device, dtype=dtype) 2022-12-01T11:14:30.4622541Z ok (0.000s) 2022-12-01T11:14:30.4622982Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.4623491Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4624031Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4624707Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4625213Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4625693Z Tests that the default dim reduces all dimensions. ... ok (0.010s) 2022-12-01T11:14:30.4626152Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4626630Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4628771Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4629235Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4629689Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4630158Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4630618Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4631065Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4631478Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4631929Z Tests that the default dim reduces all dimensions. ... ok (0.010s) 2022-12-01T11:14:30.4632399Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4632863Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4634971Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4635527Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-12-01T11:14:30.4636025Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4636559Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4637095Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4637617Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4638135Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4638678Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-12-01T11:14:30.4639177Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4641402Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.010s) 2022-12-01T11:14:30.4641952Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4642503Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4643045Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4643620Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4644211Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4644585Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4645081Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4645488Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4647396Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4647794Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4648195Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4648644Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4649061Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4649799Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4650392Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4651023Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4651637Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4654155Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4654705Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4655317Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4655984Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4656656Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4657313Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4657977Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4660515Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4661073Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4661657Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4662268Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4662881Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4663490Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4664095Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4666635Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4667318Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4667935Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4668547Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4669182Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4669806Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4670375Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4670898Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4673536Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4674305Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4674966Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4675564Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4676125Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4676615Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4677162Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4679485Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4679853Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:14:30.4680210Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4680564Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4681009Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4681367Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4681730Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4682095Z Tests that the default dim reduces all dimensions. ... ok (0.006s) 2022-12-01T11:14:30.4682442Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4682786Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4683095Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4683437Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4684702Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4720251Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4722733Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4723346Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4723736Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4724052Z Tests that the default dim reduces all dimensions. ... ok (0.011s) 2022-12-01T11:14:30.4724362Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4724673Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4724959Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4725263Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4725572Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4725877Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4726182Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4726492Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T11:14:30.4726774Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4727078Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T11:14:30.4728903Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4729208Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4729509Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4729811Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4730142Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4730442Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4730739Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4731033Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4731320Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4731735Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4732034Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4732331Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4732631Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4732954Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4733280Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4733584Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4733921Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4734253Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4734596Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4734995Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4735334Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4735644Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4735974Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4736299Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4736635Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4736973Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4737303Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4737635Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4737945Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4738279Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4739631Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4740530Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-12-01T11:14:30.4740849Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4741183Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4741493Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4741825Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4742156Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4742485Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4742807Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4743134Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4743438Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4743761Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.002s) 2022-12-01T11:14:30.4744084Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4744405Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-12-01T11:14:30.4744725Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4745044Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4745340Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4745656Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.003s) 2022-12-01T11:14:30.4745970Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4746377Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4746704Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4747012Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-12-01T11:14:30.4747293Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4747587Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-12-01T11:14:30.4747883Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4748178Z Tests that dim=[] is a no-op ... expected failure (0.006s) 2022-12-01T11:14:30.4748482Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4748785Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4749059Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4749350Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-12-01T11:14:30.4749696Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4749994Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-12-01T11:14:30.4750287Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4750560Z Tests that dim=[] is a no-op ... ok (0.000s) 2022-12-01T11:14:30.4750820Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4751113Z Tests that dim=[] is a no-op ... expected failure (0.010s) 2022-12-01T11:14:30.4751406Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4751697Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4751990Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4752263Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-12-01T11:14:30.4752549Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4752833Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4753130Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4753418Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4753702Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4753972Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:14:30.4754256Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4754538Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4755776Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4756639Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4756923Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4757187Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4757473Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4757775Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T11:14:30.4758075Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4758371Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T11:14:30.4758679Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4758965Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T11:14:30.4759276Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4759604Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4759930Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4760251Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4760590Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4760905Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4761336Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4761677Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4762009Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4762336Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4762663Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4762974Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4763314Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4763652Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4763979Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4764356Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4764691Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4764998Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:14:30.4765326Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4765655Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4765984Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4766314Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:14:30.4766644Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4766952Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:14:30.4767284Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4767615Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-12-01T11:14:30.4767939Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4768260Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-12-01T11:14:30.4768584Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4768890Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-12-01T11:14:30.4769215Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4769538Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-12-01T11:14:30.4769857Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4770173Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T11:14:30.4770488Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4770807Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-12-01T11:14:30.4771109Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4771428Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-12-01T11:14:30.4771744Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4772088Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4772427Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4772768Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4773090Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4773457Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4773829Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4774235Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.010s) 2022-12-01T11:14:30.4774577Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4774923Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4775265Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4775593Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4775943Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4776300Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4776640Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4777032Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4777373Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4777699Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.011s) 2022-12-01T11:14:30.4778041Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4778385Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4778724Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4779161Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4779500Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4779849Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4780173Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4780516Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4780840Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4781176Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4781503Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4781840Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4782152Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4782495Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4782824Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4783163Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4783488Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4783821Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4784146Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4784460Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4784798Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4785109Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4785415Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4785718Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4787569Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4787957Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4788269Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4788585Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4788893Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4789196Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4789501Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4789784Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4790083Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4790381Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4790679Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4791029Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4791329Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4791608Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4791905Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4792204Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-12-01T11:14:30.4792495Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4792789Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-12-01T11:14:30.4793087Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4793363Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-12-01T11:14:30.4793653Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4793939Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-12-01T11:14:30.4794232Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4794526Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-12-01T11:14:30.4794819Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4795113Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.006s) 2022-12-01T11:14:30.4795398Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4795721Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4796041Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4796363Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4796691Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4797020Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4797356Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4797694Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-12-01T11:14:30.4798047Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4798404Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-12-01T11:14:30.4798770Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4799154Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4799541Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4799893Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.011s) 2022-12-01T11:14:30.4800253Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4800675Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T11:14:30.4801032Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4801398Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T11:14:30.4801772Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4802142Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4802482Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4802842Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4803204Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4803563Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4803966Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4804331Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4804674Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4805032Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4805394Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4805757Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T11:14:30.4806114Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4806471Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4806824Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4807165Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4807519Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4807878Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T11:14:30.4808229Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4808588Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4808942Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4809276Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4809618Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4809967Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4810319Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4810672Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:14:30.4811030Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4811349Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:14:30.4811680Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4812010Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:14:30.4812336Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4812665Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:14:30.4813004Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4813344Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:14:30.4813700Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4814023Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:14:30.4814353Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4814681Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:14:30.4815010Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4815340Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:14:30.4815647Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4815974Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:14:30.4816299Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4816625Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:14:30.4816998Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4817332Z Tests that operator correctly handles unsorted dim list. ... ok (0.003s) 2022-12-01T11:14:30.4817633Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4817954Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4818276Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4818602Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4819020Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4819348Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4819647Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4819964Z Tests that operator correctly handles unsorted dim list. ... ok (0.006s) 2022-12-01T11:14:30.4820286Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4820600Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4820917Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4821228Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-12-01T11:14:30.4821531Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4821869Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-12-01T11:14:30.4822203Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4822536Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-12-01T11:14:30.4822872Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4823210Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-12-01T11:14:30.4823532Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4823874Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.010s) 2022-12-01T11:14:30.4824219Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4824572Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:14:30.4824920Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4825265Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:14:30.4825580Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4825917Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T11:14:30.4826228Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4826529Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:14:30.4827363Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4827694Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4827999Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4828332Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4828656Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4828984Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4829308Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4829634Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4829940Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4830272Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4830652Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4830983Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4831315Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4831655Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4831989Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4832313Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4832646Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4832981Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4833311Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4833636Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4833971Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4834286Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4834618Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4834961Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4835305Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4835648Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4835969Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4836276Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-12-01T11:14:30.4836602Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4836939Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4837271Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4837603Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-12-01T11:14:30.4837930Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4838244Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4838568Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4838892Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4839212Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4839542Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T11:14:30.4839868Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4840230Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4840556Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4840883Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4841207Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4841538Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4841861Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4843815Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-12-01T11:14:30.4844138Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4844467Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:14:30.4844788Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4845192Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4845520Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4845847Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-12-01T11:14:30.4846140Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4846455Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-12-01T11:14:30.4846771Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4847069Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4847366Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4847656Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4847927Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4848242Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-12-01T11:14:30.4848563Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4848864Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4849160Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4849438Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4849738Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4850038Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4850333Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4850693Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-12-01T11:14:30.4851044Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4851359Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4851696Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4852036Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T11:14:30.4852370Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4855966Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-12-01T11:14:30.4856315Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4856672Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4857004Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4857361Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4857716Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4858076Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4858531Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4858981Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4859338Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4859667Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4860005Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4860350Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T11:14:30.4860692Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4861030Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T11:14:30.4861359Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4861744Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4862087Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4862427Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4862764Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4863109Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4863451Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4863779Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4864115Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4864451Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-12-01T11:14:30.4864786Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4865131Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4865468Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4865812Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4866130Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4866466Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4866789Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4867119Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4867451Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4867786Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.011s) 2022-12-01T11:14:30.4868107Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4868442Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4868769Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4869120Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4869462Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4869787Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4870096Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4870420Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4870739Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4871069Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4871448Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4871757Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4872039Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4872325Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4872613Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4872903Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4873198Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4873490Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4873772Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4874063Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4874355Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4874695Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4874988Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4875275Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4875547Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4875834Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T11:14:30.4876121Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4876407Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T11:14:30.4876690Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4876973Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4877240Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4877523Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4877807Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4878088Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4878362Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4878644Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4878912Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4879195Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T11:14:30.4879474Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4879756Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:14:30.4880033Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4880321Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4880636Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4880904Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4881176Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4881453Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4881724Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4881998Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-12-01T11:14:30.4882277Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4882551Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-12-01T11:14:30.4882838Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4883123Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T11:14:30.4883406Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4883684Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-12-01T11:14:30.4883950Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4884288Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-12-01T11:14:30.4884568Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4884854Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-12-01T11:14:30.4885136Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4885422Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-12-01T11:14:30.4885702Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4886000Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:14:30.4886302Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4886608Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4886899Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4887191Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4887861Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4888174Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4888473Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4888770Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4889068Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4889364Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-12-01T11:14:30.4889651Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4889951Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4890245Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4890541Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4890834Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4891131Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4891412Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4891702Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4891998Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4892294Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4892587Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4892883Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:14:30.4893162Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4893451Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4893731Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4894012Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4894300Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4894588Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4894861Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4895143Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4895423Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4895708Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4895987Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4896252Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4896526Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4896801Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4897075Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4897355Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:14:30.4898358Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1941: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [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:24.) 2022-12-01T11:14:30.4899307Z torch.sum(x, 0, out=y) 2022-12-01T11:14:30.4899487Z ok (0.036s) 2022-12-01T11:14:30.4899725Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-12-01T11:14:30.4900049Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-12-01T11:14:30.4900427Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T11:14:30.4900748Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.033s) 2022-12-01T11:14:30.4901061Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.040s) 2022-12-01T11:14:30.4901367Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T11:14:30.4901667Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T11:14:30.4901998Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.4902349Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.4902683Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4902980Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4903242Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4903512Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4903769Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4904035Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4904298Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4904555Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4904818Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4905075Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4905335Z Tests that dim=i reduces dimension i. ... ok (0.010s) 2022-12-01T11:14:30.4905601Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4905856Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4906130Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4906398Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4906666Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4906974Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4907281Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4907590Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4907894Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4908199Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4908497Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4908807Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4909114Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4909422Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4909789Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4910100Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4910406Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4910741Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.4911085Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4911406Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4911722Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4912041Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4912352Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4912703Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4913020Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4913334Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4913646Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4913965Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4914289Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4914605Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4914922Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4915234Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4915546Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4915869Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4916186Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4916495Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.006s) 2022-12-01T11:14:30.4916808Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4917122Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4917438Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4917750Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-12-01T11:14:30.4918057Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4918366Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.013s) 2022-12-01T11:14:30.4918661Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4918965Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4919278Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4919592Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4919895Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4920204Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4920503Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4920808Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4921115Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4921423Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4921780Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4922088Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T11:14:30.4922384Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4922690Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:14:30.4922998Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4923278Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4923550Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4923820Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4924083Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4924353Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4924630Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4924954Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4925232Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4925512Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4925787Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4926072Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4926342Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4926611Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:14:30.4926880Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4927155Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4927413Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4927684Z Tests that dim=i reduces dimension i. ... ok (0.006s) 2022-12-01T11:14:30.4927957Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4928226Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4928494Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4928753Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4929016Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4929288Z Tests that dim=i reduces dimension i. ... ok (0.010s) 2022-12-01T11:14:30.4929554Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4929816Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4930083Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4930339Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4930607Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4930871Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-12-01T11:14:30.4931139Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4931400Z Tests that dim=i reduces dimension i. ... ok (0.011s) 2022-12-01T11:14:30.4931664Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4931916Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4932181Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4932447Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4932706Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4932973Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T11:14:30.4933249Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4933579Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:14:30.4933896Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4934226Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:14:30.4934589Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4934913Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:14:30.4935228Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4935536Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:14:30.4935859Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4936184Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:14:30.4936500Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4936823Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:14:30.4937149Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4937515Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:14:30.4937852Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4938187Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:14:30.4938506Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4938836Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:14:30.4939266Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4939580Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:14:30.4939910Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4940244Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:14:30.4940581Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4940912Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4941248Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4941601Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.4941935Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4942260Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.006s) 2022-12-01T11:14:30.4942578Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4942897Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4943220Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4945188Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4945516Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4945844Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.010s) 2022-12-01T11:14:30.4946162Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4946485Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4946806Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4947131Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4947439Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4947753Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4948071Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4948481Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.010s) 2022-12-01T11:14:30.4948793Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4949117Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4949416Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4951141Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4951463Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4951783Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4952100Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4952418Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.010s) 2022-12-01T11:14:30.4952735Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4953115Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-12-01T11:14:30.4953435Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4953763Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-12-01T11:14:30.4954086Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4954416Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-12-01T11:14:30.4954737Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4955053Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.010s) 2022-12-01T11:14:30.4955372Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4956531Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4957442Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4957772Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4958098Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4958416Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4958751Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4959089Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4959425Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4959769Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4960099Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4960436Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4960756Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4961088Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4961420Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4962562Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4963466Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4963799Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4964126Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4964471Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4964802Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4965225Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4965553Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4965889Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4966207Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4966541Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4966869Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4967198Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-12-01T11:14:30.4967524Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4968684Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4969650Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4969976Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4970297Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4970622Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4970946Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4971279Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4971599Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4971913Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:14:30.4972238Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4972570Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-12-01T11:14:30.4972889Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4973215Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-12-01T11:14:30.4973528Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4973841Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-12-01T11:14:30.4975557Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4975879Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-12-01T11:14:30.4976188Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.4976487Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.4976969Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\histograms.py:906: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.4977383Z return n/db/n.sum(), bin_edges 2022-12-01T11:14:30.4977554Z ok (9.799s) 2022-12-01T11:14:30.4977820Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T11:14:30.4978323Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\histograms.py:1124: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.4978706Z hist /= s 2022-12-01T11:14:30.4978973Z ok (37.561s) 2022-12-01T11:14:30.4979215Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4979513Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.4979816Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4981520Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.4981935Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4982250Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.4982563Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4982856Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.4983166Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4983470Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.4983771Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4984074Z Tests that the identity value is an identity for the operator ... ok (0.012s) 2022-12-01T11:14:30.4984373Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4984661Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.4985013Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4985314Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4985610Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4985907Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4987602Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4987888Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4988183Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4988478Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4988775Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4989073Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4989379Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4989672Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4989965Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4990259Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4990564Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4990872Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4991177Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4991469Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4991770Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4993434Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4993747Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4994056Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4994355Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4994642Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4994940Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4995239Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4995538Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4995838Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4996136Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4996422Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T11:14:30.4996719Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4997110Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.4997467Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4997814Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.4999597Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.4999931Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5000291Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5000653Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5001018Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5001385Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-12-01T11:14:30.5001744Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5002153Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5002515Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5002883Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5003241Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5003604Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5003963Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5005732Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5006063Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5006426Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.5006782Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5007143Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5007495Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5007846Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5008162Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5008516Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5008867Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5009227Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5009593Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5009959Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.5011688Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5012067Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5012437Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5012804Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5013168Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5013532Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5013857Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5014227Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-12-01T11:14:30.5014586Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5014947Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5015414Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5015779Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5017548Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5017888Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5018246Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5018602Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5019032Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5019394Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5019744Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5020066Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5020519Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5020895Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5021261Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5021624Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5021985Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5023729Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5024092Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5024453Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5024812Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5025171Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5025528Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5025846Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.5026197Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5026367Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5026528Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5026694Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5026857Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5027023Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5027193Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5027360Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.5027526Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5027694Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5027865Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5028032Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5029583Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5029727Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5029894Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5030062Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5045695Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5045974Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-12-01T11:14:30.5046280Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5046438Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5048164Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5048312Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5048457Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5048609Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5048749Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5048894Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5049037Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5049186Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5049414Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5049564Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5049704Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5049850Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5049987Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5050130Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5050269Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5050417Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5050555Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5050688Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5050829Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5050975Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5051110Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5051254Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5051385Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5051530Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5051663Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5051804Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5051937Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5052075Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5052213Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5052356Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5052491Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5053479Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5054196Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5054345Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T11:14:30.5054473Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5054619Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5054753Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5054894Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5055027Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5055250Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5055383Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5055526Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5055657Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5055807Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-12-01T11:14:30.5055940Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5056083Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5056213Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5056356Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5056487Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5056675Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5056799Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5056944Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-12-01T11:14:30.5057072Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5057215Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-12-01T11:14:30.5057354Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5057527Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5057722Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5057899Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5058091Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5058317Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:14:30.5058514Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5060683Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5060921Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5061135Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5061329Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5061551Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5061722Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5061935Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5062123Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5062353Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5062544Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5062760Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5062962Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5063175Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:14:30.5063382Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5063582Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.707s) 2022-12-01T11:14:30.5063798Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5063997Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5064213Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5064349Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5064968Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5066668Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5066815Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5066966Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5067119Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5067270Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5067411Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5067543Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (14.672s) 2022-12-01T11:14:30.5067697Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5067847Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:14:30.5068264Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1119: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:14:30.5068415Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-12-01T11:14:30.5068484Z ok (0.053s) 2022-12-01T11:14:30.5068642Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.046s) 2022-12-01T11:14:30.5068802Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T11:14:30.5068961Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T11:14:30.5069118Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:14:30.5069273Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:14:30.5069408Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5069551Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5069674Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5069811Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5069944Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5070092Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5070257Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:14:30.5070407Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5070558Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5070705Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5070851Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5071000Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5071149Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5072715Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-12-01T11:14:30.5072811Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-12-01T11:14:30.5072893Z tensor([2047, 2047, 2047, 2047]) 2022-12-01T11:14:30.5072970Z tensor([1024, 1024, 1024, 1024]) 2022-12-01T11:14:30.5073041Z tensor([4095]) 2022-12-01T11:14:30.5073096Z tensor([2048]) 2022-12-01T11:14:30.5073162Z ok (0.005s) 2022-12-01T11:14:30.5073310Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5073445Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5073583Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5073792Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5073929Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5074060Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5074196Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5074377Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5074555Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5074727Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:14:30.5074896Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075063Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075279Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075444Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075599Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075768Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5075941Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:14:30.5076089Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5076238Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5076370Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T11:14:30.5076520Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5076654Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-12-01T11:14:30.5076800Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5076926Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5077070Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5077194Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5078742Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5078879Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5079025Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5079156Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5079300Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5079417Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5079565Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5079692Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:14:30.5079848Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5079996Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5080147Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5080289Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5080441Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5080584Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5080733Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5080872Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5081101Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5081241Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5081388Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5081526Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T11:14:30.5081674Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5081799Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T11:14:30.5081945Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5082084Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5082255Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5082398Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5082624Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5082768Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5082943Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5083082Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5083250Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5084791Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5084970Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5085109Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5085276Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5085423Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5085592Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5085735Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5085899Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5086027Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5086191Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5086332Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5086494Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5086632Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5086794Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5086937Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5087096Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5087234Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5087393Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5087530Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5087688Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5087827Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5087997Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5088139Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5088310Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5088517Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5088672Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5088811Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5088972Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5089109Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5089278Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5090797Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T11:14:30.5090973Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5091113Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:14:30.5091334Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5091477Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5091640Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5091780Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:14:30.5091938Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5092076Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5092238Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5092377Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5092538Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5092665Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-12-01T11:14:30.5092832Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5092969Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5093129Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5093268Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5093436Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5093572Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5093739Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5093877Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5094035Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5094174Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5094339Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5094480Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-12-01T11:14:30.5094639Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5094776Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5094942Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5095079Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5095230Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5096240Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:14:30.5096972Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5097181Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5097341Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5097480Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5097640Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5097780Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5097945Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5098084Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5098248Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5098388Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5098544Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5099162Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5099520Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5099664Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5099822Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5099949Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5100109Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5100250Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5100416Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5100555Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5100718Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5100862Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5101019Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5101159Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5101317Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5102976Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5103144Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5103284Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T11:14:30.5103436Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5103574Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:14:30.5103739Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5103879Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5104021Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5104161Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:14:30.5104313Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5104452Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5104602Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5104738Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5104884Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5105022Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-12-01T11:14:30.5105263Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5105402Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5105559Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5105696Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5105843Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5105981Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5106131Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5106271Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5106422Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5106548Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-12-01T11:14:30.5106756Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5106892Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-12-01T11:14:30.5107046Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5107182Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5107332Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5107470Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5109012Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5109164Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5109319Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5109456Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5109611Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5109746Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5109900Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5110038Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5110194Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5110332Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5110470Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5110607Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5110755Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5110895Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5111047Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5111185Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5111336Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5111470Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5111624Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5111760Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5111913Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5112049Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5112196Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5112333Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5112481Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5112687Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5112822Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5112960Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:14:30.5113121Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5113281Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5113425Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5114400Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5115109Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5115255Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5115462Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5115603Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-12-01T11:14:30.5115739Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5115877Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5116015Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5116344Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce 2022-12-01T11:14:30.5116481Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:14:30.5116548Z ok (0.008s) 2022-12-01T11:14:30.5116707Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5116849Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5117005Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5117157Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5117303Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5117452Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5117596Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5117918Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-12-01T11:14:30.5118052Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:14:30.5118119Z ok (0.034s) 2022-12-01T11:14:30.5118272Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T11:14:30.5118428Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T11:14:30.5118577Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5118725Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5118867Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T11:14:30.5119014Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.5119155Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5119306Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5119458Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5120432Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5121152Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5121378Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5121528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5121677Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5121825Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5121973Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5122120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5122267Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5122414Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5122558Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5122706Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5122894Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5123041Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5123181Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5123329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5123457Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5123602Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5123747Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5123893Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5124036Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5124181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5124332Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5124477Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5124620Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5124764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5124906Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5125052Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5125201Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5125345Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5125492Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5127023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5127190Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5127340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5127484Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5127628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5127773Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5127918Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5128050Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5128197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5128348Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5128493Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5128717Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5128864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5129009Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5129155Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5129304Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5129447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5129596Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5129741Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5129889Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5130035Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5130225Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5130374Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5130507Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5130655Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5130799Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5130945Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5131091Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5131236Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5131380Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5131525Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5133059Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5133222Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5133369Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5133517Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5133667Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5133814Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5133966Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5134111Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5134247Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5134391Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5134537Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5134685Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5134831Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5134976Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5135122Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5135267Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5135411Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5135558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5135703Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5135846Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5135992Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5136205Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5136350Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5136494Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5136650Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5136782Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5136929Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5137073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5137222Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5137370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5137518Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5139165Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5139338Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5139483Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5139630Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5139775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5139923Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5140069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5140219Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5140362Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5140514Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5140651Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5140807Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5140951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5141096Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5141243Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5141392Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5141537Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5141682Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5141828Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5141974Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5142121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5142271Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5142417Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5142565Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5142710Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5142857Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5142998Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5143133Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5143280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5143450Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5144476Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5145207Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5145354Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5145522Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5145669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5145835Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5145981Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5146145Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5146291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5146513Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5146656Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5146814Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5146958Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5147114Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5147246Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5147400Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5147548Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5147705Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5147849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5148011Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5148157Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5148316Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5148463Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5148634Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5148780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-12-01T11:14:30.5148954Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5149102Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5149276Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5149422Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5149592Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5151122Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5151281Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5151426Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5151594Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5151741Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5151904Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5152048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5152207Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5152421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5152579Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5152727Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5152889Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5153037Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5153194Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5153339Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5153494Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5153640Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5153795Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5153971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5154126Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5154273Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5154427Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5154573Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5154737Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5154884Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5155046Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5155196Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5155355Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5155504Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5156494Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5157207Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5157367Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5157514Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5157670Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5157817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5157956Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5158101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5158261Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5158407Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5158562Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5158707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5158870Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5159016Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5159178Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5159324Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5159484Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5159628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5159853Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5159999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-12-01T11:14:30.5160159Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5160308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5160465Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5160599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5160756Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5160901Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5161057Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5161203Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5161404Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5161555Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5163099Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5163254Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.012s) 2022-12-01T11:14:30.5163417Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5163560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5163723Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5163869Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5164028Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5164179Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5164338Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5164483Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5164627Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5164774Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5164932Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5165077Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5165237Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5165385Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5165541Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5165692Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5165861Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5166008Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5166175Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5166320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5166487Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5166631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5166798Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5166942Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5167107Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5167298Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5167465Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5167613Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5169152Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5169306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5169472Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5169617Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5169778Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5169925Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5170146Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5170296Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5170466Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5170613Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5170777Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5170923Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5171080Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5171226Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5171370Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5171514Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5171676Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5171822Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5171977Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5172122Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5172278Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5172424Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5172580Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5172726Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5172881Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5173027Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5173181Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5173326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5173492Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5173639Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-12-01T11:14:30.5175182Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5175322Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5175482Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5175627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5175785Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5175999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5176158Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5176306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5176472Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5176616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5176779Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5176926Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5177086Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5177235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5177392Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5177588Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5177745Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5177892Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5178034Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5178180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5178334Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5178475Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5178630Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5178775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5179002Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5179155Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5179312Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5179458Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5179621Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5181158Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5181329Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5181475Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5181631Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5181779Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5181926Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5182077Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5182228Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5182374Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5182527Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5182673Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5182825Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5182972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5183126Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5183272Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5183494Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5183640Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5183800Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5183946Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5184102Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5184250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5184415Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5184546Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5184705Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5184851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5185053Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5185198Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5185355Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5185500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5185657Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5187181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5187345Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5187490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5187645Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5187793Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5187952Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5188099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5188254Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5188401Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5188540Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5188687Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5188848Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5188993Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:14:30.5189155Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5189300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5189466Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5189611Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5189769Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5189914Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5190070Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5190215Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5190370Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5190515Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5190668Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5191202Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5191360Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5191494Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5191646Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5192667Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5192827Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5193538Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5193694Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5193839Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5193992Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5194206Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5194362Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5194505Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5194650Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5194791Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5194934Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5195073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5195215Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5195347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5195491Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5195636Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5195788Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5195933Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5196088Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5196231Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5196385Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5196532Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5196680Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5196822Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5196974Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5197128Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5197277Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5197423Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5197570Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5197714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5197850Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5198818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5199532Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5199680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5199831Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5200041Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5200189Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5200333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5200481Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5200626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5200776Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5200922Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5201070Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5201212Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5201359Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5201547Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5201702Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5201834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5201984Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5202129Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5202276Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5202421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5202571Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5202715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5202864Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5203012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5203159Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5203304Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5203451Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5203596Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5203741Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5203887Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5205427Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5205571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5205723Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5205873Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-12-01T11:14:30.5206020Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5206164Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5206319Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5206464Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5206612Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5206758Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5206905Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5207048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5207195Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5207404Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5207556Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5207700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5207845Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5207978Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5208130Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5208275Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5208425Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5208572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5208721Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5208912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5209061Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5209207Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5209353Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5209497Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5209645Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5209790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5209934Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5211467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5211622Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5211768Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5211906Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5212055Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5212201Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5212347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5212498Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5212645Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T11:14:30.5212794Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5212939Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:14:30.5213093Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5213241Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:14:30.5213394Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5213537Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5213682Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5213827Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-12-01T11:14:30.5213978Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5214125Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-12-01T11:14:30.5214268Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5214428Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5214583Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5214740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5214968Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5215120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5215283Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5215433Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5215588Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5215742Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5215899Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5217445Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-12-01T11:14:30.5217610Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5217825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5217983Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5218138Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5218294Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5218431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5218583Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5218733Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5218963Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5219116Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5219271Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5219424Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-12-01T11:14:30.5219587Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5219735Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5219892Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5220044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5220198Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5220346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5220497Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5220645Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5220800Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5220953Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5221095Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5221247Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5221401Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5221552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5221706Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5221851Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5222004Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5223586Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5223748Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5223973Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5224133Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5224284Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5224437Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5224586Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5224740Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5224887Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5225045Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5225181Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5225722Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5225886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5226051Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5226189Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5226351Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5226499Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5226652Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5226802Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5226956Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5227106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5227261Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5227407Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5227561Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5227708Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5227860Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5228008Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5229622Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5229782Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5229947Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5230098Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5230246Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5230395Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5230550Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5230699Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5230852Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5231002Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5231155Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5231307Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5231458Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5231678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5231830Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5231981Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5232133Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5232281Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-12-01T11:14:30.5232432Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5232579Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5232740Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5232877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5233038Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5233231Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5233395Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5233543Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5233700Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5233847Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5233999Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5234981Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5235708Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5235863Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5236015Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5236170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5236325Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5236472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5236626Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5236772Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5236922Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5237068Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5237229Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5237376Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5237544Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5237695Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5237851Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5237997Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5238150Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5238297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5238449Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5238598Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5238749Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5238897Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5239123Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5239272Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5239423Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5239558Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5239729Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5239877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5240044Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5241038Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5241785Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5241998Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5242177Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5242324Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5242494Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5242641Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5242812Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5242961Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5243130Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5243279Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5243449Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5243599Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5243767Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5243906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5244073Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5244221Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5244387Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5244534Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5244697Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5244845Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5245026Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5245173Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.012s) 2022-12-01T11:14:30.5245354Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5245501Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5245680Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5245828Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5246003Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5246152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5247717Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5247938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5248113Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5248250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5248418Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5248567Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5248738Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5248888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5249056Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5249206Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5249417Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5249566Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5249730Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5249876Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5250036Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5250182Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5250347Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5250495Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5250655Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5250805Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5250973Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5251109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5251276Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5251425Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5251591Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5251738Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5251901Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5252049Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5253053Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5253781Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5253950Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5254103Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5254262Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5254408Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5254573Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5254718Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5254880Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5255030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5255183Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5255393Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5255566Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5255714Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5255888Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5256037Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5256210Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5256360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-12-01T11:14:30.5256530Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5256678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5256892Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5257043Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5257212Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5257360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5257524Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5257670Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5257834Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5257984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5258137Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5259734Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5259914Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5260064Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5260234Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5260383Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5260552Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5260703Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5260873Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5261022Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5261191Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5261342Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5261509Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5261658Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5261825Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5261974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5262138Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5262273Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5262439Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5262587Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5262837Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5262985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5263159Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5263309Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5263482Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5263628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5263798Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5263945Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5264117Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5265152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5265900Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5266050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5266224Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5266372Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5266542Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5266678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5266846Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5266996Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5267162Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5267312Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5267480Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5267628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5267800Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5267951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5268117Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5268266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-12-01T11:14:30.5268430Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5268578Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5268753Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5268900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5269061Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5269207Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5269369Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5269503Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5269664Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5269811Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5269973Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5270187Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5271174Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5271885Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5272056Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5272205Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5272370Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5272517Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5272683Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5272832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5273060Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5273212Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5273376Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5273523Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5273684Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5273834Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5274009Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5274157Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5274321Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5274467Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5274636Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5274784Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5274944Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5275095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5275256Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5275404Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5275568Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5275714Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5275875Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5276026Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5276191Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5277176Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5277898Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5278054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5278226Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5278373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5278542Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5278688Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5278855Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5279073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5279235Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5279385Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5279543Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5279692Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5279852Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5279998Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5280154Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5280299Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5280505Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5280645Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5280806Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5280953Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5281120Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5281270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-12-01T11:14:30.5281431Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5281576Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5281747Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5281900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5282068Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5282218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5283757Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5283919Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5284085Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5284231Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5284392Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5284542Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5284703Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5284846Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5285006Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5285155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5285312Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5285461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5285623Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5285771Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5285931Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5286077Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5286312Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5286461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5286634Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5286783Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5286955Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5287103Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5287265Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5287414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5287565Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5287714Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5287921Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5288070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5288230Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5289204Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5289930Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5290080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5290237Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5290381Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5290541Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5290697Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5290861Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5291010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5291168Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5291317Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5291479Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5291614Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5291773Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5291918Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5292072Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5292223Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5292377Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5292522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5292673Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5292815Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:14:30.5292975Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5293123Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5293283Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5293428Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5293657Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5293807Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5293966Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5294113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5294268Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5295785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5295953Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5296099Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5296261Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5296409Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5296632Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5296781Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5296938Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5297084Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5297235Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5297384Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5297536Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5297680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5297832Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5297980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5298138Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5298285Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5298426Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5298570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5298727Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5298951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5299117Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5299264Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5299424Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5299573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5299725Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5299870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5300020Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5300168Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5300323Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5300469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5300622Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5300769Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5300922Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5301115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5301270Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5301416Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5301568Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5301715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5301866Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5302010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:14:30.5302169Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5302311Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5302513Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5302660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5302813Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5302960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5303115Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5303261Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5303413Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5303557Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5303697Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5303848Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5304005Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5304152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5304311Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5304455Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5304616Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5304763Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5304919Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5305062Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5305213Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5306244Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5306974Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5307128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5307282Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5307432Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5307585Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5307720Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5307874Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5308021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5308175Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5308325Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5308547Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5308696Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5308851Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5308997Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5309159Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5309306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5309466Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5309611Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T11:14:30.5309765Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5309956Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:14:30.5310109Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5310258Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:14:30.5310395Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5310540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-12-01T11:14:30.5310699Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5310850Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5311003Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5311151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5311310Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5311460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5311619Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5311763Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5311917Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5312065Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5312220Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5312367Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5312521Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5312666Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5312818Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5312957Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5313111Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5313254Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5313403Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5313550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5313700Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5313848Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5314002Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5314149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5314311Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5314811Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5314962Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5315109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5315267Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5315413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5315571Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5315706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5315865Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5316011Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5316165Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5316360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5316519Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5316663Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5316818Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5316963Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5317118Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5317266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5317418Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5317563Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5317724Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5317874Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5318030Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5318174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5318318Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5318465Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5318624Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5318769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5318927Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5319071Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5319229Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5319373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5319526Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5319672Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5319825Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5319974Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5320126Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5320272Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5320424Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5320568Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5320779Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5320914Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5321069Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5321214Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5321376Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5323091Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5323264Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5323413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5323568Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5323712Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5323930Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5324076Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5324229Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5324374Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5324525Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5324671Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5324822Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5324968Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5325106Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5325250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5325408Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5325554Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5325709Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5325855Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5326019Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5326165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5326325Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5326473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5326628Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5326770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5326929Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5327074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5327232Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5327377Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5327522Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5327669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5327827Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5327971Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5328126Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5328268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5328481Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5328626Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5328790Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5328932Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5329089Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5329233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5329390Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5329533Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5329686Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5329873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5330032Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5330164Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5330319Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5330463Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5330619Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5330763Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5330917Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5331065Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5331218Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5331370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5331543Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5331690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5331861Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5332006Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5332182Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5332327Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5332500Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5332645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5332805Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5332951Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5333118Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5333266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5333435Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5333581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5333745Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5333888Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5334054Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5334199Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5334412Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5334561Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5334726Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5334870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5335038Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5335184Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5335361Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5335506Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5335676Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5335865Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5336051Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5336197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5336371Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5336515Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5336690Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5336836Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5337012Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5337158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5337334Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5337481Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5337649Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5337796Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5337961Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5338104Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5338272Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5338416Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5338568Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5338717Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5338978Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5339126Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5339286Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5339428Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5339592Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5339740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5339903Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5340047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5340216Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5340413Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5340577Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5340721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5340887Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5341037Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5341206Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5341340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5341505Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5341651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5341807Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5342310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5342478Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5342622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5342786Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5342933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5343094Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5343241Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5343412Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5343558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5343730Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5343878Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5344047Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5344193Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5344350Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5344497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5344661Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5344807Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5344973Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5345121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5345290Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5345438Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5345604Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5345749Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5345915Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5346060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5346232Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5346378Z Tests reducing along noncontiguous innermost dimension. ... ok (0.012s) 2022-12-01T11:14:30.5346547Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5346740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5346910Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5347055Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5347212Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5347357Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5347522Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5347667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5347835Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5347977Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5348143Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5348333Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5348502Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5348646Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5348812Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5348960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5349139Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5349287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5349464Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5349608Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5349789Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5349921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5350093Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5350238Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5350410Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5350559Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5350731Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5350876Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5351048Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5351193Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5351367Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5351512Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5351683Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5351829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5351994Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5352139Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5352310Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5352455Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5353657Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5354485Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5354657Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5354805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5354975Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5355121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5355285Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5355432Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5355597Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5355740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5355953Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5356102Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5356261Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5356406Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5356571Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5356718Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5356883Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5357027Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5357185Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5357329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5357499Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5357645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5357810Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5357958Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5358125Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5358276Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5358446Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5358592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5358769Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5358916Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5359088Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5359233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5359398Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5359544Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5359709Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5359839Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5360004Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5360149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5360311Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5360502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5360666Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5360811Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5360976Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5361120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5361284Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5361431Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5361602Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5361745Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5361955Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5362105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5362276Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5362421Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5362577Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5362724Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5362890Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5363041Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5363205Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5363351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5363519Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5363663Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5363822Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5363965Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5364128Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5364273Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5364436Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5364581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5364747Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5364890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5365056Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5365199Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5365356Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5365500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5365672Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5365819Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5365985Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5366130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5366295Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5366488Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5366653Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5366796Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5366957Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5367103Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5367266Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5367409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5367568Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5367710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5367871Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5368047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5368213Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5368359Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5368524Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5368673Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5368843Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5368989Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5369158Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5369306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5369478Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5369625Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5369787Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5369932Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5370092Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5370240Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5370403Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5370551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5370698Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5370841Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5371007Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5371149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5371306Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5371446Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5371605Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5371785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5371966Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5372135Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5372317Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5372534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5372720Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5372887Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5373067Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5373231Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5373409Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5373545Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5373725Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5373894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5374082Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5374290Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5382014Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5382251Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5382415Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5382573Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5382747Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5382898Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5383059Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5383210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5383369Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5383530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5383695Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5383843Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5384002Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5384147Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5384304Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5384455Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5384612Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5384758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5384917Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5385060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5385219Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5385369Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5385527Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5385675Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5385832Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5385980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.012s) 2022-12-01T11:14:30.5386137Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5386281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5386447Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5386709Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5386874Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5387017Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5387175Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5387323Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5387484Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5387633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5387775Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5387919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5388129Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5388277Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5388432Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5388579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5388733Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5388883Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5389040Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5389191Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5389353Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5389495Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5389662Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5389806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5389966Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5390114Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5390270Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5390402Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5390562Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5390707Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5390862Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5391008Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5391173Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5391320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5391471Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5391619Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5391780Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5391925Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5392084Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5392225Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5392381Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5392526Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5392724Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5392870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5393012Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5393158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5393310Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5393456Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5393607Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5393752Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5393905Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5394050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5394246Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5394390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5394541Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5394684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5394841Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5394984Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5395142Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5395284Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5395441Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5395574Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5395732Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5395878Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5396032Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5396173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5396325Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5396469Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5396626Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5396770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5396922Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5397074Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5397237Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5397381Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5397542Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5397687Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5397840Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5397970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5398123Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5398266Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5398419Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5398607Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5398760Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5398908Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5399061Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5399203Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5399355Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5399497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5399651Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5399794Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5399946Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5400134Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5400294Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5400438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5400576Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5400721Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5400880Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5401024Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5401182Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5401328Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5401487Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5401635Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5401790Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5401933Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5402087Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5402235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5402390Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5402534Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5402686Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5402832Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5402984Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5403119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5403279Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5403424Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5403578Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5403724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5403881Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5404029Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5404187Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5404334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5404491Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5404686Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5404841Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5404986Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5405138Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5405285Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5405439Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5405584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5405726Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5405869Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5406021Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5406209Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5406368Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5406514Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5406667Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5406814Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5406976Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5407119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5407277Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5407422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5407581Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5407725Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:14:30.5407880Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5408026Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5408168Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5408314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5408468Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5408612Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5408765Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5410609Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5410783Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5410932Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5411086Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5411235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5411386Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5411532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5411695Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5411840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5412002Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5412148Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5412390Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5412521Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5412679Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5412826Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5412986Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5413134Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5413295Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5413441Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5413600Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5413747Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5413951Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5414099Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5414257Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5414402Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5414564Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5414710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5414867Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5415011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5415155Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5416725Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5416897Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5417043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5417203Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5417348Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5417506Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5417653Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5417808Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5417958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5418115Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5418266Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5418425Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5418572Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5418746Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5418961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5419135Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5419269Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5419446Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5419591Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5419764Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5419980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5420152Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5420299Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5420471Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5420618Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5420787Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5420933Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5421101Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5422107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5422918Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5423070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5423238Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5423388Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5423541Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5423693Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5423863Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5424009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5424189Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5424335Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5424526Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5424680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5424863Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5425011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5425188Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5425336Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5425512Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5425657Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5425834Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5425987Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5426158Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5426303Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5426457Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5426603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5426771Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5426917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5427084Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5427229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5429287Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5429436Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5429599Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5429745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5429905Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5430057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5430224Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5430371Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5430538Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5430678Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5430906Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5431038Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5431206Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5431353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5431522Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5431668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5431834Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5431977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5432142Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5432291Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5432455Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5432597Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5432755Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5432901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5433064Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5433211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5433372Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5433514Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5435120Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5435266Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5435439Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5435590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5435762Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5435907Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5436080Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5436226Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5436391Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5436537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5436777Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5436925Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5437092Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5437237Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5437406Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5437553Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5437723Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5437871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5438032Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5438180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5438399Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5438546Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5438717Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5438864Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5439033Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5439178Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5439346Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5439494Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5441050Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5441212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5441381Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5441527Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5441696Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5441842Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5442009Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5442156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5442323Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5442469Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5442646Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5442796Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5442971Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5443117Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5443290Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5443439Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5443612Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5443757Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5443930Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5444076Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5444316Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5444460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5444634Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5444781Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5444953Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5445088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5445254Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5445400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5445572Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5447164Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5447348Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5447496Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5447665Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5447810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5447977Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5448124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5448289Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5448439Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5448604Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5448756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5448924Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5449069Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5449231Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5449360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5449525Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5449673Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5449838Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5449984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5450159Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5450304Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5450469Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5450613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-12-01T11:14:30.5450776Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5450925Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5451088Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5451236Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5451403Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5451550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5453154Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5453309Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5453468Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5453615Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5453781Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5453927Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5454094Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5454234Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5454400Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5454606Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5454769Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5454914Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5455076Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5455224Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5455390Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5455537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5455701Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5455851Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5456021Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5456174Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5456345Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5456494Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5456667Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5456815Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5456983Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5457118Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5457286Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5457437Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5457606Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5459194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5459371Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5459515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5459675Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5459819Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5459982Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5460127Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5460291Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5460438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5460677Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5460827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5460989Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5461137Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5461296Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5461442Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5461613Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5461762Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5461931Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5462081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5462630Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5462791Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5462959Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5463106Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5463270Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5463422Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5463589Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5465188Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5465359Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5465511Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5465675Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5465809Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5465974Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5466121Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5466288Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5466433Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5466608Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5466756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5466928Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5467080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5467250Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5467398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5467565Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5467713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5467877Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5468025Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5468190Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5468337Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5468561Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5468708Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5468871Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5469015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5469176Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5469321Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5469484Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5469632Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5471176Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5471335Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5471561Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5471708Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5471873Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5472022Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5472182Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5472329Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5472487Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5472623Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5472785Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5472934Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5473102Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5473249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5473414Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5473556Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5473717Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5473865Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5474028Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5474172Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5474331Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5474481Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5474640Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5474789Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5474950Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5475097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5475242Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5475386Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5475542Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5475685Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5477219Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5477444Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5477604Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5477753Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5477911Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5478059Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5478218Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5478364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5478523Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5478671Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5478830Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5479029Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5479197Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5479327Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5479492Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5479637Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5479795Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5479944Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:14:30.5480102Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5480248Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5480403Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5480551Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5480706Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5480856Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-12-01T11:14:30.5481012Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5481159Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5481317Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5481463Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5481619Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5483153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5483316Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5483468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5483630Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5483777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-12-01T11:14:30.5483939Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5484087Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-12-01T11:14:30.5484244Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5484391Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5484546Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5484693Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5484920Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5485068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5485226Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5485372Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5485525Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5485672Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5485833Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5485965Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5486125Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5486273Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5486469Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5486620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5486779Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5486922Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5487076Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5487226Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5487380Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5487526Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5487679Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5489206Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5489376Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5489525Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5489681Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5489815Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5489972Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5490119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5490280Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5490426Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5490590Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5490738Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5490906Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5491055Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5491211Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5491363Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5491520Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5491669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:14:30.5491829Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5491977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T11:14:30.5492143Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5492266Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5492474Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5492593Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5492760Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5492881Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:14:30.5493046Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5493167Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5493330Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5493448Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5493611Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5493729Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5495279Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5495469Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5495629Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5495748Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5495906Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5496026Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5496168Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5496287Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5496443Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5496562Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5496719Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5496841Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5497007Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5497125Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5497282Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5497400Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5497560Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5497677Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5497838Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5497958Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5498119Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5498224Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5498387Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5498504Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5498664Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5498781Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5499013Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5499131Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5499288Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5499404Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5499559Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5499675Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5501229Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5501426Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5501585Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5501704Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5501867Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5501969Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5502130Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5502249Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5502412Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5502531Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5502689Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5502804Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5503010Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5503127Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5503280Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5503395Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5503551Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5503673Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5503827Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5503942Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5504089Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5504206Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5504364Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5504486Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5504651Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5504769Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:14:30.5504936Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5505053Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5505214Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5505329Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5505489Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5505604Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5505761Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5507272Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5507439Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5507558Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5507701Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5507818Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5507974Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5508089Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5508246Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5508363Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5508520Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5508638Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5508807Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5508993Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5509158Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5509275Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5509440Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5509558Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5509722Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5509825Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5509985Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5510103Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5510263Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5510422Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5510588Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5510708Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5510870Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5510987Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5511147Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5511263Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5511432Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5511549Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5511714Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5512656Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5513387Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5513493Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5513655Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5513769Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5513929Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5514045Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5514207Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5514326Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5514487Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5514603Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5514767Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5514888Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5515052Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5515168Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5515343Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5515462Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5515635Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5515738Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5515917Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5516034Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5516214Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5516394Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5516570Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5516686Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5516856Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5516974Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5517150Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5517267Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5517440Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5517557Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5517730Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5519231Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5519468Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5519573Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5519747Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5519864Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5520035Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5520151Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5520331Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5520450Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5520635Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5520751Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5520937Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5521056Z Tests reducing a transposed tensor. ... ok (0.008s) 2022-12-01T11:14:30.5521238Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5521357Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5521533Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5521650Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5521825Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5521928Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5522100Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5522215Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5522391Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5522505Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5522677Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5522792Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5522957Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5523072Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5523240Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5523356Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5523520Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5523637Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5525240Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5525372Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5525541Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5525645Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5525814Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5525930Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5526100Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5526216Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5526385Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5526501Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5526668Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5526851Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5527017Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5527134Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5527299Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5527417Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5527584Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5527700Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5527866Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5527968Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5528137Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5528255Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5528420Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5528536Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5528712Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5528829Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5529004Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5529121Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5529295Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5529413Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5529587Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5529704Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5531257Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5531385Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5531553Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5531656Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5531826Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5531940Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5532108Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5532225Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5532397Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5532514Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5532755Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5532872Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5533046Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5533164Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5533335Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5533452Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5533626Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5533746Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5533919Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5534035Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5534239Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5534356Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5534524Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5534638Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5534808Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5534926Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5535100Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5535218Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5535400Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5535518Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5535699Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5535822Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5537392Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5537516Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5537695Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5537815Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5537975Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5538093Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5538261Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5538377Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5538552Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5538674Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:14:30.5538915Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5539035Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5539208Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5539325Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5539495Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5539613Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5539788Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5539907Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5540082Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5540270Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5540428Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5540543Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5540710Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5540825Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5540991Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5541111Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5541280Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5541399Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5541568Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5541685Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5543305Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5543439Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5543609Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5543727Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5543895Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5544012Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5544171Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5544286Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5544457Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5544574Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5544744Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5544861Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5545028Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5545142Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5545311Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5545425Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5545602Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5545723Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5545896Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5546012Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5546182Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5546302Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5546459Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5546578Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5546748Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5546861Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5547028Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5547144Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5547312Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5547430Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:14:30.5547598Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5547774Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5548775Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5548903Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5549630Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5549753Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5549926Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5550044Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5550205Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5550322Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5550495Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5550672Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5550844Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5550961Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5551127Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5551244Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5551411Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5551528Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5551694Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5551808Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5551972Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5552095Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5552264Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5552380Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5552555Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5552670Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5552836Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5552950Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5553110Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5553226Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5553397Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5553511Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5553685Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5553798Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5553964Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5554078Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5555630Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5555749Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5555913Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5556029Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5556195Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5556310Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-12-01T11:14:30.5556472Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5556954Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5557109Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5557227Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5557390Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5557507Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5557679Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5557794Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5557969Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5558085Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5558259Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5558426Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-12-01T11:14:30.5558595Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5558709Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5558875Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5558990Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5559155Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5559268Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5559420Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5559535Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5559699Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5559814Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5559982Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5560979Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5561723Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5561847Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5562010Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5562125Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5562290Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5562406Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5562572Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5562689Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5562861Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5562976Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5563123Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5563239Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5563399Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5563514Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5563674Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5563790Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5563956Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5564069Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5564235Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5564417Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5564580Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5564694Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5564857Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5564971Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5565134Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5565236Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5565399Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5565513Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5565676Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5565792Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5566003Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5566121Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5567677Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5567802Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5567962Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5568080Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5568240Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5568357Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5568513Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5568628Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5568789Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5568895Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5569052Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5569168Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:14:30.5569326Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5569442Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5569609Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5569724Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5569890Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5570007Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5570165Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5570284Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5570443Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5570557Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5570715Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5570829Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5570985Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5571087Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5571239Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5571354Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5571509Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5571623Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5571852Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5571970Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5572128Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5573623Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5573799Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5573914Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5574079Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5574195Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5574356Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5574472Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5574621Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5574798Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5574958Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5575073Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5575233Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5575345Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5575499Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5575614Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5575778Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5575893Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5576057Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5576172Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5576335Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5576452Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:14:30.5576612Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5576726Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5576870Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5576987Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5577144Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5577257Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:14:30.5577412Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5577526Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5577677Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5577792Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5577946Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5578059Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:14:30.5579124Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5579807Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5579973Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5580089Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5580251Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5580355Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5580515Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5580696Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5580854Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5580969Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-12-01T11:14:30.5581129Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5581243Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-12-01T11:14:30.5581400Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5581515Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:14:30.5581664Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5582222Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1326: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-12-01T11:14:30.5582504Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-12-01T11:14:30.5582628Z expect = np.prod(np.array(val), dtype=np.bool) 2022-12-01T11:14:30.5582696Z ok (0.002s) 2022-12-01T11:14:30.5582843Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5583016Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:14:30.5583187Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5583339Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T11:14:30.5583488Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.5583785Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1374: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:14:30.5583882Z r, k = function_base._ureduce( 2022-12-01T11:14:30.5584114Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1395: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:14:30.5584249Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-12-01T11:14:30.5585169Z ok (3.647s) 2022-12-01T11:14:30.5585885Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.584s) 2022-12-01T11:14:30.5586034Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:14:30.5586178Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5586331Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T11:14:30.5586510Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5586730Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-12-01T11:14:30.5586943Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.007s) 2022-12-01T11:14:30.5587150Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.008s) 2022-12-01T11:14:30.5587356Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.007s) 2022-12-01T11:14:30.5587561Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5587763Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:14:30.5587956Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:14:30.5588220Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:14:30.5588369Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5588540Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5588686Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5588851Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5589002Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5589166Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5589314Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5589475Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5590019Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5590198Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5591249Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5591988Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5592137Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5592299Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5592447Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5592612Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5592757Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5592925Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5593073Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5593236Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5593369Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5593529Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5593677Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5593841Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5593989Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5594151Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5594301Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5594471Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5594622Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5594784Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5594930Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5595089Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5595237Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5595398Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5595546Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5595708Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5595932Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5596081Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5596228Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5596390Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5597942Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5598108Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5598259Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5598418Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5598570Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5598734Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-12-01T11:14:30.5598949Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5599113Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5599262Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5599421Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5599566Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5599729Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5599874Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5600034Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5600178Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5600329Z Compares op against reference for input tensors with duplicate values ... ok (0.013s) 2022-12-01T11:14:30.5600479Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5600638Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5600783Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5600943Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5601097Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5601258Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5601412Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5601572Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5601727Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5601888Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5602034Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5602191Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5602340Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5603882Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5604038Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5604199Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5604342Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5604489Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5604697Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5604860Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5605004Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5605164Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5605311Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5605469Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5605622Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5605783Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5605936Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5606138Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5606288Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5606445Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5606594Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5606756Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5606902Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5607062Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5607209Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5607356Z Compares op against reference for input tensors with duplicate values ... ok (0.008s) 2022-12-01T11:14:30.5607513Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5607673Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5607820Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5607978Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5608130Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5608291Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5609263Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5609991Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5610149Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5610312Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5610467Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5610625Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5610772Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5610934Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5611080Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5611240Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5611377Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5611535Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5611684Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5611912Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5612070Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5612225Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5612392Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5612551Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5612718Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5612877Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5613041Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5613204Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5613411Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5613574Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5613734Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5613892Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5614053Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5614211Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-12-01T11:14:30.5614373Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5615907Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5616079Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5616244Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5616405Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5616570Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5616729Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5616890Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5617053Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5617215Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5617375Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5617536Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5617696Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5617858Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5618016Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5618176Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5618332Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5618491Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5618647Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5618798Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5619039Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5619267Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5619422Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5619584Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5619743Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5619905Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5620062Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5620225Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5620385Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5621939Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5622164Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5622329Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5622484Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5622644Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5622798Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5622958Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5623113Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5623260Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5623414Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5623581Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5623744Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5623904Z Compares op against reference for input tensors with duplicate values ... ok (0.013s) 2022-12-01T11:14:30.5624069Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5624228Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5624388Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5624546Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5624706Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5624863Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5625027Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5625191Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5625350Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5625508Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5625665Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5625824Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5625978Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5626138Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5626287Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5627319Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5628049Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5628211Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5628375Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5628535Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5628693Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5628857Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5629015Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5629176Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5629391Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5629552Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5629712Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5629873Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5630032Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5630193Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5630347Z test_ref_duplicate_values_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5630537Z Compares op against reference for input tensors with duplicate values ... expected failure (0.000s) 2022-12-01T11:14:30.5630691Z test_ref_duplicate_values_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5630855Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5631018Z test_ref_duplicate_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5631181Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5631340Z test_ref_duplicate_values_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5631501Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5631662Z test_ref_duplicate_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5631824Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-12-01T11:14:30.5631980Z test_ref_duplicate_values_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5632138Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5632300Z test_ref_duplicate_values_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5632461Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5633995Z test_ref_duplicate_values_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5634158Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5634313Z test_ref_duplicate_values_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5634473Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5634627Z test_ref_duplicate_values_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5634789Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5634931Z test_ref_duplicate_values_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5635152Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5635308Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5635468Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5635633Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5635792Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5635955Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5636117Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5636275Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5636433Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5636632Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5636797Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5636954Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5637114Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T11:14:30.5637268Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5637429Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5637585Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5637747Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5637903Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5638057Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5638212Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5638374Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5639915Z test_ref_duplicate_values_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5640084Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5640247Z test_ref_duplicate_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5640406Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5640565Z test_ref_duplicate_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5640727Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-12-01T11:14:30.5640889Z test_ref_duplicate_values_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5641050Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5641203Z test_ref_duplicate_values_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5641364Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5641517Z test_ref_duplicate_values_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5641679Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5641833Z test_ref_duplicate_values_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5641992Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5642147Z test_ref_duplicate_values_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5642300Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5642516Z test_ref_duplicate_values_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5642679Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5642834Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5642995Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5643158Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5643318Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5643479Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5643638Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5643837Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5644003Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5644161Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5644323Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5645308Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5646037Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5646194Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5646356Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5646508Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5646658Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5646816Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5646978Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5647132Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5647293Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5647446Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5647610Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5647774Z test_ref_duplicate_values_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5647934Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5648093Z test_ref_duplicate_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5648256Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-12-01T11:14:30.5648415Z test_ref_duplicate_values_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5648714Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5648870Z test_ref_duplicate_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5649030Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5649186Z test_ref_duplicate_values_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5649345Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-12-01T11:14:30.5649500Z test_ref_duplicate_values_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5649647Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5649865Z test_ref_duplicate_values_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5650028Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5650180Z test_ref_duplicate_values_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5650339Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-12-01T11:14:30.5651303Z test_ref_duplicate_values_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5652038Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5652202Z test_ref_duplicate_values_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5652361Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5652516Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5652741Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5652894Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5653056Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-12-01T11:14:30.5653205Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5653376Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5653597Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5653837Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5654061Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5654320Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5654590Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5654849Z Compares op against reference for input tensors with duplicate values ... ok (0.013s) 2022-12-01T11:14:30.5655096Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5655352Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5655584Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5655841Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5656072Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5656322Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5658551Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5659134Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5659370Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5659620Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5659858Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5661224Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5661386Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5661553Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5661705Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5661856Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5662005Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5662324Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5662478Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5662641Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5662791Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5663946Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5664101Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5664838Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5665004Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5665168Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5665409Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5665601Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5665753Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5665916Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-12-01T11:14:30.5666067Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5666232Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5666415Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5666656Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5666903Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5667191Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-12-01T11:14:30.5667447Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5667738Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-12-01T11:14:30.5667997Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5668279Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5668542Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5668856Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5669042Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5669228Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5670883Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5671073Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5671228Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5671410Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5671562Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5671742Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5671892Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5672059Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5672207Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5672476Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5672633Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5672799Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5672952Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5673117Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5673266Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5673450Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5673597Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5673760Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5673953Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5674122Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:14:30.5674270Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5674431Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5674575Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5674735Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5674876Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5675026Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:14:30.5675174Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5675336Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T11:14:30.5676343Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5677075Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T11:14:30.5677235Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5677418Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.003s) 2022-12-01T11:14:30.5677573Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5677755Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5677904Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5678084Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5678231Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5678412Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5678557Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5678731Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5678884Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5679049Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-12-01T11:14:30.5679197Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5679350Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-12-01T11:14:30.5679498Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5679659Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-12-01T11:14:30.5679875Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5680031Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-12-01T11:14:30.5680184Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5680345Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-12-01T11:14:30.5680493Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5680657Z Compares op against reference for input tensors with extremal values ... ok (0.012s) 2022-12-01T11:14:30.5680810Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5680969Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5681120Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5681322Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5681493Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5683043Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5683210Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5683370Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5683526Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5683676Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5683834Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5683993Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5684156Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5684321Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5684481Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5684641Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5684806Z test_ref_extremal_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5685141Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5685243Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:14:30.5685309Z ok (0.004s) 2022-12-01T11:14:30.5685467Z test_ref_extremal_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5685630Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5685797Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5685957Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5686113Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5686273Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5686431Z test_ref_extremal_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5686749Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5686887Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-12-01T11:14:30.5687132Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:230: RuntimeWarning: invalid value encountered in subtract 2022-12-01T11:14:30.5689072Z x = asanyarray(arr - arrmean) 2022-12-01T11:14:30.5689146Z ok (0.003s) 2022-12-01T11:14:30.5689308Z test_ref_extremal_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5689475Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5689639Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5689801Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-12-01T11:14:30.5689959Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5690122Z Compares op against reference for input tensors with extremal values ... ok (0.007s) 2022-12-01T11:14:30.5690283Z test_ref_extremal_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5690510Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-12-01T11:14:30.5690669Z test_ref_extremal_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5690829Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5690980Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5691138Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5691286Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5691435Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5691587Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5691746Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5691896Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5692061Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5692214Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5692377Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5692524Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5692685Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5692837Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5692993Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-12-01T11:14:30.5693140Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5693297Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5693452Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5694445Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5695160Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5695323Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5695470Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5695619Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:14:30.5695767Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5695929Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T11:14:30.5696075Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5696253Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.037s) 2022-12-01T11:14:30.5696467Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5696643Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.027s) 2022-12-01T11:14:30.5696788Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5696965Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.039s) 2022-12-01T11:14:30.5697109Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5697276Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.038s) 2022-12-01T11:14:30.5697423Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5697590Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-12-01T11:14:30.5697737Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5697952Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.042s) 2022-12-01T11:14:30.5698114Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5698277Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.032s) 2022-12-01T11:14:30.5698431Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5698587Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.036s) 2022-12-01T11:14:30.5698743Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5699015Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.034s) 2022-12-01T11:14:30.5699178Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5699350Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.045s) 2022-12-01T11:14:30.5699512Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5701090Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.046s) 2022-12-01T11:14:30.5701257Z test_ref_large_input_1D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5701424Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.042s) 2022-12-01T11:14:30.5701579Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5701745Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.037s) 2022-12-01T11:14:30.5701900Z test_ref_large_input_1D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5702064Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.052s) 2022-12-01T11:14:30.5702217Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5702380Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.029s) 2022-12-01T11:14:30.5702532Z test_ref_large_input_1D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5702701Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.048s) 2022-12-01T11:14:30.5702847Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5703004Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-12-01T11:14:30.5703157Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5703323Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-12-01T11:14:30.5703474Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5703709Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.048s) 2022-12-01T11:14:30.5703858Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5704027Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.022s) 2022-12-01T11:14:30.5704170Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5704338Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.050s) 2022-12-01T11:14:30.5704483Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5704648Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.033s) 2022-12-01T11:14:30.5704789Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5704958Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.045s) 2022-12-01T11:14:30.5705146Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5705325Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.059s) 2022-12-01T11:14:30.5705471Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5705645Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.058s) 2022-12-01T11:14:30.5707185Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5707354Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.059s) 2022-12-01T11:14:30.5707499Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5707673Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.062s) 2022-12-01T11:14:30.5707823Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5708000Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.065s) 2022-12-01T11:14:30.5708152Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5708325Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.060s) 2022-12-01T11:14:30.5708483Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5708654Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.077s) 2022-12-01T11:14:30.5708809Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5708977Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.058s) 2022-12-01T11:14:30.5709132Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5709304Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.063s) 2022-12-01T11:14:30.5709467Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5709635Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.069s) 2022-12-01T11:14:30.5709796Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5709970Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.085s) 2022-12-01T11:14:30.5710126Z test_ref_large_input_2D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5710297Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.078s) 2022-12-01T11:14:30.5710436Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5710603Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.066s) 2022-12-01T11:14:30.5710756Z test_ref_large_input_2D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5710990Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.100s) 2022-12-01T11:14:30.5711139Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5711305Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.078s) 2022-12-01T11:14:30.5711457Z test_ref_large_input_2D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5711630Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.116s) 2022-12-01T11:14:30.5713191Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5713373Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.073s) 2022-12-01T11:14:30.5713522Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5713691Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.095s) 2022-12-01T11:14:30.5713905Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5714077Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.077s) 2022-12-01T11:14:30.5714222Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5714392Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-12-01T11:14:30.5714538Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5714707Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.123s) 2022-12-01T11:14:30.5714851Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5715008Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.062s) 2022-12-01T11:14:30.5715155Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5715328Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.100s) 2022-12-01T11:14:30.5715489Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5715681Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.744s) 2022-12-01T11:14:30.5715842Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5716024Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.592s) 2022-12-01T11:14:30.5716181Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5716360Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.515s) 2022-12-01T11:14:30.5716520Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5716704Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.779s) 2022-12-01T11:14:30.5716868Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5717056Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.682s) 2022-12-01T11:14:30.5717221Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5717405Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.618s) 2022-12-01T11:14:30.5717578Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5719148Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.917s) 2022-12-01T11:14:30.5719327Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5719518Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.558s) 2022-12-01T11:14:30.5719753Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5719930Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.472s) 2022-12-01T11:14:30.5720102Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5720283Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.555s) 2022-12-01T11:14:30.5720459Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5720641Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.709s) 2022-12-01T11:14:30.5720812Z test_ref_large_input_64bit_indexing_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5721380Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.373s) 2022-12-01T11:14:30.5721564Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5721748Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.684s) 2022-12-01T11:14:30.5721917Z test_ref_large_input_64bit_indexing_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5722108Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (11.767s) 2022-12-01T11:14:30.5722276Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5722458Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.620s) 2022-12-01T11:14:30.5722625Z test_ref_large_input_64bit_indexing_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5722819Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (11.781s) 2022-12-01T11:14:30.5722981Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5723169Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.763s) 2022-12-01T11:14:30.5723334Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5723523Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (10.964s) 2022-12-01T11:14:30.5723684Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5725325Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.716s) 2022-12-01T11:14:30.5725482Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5725667Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.909s) 2022-12-01T11:14:30.5725828Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5726017Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (12.051s) 2022-12-01T11:14:30.5726176Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5726364Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.719s) 2022-12-01T11:14:30.5726527Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5726713Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (11.990s) 2022-12-01T11:14:30.5735702Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5737465Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5737792Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5737951Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5738105Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5738253Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5738402Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5738550Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5738693Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5738904Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5739058Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5739203Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5739403Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5739548Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5739688Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5739834Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5739971Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5740100Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5740241Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5740381Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5740517Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5740658Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5740799Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5740946Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5741094Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5741237Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5741380Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5741522Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5741664Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5741805Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5741945Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5743506Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5743657Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5743794Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5743937Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5744081Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5744221Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5744363Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5744510Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5744654Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5744795Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5744937Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5745083Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5745293Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5745437Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5745582Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5745725Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5745865Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5746007Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5746148Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5746277Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5746419Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5746557Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5746739Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5746886Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5747027Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5747170Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5747313Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5747453Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5747597Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5747747Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5747890Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5748873Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5749584Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5749742Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5749882Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5750013Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5750155Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5750296Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5750437Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5750575Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5750717Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5750857Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5750999Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5751141Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5751286Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5751425Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5751566Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-12-01T11:14:30.5751705Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5751844Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5751992Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5752133Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5752268Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5752409Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5752626Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5752765Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5752912Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5753050Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5753195Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5753338Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5753484Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5753623Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5753769Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5753911Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5755541Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5755704Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5755855Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5755997Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5756146Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5756275Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5756420Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5756563Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5756704Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5756844Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5756989Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5757133Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5757276Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5757418Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5757563Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5757704Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5757847Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5757986Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5758143Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5758283Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5758450Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5758581Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5758743Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5758888Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-12-01T11:14:30.5759044Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5759182Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5759335Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5759474Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5759630Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5759770Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5759986Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5760130Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5760285Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5760427Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5760580Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5760720Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5760873Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5761014Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5761152Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5761294Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5761487Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5761631Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5761782Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5761921Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5762070Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5762211Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5762362Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5762504Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5762655Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5762796Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5762948Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5763090Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5763237Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5763379Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5763526Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5763658Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5763814Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5763956Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5764108Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5764249Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5764404Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5764548Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5764699Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5764840Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5764989Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5766013Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5766172Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5766878Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5767034Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5767175Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5767390Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5767529Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5767674Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5767813Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5767968Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5768110Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5768265Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5768409Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5768565Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5768709Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-12-01T11:14:30.5768906Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5769049Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5769204Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5769348Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5769500Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5769642Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5769794Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5769935Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5770089Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5770222Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5770375Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5770514Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5770665Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5770806Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5770959Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5771101Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5771251Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5771395Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5771549Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5771695Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5771847Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5771989Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5772137Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5772278Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5772428Z test_ref_scalar_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5772556Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-12-01T11:14:30.5772716Z test_ref_scalar_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5772856Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5773014Z test_ref_scalar_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5773200Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5773352Z test_ref_scalar_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5773491Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5773643Z test_ref_scalar_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5773787Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5773939Z test_ref_scalar_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5774078Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5774225Z test_ref_scalar_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5774369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5774518Z test_ref_scalar_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5774707Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5774859Z test_ref_scalar_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5774998Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5775135Z test_ref_scalar_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5775278Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5775426Z test_ref_scalar_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5775563Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5775711Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5775852Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5776013Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5776161Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5776320Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5776461Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5776615Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5776756Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5776909Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5777051Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5777200Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5777341Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5777492Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5777622Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5777769Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5777910Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5778058Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5778198Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5778344Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5778487Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5778648Z test_ref_scalar_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5778789Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5779033Z test_ref_scalar_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5779233Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5779386Z test_ref_scalar_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5779528Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5779677Z test_ref_scalar_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5779818Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-12-01T11:14:30.5779966Z test_ref_scalar_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5780109Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5780244Z test_ref_scalar_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5780384Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5780527Z test_ref_scalar_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5780709Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5780860Z test_ref_scalar_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5781002Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5781150Z test_ref_scalar_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5781292Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5782919Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5783074Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-12-01T11:14:30.5783235Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5783378Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5783538Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5783684Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5783836Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5783979Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5784119Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5784263Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5784412Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5784554Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5784703Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5784845Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5784995Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5785135Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5785283Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5785429Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5785578Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5785720Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5785867Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5786012Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5786170Z test_ref_scalar_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5786311Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5786536Z test_ref_scalar_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5786665Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5786816Z test_ref_scalar_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5786959Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5787108Z test_ref_scalar_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5787249Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5787403Z test_ref_scalar_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5787544Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5787688Z test_ref_scalar_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5787828Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5788023Z test_ref_scalar_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5788166Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5788310Z test_ref_scalar_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5788454Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5788603Z test_ref_scalar_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5788747Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5788895Z test_ref_scalar_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5789038Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5789175Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5789315Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5789467Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5789610Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5789754Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5789894Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5790041Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5790181Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5790324Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5790466Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-12-01T11:14:30.5790614Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5790756Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5790909Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5791052Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5791200Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5791340Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5791473Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5791616Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5791763Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5791903Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5792049Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5792188Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-12-01T11:14:30.5792330Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5792515Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5792659Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5792799Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5792940Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5793081Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5793224Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5793366Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5793511Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5793652Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5793796Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5793974Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5794118Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5794259Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5794407Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5794549Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5794697Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5794837Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5794980Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5795118Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5795258Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5795401Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5795542Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5795684Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5795826Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5795965Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5796104Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5796231Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5796371Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5796514Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5796657Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5796805Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5796953Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5797268Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:14:30.5797399Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-12-01T11:14:30.5797652Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:14:30.5797752Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:14:30.5797821Z ok (0.002s) 2022-12-01T11:14:30.5797969Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5798285Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5798429Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:14:30.5798496Z ok (0.002s) 2022-12-01T11:14:30.5798646Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5798794Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5798927Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5799070Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5799212Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5799354Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5799494Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5799636Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5799784Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5799970Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:14:30.5800120Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5800262Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:14:30.5800400Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5800540Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-12-01T11:14:30.5800680Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5800821Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5800963Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5801103Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5801231Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5801378Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5801525Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5801668Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-12-01T11:14:30.5801804Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5801947Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5802074Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5802215Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5802357Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5802496Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5802646Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5802957Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:14:30.5803101Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-12-01T11:14:30.5803169Z ok (0.000s) 2022-12-01T11:14:30.5803312Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5803452Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5803594Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5803737Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-12-01T11:14:30.5803878Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5804015Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5804157Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5804342Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-12-01T11:14:30.5804468Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5804612Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5804754Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5804899Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5805042Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5805181Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5805323Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5805465Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5805607Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5805789Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5805928Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5806069Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5806206Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5806344Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5806477Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5806616Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5806753Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5806881Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5807019Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5807160Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5807299Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5807439Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5807575Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5807716Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5807859Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5807997Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5808140Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5808283Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5808423Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5808565Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5808707Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5808848Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5808982Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5809109Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5809247Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5809385Z Compares op against reference for small input tensors ... ok (0.011s) 2022-12-01T11:14:30.5809519Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5809660Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5809800Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5809939Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5810078Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5810595Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5810739Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5810879Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5811020Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5811159Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5811302Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5811440Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5811575Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5811699Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5811835Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5812021Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5812158Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5812300Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5812437Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5814183Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5814333Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5814473Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5814613Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5814751Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5814899Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5815045Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5815187Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5815323Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5815463Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5815587Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5815727Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5815868Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5816009Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5816150Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5816287Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5816430Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5816571Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5816713Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5816850Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5816994Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5817131Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5817272Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5817407Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5817551Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5817697Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5817822Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5818035Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5818175Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5818316Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5818457Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5818603Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5818744Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5818983Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5819125Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5819264Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5819401Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5819593Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5819737Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5819880Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5820017Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5820160Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5820297Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5820428Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5820561Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5820701Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5820846Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5820990Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5821130Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5821271Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5821412Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5821556Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5821698Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5821839Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5821980Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5822121Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5822259Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5822410Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5822555Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5822705Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5822847Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5823004Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5823140Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5823295Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5823434Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5823591Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5823730Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5823882Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5824068Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5824219Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5824357Z Compares op against reference for small input tensors ... ok (0.012s) 2022-12-01T11:14:30.5824507Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5824647Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5824795Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5824935Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5825084Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5825211Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5825405Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5825547Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5825696Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5825834Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5825989Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5826129Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5826278Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5826419Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5826567Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5826708Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5826856Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5826996Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5827143Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5827283Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5827431Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5827570Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5827703Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5827842Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5827991Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5828130Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5828285Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5828427Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5828578Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5828725Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5828869Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5829010Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5829156Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5829299Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5829444Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5829583Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5829732Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5829917Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5830053Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5830195Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5830349Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5830488Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5830640Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5830780Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5830935Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5831076Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5831271Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5831419Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5831569Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5831709Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5831855Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5831994Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5832142Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5832281Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5832431Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5832559Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5832724Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5832863Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5833020Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5833163Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5833318Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5833461Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5833612Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5833755Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5833905Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5834049Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5834202Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5834342Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5834491Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5834633Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5834783Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5834926Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5835060Z test_ref_small_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5835227Z Compares op against reference for small input tensors ... expected failure (0.003s) 2022-12-01T11:14:30.5835388Z test_ref_small_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5835531Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5835733Z test_ref_small_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5835876Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5836026Z test_ref_small_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5836166Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5836316Z test_ref_small_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5836456Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5836603Z test_ref_small_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5836742Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5836887Z test_ref_small_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5837028Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5837547Z test_ref_small_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5837702Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5837846Z test_ref_small_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5837972Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5838121Z test_ref_small_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5838263Z Compares op against reference for small input tensors ... ok (0.012s) 2022-12-01T11:14:30.5838409Z test_ref_small_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5838549Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5838699Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5838837Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5838999Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5839140Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5839296Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5839440Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5839592Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5839733Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5839883Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5840022Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5840169Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5840334Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5840471Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5840635Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5840780Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5840922Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5841069Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5841230Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5841378Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5841516Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:14:30.5841671Z test_ref_small_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5841812Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5842018Z test_ref_small_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5842155Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5842304Z test_ref_small_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5842446Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5842596Z test_ref_small_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5842740Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5842890Z test_ref_small_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5843016Z Compares op against reference for small input tensors ... ok (0.014s) 2022-12-01T11:14:30.5843162Z test_ref_small_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5843304Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5843700Z test_ref_small_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5843851Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5843998Z test_ref_small_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5844140Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5844284Z test_ref_small_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5844425Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5844571Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5844714Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5844867Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5845008Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5845169Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5845312Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5845467Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5845594Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5845744Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5845885Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5846033Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5846173Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5846317Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5846457Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5846606Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5846747Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5846887Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5847027Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5847172Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5847311Z Compares op against reference for small input tensors ... ok (0.012s) 2022-12-01T11:14:30.5847452Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5847595Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:14:30.5847751Z test_ref_small_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5847892Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5848082Z test_ref_small_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5848224Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5848373Z test_ref_small_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5848513Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5848661Z test_ref_small_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5848802Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5848949Z test_ref_small_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5849087Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:14:30.5849235Z test_ref_small_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5849375Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5849773Z test_ref_small_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5849923Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:14:30.5850070Z test_ref_small_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5850212Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5850359Z test_ref_small_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5850497Z Compares op against reference for small input tensors ... ok (0.009s) 2022-12-01T11:14:30.5850630Z test_ref_small_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5850769Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5850915Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5851059Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5851209Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5851349Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5851494Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5851656Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5851795Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5851934Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5852075Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5852215Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5852359Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5852524Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5852671Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5852813Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5852958Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5853088Z Compares op against reference for small input tensors ... ok (0.010s) 2022-12-01T11:14:30.5853231Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5853368Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5853514Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5853677Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5853820Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5853958Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5854146Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5854284Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5854425Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5854565Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5854706Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5854844Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5854982Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5855124Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5855263Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5855388Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5855571Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5855713Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5855853Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5855996Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5856145Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5856285Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5856432Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5856594Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5856736Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5856877Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5857024Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5857168Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5857308Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5857447Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5857586Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5857725Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5857850Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5857990Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5858128Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5858267Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5858404Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5858545Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5858691Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5858946Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5859094Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5859256Z Compares op against reference for small input tensors ... skip: Skipped! (0.010s) 2022-12-01T11:14:30.5859400Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5859561Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5859705Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5859869Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5860012Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5860223Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5860348Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5860491Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5860638Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5860781Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5860921Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5861057Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:14:30.5861197Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5861356Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:14:30.5861496Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5861684Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5861828Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5861971Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5862109Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5862251Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T11:14:30.5862390Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5862532Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:14:30.5862669Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5862797Z Compares op against reference for small input tensors ... ok (0.001s) 2022-12-01T11:14:30.5862934Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5863079Z Compares op against reference for small input tensors ... ok (0.000s) 2022-12-01T11:14:30.5863218Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5863360Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:14:30.5863511Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5863671Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5863816Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5863978Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5864123Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5864279Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5864420Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5864581Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5864722Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5864881Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-12-01T11:14:30.5865043Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5865208Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-12-01T11:14:30.5865353Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5865515Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-12-01T11:14:30.5865675Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5865839Z Test masked reduction operations on strided-only tensors using ... ok (0.043s) 2022-12-01T11:14:30.5865997Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5866204Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-12-01T11:14:30.5866359Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5866515Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-12-01T11:14:30.5866668Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5866828Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-12-01T11:14:30.5866979Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5867136Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-12-01T11:14:30.5867288Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5867443Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T11:14:30.5867638Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5867798Z Test masked reduction operations on strided-only tensors using ... ok (0.020s) 2022-12-01T11:14:30.5867958Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5868102Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-12-01T11:14:30.5868257Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5868415Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-12-01T11:14:30.5868573Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5869799Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-12-01T11:14:30.5870531Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5870692Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-12-01T11:14:30.5870852Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5871008Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-12-01T11:14:30.5871165Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5871323Z Test masked reduction operations on strided-only tensors using ... ok (0.028s) 2022-12-01T11:14:30.5871474Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5871632Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-12-01T11:14:30.5871786Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5871948Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-12-01T11:14:30.5872098Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5872256Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-12-01T11:14:30.5872407Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5872593Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-12-01T11:14:30.5872751Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5872928Z Test masked reduction operations on strided-only tensors using ... expected failure (0.011s) 2022-12-01T11:14:30.5873084Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5873264Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5873423Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5873604Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5873833Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5874010Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5874166Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5874337Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5874492Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5874674Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5874833Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5875013Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5875170Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5875389Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5875554Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5875715Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5875874Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5876048Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5876206Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5876389Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5876546Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5876721Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5876883Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5877056Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5877210Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5877382Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5877542Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5877719Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:14:30.5877872Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5878045Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:14:30.5878202Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5878376Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-12-01T11:14:30.5878537Z test_reference_masked_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5878840Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3440: RuntimeWarning: Mean of empty slice. 2022-12-01T11:14:30.5878961Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-12-01T11:14:30.5879211Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5879293Z ret = um.true_divide( 2022-12-01T11:14:30.5879360Z ok (0.053s) 2022-12-01T11:14:30.5879517Z test_reference_masked_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5879852Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:14:30.5880000Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:14:30.5880089Z expected failure (0.006s) 2022-12-01T11:14:30.5880252Z test_reference_masked_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5880578Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-12-01T11:14:30.5880680Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:14:30.5880751Z ok (0.051s) 2022-12-01T11:14:30.5880913Z test_reference_masked_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5881071Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-12-01T11:14:30.5881227Z test_reference_masked_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5881583Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:187: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5881682Z ret = arr.dtype.type(ret / rcount) 2022-12-01T11:14:30.5881746Z ok (0.049s) 2022-12-01T11:14:30.5881902Z test_reference_masked_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5882060Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T11:14:30.5882219Z test_reference_masked_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5882364Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-12-01T11:14:30.5882519Z test_reference_masked_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5882675Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-12-01T11:14:30.5882828Z test_reference_masked_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5882992Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-12-01T11:14:30.5883144Z test_reference_masked_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5883299Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T11:14:30.5883450Z test_reference_masked_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5883602Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:14:30.5883752Z test_reference_masked_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5883908Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-12-01T11:14:30.5884056Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5884247Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5884414Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5884568Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-12-01T11:14:30.5884727Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5884882Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-12-01T11:14:30.5885025Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5885180Z Test masked reduction operations on strided-only tensors using ... ok (0.046s) 2022-12-01T11:14:30.5885332Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5885487Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-12-01T11:14:30.5885639Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5885831Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5886038Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5886229Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5886381Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5886538Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T11:14:30.5886687Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5886880Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-12-01T11:14:30.5887030Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5887185Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-12-01T11:14:30.5887383Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5887710Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5887834Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-12-01T11:14:30.5888079Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5888159Z ret = um.true_divide( 2022-12-01T11:14:30.5888213Z ok (0.132s) 2022-12-01T11:14:30.5888373Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5888699Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-12-01T11:14:30.5888824Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-12-01T11:14:30.5888892Z ok (0.121s) 2022-12-01T11:14:30.5889055Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5889214Z Test masked reduction operations on strided-only tensors using ... ok (0.117s) 2022-12-01T11:14:30.5889368Z test_reference_masked_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5889526Z Test masked reduction operations on strided-only tensors using ... ok (0.121s) 2022-12-01T11:14:30.5889680Z test_reference_masked_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5889999Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:14:30.5890122Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-12-01T11:14:30.5890187Z ok (0.126s) 2022-12-01T11:14:30.5890341Z test_reference_masked_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5890503Z Test masked reduction operations on strided-only tensors using ... ok (0.103s) 2022-12-01T11:14:30.5890651Z test_reference_masked_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5890808Z Test masked reduction operations on strided-only tensors using ... ok (0.104s) 2022-12-01T11:14:30.5890944Z test_reference_masked_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5891099Z Test masked reduction operations on strided-only tensors using ... ok (0.102s) 2022-12-01T11:14:30.5891250Z test_reference_masked_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5891404Z Test masked reduction operations on strided-only tensors using ... ok (0.096s) 2022-12-01T11:14:30.5891549Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5891705Z Test masked reduction operations on strided-only tensors using ... ok (0.108s) 2022-12-01T11:14:30.5891860Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5892059Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-12-01T11:14:30.5892208Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5892401Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5892559Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5892713Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-12-01T11:14:30.5892875Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5893025Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-12-01T11:14:30.5893178Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5893335Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T11:14:30.5893531Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5893686Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-12-01T11:14:30.5893826Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5893986Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-12-01T11:14:30.5894134Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5894325Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5894472Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5894662Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T11:14:30.5894810Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5894970Z Test masked reduction operations on strided-only tensors using ... ok (0.025s) 2022-12-01T11:14:30.5895120Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5895311Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:14:30.5895460Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5895617Z Test masked reduction operations on strided-only tensors using ... ok (0.028s) 2022-12-01T11:14:30.5895775Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5895930Z Test masked reduction operations on strided-only tensors using ... ok (0.141s) 2022-12-01T11:14:30.5896087Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5896238Z Test masked reduction operations on strided-only tensors using ... ok (0.115s) 2022-12-01T11:14:30.5896400Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5896552Z Test masked reduction operations on strided-only tensors using ... ok (0.115s) 2022-12-01T11:14:30.5896692Z test_reference_masked_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5896844Z Test masked reduction operations on strided-only tensors using ... ok (0.123s) 2022-12-01T11:14:30.5897000Z test_reference_masked_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5897152Z Test masked reduction operations on strided-only tensors using ... ok (0.125s) 2022-12-01T11:14:30.5897301Z test_reference_masked_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5897452Z Test masked reduction operations on strided-only tensors using ... ok (0.119s) 2022-12-01T11:14:30.5897602Z test_reference_masked_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5897753Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-12-01T11:14:30.5897947Z test_reference_masked_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5898097Z Test masked reduction operations on strided-only tensors using ... ok (0.100s) 2022-12-01T11:14:30.5898244Z test_reference_masked_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5898398Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-12-01T11:14:30.5898549Z test_reference_masked_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5898703Z Test masked reduction operations on strided-only tensors using ... ok (0.107s) 2022-12-01T11:14:30.5898955Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5899110Z Test masked reduction operations on strided-only tensors using ... ok (0.100s) 2022-12-01T11:14:30.5899257Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T11:14:30.5899387Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5899565Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5899704Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5899831Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5899977Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5900103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5900244Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5900369Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5900508Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5900631Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5900768Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5900892Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5901031Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5901154Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5901289Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5901401Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5901537Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5901664Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5901799Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5901922Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5902057Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5902178Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5902311Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5902460Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T11:14:30.5902599Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5902722Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5902856Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5902978Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5903116Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5903239Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5903376Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5903487Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5903622Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5903745Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5903928Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5904051Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5904184Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5904305Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5904439Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5904562Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5904695Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5904815Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5904951Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5905073Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5905215Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5905380Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5905505Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5905627Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5905766Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5905887Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5906023Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5906145Z Tests that the result has the correct dtype ... ok (0.011s) 2022-12-01T11:14:30.5906280Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5906403Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5906536Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5906658Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5906796Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5906922Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5907054Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5907176Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5907311Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5907421Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5907554Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5907674Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5907812Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5907936Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5908074Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5908198Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5908341Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5908465Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5908605Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5908726Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5908861Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5908984Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5909120Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5909242Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5909377Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5909487Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5909995Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5910117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5910252Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5910374Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5910505Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5910626Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5910761Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5910882Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5911015Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5911160Z Tests that the result has the correct dtype ... expected failure (0.000s) 2022-12-01T11:14:30.5911304Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5911475Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5911622Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5911746Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5911875Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5911998Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5912138Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5912261Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5912402Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5912523Z Tests that the result has the correct dtype ... ok (0.011s) 2022-12-01T11:14:30.5912658Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5912781Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5912922Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5913045Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5913182Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5913305Z Tests that the result has the correct dtype ... ok (0.004s) 2022-12-01T11:14:30.5913439Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5913560Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5913706Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5913816Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5913957Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5914078Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5914217Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5914342Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5914483Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5914606Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5914745Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5914867Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5915002Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5915122Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5915254Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5915375Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5915514Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5915636Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5915818Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5915929Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5916084Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5916207Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5916355Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5916477Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5916635Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5916757Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5916915Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5917035Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5917231Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5917357Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5917505Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5917626Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5917770Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5917890Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5918038Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5918149Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5918294Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5918415Z Tests that the result has the correct dtype ... ok (0.011s) 2022-12-01T11:14:30.5918560Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5918687Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5918836Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5918958Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5919109Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5919230Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5919391Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5919514Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5919678Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5919802Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5919963Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5920091Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5920248Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5920358Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5920514Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5920637Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5920789Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5920909Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5921060Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5921181Z Tests that the result has the correct dtype ... ok (0.004s) 2022-12-01T11:14:30.5921330Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5921453Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5921648Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5921772Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5921919Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5922041Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5922186Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5922309Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5922454Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5922565Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5922708Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5922828Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5923012Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5923137Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5923280Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5923403Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5923554Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5923678Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5923824Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5923945Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5924091Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5924214Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5924362Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5924489Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5924621Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5924744Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5924886Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5925008Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5925148Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5925268Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5925412Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5925533Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5925676Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5925797Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5925954Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5926075Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5926228Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5926350Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5926499Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5926620Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5926754Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5926876Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5927024Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5927146Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5927342Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5927465Z Tests that the result has the correct dtype ... ok (0.007s) 2022-12-01T11:14:30.5927611Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5927731Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5927877Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5927999Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5928144Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5928266Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5928417Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5928537Z Tests that the result has the correct dtype ... ok (0.009s) 2022-12-01T11:14:30.5928686Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5928850Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5928991Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5929116Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5929266Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5929392Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5929539Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5929662Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5929806Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5929927Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5930071Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5930198Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5930343Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5930464Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5930610Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5930734Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5930893Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5931015Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5931163Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5931285Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5931441Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5931561Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5931721Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5931845Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5931997Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5932117Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5932269Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5932390Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5932541Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5932662Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5932814Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5932935Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5933130Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5933254Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5933388Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5933509Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5933660Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5933781Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5933933Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5934053Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5934200Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5934323Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5934470Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5934639Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5934788Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5934909Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5935052Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5935174Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5935319Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5935442Z Tests that the result has the correct dtype ... ok (0.012s) 2022-12-01T11:14:30.5935574Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5935697Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5935840Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5935962Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5936113Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5936236Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5936387Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5936510Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5936658Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5936781Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5936929Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5937053Z Tests that the result has the correct dtype ... ok (0.004s) 2022-12-01T11:14:30.5937198Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5937320Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5937470Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5937579Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5937731Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5937852Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5938010Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5938130Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5938276Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5938399Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5938544Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5938664Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5938808Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5939094Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5939239Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5939364Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5939509Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5939632Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5939779Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5939889Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5940037Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5940158Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5940305Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5940429Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5940631Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5940754Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5940904Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5941029Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5941176Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5941297Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5941440Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5941561Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5941704Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5941826Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5941975Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5942084Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5942228Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5942352Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5942496Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5942619Z Tests that the result has the correct dtype ... ok (0.011s) 2022-12-01T11:14:30.5942762Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5942885Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5943032Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5943152Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5943298Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5943423Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5943574Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5943695Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5943842Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5943966Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5944110Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5944221Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5944367Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5944490Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5944636Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5944761Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5944947Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5945069Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5945211Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5945334Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5945472Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5945592Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5945733Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5945854Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5945997Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5946118Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5946296Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5946419Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5946576Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5946696Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5946847Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5946970Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5947119Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5947240Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5947386Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5947509Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5947653Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5947780Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5947922Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5948044Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5948182Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5948303Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5948431Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5948552Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5948694Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5948815Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5948958Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5949080Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5949226Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5949347Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5949495Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5949619Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5949762Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5949884Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5950022Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5950144Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5950281Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5950403Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5950527Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5950695Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5950838Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5950960Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5951101Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5951222Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5951363Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5951486Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5951626Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5951747Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5951887Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5952008Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5952188Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5952313Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5952453Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5952563Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T11:14:30.5952705Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5952828Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5952965Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5953085Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5953224Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5953343Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5953476Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5953604Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5953739Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5953862Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5953999Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5954122Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5954263Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5954385Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5954510Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5954633Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5954778Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5954901Z Tests that the result has the correct dtype ... ok (0.011s) 2022-12-01T11:14:30.5955044Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5955166Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5955302Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5955422Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5955558Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5955682Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5955815Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5955935Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5956068Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5956191Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5956322Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5956492Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5956617Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5956742Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5956877Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5956995Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5957133Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5957253Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5957397Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5957518Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5957659Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5957777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5957957Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5958079Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5958216Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5958340Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5958476Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5958585Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5958725Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5958845Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:14:30.5958980Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5959102Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:14:30.5959245Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5959370Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5959513Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5959636Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5959769Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5959887Z Tests that the result has the correct dtype ... ok (0.006s) 2022-12-01T11:14:30.5960021Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5960143Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5960276Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5960397Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5960520Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5960639Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5960776Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5960899Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5961030Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5961152Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5961286Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5961410Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5961542Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5961662Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5961798Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5961920Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5962061Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5962230Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5962371Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5962492Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5962619Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5962740Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5962872Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5962994Z Tests that the result has the correct dtype ... ok (0.000s) 2022-12-01T11:14:30.5963127Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:14:30.5963247Z Tests that the result has the correct dtype ... ok (0.010s) 2022-12-01T11:14:30.5963639Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:14:30.5963725Z ret = um.true_divide( 2022-12-01T11:14:30.5963792Z ok (0.010s) 2022-12-01T11:14:30.5963967Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T11:14:30.5964134Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5964293Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5964426Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.408s) 2022-12-01T11:14:30.5964572Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:14:30.5964738Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5964903Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5965061Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5965216Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T11:14:30.5965350Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.027s) 2022-12-01T11:14:30.5965495Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.053s) 2022-12-01T11:14:30.5965645Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5965796Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5965943Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5966091Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5966231Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5966369Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-12-01T11:14:30.5966556Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:14:30.5966768Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:14:30.5967574Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:456: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [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:24.) 2022-12-01T11:14:30.5967657Z torch.sum(x, 0, out=y) 2022-12-01T11:14:30.5967726Z ok (0.000s) 2022-12-01T11:14:30.5967923Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.051s) 2022-12-01T11:14:30.5968099Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5968241Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T11:14:30.5968385Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (1.124s) 2022-12-01T11:14:30.5968697Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-12-01T11:14:30.5968829Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:14:30.5968894Z ok (0.022s) 2022-12-01T11:14:30.5969033Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T11:14:30.5969181Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T11:14:30.5969320Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T11:14:30.5969501Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:14:30.5969639Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5969783Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:14:30.5969924Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5971765Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5971938Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:14:30.5972250Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3440: RuntimeWarning: Mean of empty slice. 2022-12-01T11:14:30.5972373Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-12-01T11:14:30.5972625Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5972706Z ret = um.true_divide( 2022-12-01T11:14:30.5972944Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:14:30.5973088Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-12-01T11:14:30.5973324Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5973471Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-12-01T11:14:30.5973716Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:14:30.5973793Z ret = um.true_divide( 2022-12-01T11:14:30.5974010Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:14:30.5974139Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-12-01T11:14:30.5974206Z ok (0.032s) 2022-12-01T11:14:30.5974538Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:14:30.5974617Z ret = um.true_divide( 2022-12-01T11:14:30.5974682Z ok (0.012s) 2022-12-01T11:14:30.5974851Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.5975017Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:14:30.5975180Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5975336Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:14:30.5975468Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.388s) 2022-12-01T11:14:30.5975714Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:14:30.5975860Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:14:30.5976026Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.5976189Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T11:14:30.5977762Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:14:30.5977923Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:14:30.5978046Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.173s) 2022-12-01T11:14:30.5978190Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.052s) 2022-12-01T11:14:30.5978334Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5978548Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:14:30.5978693Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:14:30.5978928Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:14:30.5979084Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:14:30.5979231Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:14:30.5979378Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:14:30.5979391Z 2022-12-01T11:14:30.5979549Z ---------------------------------------------------------------------- 2022-12-01T11:14:30.5979631Z Ran 3043 tests in 297.922s 2022-12-01T11:14:30.5979637Z 2022-12-01T11:14:30.5979740Z OK (skipped=98, expected failures=51) 2022-12-01T11:14:30.5979746Z 2022-12-01T11:14:30.5979833Z Generating XML reports... 2022-12-01T11:14:30.5980091Z Generated XML report: test-reports\python-unittest\test_reductions\TEST-TestReductionsCPU-20221201110931.xml 2022-12-01T11:14:30.5980098Z 2022-12-01T11:14:30.5980508Z ##[endgroup] 2022-12-01T11:14:30.5980769Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_kaew05km) 2022-12-01T11:14:30.5980776Z 2022-12-01T11:14:30.5980905Z Running test_cpp_extensions_jit ... [2022-12-01 11:14:30.465851] 2022-12-01T11:14:30.5981191Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:14:30.466580] 2022-12-01T11:17:58.3716280Z 2022-12-01T11:17:58.3716819Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T11:17:58.3909138Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_90vy25nh) 2022-12-01T11:17:58.3909731Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T11:17:58.3909959Z 2022-12-01T11:17:58.3910024Z Running tests... 2022-12-01T11:17:58.3911354Z ---------------------------------------------------------------------- 2022-12-01T11:17:58.3911800Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-12-01T11:17:58.3912146Z Not wiping extensions build folder because Windows 2022-12-01T11:17:58.3912450Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (14.852s) 2022-12-01T11:17:58.3912818Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (7.354s) 2022-12-01T11:17:58.3913367Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.3915583Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension... 2022-12-01T11:17:58.3916451Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension\build.ninja... 2022-12-01T11:17:58.3917089Z Building extension module cpp_frontend_extension... 2022-12-01T11:17:58.3917628Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.3919582Z [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-12-01T11:17:58.3921189Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.3921628Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.3921861Z 2022-12-01T11:17:58.3922282Z 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-12-01T11:17:58.3923172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3923682Z with 2022-12-01T11:17:58.3923895Z [ 2022-12-01T11:17:58.3924143Z T=c10::SymInt 2022-12-01T11:17:58.3924391Z ] 2022-12-01T11:17:58.3924980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3925516Z with 2022-12-01T11:17:58.3925749Z [ 2022-12-01T11:17:58.3926488Z T=c10::SymInt 2022-12-01T11:17:58.3926746Z ] 2022-12-01T11:17:58.3927370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3927932Z with 2022-12-01T11:17:58.3928141Z [ 2022-12-01T11:17:58.3928382Z T=c10::SymInt 2022-12-01T11:17:58.3928625Z ] 2022-12-01T11:17:58.3929296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3929898Z with 2022-12-01T11:17:58.3930141Z [ 2022-12-01T11:17:58.3930457Z T=c10::SymInt 2022-12-01T11:17:58.3930911Z ] 2022-12-01T11:17:58.3931852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3932816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.3933733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3934300Z with 2022-12-01T11:17:58.3934732Z [ 2022-12-01T11:17:58.3934962Z T=c10::SymInt 2022-12-01T11:17:58.3935219Z ] 2022-12-01T11:17:58.3935741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.3936554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3937078Z with 2022-12-01T11:17:58.3937294Z [ 2022-12-01T11:17:58.3937558Z T=at::TensorBase 2022-12-01T11:17:58.3937834Z ] 2022-12-01T11:17:58.3938502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3939041Z with 2022-12-01T11:17:58.3939281Z [ 2022-12-01T11:17:58.3939647Z T=at::TensorBase 2022-12-01T11:17:58.3939918Z ] 2022-12-01T11:17:58.3940574Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3941155Z with 2022-12-01T11:17:58.3941391Z [ 2022-12-01T11:17:58.3941659Z T=at::TensorBase 2022-12-01T11:17:58.3941885Z ] 2022-12-01T11:17:58.3942551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3943156Z with 2022-12-01T11:17:58.3943396Z [ 2022-12-01T11:17:58.3943656Z T=at::TensorBase 2022-12-01T11:17:58.3943938Z ] 2022-12-01T11:17:58.3944500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3945404Z 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-12-01T11:17:58.3946315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3946870Z with 2022-12-01T11:17:58.3947124Z [ 2022-12-01T11:17:58.3947391Z T=at::TensorBase 2022-12-01T11:17:58.3947653Z ] 2022-12-01T11:17:58.3948172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3948706Z with 2022-12-01T11:17:58.3948939Z [ 2022-12-01T11:17:58.3949198Z T=at::Tensor 2022-12-01T11:17:58.3949439Z ] 2022-12-01T11:17:58.3950010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3950507Z with 2022-12-01T11:17:58.3950740Z [ 2022-12-01T11:17:58.3950987Z T=at::Tensor 2022-12-01T11:17:58.3951250Z ] 2022-12-01T11:17:58.3951871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3952456Z with 2022-12-01T11:17:58.3952765Z [ 2022-12-01T11:17:58.3953025Z T=at::Tensor 2022-12-01T11:17:58.3953289Z ] 2022-12-01T11:17:58.3953961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3954559Z with 2022-12-01T11:17:58.3954794Z [ 2022-12-01T11:17:58.3955018Z T=at::Tensor 2022-12-01T11:17:58.3955281Z ] 2022-12-01T11:17:58.3955868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3956766Z 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-12-01T11:17:58.3957742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3958299Z with 2022-12-01T11:17:58.3958554Z [ 2022-12-01T11:17:58.3958783Z T=at::Tensor 2022-12-01T11:17:58.3959032Z ] 2022-12-01T11:17:58.3959583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3960103Z with 2022-12-01T11:17:58.3960344Z [ 2022-12-01T11:17:58.3960569Z T=at::Generator 2022-12-01T11:17:58.3960839Z ] 2022-12-01T11:17:58.3961426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3962330Z with 2022-12-01T11:17:58.3962695Z [ 2022-12-01T11:17:58.3963048Z T=at::Generator 2022-12-01T11:17:58.3963420Z ] 2022-12-01T11:17:58.3964083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3964669Z with 2022-12-01T11:17:58.3964917Z [ 2022-12-01T11:17:58.3965171Z T=at::Generator 2022-12-01T11:17:58.3965455Z ] 2022-12-01T11:17:58.3966087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3966725Z with 2022-12-01T11:17:58.3966978Z [ 2022-12-01T11:17:58.3967245Z T=at::Generator 2022-12-01T11:17:58.3967499Z ] 2022-12-01T11:17:58.3968124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3969014Z 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-12-01T11:17:58.3969918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3970451Z with 2022-12-01T11:17:58.3970693Z [ 2022-12-01T11:17:58.3970980Z T=at::Generator 2022-12-01T11:17:58.3971241Z ] 2022-12-01T11:17:58.3971823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3972484Z with 2022-12-01T11:17:58.3972697Z [ 2022-12-01T11:17:58.3972966Z T=c10::Scalar 2022-12-01T11:17:58.3973214Z ] 2022-12-01T11:17:58.3973805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3974339Z with 2022-12-01T11:17:58.3974553Z [ 2022-12-01T11:17:58.3974800Z T=c10::Scalar 2022-12-01T11:17:58.3975060Z ] 2022-12-01T11:17:58.3975701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3976277Z with 2022-12-01T11:17:58.3976603Z [ 2022-12-01T11:17:58.3976835Z T=c10::Scalar 2022-12-01T11:17:58.3977095Z ] 2022-12-01T11:17:58.3977748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3978452Z with 2022-12-01T11:17:58.3978718Z [ 2022-12-01T11:17:58.3978977Z T=c10::Scalar 2022-12-01T11:17:58.3979210Z ] 2022-12-01T11:17:58.3979790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3980675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.3981592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3982146Z with 2022-12-01T11:17:58.3982391Z [ 2022-12-01T11:17:58.3982642Z T=c10::Scalar 2022-12-01T11:17:58.3982867Z ] 2022-12-01T11:17:58.3983431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3983944Z with 2022-12-01T11:17:58.3984180Z [ 2022-12-01T11:17:58.3984448Z T=std::string 2022-12-01T11:17:58.3984705Z ] 2022-12-01T11:17:58.3985257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3985803Z with 2022-12-01T11:17:58.3986044Z [ 2022-12-01T11:17:58.3986309Z T=std::string 2022-12-01T11:17:58.3986562Z ] 2022-12-01T11:17:58.3987195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3987757Z with 2022-12-01T11:17:58.3987996Z [ 2022-12-01T11:17:58.3988244Z T=std::string 2022-12-01T11:17:58.3988500Z ] 2022-12-01T11:17:58.3989159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.3990504Z with 2022-12-01T11:17:58.3990735Z [ 2022-12-01T11:17:58.3991001Z T=std::string 2022-12-01T11:17:58.3991262Z ] 2022-12-01T11:17:58.3991845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.3992735Z 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-12-01T11:17:58.3993600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3994172Z with 2022-12-01T11:17:58.3994383Z [ 2022-12-01T11:17:58.3994645Z T=std::string 2022-12-01T11:17:58.3994916Z ] 2022-12-01T11:17:58.3995567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.3996089Z with 2022-12-01T11:17:58.3996328Z [ 2022-12-01T11:17:58.3996562Z T=c10::QualifiedName 2022-12-01T11:17:58.3996825Z ] 2022-12-01T11:17:58.3997408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.3997921Z with 2022-12-01T11:17:58.3998160Z [ 2022-12-01T11:17:58.3998441Z T=c10::QualifiedName 2022-12-01T11:17:58.3998693Z ] 2022-12-01T11:17:58.3999343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.3999923Z with 2022-12-01T11:17:58.4000179Z [ 2022-12-01T11:17:58.4000439Z T=c10::QualifiedName 2022-12-01T11:17:58.4000682Z ] 2022-12-01T11:17:58.4001364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4001986Z with 2022-12-01T11:17:58.4002236Z [ 2022-12-01T11:17:58.4002500Z T=c10::QualifiedName 2022-12-01T11:17:58.4002763Z ] 2022-12-01T11:17:58.4003326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4004241Z 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-12-01T11:17:58.4005166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4005723Z with 2022-12-01T11:17:58.4005958Z [ 2022-12-01T11:17:58.4006214Z T=c10::QualifiedName 2022-12-01T11:17:58.4006497Z ] 2022-12-01T11:17:58.4007059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4007534Z with 2022-12-01T11:17:58.4007770Z [ 2022-12-01T11:17:58.4008088Z T=std::shared_ptr 2022-12-01T11:17:58.4008468Z ] 2022-12-01T11:17:58.4009051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4009558Z with 2022-12-01T11:17:58.4009713Z [ 2022-12-01T11:17:58.4009967Z T=std::shared_ptr 2022-12-01T11:17:58.4010195Z ] 2022-12-01T11:17:58.4010680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4011136Z with 2022-12-01T11:17:58.4011315Z [ 2022-12-01T11:17:58.4011552Z T=std::shared_ptr 2022-12-01T11:17:58.4011783Z ] 2022-12-01T11:17:58.4012312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4012799Z with 2022-12-01T11:17:58.4012971Z [ 2022-12-01T11:17:58.4013216Z T=std::shared_ptr 2022-12-01T11:17:58.4013441Z ] 2022-12-01T11:17:58.4013975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4014729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4015603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4016145Z with 2022-12-01T11:17:58.4016374Z [ 2022-12-01T11:17:58.4016686Z T=std::shared_ptr 2022-12-01T11:17:58.4016981Z ] 2022-12-01T11:17:58.4017541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4018061Z with 2022-12-01T11:17:58.4018418Z [ 2022-12-01T11:17:58.4018954Z T=std::weak_ptr 2022-12-01T11:17:58.4019404Z ] 2022-12-01T11:17:58.4020283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4020707Z with 2022-12-01T11:17:58.4020881Z [ 2022-12-01T11:17:58.4021094Z T=std::weak_ptr 2022-12-01T11:17:58.4021323Z ] 2022-12-01T11:17:58.4021800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4022243Z with 2022-12-01T11:17:58.4022416Z [ 2022-12-01T11:17:58.4022656Z T=std::weak_ptr 2022-12-01T11:17:58.4022858Z ] 2022-12-01T11:17:58.4023360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4023930Z with 2022-12-01T11:17:58.4024102Z [ 2022-12-01T11:17:58.4024347Z T=std::weak_ptr 2022-12-01T11:17:58.4024616Z ] 2022-12-01T11:17:58.4025203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4026208Z 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-12-01T11:17:58.4027155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4027714Z with 2022-12-01T11:17:58.4027978Z [ 2022-12-01T11:17:58.4028394Z T=std::weak_ptr 2022-12-01T11:17:58.4028700Z ] 2022-12-01T11:17:58.4029231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4029762Z with 2022-12-01T11:17:58.4029993Z [ 2022-12-01T11:17:58.4030361Z T=std::vector> 2022-12-01T11:17:58.4030713Z ] 2022-12-01T11:17:58.4031299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4031843Z with 2022-12-01T11:17:58.4032048Z [ 2022-12-01T11:17:58.4032409Z T=std::vector> 2022-12-01T11:17:58.4032735Z ] 2022-12-01T11:17:58.4033369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4033944Z with 2022-12-01T11:17:58.4034169Z [ 2022-12-01T11:17:58.4034505Z T=std::vector> 2022-12-01T11:17:58.4034849Z ] 2022-12-01T11:17:58.4035504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4036120Z with 2022-12-01T11:17:58.4036355Z [ 2022-12-01T11:17:58.4036712Z T=std::vector> 2022-12-01T11:17:58.4037017Z ] 2022-12-01T11:17:58.4037664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4038670Z 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-12-01T11:17:58.4039642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4040218Z with 2022-12-01T11:17:58.4040449Z [ 2022-12-01T11:17:58.4040792Z T=std::vector> 2022-12-01T11:17:58.4041207Z ] 2022-12-01T11:17:58.4041738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4042270Z with 2022-12-01T11:17:58.4042497Z [ 2022-12-01T11:17:58.4042806Z T=std::vector> 2022-12-01T11:17:58.4043106Z ] 2022-12-01T11:17:58.4043691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4044200Z with 2022-12-01T11:17:58.4044439Z [ 2022-12-01T11:17:58.4044758Z T=std::vector> 2022-12-01T11:17:58.4045053Z ] 2022-12-01T11:17:58.4045762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4046325Z with 2022-12-01T11:17:58.4046523Z [ 2022-12-01T11:17:58.4046827Z T=std::vector> 2022-12-01T11:17:58.4047116Z ] 2022-12-01T11:17:58.4047769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4048394Z with 2022-12-01T11:17:58.4048618Z [ 2022-12-01T11:17:58.4048887Z T=std::vector> 2022-12-01T11:17:58.4049188Z ] 2022-12-01T11:17:58.4049804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4050759Z 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-12-01T11:17:58.4051680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4052227Z with 2022-12-01T11:17:58.4052458Z [ 2022-12-01T11:17:58.4052763Z T=std::vector> 2022-12-01T11:17:58.4053048Z ] 2022-12-01T11:17:58.4053609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4054117Z with 2022-12-01T11:17:58.4054351Z [ 2022-12-01T11:17:58.4054734Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4055127Z ] 2022-12-01T11:17:58.4055674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4056212Z with 2022-12-01T11:17:58.4056444Z [ 2022-12-01T11:17:58.4056815Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4057159Z ] 2022-12-01T11:17:58.4057685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4058210Z with 2022-12-01T11:17:58.4058446Z [ 2022-12-01T11:17:58.4058730Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4059019Z ] 2022-12-01T11:17:58.4059546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4060053Z with 2022-12-01T11:17:58.4060269Z [ 2022-12-01T11:17:58.4060534Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4060792Z ] 2022-12-01T11:17:58.4061305Z C:\actions-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-12-01T11:17:58.4062636Z 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-12-01T11:17:58.4063423Z 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-12-01T11:17:58.4064158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4064580Z with 2022-12-01T11:17:58.4064754Z [ 2022-12-01T11:17:58.4065045Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4065279Z ] 2022-12-01T11:17:58.4065713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4066108Z with 2022-12-01T11:17:58.4066294Z [ 2022-12-01T11:17:58.4066564Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4066822Z ] 2022-12-01T11:17:58.4067227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4067658Z with 2022-12-01T11:17:58.4067923Z [ 2022-12-01T11:17:58.4068307Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4068663Z ] 2022-12-01T11:17:58.4069361Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4069998Z with 2022-12-01T11:17:58.4070266Z [ 2022-12-01T11:17:58.4070658Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4070969Z ] 2022-12-01T11:17:58.4071651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4072271Z with 2022-12-01T11:17:58.4072473Z [ 2022-12-01T11:17:58.4072828Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4073156Z ] 2022-12-01T11:17:58.4073831Z C:\actions-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-12-01T11:17:58.4074983Z 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-12-01T11:17:58.4075925Z 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-12-01T11:17:58.4076836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4077405Z with 2022-12-01T11:17:58.4077641Z [ 2022-12-01T11:17:58.4078045Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4078401Z ] 2022-12-01T11:17:58.4078947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4079467Z with 2022-12-01T11:17:58.4079698Z [ 2022-12-01T11:17:58.4080019Z T=std::vector> 2022-12-01T11:17:58.4080277Z ] 2022-12-01T11:17:58.4080833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4081363Z with 2022-12-01T11:17:58.4081599Z [ 2022-12-01T11:17:58.4081907Z T=std::vector> 2022-12-01T11:17:58.4082218Z ] 2022-12-01T11:17:58.4082802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4083363Z with 2022-12-01T11:17:58.4083597Z [ 2022-12-01T11:17:58.4083914Z T=std::vector> 2022-12-01T11:17:58.4084214Z ] 2022-12-01T11:17:58.4084872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4085489Z with 2022-12-01T11:17:58.4085698Z [ 2022-12-01T11:17:58.4086001Z T=std::vector> 2022-12-01T11:17:58.4086292Z ] 2022-12-01T11:17:58.4086920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4087866Z 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-12-01T11:17:58.4088800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4089340Z with 2022-12-01T11:17:58.4089545Z [ 2022-12-01T11:17:58.4089866Z T=std::vector> 2022-12-01T11:17:58.4090153Z ] 2022-12-01T11:17:58.4090726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4091306Z with 2022-12-01T11:17:58.4091537Z [ 2022-12-01T11:17:58.4091858Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4092191Z ] 2022-12-01T11:17:58.4092761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4093301Z with 2022-12-01T11:17:58.4093544Z [ 2022-12-01T11:17:58.4093887Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4094182Z ] 2022-12-01T11:17:58.4094872Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4095464Z with 2022-12-01T11:17:58.4095697Z [ 2022-12-01T11:17:58.4096064Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4096398Z ] 2022-12-01T11:17:58.4097052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4097624Z with 2022-12-01T11:17:58.4097871Z [ 2022-12-01T11:17:58.4098305Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4098648Z ] 2022-12-01T11:17:58.4099291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4100338Z 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-12-01T11:17:58.4101385Z 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-12-01T11:17:58.4102348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4102894Z with 2022-12-01T11:17:58.4103106Z [ 2022-12-01T11:17:58.4103455Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4103794Z ] 2022-12-01T11:17:58.4104347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4104850Z with 2022-12-01T11:17:58.4105088Z [ 2022-12-01T11:17:58.4105409Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4105741Z ] 2022-12-01T11:17:58.4106311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4106836Z with 2022-12-01T11:17:58.4107069Z [ 2022-12-01T11:17:58.4107405Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4107724Z ] 2022-12-01T11:17:58.4108342Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4109020Z with 2022-12-01T11:17:58.4109258Z [ 2022-12-01T11:17:58.4109603Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4109917Z ] 2022-12-01T11:17:58.4110552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4111163Z with 2022-12-01T11:17:58.4111405Z [ 2022-12-01T11:17:58.4111757Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4112083Z ] 2022-12-01T11:17:58.4112816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4113875Z 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-12-01T11:17:58.4114928Z 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-12-01T11:17:58.4115903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4116430Z with 2022-12-01T11:17:58.4116652Z [ 2022-12-01T11:17:58.4117007Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4117347Z ] 2022-12-01T11:17:58.4117907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4118418Z with 2022-12-01T11:17:58.4118630Z [ 2022-12-01T11:17:58.4118925Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4119196Z ] 2022-12-01T11:17:58.4119862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4120813Z with 2022-12-01T11:17:58.4121133Z [ 2022-12-01T11:17:58.4121575Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4121855Z ] 2022-12-01T11:17:58.4122503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4123099Z with 2022-12-01T11:17:58.4123327Z [ 2022-12-01T11:17:58.4123610Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4123851Z ] 2022-12-01T11:17:58.4124510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4125121Z with 2022-12-01T11:17:58.4125345Z [ 2022-12-01T11:17:58.4125627Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4125902Z ] 2022-12-01T11:17:58.4126841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4128280Z 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-12-01T11:17:58.4128844Z with 2022-12-01T11:17:58.4129090Z [ 2022-12-01T11:17:58.4129390Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4129667Z ] 2022-12-01T11:17:58.4130323Z 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-12-01T11:17:58.4131412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4131956Z with 2022-12-01T11:17:58.4132199Z [ 2022-12-01T11:17:58.4132598Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4133076Z ] 2022-12-01T11:17:58.4133987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4134555Z with 2022-12-01T11:17:58.4134770Z [ 2022-12-01T11:17:58.4135179Z T=std::vector> 2022-12-01T11:17:58.4135543Z ] 2022-12-01T11:17:58.4136127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4136685Z with 2022-12-01T11:17:58.4136961Z [ 2022-12-01T11:17:58.4137352Z T=std::vector> 2022-12-01T11:17:58.4186230Z ] 2022-12-01T11:17:58.4187068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4187629Z with 2022-12-01T11:17:58.4187838Z [ 2022-12-01T11:17:58.4188214Z T=std::vector> 2022-12-01T11:17:58.4188554Z ] 2022-12-01T11:17:58.4189202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4189804Z with 2022-12-01T11:17:58.4190029Z [ 2022-12-01T11:17:58.4190669Z T=std::vector> 2022-12-01T11:17:58.4191225Z ] 2022-12-01T11:17:58.4192128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4193223Z 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-12-01T11:17:58.4194209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4194897Z with 2022-12-01T11:17:58.4195107Z [ 2022-12-01T11:17:58.4195465Z T=std::vector> 2022-12-01T11:17:58.4195801Z ] 2022-12-01T11:17:58.4196375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4197259Z with 2022-12-01T11:17:58.4197543Z [ 2022-12-01T11:17:58.4197955Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4198203Z ] 2022-12-01T11:17:58.4198764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4199269Z with 2022-12-01T11:17:58.4199610Z [ 2022-12-01T11:17:58.4199860Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4200112Z ] 2022-12-01T11:17:58.4200718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4201256Z with 2022-12-01T11:17:58.4201450Z [ 2022-12-01T11:17:58.4201695Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4201944Z ] 2022-12-01T11:17:58.4202609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4203662Z with 2022-12-01T11:17:58.4203991Z [ 2022-12-01T11:17:58.4204345Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4204593Z ] 2022-12-01T11:17:58.4205168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4206088Z 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-12-01T11:17:58.4206993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4207518Z with 2022-12-01T11:17:58.4207721Z [ 2022-12-01T11:17:58.4207966Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4208214Z ] 2022-12-01T11:17:58.4208744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4209639Z with 2022-12-01T11:17:58.4209920Z [ 2022-12-01T11:17:58.4210286Z T=c10::IValue 2022-12-01T11:17:58.4210578Z ] 2022-12-01T11:17:58.4211122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4211614Z with 2022-12-01T11:17:58.4211772Z [ 2022-12-01T11:17:58.4211939Z T=c10::IValue 2022-12-01T11:17:58.4212096Z ] 2022-12-01T11:17:58.4212542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4213059Z with 2022-12-01T11:17:58.4213210Z [ 2022-12-01T11:17:58.4213366Z T=c10::IValue 2022-12-01T11:17:58.4213525Z ] 2022-12-01T11:17:58.4214054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4214491Z with 2022-12-01T11:17:58.4214646Z [ 2022-12-01T11:17:58.4214806Z T=c10::IValue 2022-12-01T11:17:58.4214963Z ] 2022-12-01T11:17:58.4215935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4217082Z 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-12-01T11:17:58.4217748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4218217Z with 2022-12-01T11:17:58.4218380Z [ 2022-12-01T11:17:58.4218549Z T=c10::IValue 2022-12-01T11:17:58.4218715Z ] 2022-12-01T11:17:58.4219103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4219456Z with 2022-12-01T11:17:58.4219605Z [ 2022-12-01T11:17:58.4219775Z T=c10::AliasInfo 2022-12-01T11:17:58.4219944Z ] 2022-12-01T11:17:58.4220351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4220730Z with 2022-12-01T11:17:58.4220864Z [ 2022-12-01T11:17:58.4221025Z T=c10::AliasInfo 2022-12-01T11:17:58.4221183Z ] 2022-12-01T11:17:58.4222145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4222985Z with 2022-12-01T11:17:58.4223144Z [ 2022-12-01T11:17:58.4223299Z T=c10::AliasInfo 2022-12-01T11:17:58.4223461Z ] 2022-12-01T11:17:58.4223933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4224378Z with 2022-12-01T11:17:58.4224524Z [ 2022-12-01T11:17:58.4224690Z T=c10::AliasInfo 2022-12-01T11:17:58.4224840Z ] 2022-12-01T11:17:58.4225258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4225914Z 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-12-01T11:17:58.4226574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4226969Z with 2022-12-01T11:17:58.4227216Z [ 2022-12-01T11:17:58.4227371Z T=c10::AliasInfo 2022-12-01T11:17:58.4227574Z ] 2022-12-01T11:17:58.4228512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4229305Z with 2022-12-01T11:17:58.4229455Z [ 2022-12-01T11:17:58.4229675Z T=std::vector> 2022-12-01T11:17:58.4229868Z ] 2022-12-01T11:17:58.4230273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4230646Z with 2022-12-01T11:17:58.4230791Z [ 2022-12-01T11:17:58.4231010Z T=std::vector> 2022-12-01T11:17:58.4231210Z ] 2022-12-01T11:17:58.4231725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4232142Z with 2022-12-01T11:17:58.4232295Z [ 2022-12-01T11:17:58.4232510Z T=std::vector> 2022-12-01T11:17:58.4232708Z ] 2022-12-01T11:17:58.4233183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4233620Z with 2022-12-01T11:17:58.4233801Z [ 2022-12-01T11:17:58.4234300Z T=std::vector> 2022-12-01T11:17:58.4234756Z ] 2022-12-01T11:17:58.4235613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4236020Z with 2022-12-01T11:17:58.4236165Z [ 2022-12-01T11:17:58.4236321Z T=c10::SymInt 2022-12-01T11:17:58.4236476Z ] 2022-12-01T11:17:58.4236899Z 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-12-01T11:17:58.4237290Z with 2022-12-01T11:17:58.4237440Z [ 2022-12-01T11:17:58.4237592Z T=c10::SymInt 2022-12-01T11:17:58.4237751Z ] 2022-12-01T11:17:58.4238214Z 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-12-01T11:17:58.4238997Z 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-12-01T11:17:58.4239737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4240287Z with 2022-12-01T11:17:58.4240647Z [ 2022-12-01T11:17:58.4241046Z T=std::vector> 2022-12-01T11:17:58.4241522Z ] 2022-12-01T11:17:58.4242035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4242486Z with 2022-12-01T11:17:58.4242638Z [ 2022-12-01T11:17:58.4242868Z T=c10::either 2022-12-01T11:17:58.4243067Z ] 2022-12-01T11:17:58.4243473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4243852Z with 2022-12-01T11:17:58.4244001Z [ 2022-12-01T11:17:58.4244220Z T=c10::either 2022-12-01T11:17:58.4244428Z ] 2022-12-01T11:17:58.4244865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4245281Z with 2022-12-01T11:17:58.4245428Z [ 2022-12-01T11:17:58.4245708Z T=c10::either 2022-12-01T11:17:58.4245917Z ] 2022-12-01T11:17:58.4246692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4247641Z with 2022-12-01T11:17:58.4247947Z [ 2022-12-01T11:17:58.4248179Z T=c10::either 2022-12-01T11:17:58.4248392Z ] 2022-12-01T11:17:58.4248854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4249607Z 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-12-01T11:17:58.4250336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4250730Z with 2022-12-01T11:17:58.4250876Z [ 2022-12-01T11:17:58.4251101Z T=c10::either 2022-12-01T11:17:58.4251309Z ] 2022-12-01T11:17:58.4251700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4252068Z with 2022-12-01T11:17:58.4252221Z [ 2022-12-01T11:17:58.4252389Z T=at::StepCallbacks 2022-12-01T11:17:58.4252745Z ] 2022-12-01T11:17:58.4253671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4254343Z with 2022-12-01T11:17:58.4254491Z [ 2022-12-01T11:17:58.4254672Z T=at::StepCallbacks 2022-12-01T11:17:58.4254838Z ] 2022-12-01T11:17:58.4255287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4255704Z with 2022-12-01T11:17:58.4255856Z [ 2022-12-01T11:17:58.4256029Z T=at::StepCallbacks 2022-12-01T11:17:58.4256186Z ] 2022-12-01T11:17:58.4256666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4257186Z with 2022-12-01T11:17:58.4257344Z [ 2022-12-01T11:17:58.4257516Z T=at::StepCallbacks 2022-12-01T11:17:58.4257688Z ] 2022-12-01T11:17:58.4258099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4259199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4260548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4261019Z with 2022-12-01T11:17:58.4261178Z [ 2022-12-01T11:17:58.4261357Z T=at::StepCallbacks 2022-12-01T11:17:58.4261528Z ] 2022-12-01T11:17:58.4261908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4262276Z with 2022-12-01T11:17:58.4262421Z [ 2022-12-01T11:17:58.4262590Z T=c10::DimVector 2022-12-01T11:17:58.4262753Z ] 2022-12-01T11:17:58.4263160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4263525Z with 2022-12-01T11:17:58.4270656Z [ 2022-12-01T11:17:58.4270855Z T=c10::DimVector 2022-12-01T11:17:58.4271027Z ] 2022-12-01T11:17:58.4271917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4272778Z with 2022-12-01T11:17:58.4273084Z [ 2022-12-01T11:17:58.4273264Z T=c10::DimVector 2022-12-01T11:17:58.4273426Z ] 2022-12-01T11:17:58.4273905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4274344Z with 2022-12-01T11:17:58.4274493Z [ 2022-12-01T11:17:58.4274652Z T=c10::DimVector 2022-12-01T11:17:58.4274815Z ] 2022-12-01T11:17:58.4275237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4275894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4276562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4276958Z with 2022-12-01T11:17:58.4277109Z [ 2022-12-01T11:17:58.4277267Z T=c10::DimVector 2022-12-01T11:17:58.4277431Z ] 2022-12-01T11:17:58.4278223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4279078Z with 2022-12-01T11:17:58.4279378Z [ 2022-12-01T11:17:58.4279573Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4279749Z ] 2022-12-01T11:17:58.4280159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4280543Z with 2022-12-01T11:17:58.4280693Z [ 2022-12-01T11:17:58.4280885Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4281059Z ] 2022-12-01T11:17:58.4281507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4281918Z with 2022-12-01T11:17:58.4282064Z [ 2022-12-01T11:17:58.4282245Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4282425Z ] 2022-12-01T11:17:58.4282958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4283400Z with 2022-12-01T11:17:58.4283545Z [ 2022-12-01T11:17:58.4283736Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4284036Z ] 2022-12-01T11:17:58.4284953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4286067Z 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-12-01T11:17:58.4286779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4287165Z with 2022-12-01T11:17:58.4287318Z [ 2022-12-01T11:17:58.4287512Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4287696Z ] 2022-12-01T11:17:58.4288093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4288458Z with 2022-12-01T11:17:58.4288605Z [ 2022-12-01T11:17:58.4288828Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4289042Z ] 2022-12-01T11:17:58.4289459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4289837Z with 2022-12-01T11:17:58.4289983Z [ 2022-12-01T11:17:58.4290214Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4290507Z ] 2022-12-01T11:17:58.4291461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4292310Z with 2022-12-01T11:17:58.4292461Z [ 2022-12-01T11:17:58.4292694Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4292909Z ] 2022-12-01T11:17:58.4293373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4293899Z with 2022-12-01T11:17:58.4294050Z [ 2022-12-01T11:17:58.4294273Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4294489Z ] 2022-12-01T11:17:58.4294958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4295715Z 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-12-01T11:17:58.4296449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4297178Z with 2022-12-01T11:17:58.4297597Z [ 2022-12-01T11:17:58.4298051Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4298522Z ] 2022-12-01T11:17:58.4298923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4299283Z with 2022-12-01T11:17:58.4299421Z [ 2022-12-01T11:17:58.4299624Z T=std::tuple 2022-12-01T11:17:58.4299818Z ] 2022-12-01T11:17:58.4300230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4300605Z with 2022-12-01T11:17:58.4300755Z [ 2022-12-01T11:17:58.4300944Z T=std::tuple 2022-12-01T11:17:58.4301135Z ] 2022-12-01T11:17:58.4301586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4302002Z with 2022-12-01T11:17:58.4302148Z [ 2022-12-01T11:17:58.4302344Z T=std::tuple 2022-12-01T11:17:58.4302529Z ] 2022-12-01T11:17:58.4303177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4304197Z with 2022-12-01T11:17:58.4304533Z [ 2022-12-01T11:17:58.4304779Z T=std::tuple 2022-12-01T11:17:58.4304978Z ] 2022-12-01T11:17:58.4305417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4306141Z 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-12-01T11:17:58.4306845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4307242Z with 2022-12-01T11:17:58.4307393Z [ 2022-12-01T11:17:58.4307599Z T=std::tuple 2022-12-01T11:17:58.4307789Z ] 2022-12-01T11:17:58.4308177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4309017Z with 2022-12-01T11:17:58.4309251Z [ 2022-12-01T11:17:58.4309649Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4310051Z ] 2022-12-01T11:17:58.4310946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4311321Z with 2022-12-01T11:17:58.4311474Z [ 2022-12-01T11:17:58.4311655Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4311835Z ] 2022-12-01T11:17:58.4312279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4312686Z with 2022-12-01T11:17:58.4312898Z [ 2022-12-01T11:17:58.4313076Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4313254Z ] 2022-12-01T11:17:58.4313733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4314173Z with 2022-12-01T11:17:58.4314323Z [ 2022-12-01T11:17:58.4314495Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4314672Z ] 2022-12-01T11:17:58.4315104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4316363Z 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-12-01T11:17:58.4317509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4317906Z with 2022-12-01T11:17:58.4318060Z [ 2022-12-01T11:17:58.4318228Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4318410Z ] 2022-12-01T11:17:58.4318804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4319163Z with 2022-12-01T11:17:58.4319310Z [ 2022-12-01T11:17:58.4319498Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4319694Z ] 2022-12-01T11:17:58.4320113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4320493Z with 2022-12-01T11:17:58.4320638Z [ 2022-12-01T11:17:58.4320833Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4321013Z ] 2022-12-01T11:17:58.4321463Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4322270Z with 2022-12-01T11:17:58.4322584Z [ 2022-12-01T11:17:58.4322973Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4323377Z ] 2022-12-01T11:17:58.4323848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4324371Z with 2022-12-01T11:17:58.4324520Z [ 2022-12-01T11:17:58.4324718Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4324912Z ] 2022-12-01T11:17:58.4325354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4326053Z 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-12-01T11:17:58.4326735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4327179Z with 2022-12-01T11:17:58.4327339Z [ 2022-12-01T11:17:58.4327539Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4327730Z ] 2022-12-01T11:17:58.4328538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4329268Z with 2022-12-01T11:17:58.4329584Z [ 2022-12-01T11:17:58.4329789Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4329976Z ] 2022-12-01T11:17:58.4330382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4330756Z with 2022-12-01T11:17:58.4330899Z [ 2022-12-01T11:17:58.4331096Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4331285Z ] 2022-12-01T11:17:58.4331737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4332145Z with 2022-12-01T11:17:58.4332297Z [ 2022-12-01T11:17:58.4332479Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4332663Z ] 2022-12-01T11:17:58.4333133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4333566Z with 2022-12-01T11:17:58.4333719Z [ 2022-12-01T11:17:58.4333906Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4334130Z ] 2022-12-01T11:17:58.4335144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4336266Z 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-12-01T11:17:58.4336952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4337345Z with 2022-12-01T11:17:58.4337502Z [ 2022-12-01T11:17:58.4337696Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4337880Z ] 2022-12-01T11:17:58.4338369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4338822Z with 2022-12-01T11:17:58.4338973Z [ 2022-12-01T11:17:58.4339152Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4339326Z ] 2022-12-01T11:17:58.4339726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4340114Z with 2022-12-01T11:17:58.4340277Z [ 2022-12-01T11:17:58.4340679Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4341050Z ] 2022-12-01T11:17:58.4342057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4342462Z with 2022-12-01T11:17:58.4342677Z [ 2022-12-01T11:17:58.4342853Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4343021Z ] 2022-12-01T11:17:58.4343496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4343930Z with 2022-12-01T11:17:58.4344069Z [ 2022-12-01T11:17:58.4344247Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4344425Z ] 2022-12-01T11:17:58.4344854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4345522Z 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-12-01T11:17:58.4346199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4346676Z with 2022-12-01T11:17:58.4347003Z [ 2022-12-01T11:17:58.4347393Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4347701Z ] 2022-12-01T11:17:58.4348422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4348793Z with 2022-12-01T11:17:58.4348933Z [ 2022-12-01T11:17:58.4349114Z T=at::ThreadLocalState 2022-12-01T11:17:58.4349289Z ] 2022-12-01T11:17:58.4349705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4350085Z with 2022-12-01T11:17:58.4350237Z [ 2022-12-01T11:17:58.4350408Z T=at::ThreadLocalState 2022-12-01T11:17:58.4350584Z ] 2022-12-01T11:17:58.4351035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4351453Z with 2022-12-01T11:17:58.4351605Z [ 2022-12-01T11:17:58.4351780Z T=at::ThreadLocalState 2022-12-01T11:17:58.4351944Z ] 2022-12-01T11:17:58.4352418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4353186Z with 2022-12-01T11:17:58.4353518Z [ 2022-12-01T11:17:58.4353852Z T=at::ThreadLocalState 2022-12-01T11:17:58.4354261Z ] 2022-12-01T11:17:58.4354842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4355533Z 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-12-01T11:17:58.4356224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4356621Z with 2022-12-01T11:17:58.4356776Z [ 2022-12-01T11:17:58.4357022Z T=at::ThreadLocalState 2022-12-01T11:17:58.4357202Z ] 2022-12-01T11:17:58.4357587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4357952Z with 2022-12-01T11:17:58.4358107Z [ 2022-12-01T11:17:58.4358304Z T=std::shared_ptr 2022-12-01T11:17:58.4358496Z ] 2022-12-01T11:17:58.4358907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4359703Z with 2022-12-01T11:17:58.4360020Z [ 2022-12-01T11:17:58.4360420Z T=std::shared_ptr 2022-12-01T11:17:58.4360798Z ] 2022-12-01T11:17:58.4361261Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4361675Z with 2022-12-01T11:17:58.4361819Z [ 2022-12-01T11:17:58.4362017Z T=std::shared_ptr 2022-12-01T11:17:58.4362204Z ] 2022-12-01T11:17:58.4362677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4363116Z with 2022-12-01T11:17:58.4363265Z [ 2022-12-01T11:17:58.4363450Z T=std::shared_ptr 2022-12-01T11:17:58.4363636Z ] 2022-12-01T11:17:58.4364071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4364754Z 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-12-01T11:17:58.4365811Z 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-12-01T11:17:58.4367146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4367547Z with 2022-12-01T11:17:58.4367699Z [ 2022-12-01T11:17:58.4367982Z T=std::shared_ptr 2022-12-01T11:17:58.4368168Z ] 2022-12-01T11:17:58.4368559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4368919Z with 2022-12-01T11:17:58.4369069Z [ 2022-12-01T11:17:58.4369246Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4369428Z ] 2022-12-01T11:17:58.4369839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4370219Z with 2022-12-01T11:17:58.4370369Z [ 2022-12-01T11:17:58.4370550Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4370722Z ] 2022-12-01T11:17:58.4371652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4372658Z with 2022-12-01T11:17:58.4372977Z [ 2022-12-01T11:17:58.4373308Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4373492Z ] 2022-12-01T11:17:58.4373964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4374411Z with 2022-12-01T11:17:58.4374567Z [ 2022-12-01T11:17:58.4374747Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4374926Z ] 2022-12-01T11:17:58.4375369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4376049Z 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-12-01T11:17:58.4376732Z 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-12-01T11:17:58.4377421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4377915Z with 2022-12-01T11:17:58.4378334Z [ 2022-12-01T11:17:58.4378754Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4379078Z ] 2022-12-01T11:17:58.4379746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4380102Z with 2022-12-01T11:17:58.4380255Z [ 2022-12-01T11:17:58.4380429Z T=torch::jit::Method 2022-12-01T11:17:58.4380599Z ] 2022-12-01T11:17:58.4381010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4381386Z with 2022-12-01T11:17:58.4381526Z [ 2022-12-01T11:17:58.4381700Z T=torch::jit::Method 2022-12-01T11:17:58.4381869Z ] 2022-12-01T11:17:58.4382312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4382821Z with 2022-12-01T11:17:58.4382973Z [ 2022-12-01T11:17:58.4383139Z T=torch::jit::Method 2022-12-01T11:17:58.4383307Z ] 2022-12-01T11:17:58.4383785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4384449Z with 2022-12-01T11:17:58.4384779Z [ 2022-12-01T11:17:58.4385094Z T=torch::jit::Method 2022-12-01T11:17:58.4385478Z ] 2022-12-01T11:17:58.4386077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4386811Z 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-12-01T11:17:58.4387483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4387875Z with 2022-12-01T11:17:58.4388023Z [ 2022-12-01T11:17:58.4388186Z T=torch::jit::Method 2022-12-01T11:17:58.4388362Z ] 2022-12-01T11:17:58.4388758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4389123Z with 2022-12-01T11:17:58.4389274Z [ 2022-12-01T11:17:58.4389500Z T=std::vector> 2022-12-01T11:17:58.4389704Z ] 2022-12-01T11:17:58.4390116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4390791Z with 2022-12-01T11:17:58.4391123Z [ 2022-12-01T11:17:58.4391584Z T=std::vector> 2022-12-01T11:17:58.4392044Z ] 2022-12-01T11:17:58.4392494Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4392917Z with 2022-12-01T11:17:58.4393066Z [ 2022-12-01T11:17:58.4393200Z T=std::vector> 2022-12-01T11:17:58.4393259Z ] 2022-12-01T11:17:58.4393655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4393718Z with 2022-12-01T11:17:58.4393775Z [ 2022-12-01T11:17:58.4393911Z T=std::vector> 2022-12-01T11:17:58.4393968Z ] 2022-12-01T11:17:58.4394336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4394704Z 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-12-01T11:17:58.4395124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4395190Z with 2022-12-01T11:17:58.4395246Z [ 2022-12-01T11:17:58.4395377Z T=std::vector> 2022-12-01T11:17:58.4395426Z ] 2022-12-01T11:17:58.4395732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4395794Z with 2022-12-01T11:17:58.4395854Z [ 2022-12-01T11:17:58.4396018Z T=std::function 2022-12-01T11:17:58.4396079Z ] 2022-12-01T11:17:58.4396447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4396529Z with 2022-12-01T11:17:58.4396633Z [ 2022-12-01T11:17:58.4397012Z T=std::function 2022-12-01T11:17:58.4397138Z ] 2022-12-01T11:17:58.4397881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4398003Z with 2022-12-01T11:17:58.4398122Z [ 2022-12-01T11:17:58.4398368Z T=std::function 2022-12-01T11:17:58.4398429Z ] 2022-12-01T11:17:58.4398822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4398883Z with 2022-12-01T11:17:58.4398930Z [ 2022-12-01T11:17:58.4399092Z T=std::function 2022-12-01T11:17:58.4399149Z ] 2022-12-01T11:17:58.4399544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4399961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4400304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4400367Z with 2022-12-01T11:17:58.4400426Z [ 2022-12-01T11:17:58.4400588Z T=std::function 2022-12-01T11:17:58.4400646Z ] 2022-12-01T11:17:58.4400951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4401011Z with 2022-12-01T11:17:58.4401065Z [ 2022-12-01T11:17:58.4401250Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4401304Z ] 2022-12-01T11:17:58.4401625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4401752Z with 2022-12-01T11:17:58.4401808Z [ 2022-12-01T11:17:58.4401991Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4402040Z ] 2022-12-01T11:17:58.4402399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4402463Z with 2022-12-01T11:17:58.4402520Z [ 2022-12-01T11:17:58.4402704Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4402785Z ] 2022-12-01T11:17:58.4403796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4403946Z with 2022-12-01T11:17:58.4404070Z [ 2022-12-01T11:17:58.4404500Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4404564Z ] 2022-12-01T11:17:58.4404984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4405440Z 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-12-01T11:17:58.4405780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4405846Z with 2022-12-01T11:17:58.4405907Z [ 2022-12-01T11:17:58.4406090Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4406150Z ] 2022-12-01T11:17:58.4406455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4406514Z with 2022-12-01T11:17:58.4406562Z [ 2022-12-01T11:17:58.4406690Z T=std::vector> 2022-12-01T11:17:58.4406750Z ] 2022-12-01T11:17:58.4407067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4407130Z with 2022-12-01T11:17:58.4407190Z [ 2022-12-01T11:17:58.4407316Z T=std::vector> 2022-12-01T11:17:58.4407371Z ] 2022-12-01T11:17:58.4407735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4407797Z with 2022-12-01T11:17:58.4407856Z [ 2022-12-01T11:17:58.4407975Z T=std::vector> 2022-12-01T11:17:58.4408032Z ] 2022-12-01T11:17:58.4408417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4408477Z with 2022-12-01T11:17:58.4408589Z [ 2022-12-01T11:17:58.4408714Z T=std::vector> 2022-12-01T11:17:58.4408762Z ] 2022-12-01T11:17:58.4409269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4409420Z with 2022-12-01T11:17:58.4409543Z [ 2022-12-01T11:17:58.4409679Z T=double 2022-12-01T11:17:58.4409798Z ] 2022-12-01T11:17:58.4410628Z 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-12-01T11:17:58.4410741Z with 2022-12-01T11:17:58.4410801Z [ 2022-12-01T11:17:58.4410866Z T=double 2022-12-01T11:17:58.4410925Z ] 2022-12-01T11:17:58.4411327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4411391Z with 2022-12-01T11:17:58.4411450Z [ 2022-12-01T11:17:58.4411574Z T=std::vector> 2022-12-01T11:17:58.4411621Z ] 2022-12-01T11:17:58.4411928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4411991Z with 2022-12-01T11:17:58.4412050Z [ 2022-12-01T11:17:58.4412160Z T=std::tuple 2022-12-01T11:17:58.4412217Z ] 2022-12-01T11:17:58.4412547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4412611Z with 2022-12-01T11:17:58.4412666Z [ 2022-12-01T11:17:58.4412775Z T=std::tuple 2022-12-01T11:17:58.4412832Z ] 2022-12-01T11:17:58.4413186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4413246Z with 2022-12-01T11:17:58.4413304Z [ 2022-12-01T11:17:58.4413411Z T=std::tuple 2022-12-01T11:17:58.4413460Z ] 2022-12-01T11:17:58.4413847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4413910Z with 2022-12-01T11:17:58.4413969Z [ 2022-12-01T11:17:58.4414076Z T=std::tuple 2022-12-01T11:17:58.4414137Z ] 2022-12-01T11:17:58.4414479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4414863Z 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-12-01T11:17:58.4415205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4415396Z with 2022-12-01T11:17:58.4415507Z [ 2022-12-01T11:17:58.4415774Z T=std::tuple 2022-12-01T11:17:58.4415889Z ] 2022-12-01T11:17:58.4416509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4416636Z with 2022-12-01T11:17:58.4416751Z [ 2022-12-01T11:17:58.4417002Z T=std::vector> 2022-12-01T11:17:58.4417063Z ] 2022-12-01T11:17:58.4417384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4417436Z with 2022-12-01T11:17:58.4417494Z [ 2022-12-01T11:17:58.4417623Z T=std::vector> 2022-12-01T11:17:58.4417683Z ] 2022-12-01T11:17:58.4418099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4418233Z with 2022-12-01T11:17:58.4418294Z [ 2022-12-01T11:17:58.4418424Z T=std::vector> 2022-12-01T11:17:58.4418483Z ] 2022-12-01T11:17:58.4418865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4418932Z with 2022-12-01T11:17:58.4418991Z [ 2022-12-01T11:17:58.4419116Z T=std::vector> 2022-12-01T11:17:58.4419173Z ] 2022-12-01T11:17:58.4419538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4419937Z 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-12-01T11:17:58.4420274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4420335Z with 2022-12-01T11:17:58.4420395Z [ 2022-12-01T11:17:58.4420514Z T=std::vector> 2022-12-01T11:17:58.4420574Z ] 2022-12-01T11:17:58.4421091Z [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-12-01T11:17:58.4421271Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-12-01T11:17:58.4421394Z Loading extension module cpp_frontend_extension... 2022-12-01T11:17:58.4421484Z ok (14.013s) 2022-12-01T11:17:58.4422290Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.4422583Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:17:58.4422789Z Loading extension module cpp_frontend_extension... 2022-12-01T11:17:58.4422947Z ok (0.000s) 2022-12-01T11:17:58.4423585Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.4423791Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:17:58.4423918Z Loading extension module cpp_frontend_extension... 2022-12-01T11:17:58.4423982Z ok (0.010s) 2022-12-01T11:17:58.4424191Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.011s) 2022-12-01T11:17:58.4424505Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.4424805Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module... 2022-12-01T11:17:58.4425066Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-12-01T11:17:58.4425180Z Building extension module is_python_module... 2022-12-01T11:17:58.4425384Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.4426340Z [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_cpu\is_python_module\main.cpp /Fomain.o 2022-12-01T11:17:58.4426485Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.4426627Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.4426640Z 2022-12-01T11:17:58.4426953Z 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-12-01T11:17:58.4427266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4427327Z with 2022-12-01T11:17:58.4427388Z [ 2022-12-01T11:17:58.4427465Z T=c10::SymInt 2022-12-01T11:17:58.4427515Z ] 2022-12-01T11:17:58.4427841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4427906Z with 2022-12-01T11:17:58.4427993Z [ 2022-12-01T11:17:58.4428139Z T=c10::SymInt 2022-12-01T11:17:58.4428249Z ] 2022-12-01T11:17:58.4429105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4429230Z with 2022-12-01T11:17:58.4429353Z [ 2022-12-01T11:17:58.4429505Z T=c10::SymInt 2022-12-01T11:17:58.4429625Z ] 2022-12-01T11:17:58.4430065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4430191Z with 2022-12-01T11:17:58.4430249Z [ 2022-12-01T11:17:58.4430325Z T=c10::SymInt 2022-12-01T11:17:58.4430372Z ] 2022-12-01T11:17:58.4430705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4431027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4431367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4431430Z with 2022-12-01T11:17:58.4431495Z [ 2022-12-01T11:17:58.4431613Z T=c10::SymInt 2022-12-01T11:17:58.4431675Z ] 2022-12-01T11:17:58.4431961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.4432265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4432324Z with 2022-12-01T11:17:58.4432379Z [ 2022-12-01T11:17:58.4432463Z T=at::TensorBase 2022-12-01T11:17:58.4432520Z ] 2022-12-01T11:17:58.4432837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4432894Z with 2022-12-01T11:17:58.4432953Z [ 2022-12-01T11:17:58.4433024Z T=at::TensorBase 2022-12-01T11:17:58.4433080Z ] 2022-12-01T11:17:58.4433436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4433499Z with 2022-12-01T11:17:58.4433558Z [ 2022-12-01T11:17:58.4433639Z T=at::TensorBase 2022-12-01T11:17:58.4433699Z ] 2022-12-01T11:17:58.4434087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4434151Z with 2022-12-01T11:17:58.4434251Z [ 2022-12-01T11:17:58.4434410Z T=at::TensorBase 2022-12-01T11:17:58.4434515Z ] 2022-12-01T11:17:58.4435287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4436024Z 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-12-01T11:17:58.4436372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4436435Z with 2022-12-01T11:17:58.4436492Z [ 2022-12-01T11:17:58.4436572Z T=at::TensorBase 2022-12-01T11:17:58.4436620Z ] 2022-12-01T11:17:58.4436923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4437049Z with 2022-12-01T11:17:58.4437109Z [ 2022-12-01T11:17:58.4437187Z T=at::Tensor 2022-12-01T11:17:58.4437245Z ] 2022-12-01T11:17:58.4437563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4437622Z with 2022-12-01T11:17:58.4437680Z [ 2022-12-01T11:17:58.4437754Z T=at::Tensor 2022-12-01T11:17:58.4437811Z ] 2022-12-01T11:17:58.4438172Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4438232Z with 2022-12-01T11:17:58.4438291Z [ 2022-12-01T11:17:58.4438355Z T=at::Tensor 2022-12-01T11:17:58.4438455Z ] 2022-12-01T11:17:58.4438844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4438908Z with 2022-12-01T11:17:58.4438964Z [ 2022-12-01T11:17:58.4439038Z T=at::Tensor 2022-12-01T11:17:58.4439098Z ] 2022-12-01T11:17:58.4439422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4439745Z 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-12-01T11:17:58.4440091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4440154Z with 2022-12-01T11:17:58.4440211Z [ 2022-12-01T11:17:58.4440285Z T=at::Tensor 2022-12-01T11:17:58.4440345Z ] 2022-12-01T11:17:58.4441039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4441165Z with 2022-12-01T11:17:58.4441289Z [ 2022-12-01T11:17:58.4441425Z T=at::Generator 2022-12-01T11:17:58.4441493Z ] 2022-12-01T11:17:58.4442224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4442296Z with 2022-12-01T11:17:58.4442356Z [ 2022-12-01T11:17:58.4442435Z T=at::Generator 2022-12-01T11:17:58.4442496Z ] 2022-12-01T11:17:58.4442857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4442923Z with 2022-12-01T11:17:58.4443013Z [ 2022-12-01T11:17:58.4443116Z T=at::Generator 2022-12-01T11:17:58.4443205Z ] 2022-12-01T11:17:58.4443621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4443707Z with 2022-12-01T11:17:58.4443790Z [ 2022-12-01T11:17:58.4443960Z T=at::Generator 2022-12-01T11:17:58.4444012Z ] 2022-12-01T11:17:58.4444360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4444714Z 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-12-01T11:17:58.4445077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4445166Z with 2022-12-01T11:17:58.4445251Z [ 2022-12-01T11:17:58.4445352Z T=at::Generator 2022-12-01T11:17:58.4445436Z ] 2022-12-01T11:17:58.4445811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4445906Z with 2022-12-01T11:17:58.4445988Z [ 2022-12-01T11:17:58.4446090Z T=c10::Scalar 2022-12-01T11:17:58.4446172Z ] 2022-12-01T11:17:58.4446513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4446602Z with 2022-12-01T11:17:58.4446705Z [ 2022-12-01T11:17:58.4446835Z T=c10::Scalar 2022-12-01T11:17:58.4446981Z ] 2022-12-01T11:17:58.4447847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4448022Z with 2022-12-01T11:17:58.4448180Z [ 2022-12-01T11:17:58.4448374Z T=c10::Scalar 2022-12-01T11:17:58.4448492Z ] 2022-12-01T11:17:58.4448908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4448995Z with 2022-12-01T11:17:58.4449078Z [ 2022-12-01T11:17:58.4449175Z T=c10::Scalar 2022-12-01T11:17:58.4449255Z ] 2022-12-01T11:17:58.4449603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4449955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4450322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4450404Z with 2022-12-01T11:17:58.4450489Z [ 2022-12-01T11:17:58.4450590Z T=c10::Scalar 2022-12-01T11:17:58.4450640Z ] 2022-12-01T11:17:58.4450967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4451055Z with 2022-12-01T11:17:58.4451137Z [ 2022-12-01T11:17:58.4451235Z T=std::string 2022-12-01T11:17:58.4451313Z ] 2022-12-01T11:17:58.4451664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4451822Z with 2022-12-01T11:17:58.4451908Z [ 2022-12-01T11:17:58.4452010Z T=std::string 2022-12-01T11:17:58.4452090Z ] 2022-12-01T11:17:58.4452478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4452565Z with 2022-12-01T11:17:58.4452646Z [ 2022-12-01T11:17:58.4452710Z T=std::string 2022-12-01T11:17:58.4452797Z ] 2022-12-01T11:17:58.4453677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4453858Z with 2022-12-01T11:17:58.4454138Z [ 2022-12-01T11:17:58.4454344Z T=std::string 2022-12-01T11:17:58.4454507Z ] 2022-12-01T11:17:58.4454953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4455306Z 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-12-01T11:17:58.4455668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4455758Z with 2022-12-01T11:17:58.4455846Z [ 2022-12-01T11:17:58.4455946Z T=std::string 2022-12-01T11:17:58.4456031Z ] 2022-12-01T11:17:58.4456360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4456444Z with 2022-12-01T11:17:58.4456525Z [ 2022-12-01T11:17:58.4456604Z T=c10::QualifiedName 2022-12-01T11:17:58.4456685Z ] 2022-12-01T11:17:58.4457029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4457118Z with 2022-12-01T11:17:58.4457198Z [ 2022-12-01T11:17:58.4457308Z T=c10::QualifiedName 2022-12-01T11:17:58.4457389Z ] 2022-12-01T11:17:58.4457778Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4457867Z with 2022-12-01T11:17:58.4457950Z [ 2022-12-01T11:17:58.4458057Z T=c10::QualifiedName 2022-12-01T11:17:58.4458213Z ] 2022-12-01T11:17:58.4458637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4458723Z with 2022-12-01T11:17:58.4458804Z [ 2022-12-01T11:17:58.4458913Z T=c10::QualifiedName 2022-12-01T11:17:58.4458962Z ] 2022-12-01T11:17:58.4459575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4460451Z 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-12-01T11:17:58.4461088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4461182Z with 2022-12-01T11:17:58.4461267Z [ 2022-12-01T11:17:58.4461381Z T=c10::QualifiedName 2022-12-01T11:17:58.4461464Z ] 2022-12-01T11:17:58.4461793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4461879Z with 2022-12-01T11:17:58.4461964Z [ 2022-12-01T11:17:58.4462121Z T=std::shared_ptr 2022-12-01T11:17:58.4462212Z ] 2022-12-01T11:17:58.4462621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4462712Z with 2022-12-01T11:17:58.4462796Z [ 2022-12-01T11:17:58.4462953Z T=std::shared_ptr 2022-12-01T11:17:58.4463003Z ] 2022-12-01T11:17:58.4463388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4463475Z with 2022-12-01T11:17:58.4463558Z [ 2022-12-01T11:17:58.4463715Z T=std::shared_ptr 2022-12-01T11:17:58.4463797Z ] 2022-12-01T11:17:58.4464211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4464299Z with 2022-12-01T11:17:58.4464380Z [ 2022-12-01T11:17:58.4464535Z T=std::shared_ptr 2022-12-01T11:17:58.4464618Z ] 2022-12-01T11:17:58.4465010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4465397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4466253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4466415Z with 2022-12-01T11:17:58.4466520Z [ 2022-12-01T11:17:58.4466862Z T=std::shared_ptr 2022-12-01T11:17:58.4467020Z ] 2022-12-01T11:17:58.4467445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4467498Z with 2022-12-01T11:17:58.4467582Z [ 2022-12-01T11:17:58.4467736Z T=std::weak_ptr 2022-12-01T11:17:58.4467820Z ] 2022-12-01T11:17:58.4468169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4468669Z with 2022-12-01T11:17:58.4468753Z [ 2022-12-01T11:17:58.4468905Z T=std::weak_ptr 2022-12-01T11:17:58.4468989Z ] 2022-12-01T11:17:58.4469376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4469465Z with 2022-12-01T11:17:58.4469550Z [ 2022-12-01T11:17:58.4469700Z T=std::weak_ptr 2022-12-01T11:17:58.4469782Z ] 2022-12-01T11:17:58.4470191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4470276Z with 2022-12-01T11:17:58.4470324Z [ 2022-12-01T11:17:58.4470526Z T=std::weak_ptr 2022-12-01T11:17:58.4470611Z ] 2022-12-01T11:17:58.4471005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4471386Z 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-12-01T11:17:58.4471826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4471968Z with 2022-12-01T11:17:58.4472156Z [ 2022-12-01T11:17:58.4472472Z T=std::weak_ptr 2022-12-01T11:17:58.4472634Z ] 2022-12-01T11:17:58.4473297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4473464Z with 2022-12-01T11:17:58.4473579Z [ 2022-12-01T11:17:58.4473762Z T=std::vector> 2022-12-01T11:17:58.4473842Z ] 2022-12-01T11:17:58.4474184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4474266Z with 2022-12-01T11:17:58.4474347Z [ 2022-12-01T11:17:58.4474491Z T=std::vector> 2022-12-01T11:17:58.4474576Z ] 2022-12-01T11:17:58.4474963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4475052Z with 2022-12-01T11:17:58.4475132Z [ 2022-12-01T11:17:58.4475309Z T=std::vector> 2022-12-01T11:17:58.4475390Z ] 2022-12-01T11:17:58.4475801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4475886Z with 2022-12-01T11:17:58.4475969Z [ 2022-12-01T11:17:58.4476142Z T=std::vector> 2022-12-01T11:17:58.4476224Z ] 2022-12-01T11:17:58.4476710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4477116Z 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-12-01T11:17:58.4477478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4477565Z with 2022-12-01T11:17:58.4477649Z [ 2022-12-01T11:17:58.4477826Z T=std::vector> 2022-12-01T11:17:58.4477913Z ] 2022-12-01T11:17:58.4478715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4478886Z with 2022-12-01T11:17:58.4478989Z [ 2022-12-01T11:17:58.4479154Z T=std::vector> 2022-12-01T11:17:58.4479236Z ] 2022-12-01T11:17:58.4479909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4480062Z with 2022-12-01T11:17:58.4480147Z [ 2022-12-01T11:17:58.4480304Z T=std::vector> 2022-12-01T11:17:58.4480385Z ] 2022-12-01T11:17:58.4480930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4481068Z with 2022-12-01T11:17:58.4485523Z [ 2022-12-01T11:17:58.4485904Z T=std::vector> 2022-12-01T11:17:58.4485997Z ] 2022-12-01T11:17:58.4486441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4486537Z with 2022-12-01T11:17:58.4486589Z [ 2022-12-01T11:17:58.4486741Z T=std::vector> 2022-12-01T11:17:58.4486826Z ] 2022-12-01T11:17:58.4487335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4487918Z 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-12-01T11:17:58.4488523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4488652Z with 2022-12-01T11:17:58.4488777Z [ 2022-12-01T11:17:58.4488995Z T=std::vector> 2022-12-01T11:17:58.4489103Z ] 2022-12-01T11:17:58.4489448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4489538Z with 2022-12-01T11:17:58.4489777Z [ 2022-12-01T11:17:58.4489978Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4490063Z ] 2022-12-01T11:17:58.4490417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4490504Z with 2022-12-01T11:17:58.4490591Z [ 2022-12-01T11:17:58.4490783Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4490830Z ] 2022-12-01T11:17:58.4491278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4491374Z with 2022-12-01T11:17:58.4491459Z [ 2022-12-01T11:17:58.4491722Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4491807Z ] 2022-12-01T11:17:58.4492277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4492369Z with 2022-12-01T11:17:58.4492455Z [ 2022-12-01T11:17:58.4492643Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4492725Z ] 2022-12-01T11:17:58.4493142Z C:\actions-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-12-01T11:17:58.4493561Z 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-12-01T11:17:58.4493917Z 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-12-01T11:17:58.4494284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4494374Z with 2022-12-01T11:17:58.4494462Z [ 2022-12-01T11:17:58.4494653Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4494737Z ] 2022-12-01T11:17:58.4495074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4495161Z with 2022-12-01T11:17:58.4495243Z [ 2022-12-01T11:17:58.4495394Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4495476Z ] 2022-12-01T11:17:58.4495826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4495915Z with 2022-12-01T11:17:58.4496002Z [ 2022-12-01T11:17:58.4496185Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4496270Z ] 2022-12-01T11:17:58.4496658Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4496799Z with 2022-12-01T11:17:58.4496882Z [ 2022-12-01T11:17:58.4497064Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4497146Z ] 2022-12-01T11:17:58.4497606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4497698Z with 2022-12-01T11:17:58.4497786Z [ 2022-12-01T11:17:58.4498007Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4498092Z ] 2022-12-01T11:17:58.4498645Z C:\actions-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-12-01T11:17:58.4499061Z 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-12-01T11:17:58.4499409Z 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-12-01T11:17:58.4499774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4499863Z with 2022-12-01T11:17:58.4499914Z [ 2022-12-01T11:17:58.4500100Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4500186Z ] 2022-12-01T11:17:58.4500517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4500606Z with 2022-12-01T11:17:58.4500690Z [ 2022-12-01T11:17:58.4500839Z T=std::vector> 2022-12-01T11:17:58.4500924Z ] 2022-12-01T11:17:58.4501272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4501358Z with 2022-12-01T11:17:58.4501441Z [ 2022-12-01T11:17:58.4501589Z T=std::vector> 2022-12-01T11:17:58.4501675Z ] 2022-12-01T11:17:58.4502064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4502147Z with 2022-12-01T11:17:58.4502228Z [ 2022-12-01T11:17:58.4502338Z T=std::vector> 2022-12-01T11:17:58.4502421Z ] 2022-12-01T11:17:58.4502833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4502919Z with 2022-12-01T11:17:58.4503004Z [ 2022-12-01T11:17:58.4503148Z T=std::vector> 2022-12-01T11:17:58.4503231Z ] 2022-12-01T11:17:58.4503718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4504097Z 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-12-01T11:17:58.4504499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4504590Z with 2022-12-01T11:17:58.4504675Z [ 2022-12-01T11:17:58.4504827Z T=std::vector> 2022-12-01T11:17:58.4504911Z ] 2022-12-01T11:17:58.4505672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4505776Z with 2022-12-01T11:17:58.4505862Z [ 2022-12-01T11:17:58.4506045Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4506096Z ] 2022-12-01T11:17:58.4506445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4506536Z with 2022-12-01T11:17:58.4506621Z [ 2022-12-01T11:17:58.4506800Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4506883Z ] 2022-12-01T11:17:58.4507273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4507362Z with 2022-12-01T11:17:58.4507444Z [ 2022-12-01T11:17:58.4507619Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4507706Z ] 2022-12-01T11:17:58.4508117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4508184Z with 2022-12-01T11:17:58.4547908Z [ 2022-12-01T11:17:58.4548185Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4548246Z ] 2022-12-01T11:17:58.4548654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4549067Z 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-12-01T11:17:58.4549457Z 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-12-01T11:17:58.4549802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4549864Z with 2022-12-01T11:17:58.4549920Z [ 2022-12-01T11:17:58.4550072Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4550280Z ] 2022-12-01T11:17:58.4550593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4550653Z with 2022-12-01T11:17:58.4550710Z [ 2022-12-01T11:17:58.4550859Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4550915Z ] 2022-12-01T11:17:58.4551236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4551287Z with 2022-12-01T11:17:58.4551341Z [ 2022-12-01T11:17:58.4551487Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4551540Z ] 2022-12-01T11:17:58.4551956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4552078Z with 2022-12-01T11:17:58.4552136Z [ 2022-12-01T11:17:58.4552282Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4552339Z ] 2022-12-01T11:17:58.4552768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4552830Z with 2022-12-01T11:17:58.4552884Z [ 2022-12-01T11:17:58.4553030Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4553083Z ] 2022-12-01T11:17:58.4553465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4553860Z 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-12-01T11:17:58.4554242Z 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-12-01T11:17:58.4554580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4554638Z with 2022-12-01T11:17:58.4554693Z [ 2022-12-01T11:17:58.4554839Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4554887Z ] 2022-12-01T11:17:58.4555188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4555244Z with 2022-12-01T11:17:58.4555297Z [ 2022-12-01T11:17:58.4555397Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4555451Z ] 2022-12-01T11:17:58.4555766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4555823Z with 2022-12-01T11:17:58.4555876Z [ 2022-12-01T11:17:58.4555971Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4556024Z ] 2022-12-01T11:17:58.4556435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4556493Z with 2022-12-01T11:17:58.4556546Z [ 2022-12-01T11:17:58.4556641Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4556688Z ] 2022-12-01T11:17:58.4557067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4557124Z with 2022-12-01T11:17:58.4557179Z [ 2022-12-01T11:17:58.4557274Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4557327Z ] 2022-12-01T11:17:58.4557713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4558041Z 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-12-01T11:17:58.4558145Z with 2022-12-01T11:17:58.4558200Z [ 2022-12-01T11:17:58.4558298Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4558353Z ] 2022-12-01T11:17:58.4558769Z 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-12-01T11:17:58.4559112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4559170Z with 2022-12-01T11:17:58.4559224Z [ 2022-12-01T11:17:58.4559320Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4559372Z ] 2022-12-01T11:17:58.4559672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4559727Z with 2022-12-01T11:17:58.4559779Z [ 2022-12-01T11:17:58.4559963Z T=std::vector> 2022-12-01T11:17:58.4560016Z ] 2022-12-01T11:17:58.4560333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4560389Z with 2022-12-01T11:17:58.4560443Z [ 2022-12-01T11:17:58.4560629Z T=std::vector> 2022-12-01T11:17:58.4560683Z ] 2022-12-01T11:17:58.4561040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4561097Z with 2022-12-01T11:17:58.4561150Z [ 2022-12-01T11:17:58.4561330Z T=std::vector> 2022-12-01T11:17:58.4561383Z ] 2022-12-01T11:17:58.4561764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4561879Z with 2022-12-01T11:17:58.4561934Z [ 2022-12-01T11:17:58.4562110Z T=std::vector> 2022-12-01T11:17:58.4562163Z ] 2022-12-01T11:17:58.4562571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4562981Z 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-12-01T11:17:58.4563357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4563420Z with 2022-12-01T11:17:58.4563476Z [ 2022-12-01T11:17:58.4563659Z T=std::vector> 2022-12-01T11:17:58.4563712Z ] 2022-12-01T11:17:58.4564016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4564072Z with 2022-12-01T11:17:58.4564122Z [ 2022-12-01T11:17:58.4564265Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4564322Z ] 2022-12-01T11:17:58.4564640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4564699Z with 2022-12-01T11:17:58.4564756Z [ 2022-12-01T11:17:58.4564890Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4564947Z ] 2022-12-01T11:17:58.4565307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4565364Z with 2022-12-01T11:17:58.4565418Z [ 2022-12-01T11:17:58.4565508Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4565562Z ] 2022-12-01T11:17:58.4565943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4566000Z with 2022-12-01T11:17:58.4566053Z [ 2022-12-01T11:17:58.4566139Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4566194Z ] 2022-12-01T11:17:58.4566536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4566886Z 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-12-01T11:17:58.4567225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4567284Z with 2022-12-01T11:17:58.4567339Z [ 2022-12-01T11:17:58.4567429Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4567485Z ] 2022-12-01T11:17:58.4567843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4567900Z with 2022-12-01T11:17:58.4567955Z [ 2022-12-01T11:17:58.4568029Z T=c10::IValue 2022-12-01T11:17:58.4568082Z ] 2022-12-01T11:17:58.4568397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4568454Z with 2022-12-01T11:17:58.4568508Z [ 2022-12-01T11:17:58.4568573Z T=c10::IValue 2022-12-01T11:17:58.4568627Z ] 2022-12-01T11:17:58.4568987Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4569089Z with 2022-12-01T11:17:58.4569144Z [ 2022-12-01T11:17:58.4569215Z T=c10::IValue 2022-12-01T11:17:58.4569270Z ] 2022-12-01T11:17:58.4569654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4569711Z with 2022-12-01T11:17:58.4569764Z [ 2022-12-01T11:17:58.4569832Z T=c10::IValue 2022-12-01T11:17:58.4569886Z ] 2022-12-01T11:17:58.4570212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4570585Z 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-12-01T11:17:58.4570970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4571030Z with 2022-12-01T11:17:58.4571085Z [ 2022-12-01T11:17:58.4571151Z T=c10::IValue 2022-12-01T11:17:58.4571207Z ] 2022-12-01T11:17:58.4571506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4571564Z with 2022-12-01T11:17:58.4571618Z [ 2022-12-01T11:17:58.4571694Z T=c10::AliasInfo 2022-12-01T11:17:58.4571748Z ] 2022-12-01T11:17:58.4572071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4572129Z with 2022-12-01T11:17:58.4572181Z [ 2022-12-01T11:17:58.4572255Z T=c10::AliasInfo 2022-12-01T11:17:58.4572308Z ] 2022-12-01T11:17:58.4572667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4572724Z with 2022-12-01T11:17:58.4572777Z [ 2022-12-01T11:17:58.4572845Z T=c10::AliasInfo 2022-12-01T11:17:58.4572899Z ] 2022-12-01T11:17:58.4573279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4573388Z with 2022-12-01T11:17:58.4573441Z [ 2022-12-01T11:17:58.4573513Z T=c10::AliasInfo 2022-12-01T11:17:58.4573567Z ] 2022-12-01T11:17:58.4573886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4574219Z 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-12-01T11:17:58.4574551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4574607Z with 2022-12-01T11:17:58.4574663Z [ 2022-12-01T11:17:58.4574783Z T=c10::AliasInfo 2022-12-01T11:17:58.4574838Z ] 2022-12-01T11:17:58.4575140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4575196Z with 2022-12-01T11:17:58.4575250Z [ 2022-12-01T11:17:58.4575374Z T=std::vector> 2022-12-01T11:17:58.4575430Z ] 2022-12-01T11:17:58.4575743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4575799Z with 2022-12-01T11:17:58.4575851Z [ 2022-12-01T11:17:58.4575974Z T=std::vector> 2022-12-01T11:17:58.4576028Z ] 2022-12-01T11:17:58.4576433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4576493Z with 2022-12-01T11:17:58.4576546Z [ 2022-12-01T11:17:58.4576675Z T=std::vector> 2022-12-01T11:17:58.4576728Z ] 2022-12-01T11:17:58.4577151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4577209Z with 2022-12-01T11:17:58.4577261Z [ 2022-12-01T11:17:58.4577386Z T=std::vector> 2022-12-01T11:17:58.4577442Z ] 2022-12-01T11:17:58.4577783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4577841Z with 2022-12-01T11:17:58.4577894Z [ 2022-12-01T11:17:58.4577964Z T=c10::SymInt 2022-12-01T11:17:58.4578017Z ] 2022-12-01T11:17:58.4578438Z 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-12-01T11:17:58.4578496Z with 2022-12-01T11:17:58.4578548Z [ 2022-12-01T11:17:58.4578617Z T=c10::SymInt 2022-12-01T11:17:58.4578669Z ] 2022-12-01T11:17:58.4579030Z 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-12-01T11:17:58.4579513Z 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-12-01T11:17:58.4579847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4579902Z with 2022-12-01T11:17:58.4579956Z [ 2022-12-01T11:17:58.4580081Z T=std::vector> 2022-12-01T11:17:58.4580134Z ] 2022-12-01T11:17:58.4580436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4580493Z with 2022-12-01T11:17:58.4580584Z [ 2022-12-01T11:17:58.4580720Z T=c10::either 2022-12-01T11:17:58.4580773Z ] 2022-12-01T11:17:58.4581089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4581146Z with 2022-12-01T11:17:58.4581198Z [ 2022-12-01T11:17:58.4581328Z T=c10::either 2022-12-01T11:17:58.4581380Z ] 2022-12-01T11:17:58.4581736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4581792Z with 2022-12-01T11:17:58.4581843Z [ 2022-12-01T11:17:58.4581977Z T=c10::either 2022-12-01T11:17:58.4582028Z ] 2022-12-01T11:17:58.4582456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4582514Z with 2022-12-01T11:17:58.4582567Z [ 2022-12-01T11:17:58.4582692Z T=c10::either 2022-12-01T11:17:58.4582746Z ] 2022-12-01T11:17:58.4583152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4583547Z 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-12-01T11:17:58.4583881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4583937Z with 2022-12-01T11:17:58.4583990Z [ 2022-12-01T11:17:58.4584118Z T=c10::either 2022-12-01T11:17:58.4584170Z ] 2022-12-01T11:17:58.4584467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4584522Z with 2022-12-01T11:17:58.4584573Z [ 2022-12-01T11:17:58.4584655Z T=at::StepCallbacks 2022-12-01T11:17:58.4584758Z ] 2022-12-01T11:17:58.4585078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4585134Z with 2022-12-01T11:17:58.4585185Z [ 2022-12-01T11:17:58.4585266Z T=at::StepCallbacks 2022-12-01T11:17:58.4585315Z ] 2022-12-01T11:17:58.4585670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4585726Z with 2022-12-01T11:17:58.4585778Z [ 2022-12-01T11:17:58.4585859Z T=at::StepCallbacks 2022-12-01T11:17:58.4585910Z ] 2022-12-01T11:17:58.4586332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4586392Z with 2022-12-01T11:17:58.4586444Z [ 2022-12-01T11:17:58.4586524Z T=at::StepCallbacks 2022-12-01T11:17:58.4586576Z ] 2022-12-01T11:17:58.4586909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4587254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4587590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4587654Z with 2022-12-01T11:17:58.4587710Z [ 2022-12-01T11:17:58.4587794Z T=at::StepCallbacks 2022-12-01T11:17:58.4587841Z ] 2022-12-01T11:17:58.4588142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4588200Z with 2022-12-01T11:17:58.4588262Z [ 2022-12-01T11:17:58.4588339Z T=c10::DimVector 2022-12-01T11:17:58.4588395Z ] 2022-12-01T11:17:58.4588760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4588827Z with 2022-12-01T11:17:58.4588884Z [ 2022-12-01T11:17:58.4588960Z T=c10::DimVector 2022-12-01T11:17:58.4589022Z ] 2022-12-01T11:17:58.4589428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4589488Z with 2022-12-01T11:17:58.4589549Z [ 2022-12-01T11:17:58.4589627Z T=c10::DimVector 2022-12-01T11:17:58.4589676Z ] 2022-12-01T11:17:58.4590058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4590121Z with 2022-12-01T11:17:58.4590174Z [ 2022-12-01T11:17:58.4590249Z T=c10::DimVector 2022-12-01T11:17:58.4590309Z ] 2022-12-01T11:17:58.4590635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4591015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4591356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4591413Z with 2022-12-01T11:17:58.4591473Z [ 2022-12-01T11:17:58.4591551Z T=c10::DimVector 2022-12-01T11:17:58.4591607Z ] 2022-12-01T11:17:58.4591911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4591971Z with 2022-12-01T11:17:58.4592028Z [ 2022-12-01T11:17:58.4592176Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4592225Z ] 2022-12-01T11:17:58.4592545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4592602Z with 2022-12-01T11:17:58.4592657Z [ 2022-12-01T11:17:58.4592755Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4592809Z ] 2022-12-01T11:17:58.4593167Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4593225Z with 2022-12-01T11:17:58.4593283Z [ 2022-12-01T11:17:58.4593378Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4593441Z ] 2022-12-01T11:17:58.4593828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4593889Z with 2022-12-01T11:17:58.4593944Z [ 2022-12-01T11:17:58.4594046Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4594094Z ] 2022-12-01T11:17:58.4594444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4594860Z 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-12-01T11:17:58.4595244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4595313Z with 2022-12-01T11:17:58.4595370Z [ 2022-12-01T11:17:58.4595465Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4595522Z ] 2022-12-01T11:17:58.4595828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4595889Z with 2022-12-01T11:17:58.4595944Z [ 2022-12-01T11:17:58.4596090Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4596152Z ] 2022-12-01T11:17:58.4596470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4596578Z with 2022-12-01T11:17:58.4596639Z [ 2022-12-01T11:17:58.4596779Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4596835Z ] 2022-12-01T11:17:58.4597195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4597248Z with 2022-12-01T11:17:58.4597312Z [ 2022-12-01T11:17:58.4597444Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4597506Z ] 2022-12-01T11:17:58.4597887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4597955Z with 2022-12-01T11:17:58.4598059Z [ 2022-12-01T11:17:58.4598192Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4598256Z ] 2022-12-01T11:17:58.4598623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4599021Z 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-12-01T11:17:58.4599373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4599428Z with 2022-12-01T11:17:58.4599491Z [ 2022-12-01T11:17:58.4599635Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4599695Z ] 2022-12-01T11:17:58.4599994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4600061Z with 2022-12-01T11:17:58.4600114Z [ 2022-12-01T11:17:58.4600231Z T=std::tuple 2022-12-01T11:17:58.4600296Z ] 2022-12-01T11:17:58.4600664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4600731Z with 2022-12-01T11:17:58.4600791Z [ 2022-12-01T11:17:58.4600909Z T=std::tuple 2022-12-01T11:17:58.4600972Z ] 2022-12-01T11:17:58.4601369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4601438Z with 2022-12-01T11:17:58.4601484Z [ 2022-12-01T11:17:58.4601601Z T=std::tuple 2022-12-01T11:17:58.4601656Z ] 2022-12-01T11:17:58.4602044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4602099Z with 2022-12-01T11:17:58.4602152Z [ 2022-12-01T11:17:58.4602265Z T=std::tuple 2022-12-01T11:17:58.4602326Z ] 2022-12-01T11:17:58.4602729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4603102Z 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-12-01T11:17:58.4603446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4603511Z with 2022-12-01T11:17:58.4603565Z [ 2022-12-01T11:17:58.4603682Z T=std::tuple 2022-12-01T11:17:58.4603744Z ] 2022-12-01T11:17:58.4604093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4604155Z with 2022-12-01T11:17:58.4604215Z [ 2022-12-01T11:17:58.4604298Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4604351Z ] 2022-12-01T11:17:58.4604669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4604725Z with 2022-12-01T11:17:58.4604786Z [ 2022-12-01T11:17:58.4604873Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4604934Z ] 2022-12-01T11:17:58.4605290Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4605357Z with 2022-12-01T11:17:58.4605413Z [ 2022-12-01T11:17:58.4605507Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4605568Z ] 2022-12-01T11:17:58.4605960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4606025Z with 2022-12-01T11:17:58.4606081Z [ 2022-12-01T11:17:58.4606160Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4606220Z ] 2022-12-01T11:17:58.4606568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4606977Z 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-12-01T11:17:58.4607316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4607422Z with 2022-12-01T11:17:58.4607477Z [ 2022-12-01T11:17:58.4607575Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4607627Z ] 2022-12-01T11:17:58.4607936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4607992Z with 2022-12-01T11:17:58.4608053Z [ 2022-12-01T11:17:58.4608173Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4608235Z ] 2022-12-01T11:17:58.4608616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4608674Z with 2022-12-01T11:17:58.4608734Z [ 2022-12-01T11:17:58.4608849Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4608897Z ] 2022-12-01T11:17:58.4609263Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4609321Z with 2022-12-01T11:17:58.4609382Z [ 2022-12-01T11:17:58.4609486Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4609546Z ] 2022-12-01T11:17:58.4609977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4610046Z with 2022-12-01T11:17:58.4610107Z [ 2022-12-01T11:17:58.4610223Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4610285Z ] 2022-12-01T11:17:58.4610646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4611003Z 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-12-01T11:17:58.4611344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4611416Z with 2022-12-01T11:17:58.4611478Z [ 2022-12-01T11:17:58.4611595Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4611655Z ] 2022-12-01T11:17:58.4611952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4612018Z with 2022-12-01T11:17:58.4612082Z [ 2022-12-01T11:17:58.4612193Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4612253Z ] 2022-12-01T11:17:58.4612573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4612637Z with 2022-12-01T11:17:58.4612743Z [ 2022-12-01T11:17:58.4612859Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4612926Z ] 2022-12-01T11:17:58.4613289Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4613395Z with 2022-12-01T11:17:58.4613458Z [ 2022-12-01T11:17:58.4613569Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4613630Z ] 2022-12-01T11:17:58.4614003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4614068Z with 2022-12-01T11:17:58.4614128Z [ 2022-12-01T11:17:58.4614238Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4614298Z ] 2022-12-01T11:17:58.4615199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4615557Z 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-12-01T11:17:58.4615900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4615967Z with 2022-12-01T11:17:58.4616031Z [ 2022-12-01T11:17:58.4616145Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4616209Z ] 2022-12-01T11:17:58.4616569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4616637Z with 2022-12-01T11:17:58.4616697Z [ 2022-12-01T11:17:58.4616787Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4616851Z ] 2022-12-01T11:17:58.4617178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4617228Z with 2022-12-01T11:17:58.4617290Z [ 2022-12-01T11:17:58.4617382Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4617443Z ] 2022-12-01T11:17:58.4617809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4617878Z with 2022-12-01T11:17:58.4617943Z [ 2022-12-01T11:17:58.4618034Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4618096Z ] 2022-12-01T11:17:58.4618577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4618643Z with 2022-12-01T11:17:58.4618755Z [ 2022-12-01T11:17:58.4618849Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4618910Z ] 2022-12-01T11:17:58.4619250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4619644Z 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-12-01T11:17:58.4619988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4620051Z with 2022-12-01T11:17:58.4620098Z [ 2022-12-01T11:17:58.4620187Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4620248Z ] 2022-12-01T11:17:58.4620556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4620622Z with 2022-12-01T11:17:58.4620684Z [ 2022-12-01T11:17:58.4620779Z T=at::ThreadLocalState 2022-12-01T11:17:58.4620841Z ] 2022-12-01T11:17:58.4621168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4621291Z with 2022-12-01T11:17:58.4621353Z [ 2022-12-01T11:17:58.4621448Z T=at::ThreadLocalState 2022-12-01T11:17:58.4621508Z ] 2022-12-01T11:17:58.4621872Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4621938Z with 2022-12-01T11:17:58.4621985Z [ 2022-12-01T11:17:58.4622080Z T=at::ThreadLocalState 2022-12-01T11:17:58.4622142Z ] 2022-12-01T11:17:58.4622531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4622640Z with 2022-12-01T11:17:58.4622703Z [ 2022-12-01T11:17:58.4622798Z T=at::ThreadLocalState 2022-12-01T11:17:58.4622860Z ] 2022-12-01T11:17:58.4623209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4623572Z 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-12-01T11:17:58.4623919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4623984Z with 2022-12-01T11:17:58.4624048Z [ 2022-12-01T11:17:58.4624146Z T=at::ThreadLocalState 2022-12-01T11:17:58.4624209Z ] 2022-12-01T11:17:58.4624518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4624582Z with 2022-12-01T11:17:58.4624630Z [ 2022-12-01T11:17:58.4624747Z T=std::shared_ptr 2022-12-01T11:17:58.4624858Z ] 2022-12-01T11:17:58.4625184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4625249Z with 2022-12-01T11:17:58.4625313Z [ 2022-12-01T11:17:58.4625465Z T=std::shared_ptr 2022-12-01T11:17:58.4625536Z ] 2022-12-01T11:17:58.4625908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4625973Z with 2022-12-01T11:17:58.4626036Z [ 2022-12-01T11:17:58.4626150Z T=std::shared_ptr 2022-12-01T11:17:58.4626212Z ] 2022-12-01T11:17:58.4626597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4626663Z with 2022-12-01T11:17:58.4626723Z [ 2022-12-01T11:17:58.4626822Z T=std::shared_ptr 2022-12-01T11:17:58.4626882Z ] 2022-12-01T11:17:58.4627235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4627632Z 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-12-01T11:17:58.4628008Z 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-12-01T11:17:58.4628353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4628420Z with 2022-12-01T11:17:58.4628484Z [ 2022-12-01T11:17:58.4628641Z T=std::shared_ptr 2022-12-01T11:17:58.4628706Z ] 2022-12-01T11:17:58.4629016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4629081Z with 2022-12-01T11:17:58.4629144Z [ 2022-12-01T11:17:58.4629248Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4629315Z ] 2022-12-01T11:17:58.4629632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4629696Z with 2022-12-01T11:17:58.4629757Z [ 2022-12-01T11:17:58.4629855Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4629903Z ] 2022-12-01T11:17:58.4630267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4630335Z with 2022-12-01T11:17:58.4630398Z [ 2022-12-01T11:17:58.4630496Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4630557Z ] 2022-12-01T11:17:58.4630988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4631057Z with 2022-12-01T11:17:58.4631124Z [ 2022-12-01T11:17:58.4631223Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4631286Z ] 2022-12-01T11:17:58.4631681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4632025Z 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-12-01T11:17:58.4632399Z 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-12-01T11:17:58.4632742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4632804Z with 2022-12-01T11:17:58.4632867Z [ 2022-12-01T11:17:58.4632967Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4633077Z ] 2022-12-01T11:17:58.4633377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4633443Z with 2022-12-01T11:17:58.4633507Z [ 2022-12-01T11:17:58.4633598Z T=torch::jit::Method 2022-12-01T11:17:58.4633660Z ] 2022-12-01T11:17:58.4633983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4634049Z with 2022-12-01T11:17:58.4634110Z [ 2022-12-01T11:17:58.4634199Z T=torch::jit::Method 2022-12-01T11:17:58.4634259Z ] 2022-12-01T11:17:58.4634659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4634727Z with 2022-12-01T11:17:58.4634785Z [ 2022-12-01T11:17:58.4634873Z T=torch::jit::Method 2022-12-01T11:17:58.4634932Z ] 2022-12-01T11:17:58.4635316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4635369Z with 2022-12-01T11:17:58.4635429Z [ 2022-12-01T11:17:58.4635519Z T=torch::jit::Method 2022-12-01T11:17:58.4635583Z ] 2022-12-01T11:17:58.4635918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4636263Z 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-12-01T11:17:58.4636615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4636680Z with 2022-12-01T11:17:58.4636741Z [ 2022-12-01T11:17:58.4636831Z T=torch::jit::Method 2022-12-01T11:17:58.4636892Z ] 2022-12-01T11:17:58.4637253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4637320Z with 2022-12-01T11:17:58.4637381Z [ 2022-12-01T11:17:58.4637522Z T=std::vector> 2022-12-01T11:17:58.4637586Z ] 2022-12-01T11:17:58.4637957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4638010Z with 2022-12-01T11:17:58.4638072Z [ 2022-12-01T11:17:58.4638208Z T=std::vector> 2022-12-01T11:17:58.4638270Z ] 2022-12-01T11:17:58.4638632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4638696Z with 2022-12-01T11:17:58.4638756Z [ 2022-12-01T11:17:58.4638893Z T=std::vector> 2022-12-01T11:17:58.4638956Z ] 2022-12-01T11:17:58.4639352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4639463Z with 2022-12-01T11:17:58.4639525Z [ 2022-12-01T11:17:58.4639659Z T=std::vector> 2022-12-01T11:17:58.4639718Z ] 2022-12-01T11:17:58.4640089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4640467Z 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-12-01T11:17:58.4641182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4641258Z with 2022-12-01T11:17:58.4641320Z [ 2022-12-01T11:17:58.4641443Z T=std::vector> 2022-12-01T11:17:58.4641506Z ] 2022-12-01T11:17:58.4641817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4641880Z with 2022-12-01T11:17:58.4641941Z [ 2022-12-01T11:17:58.4642109Z T=std::function 2022-12-01T11:17:58.4642172Z ] 2022-12-01T11:17:58.4642501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4642571Z with 2022-12-01T11:17:58.4642631Z [ 2022-12-01T11:17:58.4642796Z T=std::function 2022-12-01T11:17:58.4642857Z ] 2022-12-01T11:17:58.4643268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4643335Z with 2022-12-01T11:17:58.4643396Z [ 2022-12-01T11:17:58.4643565Z T=std::function 2022-12-01T11:17:58.4643627Z ] 2022-12-01T11:17:58.4644055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4644111Z with 2022-12-01T11:17:58.4644173Z [ 2022-12-01T11:17:58.4644337Z T=std::function 2022-12-01T11:17:58.4644401Z ] 2022-12-01T11:17:58.4644798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4645213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4645556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4645675Z with 2022-12-01T11:17:58.4645738Z [ 2022-12-01T11:17:58.4645900Z T=std::function 2022-12-01T11:17:58.4645961Z ] 2022-12-01T11:17:58.4646271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4646337Z with 2022-12-01T11:17:58.4646398Z [ 2022-12-01T11:17:58.4646590Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4646651Z ] 2022-12-01T11:17:58.4647016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4647086Z with 2022-12-01T11:17:58.4647149Z [ 2022-12-01T11:17:58.4647338Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4647386Z ] 2022-12-01T11:17:58.4647751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4647817Z with 2022-12-01T11:17:58.4647876Z [ 2022-12-01T11:17:58.4648065Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4648132Z ] 2022-12-01T11:17:58.4648524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4648590Z with 2022-12-01T11:17:58.4648652Z [ 2022-12-01T11:17:58.4648835Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4648895Z ] 2022-12-01T11:17:58.4649373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4649876Z 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-12-01T11:17:58.4650221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4650291Z with 2022-12-01T11:17:58.4650354Z [ 2022-12-01T11:17:58.4650541Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4650601Z ] 2022-12-01T11:17:58.4650909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4650972Z with 2022-12-01T11:17:58.4651020Z [ 2022-12-01T11:17:58.4651150Z T=std::vector> 2022-12-01T11:17:58.4651211Z ] 2022-12-01T11:17:58.4651531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4651643Z with 2022-12-01T11:17:58.4651708Z [ 2022-12-01T11:17:58.4651836Z T=std::vector> 2022-12-01T11:17:58.4651898Z ] 2022-12-01T11:17:58.4652267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4652336Z with 2022-12-01T11:17:58.4652397Z [ 2022-12-01T11:17:58.4652521Z T=std::vector> 2022-12-01T11:17:58.4652581Z ] 2022-12-01T11:17:58.4652968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4653033Z with 2022-12-01T11:17:58.4653096Z [ 2022-12-01T11:17:58.4653251Z T=std::vector> 2022-12-01T11:17:58.4653314Z ] 2022-12-01T11:17:58.4653666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4653730Z with 2022-12-01T11:17:58.4653790Z [ 2022-12-01T11:17:58.4653859Z T=double 2022-12-01T11:17:58.4653921Z ] 2022-12-01T11:17:58.4654314Z 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-12-01T11:17:58.4654378Z with 2022-12-01T11:17:58.4654441Z [ 2022-12-01T11:17:58.4654512Z T=double 2022-12-01T11:17:58.4654573Z ] 2022-12-01T11:17:58.4654922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4654985Z with 2022-12-01T11:17:58.4655044Z [ 2022-12-01T11:17:58.4655154Z T=std::vector> 2022-12-01T11:17:58.4655215Z ] 2022-12-01T11:17:58.4655569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4655635Z with 2022-12-01T11:17:58.4655694Z [ 2022-12-01T11:17:58.4655807Z T=std::tuple 2022-12-01T11:17:58.4655870Z ] 2022-12-01T11:17:58.4656239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4656309Z with 2022-12-01T11:17:58.4656368Z [ 2022-12-01T11:17:58.4656479Z T=std::tuple 2022-12-01T11:17:58.4656542Z ] 2022-12-01T11:17:58.4656902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4656965Z with 2022-12-01T11:17:58.4657026Z [ 2022-12-01T11:17:58.4657135Z T=std::tuple 2022-12-01T11:17:58.4657182Z ] 2022-12-01T11:17:58.4657572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4657689Z with 2022-12-01T11:17:58.4657747Z [ 2022-12-01T11:17:58.4657856Z T=std::tuple 2022-12-01T11:17:58.4657916Z ] 2022-12-01T11:17:58.4658348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4658737Z 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-12-01T11:17:58.4659078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4659147Z with 2022-12-01T11:17:58.4659208Z [ 2022-12-01T11:17:58.4659368Z T=std::tuple 2022-12-01T11:17:58.4659430Z ] 2022-12-01T11:17:58.4659735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4659801Z with 2022-12-01T11:17:58.4659862Z [ 2022-12-01T11:17:58.4660000Z T=std::vector> 2022-12-01T11:17:58.4660061Z ] 2022-12-01T11:17:58.4660373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4660439Z with 2022-12-01T11:17:58.4660499Z [ 2022-12-01T11:17:58.4660634Z T=std::vector> 2022-12-01T11:17:58.4660699Z ] 2022-12-01T11:17:58.4661065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4661129Z with 2022-12-01T11:17:58.4661191Z [ 2022-12-01T11:17:58.4661327Z T=std::vector> 2022-12-01T11:17:58.4661390Z ] 2022-12-01T11:17:58.4661829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4661893Z with 2022-12-01T11:17:58.4661953Z [ 2022-12-01T11:17:58.4662093Z T=std::vector> 2022-12-01T11:17:58.4662195Z ] 2022-12-01T11:17:58.4662572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4662970Z 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-12-01T11:17:58.4663310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4663375Z with 2022-12-01T11:17:58.4663435Z [ 2022-12-01T11:17:58.4663556Z T=std::vector> 2022-12-01T11:17:58.4663618Z ] 2022-12-01T11:17:58.4664146Z [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-12-01T11:17:58.4664305Z Creating library is_python_module.lib and object is_python_module.exp 2022-12-01T11:17:58.4664426Z Loading extension module is_python_module... 2022-12-01T11:17:58.4664856Z 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-12-01T11:17:58.4664934Z warnings.warn( 2022-12-01T11:17:58.4665405Z 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-12-01T11:17:58.4665487Z warnings.warn( 2022-12-01T11:17:58.4665918Z 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-12-01T11:17:58.4665993Z warnings.warn( 2022-12-01T11:17:58.4666414Z 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-12-01T11:17:58.4666490Z warnings.warn( 2022-12-01T11:17:58.4666555Z ok (13.213s) 2022-12-01T11:17:58.4666690Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T11:17:58.4666886Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T11:17:58.4667090Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:17:58.4667297Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:17:58.4667704Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.4667966Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension... 2022-12-01T11:17:58.4668276Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension\build.ninja... 2022-12-01T11:17:58.4668406Z Building extension module inline_jit_extension... 2022-12-01T11:17:58.4668611Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.4669564Z [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_cpu\inline_jit_extension\main.cpp /Fomain.o 2022-12-01T11:17:58.4669759Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.4669902Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.4669910Z 2022-12-01T11:17:58.4670225Z 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-12-01T11:17:58.4670541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4670609Z with 2022-12-01T11:17:58.4670674Z [ 2022-12-01T11:17:58.4670757Z T=c10::SymInt 2022-12-01T11:17:58.4670806Z ] 2022-12-01T11:17:58.4671129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4671236Z with 2022-12-01T11:17:58.4671299Z [ 2022-12-01T11:17:58.4671381Z T=c10::SymInt 2022-12-01T11:17:58.4671442Z ] 2022-12-01T11:17:58.4671810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4671875Z with 2022-12-01T11:17:58.4671937Z [ 2022-12-01T11:17:58.4672015Z T=c10::SymInt 2022-12-01T11:17:58.4672076Z ] 2022-12-01T11:17:58.4672468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4672534Z with 2022-12-01T11:17:58.4672595Z [ 2022-12-01T11:17:58.4672675Z T=c10::SymInt 2022-12-01T11:17:58.4672738Z ] 2022-12-01T11:17:58.4673055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4673378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4673772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4673841Z with 2022-12-01T11:17:58.4673904Z [ 2022-12-01T11:17:58.4673984Z T=c10::SymInt 2022-12-01T11:17:58.4674047Z ] 2022-12-01T11:17:58.4674386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.4674703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4674767Z with 2022-12-01T11:17:58.4674829Z [ 2022-12-01T11:17:58.4674916Z T=at::TensorBase 2022-12-01T11:17:58.4674977Z ] 2022-12-01T11:17:58.4675300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4675363Z with 2022-12-01T11:17:58.4675421Z [ 2022-12-01T11:17:58.4675507Z T=at::TensorBase 2022-12-01T11:17:58.4675556Z ] 2022-12-01T11:17:58.4675925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4676039Z with 2022-12-01T11:17:58.4676097Z [ 2022-12-01T11:17:58.4676182Z T=at::TensorBase 2022-12-01T11:17:58.4676240Z ] 2022-12-01T11:17:58.4676634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4676698Z with 2022-12-01T11:17:58.4676757Z [ 2022-12-01T11:17:58.4676840Z T=at::TensorBase 2022-12-01T11:17:58.4676899Z ] 2022-12-01T11:17:58.4677274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4677612Z 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-12-01T11:17:58.4677950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4678011Z with 2022-12-01T11:17:58.4678071Z [ 2022-12-01T11:17:58.4678152Z T=at::TensorBase 2022-12-01T11:17:58.4678212Z ] 2022-12-01T11:17:58.4678517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4678578Z with 2022-12-01T11:17:58.4678641Z [ 2022-12-01T11:17:58.4678720Z T=at::Tensor 2022-12-01T11:17:58.4678768Z ] 2022-12-01T11:17:58.4679084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4679146Z with 2022-12-01T11:17:58.4679205Z [ 2022-12-01T11:17:58.4679280Z T=at::Tensor 2022-12-01T11:17:58.4679338Z ] 2022-12-01T11:17:58.4679743Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4679807Z with 2022-12-01T11:17:58.4679866Z [ 2022-12-01T11:17:58.4679942Z T=at::Tensor 2022-12-01T11:17:58.4680001Z ] 2022-12-01T11:17:58.4680428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4680492Z with 2022-12-01T11:17:58.4680552Z [ 2022-12-01T11:17:58.4680626Z T=at::Tensor 2022-12-01T11:17:58.4680673Z ] 2022-12-01T11:17:58.4680998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4681322Z 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-12-01T11:17:58.4681663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4681775Z with 2022-12-01T11:17:58.4681835Z [ 2022-12-01T11:17:58.4681912Z T=at::Tensor 2022-12-01T11:17:58.4681972Z ] 2022-12-01T11:17:58.4682279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4682340Z with 2022-12-01T11:17:58.4682399Z [ 2022-12-01T11:17:58.4682479Z T=at::Generator 2022-12-01T11:17:58.4682537Z ] 2022-12-01T11:17:58.4682853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4682915Z with 2022-12-01T11:17:58.4682974Z [ 2022-12-01T11:17:58.4683051Z T=at::Generator 2022-12-01T11:17:58.4683104Z ] 2022-12-01T11:17:58.4683505Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4683571Z with 2022-12-01T11:17:58.4683630Z [ 2022-12-01T11:17:58.4683707Z T=at::Generator 2022-12-01T11:17:58.4683768Z ] 2022-12-01T11:17:58.4684159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4684221Z with 2022-12-01T11:17:58.4684278Z [ 2022-12-01T11:17:58.4684355Z T=at::Generator 2022-12-01T11:17:58.4684413Z ] 2022-12-01T11:17:58.4684742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4685072Z 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-12-01T11:17:58.4685410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4685474Z with 2022-12-01T11:17:58.4685534Z [ 2022-12-01T11:17:58.4685610Z T=at::Generator 2022-12-01T11:17:58.4685656Z ] 2022-12-01T11:17:58.4686017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4686086Z with 2022-12-01T11:17:58.4686146Z [ 2022-12-01T11:17:58.4686221Z T=c10::Scalar 2022-12-01T11:17:58.4686281Z ] 2022-12-01T11:17:58.4686643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4686708Z with 2022-12-01T11:17:58.4686766Z [ 2022-12-01T11:17:58.4686842Z T=c10::Scalar 2022-12-01T11:17:58.4686899Z ] 2022-12-01T11:17:58.4687256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4687316Z with 2022-12-01T11:17:58.4687374Z [ 2022-12-01T11:17:58.4687446Z T=c10::Scalar 2022-12-01T11:17:58.4687545Z ] 2022-12-01T11:17:58.4687932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4687997Z with 2022-12-01T11:17:58.4688056Z [ 2022-12-01T11:17:58.4688130Z T=c10::Scalar 2022-12-01T11:17:58.4688188Z ] 2022-12-01T11:17:58.4688512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4688832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4689216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4689287Z with 2022-12-01T11:17:58.4689347Z [ 2022-12-01T11:17:58.4689420Z T=c10::Scalar 2022-12-01T11:17:58.4689477Z ] 2022-12-01T11:17:58.4689783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4689843Z with 2022-12-01T11:17:58.4689901Z [ 2022-12-01T11:17:58.4689976Z T=std::string 2022-12-01T11:17:58.4690023Z ] 2022-12-01T11:17:58.4690340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4690405Z with 2022-12-01T11:17:58.4690466Z [ 2022-12-01T11:17:58.4690544Z T=std::string 2022-12-01T11:17:58.4690604Z ] 2022-12-01T11:17:58.4690963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4691023Z with 2022-12-01T11:17:58.4691082Z [ 2022-12-01T11:17:58.4691156Z T=std::string 2022-12-01T11:17:58.4691214Z ] 2022-12-01T11:17:58.4691598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4691661Z with 2022-12-01T11:17:58.4691721Z [ 2022-12-01T11:17:58.4691845Z T=std::string 2022-12-01T11:17:58.4691896Z ] 2022-12-01T11:17:58.4692230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4692600Z 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-12-01T11:17:58.4692944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4693007Z with 2022-12-01T11:17:58.4693068Z [ 2022-12-01T11:17:58.4693143Z T=std::string 2022-12-01T11:17:58.4693204Z ] 2022-12-01T11:17:58.4693512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4693628Z with 2022-12-01T11:17:58.4693687Z [ 2022-12-01T11:17:58.4693778Z T=c10::QualifiedName 2022-12-01T11:17:58.4693833Z ] 2022-12-01T11:17:58.4694153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4694213Z with 2022-12-01T11:17:58.4694272Z [ 2022-12-01T11:17:58.4694359Z T=c10::QualifiedName 2022-12-01T11:17:58.4694406Z ] 2022-12-01T11:17:58.4694771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4694835Z with 2022-12-01T11:17:58.4694902Z [ 2022-12-01T11:17:58.4695036Z T=c10::QualifiedName 2022-12-01T11:17:58.4695097Z ] 2022-12-01T11:17:58.4695482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4695545Z with 2022-12-01T11:17:58.4695604Z [ 2022-12-01T11:17:58.4695690Z T=c10::QualifiedName 2022-12-01T11:17:58.4695748Z ] 2022-12-01T11:17:58.4696083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4696416Z 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-12-01T11:17:58.4696763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4696825Z with 2022-12-01T11:17:58.4696885Z [ 2022-12-01T11:17:58.4696971Z T=c10::QualifiedName 2022-12-01T11:17:58.4697019Z ] 2022-12-01T11:17:58.4697321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4697384Z with 2022-12-01T11:17:58.4697447Z [ 2022-12-01T11:17:58.4697580Z T=std::shared_ptr 2022-12-01T11:17:58.4697641Z ] 2022-12-01T11:17:58.4698010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4698077Z with 2022-12-01T11:17:58.4698223Z [ 2022-12-01T11:17:58.4698358Z T=std::shared_ptr 2022-12-01T11:17:58.4698423Z ] 2022-12-01T11:17:58.4698829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4698892Z with 2022-12-01T11:17:58.4698950Z [ 2022-12-01T11:17:58.4699078Z T=std::shared_ptr 2022-12-01T11:17:58.4699135Z ] 2022-12-01T11:17:58.4699510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4699627Z with 2022-12-01T11:17:58.4699687Z [ 2022-12-01T11:17:58.4699817Z T=std::shared_ptr 2022-12-01T11:17:58.4699875Z ] 2022-12-01T11:17:58.4700237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4700601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4700943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4701009Z with 2022-12-01T11:17:58.4701108Z [ 2022-12-01T11:17:58.4701238Z T=std::shared_ptr 2022-12-01T11:17:58.4701298Z ] 2022-12-01T11:17:58.4701608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4701670Z with 2022-12-01T11:17:58.4701729Z [ 2022-12-01T11:17:58.4701853Z T=std::weak_ptr 2022-12-01T11:17:58.4701911Z ] 2022-12-01T11:17:58.4702228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4702289Z with 2022-12-01T11:17:58.4702340Z [ 2022-12-01T11:17:58.4702467Z T=std::weak_ptr 2022-12-01T11:17:58.4702530Z ] 2022-12-01T11:17:58.4702888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4702952Z with 2022-12-01T11:17:58.4703012Z [ 2022-12-01T11:17:58.4703134Z T=std::weak_ptr 2022-12-01T11:17:58.4703192Z ] 2022-12-01T11:17:58.4703570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4703630Z with 2022-12-01T11:17:58.4703687Z [ 2022-12-01T11:17:58.4703812Z T=std::weak_ptr 2022-12-01T11:17:58.4703871Z ] 2022-12-01T11:17:58.4704287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4704686Z 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-12-01T11:17:58.4705029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4705092Z with 2022-12-01T11:17:58.4705151Z [ 2022-12-01T11:17:58.4705265Z T=std::weak_ptr 2022-12-01T11:17:58.4705323Z ] 2022-12-01T11:17:58.4705688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4705753Z with 2022-12-01T11:17:58.4705815Z [ 2022-12-01T11:17:58.4705969Z T=std::vector> 2022-12-01T11:17:58.4706030Z ] 2022-12-01T11:17:58.4706348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4706409Z with 2022-12-01T11:17:58.4706467Z [ 2022-12-01T11:17:58.4706623Z T=std::vector> 2022-12-01T11:17:58.4706682Z ] 2022-12-01T11:17:58.4707081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4707147Z with 2022-12-01T11:17:58.4707205Z [ 2022-12-01T11:17:58.4707356Z T=std::vector> 2022-12-01T11:17:58.4707403Z ] 2022-12-01T11:17:58.4707791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4707855Z with 2022-12-01T11:17:58.4707913Z [ 2022-12-01T11:17:58.4708064Z T=std::vector> 2022-12-01T11:17:58.4708122Z ] 2022-12-01T11:17:58.4708502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4708887Z 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-12-01T11:17:58.4709233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4709294Z with 2022-12-01T11:17:58.4709352Z [ 2022-12-01T11:17:58.4709501Z T=std::vector> 2022-12-01T11:17:58.4709560Z ] 2022-12-01T11:17:58.4709869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4709934Z with 2022-12-01T11:17:58.4709993Z [ 2022-12-01T11:17:58.4710161Z T=std::vector> 2022-12-01T11:17:58.4710223Z ] 2022-12-01T11:17:58.4710547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4710609Z with 2022-12-01T11:17:58.4710657Z [ 2022-12-01T11:17:58.4710780Z T=std::vector> 2022-12-01T11:17:58.4710884Z ] 2022-12-01T11:17:58.4711241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4711303Z with 2022-12-01T11:17:58.4711730Z [ 2022-12-01T11:17:58.4711854Z T=std::vector> 2022-12-01T11:17:58.4711914Z ] 2022-12-01T11:17:58.4712299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4712365Z with 2022-12-01T11:17:58.4712426Z [ 2022-12-01T11:17:58.4712541Z T=std::vector> 2022-12-01T11:17:58.4712599Z ] 2022-12-01T11:17:58.4712955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4713351Z 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-12-01T11:17:58.4713698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4713763Z with 2022-12-01T11:17:58.4713820Z [ 2022-12-01T11:17:58.4713925Z T=std::vector> 2022-12-01T11:17:58.4713985Z ] 2022-12-01T11:17:58.4714291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4714352Z with 2022-12-01T11:17:58.4714411Z [ 2022-12-01T11:17:58.4714577Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4714639Z ] 2022-12-01T11:17:58.4714958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4715018Z with 2022-12-01T11:17:58.4715076Z [ 2022-12-01T11:17:58.4715240Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4715299Z ] 2022-12-01T11:17:58.4715661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4715723Z with 2022-12-01T11:17:58.4715781Z [ 2022-12-01T11:17:58.4715946Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4716004Z ] 2022-12-01T11:17:58.4716394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4716497Z with 2022-12-01T11:17:58.4716559Z [ 2022-12-01T11:17:58.4716728Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4716785Z ] 2022-12-01T11:17:58.4717185Z C:\actions-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-12-01T11:17:58.4717617Z 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-12-01T11:17:58.4718004Z 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-12-01T11:17:58.4718347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4718411Z with 2022-12-01T11:17:58.4718469Z [ 2022-12-01T11:17:58.4718633Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4718692Z ] 2022-12-01T11:17:58.4718997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4719101Z with 2022-12-01T11:17:58.4719163Z [ 2022-12-01T11:17:58.4719323Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4719383Z ] 2022-12-01T11:17:58.4719699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4719759Z with 2022-12-01T11:17:58.4719814Z [ 2022-12-01T11:17:58.4719972Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4720021Z ] 2022-12-01T11:17:58.4720382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4720446Z with 2022-12-01T11:17:58.4720506Z [ 2022-12-01T11:17:58.4720662Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4720720Z ] 2022-12-01T11:17:58.4721103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4721165Z with 2022-12-01T11:17:58.4721224Z [ 2022-12-01T11:17:58.4721380Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4721440Z ] 2022-12-01T11:17:58.4721828Z C:\actions-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-12-01T11:17:58.4722213Z 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-12-01T11:17:58.4722529Z 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-12-01T11:17:58.4722867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4722977Z with 2022-12-01T11:17:58.4723038Z [ 2022-12-01T11:17:58.4723198Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4723302Z ] 2022-12-01T11:17:58.4723614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4723678Z with 2022-12-01T11:17:58.4723777Z [ 2022-12-01T11:17:58.4723906Z T=std::vector> 2022-12-01T11:17:58.4723966Z ] 2022-12-01T11:17:58.4724284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4724346Z with 2022-12-01T11:17:58.4724404Z [ 2022-12-01T11:17:58.4724527Z T=std::vector> 2022-12-01T11:17:58.4724586Z ] 2022-12-01T11:17:58.4724994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4725059Z with 2022-12-01T11:17:58.4725117Z [ 2022-12-01T11:17:58.4725237Z T=std::vector> 2022-12-01T11:17:58.4725292Z ] 2022-12-01T11:17:58.4725676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4725736Z with 2022-12-01T11:17:58.4725792Z [ 2022-12-01T11:17:58.4725909Z T=std::vector> 2022-12-01T11:17:58.4725956Z ] 2022-12-01T11:17:58.4726310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4726666Z 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-12-01T11:17:58.4727010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4727072Z with 2022-12-01T11:17:58.4727134Z [ 2022-12-01T11:17:58.4727252Z T=std::vector> 2022-12-01T11:17:58.4727313Z ] 2022-12-01T11:17:58.4727617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4727682Z with 2022-12-01T11:17:58.4727742Z [ 2022-12-01T11:17:58.4727894Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4727953Z ] 2022-12-01T11:17:58.4728268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4728329Z with 2022-12-01T11:17:58.4728388Z [ 2022-12-01T11:17:58.4728540Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4728598Z ] 2022-12-01T11:17:58.4728943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4729007Z with 2022-12-01T11:17:58.4729067Z [ 2022-12-01T11:17:58.4729269Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4729330Z ] 2022-12-01T11:17:58.4729768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4729833Z with 2022-12-01T11:17:58.4729892Z [ 2022-12-01T11:17:58.4730045Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4730105Z ] 2022-12-01T11:17:58.4730534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4730977Z 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-12-01T11:17:58.4731368Z 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-12-01T11:17:58.4731709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4731774Z with 2022-12-01T11:17:58.4731832Z [ 2022-12-01T11:17:58.4731984Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4732041Z ] 2022-12-01T11:17:58.4732351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4732415Z with 2022-12-01T11:17:58.4732473Z [ 2022-12-01T11:17:58.4732612Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4732672Z ] 2022-12-01T11:17:58.4732991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4733054Z with 2022-12-01T11:17:58.4733114Z [ 2022-12-01T11:17:58.4733264Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4733320Z ] 2022-12-01T11:17:58.4733680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4733745Z with 2022-12-01T11:17:58.4733804Z [ 2022-12-01T11:17:58.4733953Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4734011Z ] 2022-12-01T11:17:58.4734397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4734460Z with 2022-12-01T11:17:58.4734517Z [ 2022-12-01T11:17:58.4734664Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4734722Z ] 2022-12-01T11:17:58.4735094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4735549Z 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-12-01T11:17:58.4735988Z 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-12-01T11:17:58.4736327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4736386Z with 2022-12-01T11:17:58.4736434Z [ 2022-12-01T11:17:58.4736624Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4736689Z ] 2022-12-01T11:17:58.4737484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4737559Z with 2022-12-01T11:17:58.4737615Z [ 2022-12-01T11:17:58.4737728Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4737789Z ] 2022-12-01T11:17:58.4738116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4738267Z with 2022-12-01T11:17:58.4738325Z [ 2022-12-01T11:17:58.4738431Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4738491Z ] 2022-12-01T11:17:58.4738854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4738920Z with 2022-12-01T11:17:58.4738967Z [ 2022-12-01T11:17:58.4739066Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4739123Z ] 2022-12-01T11:17:58.4739512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4739576Z with 2022-12-01T11:17:58.4739636Z [ 2022-12-01T11:17:58.4739736Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4739796Z ] 2022-12-01T11:17:58.4740147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4740480Z 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-12-01T11:17:58.4740543Z with 2022-12-01T11:17:58.4740603Z [ 2022-12-01T11:17:58.4740702Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4740761Z ] 2022-12-01T11:17:58.4741139Z 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-12-01T11:17:58.4741477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4741537Z with 2022-12-01T11:17:58.4741592Z [ 2022-12-01T11:17:58.4741734Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4741795Z ] 2022-12-01T11:17:58.4742102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4742213Z with 2022-12-01T11:17:58.4742274Z [ 2022-12-01T11:17:58.4742466Z T=std::vector> 2022-12-01T11:17:58.4742525Z ] 2022-12-01T11:17:58.4742846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4742911Z with 2022-12-01T11:17:58.4743018Z [ 2022-12-01T11:17:58.4743211Z T=std::vector> 2022-12-01T11:17:58.4743272Z ] 2022-12-01T11:17:58.4743682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4743744Z with 2022-12-01T11:17:58.4743802Z [ 2022-12-01T11:17:58.4743985Z T=std::vector> 2022-12-01T11:17:58.4744039Z ] 2022-12-01T11:17:58.4744418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4744478Z with 2022-12-01T11:17:58.4744537Z [ 2022-12-01T11:17:58.4744719Z T=std::vector> 2022-12-01T11:17:58.4744783Z ] 2022-12-01T11:17:58.4745201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4745619Z 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-12-01T11:17:58.4745961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4746021Z with 2022-12-01T11:17:58.4746084Z [ 2022-12-01T11:17:58.4746273Z T=std::vector> 2022-12-01T11:17:58.4746331Z ] 2022-12-01T11:17:58.4746638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4746701Z with 2022-12-01T11:17:58.4746756Z [ 2022-12-01T11:17:58.4746851Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4746909Z ] 2022-12-01T11:17:58.4747225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4747287Z with 2022-12-01T11:17:58.4747345Z [ 2022-12-01T11:17:58.4747428Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4747532Z ] 2022-12-01T11:17:58.4747899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4747961Z with 2022-12-01T11:17:58.4748024Z [ 2022-12-01T11:17:58.4748121Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4748180Z ] 2022-12-01T11:17:58.4748565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4748703Z with 2022-12-01T11:17:58.4748764Z [ 2022-12-01T11:17:58.4748860Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4748919Z ] 2022-12-01T11:17:58.4749309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4749711Z 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-12-01T11:17:58.4750050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4750112Z with 2022-12-01T11:17:58.4750171Z [ 2022-12-01T11:17:58.4750266Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4750314Z ] 2022-12-01T11:17:58.4750621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4750689Z with 2022-12-01T11:17:58.4750753Z [ 2022-12-01T11:17:58.4750830Z T=c10::IValue 2022-12-01T11:17:58.4750890Z ] 2022-12-01T11:17:58.4751205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4751266Z with 2022-12-01T11:17:58.4751323Z [ 2022-12-01T11:17:58.4751396Z T=c10::IValue 2022-12-01T11:17:58.4751453Z ] 2022-12-01T11:17:58.4751812Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4751872Z with 2022-12-01T11:17:58.4751929Z [ 2022-12-01T11:17:58.4752003Z T=c10::IValue 2022-12-01T11:17:58.4752052Z ] 2022-12-01T11:17:58.4752436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4752501Z with 2022-12-01T11:17:58.4752558Z [ 2022-12-01T11:17:58.4752634Z T=c10::IValue 2022-12-01T11:17:58.4752693Z ] 2022-12-01T11:17:58.4753021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4753351Z 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-12-01T11:17:58.4753749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4753811Z with 2022-12-01T11:17:58.4753870Z [ 2022-12-01T11:17:58.4753944Z T=c10::IValue 2022-12-01T11:17:58.4754004Z ] 2022-12-01T11:17:58.4754313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4754375Z with 2022-12-01T11:17:58.4754433Z [ 2022-12-01T11:17:58.4754512Z T=c10::AliasInfo 2022-12-01T11:17:58.4754560Z ] 2022-12-01T11:17:58.4754878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4754945Z with 2022-12-01T11:17:58.4755049Z [ 2022-12-01T11:17:58.4755181Z T=c10::AliasInfo 2022-12-01T11:17:58.4755243Z ] 2022-12-01T11:17:58.4755606Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4755668Z with 2022-12-01T11:17:58.4755725Z [ 2022-12-01T11:17:58.4755804Z T=c10::AliasInfo 2022-12-01T11:17:58.4755861Z ] 2022-12-01T11:17:58.4756294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4756358Z with 2022-12-01T11:17:58.4756417Z [ 2022-12-01T11:17:58.4756497Z T=c10::AliasInfo 2022-12-01T11:17:58.4756547Z ] 2022-12-01T11:17:58.4756873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4757205Z 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-12-01T11:17:58.4757544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4757611Z with 2022-12-01T11:17:58.4757670Z [ 2022-12-01T11:17:58.4757749Z T=c10::AliasInfo 2022-12-01T11:17:58.4757807Z ] 2022-12-01T11:17:58.4758118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4758182Z with 2022-12-01T11:17:58.4758242Z [ 2022-12-01T11:17:58.4758374Z T=std::vector> 2022-12-01T11:17:58.4758434Z ] 2022-12-01T11:17:58.4758755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4758816Z with 2022-12-01T11:17:58.4758871Z [ 2022-12-01T11:17:58.4759002Z T=std::vector> 2022-12-01T11:17:58.4759059Z ] 2022-12-01T11:17:58.4759414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4759531Z with 2022-12-01T11:17:58.4759588Z [ 2022-12-01T11:17:58.4759721Z T=std::vector> 2022-12-01T11:17:58.4759780Z ] 2022-12-01T11:17:58.4760165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4760228Z with 2022-12-01T11:17:58.4760286Z [ 2022-12-01T11:17:58.4760415Z T=std::vector> 2022-12-01T11:17:58.4760474Z ] 2022-12-01T11:17:58.4760823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4760929Z with 2022-12-01T11:17:58.4760986Z [ 2022-12-01T11:17:58.4761060Z T=c10::SymInt 2022-12-01T11:17:58.4761115Z ] 2022-12-01T11:17:58.4761455Z 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-12-01T11:17:58.4761520Z with 2022-12-01T11:17:58.4761618Z [ 2022-12-01T11:17:58.4761698Z T=c10::SymInt 2022-12-01T11:17:58.4761757Z ] 2022-12-01T11:17:58.4762127Z 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-12-01T11:17:58.4762600Z 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-12-01T11:17:58.4762946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4763012Z with 2022-12-01T11:17:58.4763072Z [ 2022-12-01T11:17:58.4763204Z T=std::vector> 2022-12-01T11:17:58.4763263Z ] 2022-12-01T11:17:58.4763569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4763632Z with 2022-12-01T11:17:58.4763690Z [ 2022-12-01T11:17:58.4763826Z T=c10::either 2022-12-01T11:17:58.4763889Z ] 2022-12-01T11:17:58.4764211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4764273Z with 2022-12-01T11:17:58.4764329Z [ 2022-12-01T11:17:58.4764456Z T=c10::either 2022-12-01T11:17:58.4764517Z ] 2022-12-01T11:17:58.4764878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4764941Z with 2022-12-01T11:17:58.4765000Z [ 2022-12-01T11:17:58.4765135Z T=c10::either 2022-12-01T11:17:58.4765191Z ] 2022-12-01T11:17:58.4765631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4765695Z with 2022-12-01T11:17:58.4765752Z [ 2022-12-01T11:17:58.4765884Z T=c10::either 2022-12-01T11:17:58.4765940Z ] 2022-12-01T11:17:58.4766311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4766710Z 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-12-01T11:17:58.4767090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4767154Z with 2022-12-01T11:17:58.4767214Z [ 2022-12-01T11:17:58.4767350Z T=c10::either 2022-12-01T11:17:58.4767409Z ] 2022-12-01T11:17:58.4767702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4767764Z with 2022-12-01T11:17:58.4767823Z [ 2022-12-01T11:17:58.4767915Z T=at::StepCallbacks 2022-12-01T11:17:58.4767978Z ] 2022-12-01T11:17:58.4768352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4768413Z with 2022-12-01T11:17:58.4768473Z [ 2022-12-01T11:17:58.4768558Z T=at::StepCallbacks 2022-12-01T11:17:58.4768617Z ] 2022-12-01T11:17:58.4769029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4769093Z with 2022-12-01T11:17:58.4769151Z [ 2022-12-01T11:17:58.4769236Z T=at::StepCallbacks 2022-12-01T11:17:58.4769294Z ] 2022-12-01T11:17:58.4769671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4769737Z with 2022-12-01T11:17:58.4769795Z [ 2022-12-01T11:17:58.4769883Z T=at::StepCallbacks 2022-12-01T11:17:58.4769941Z ] 2022-12-01T11:17:58.4770277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4770620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4770957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4771017Z with 2022-12-01T11:17:58.4771075Z [ 2022-12-01T11:17:58.4771158Z T=at::StepCallbacks 2022-12-01T11:17:58.4771263Z ] 2022-12-01T11:17:58.4771564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4771625Z with 2022-12-01T11:17:58.4771683Z [ 2022-12-01T11:17:58.4771763Z T=c10::DimVector 2022-12-01T11:17:58.4771823Z ] 2022-12-01T11:17:58.4772130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4772191Z with 2022-12-01T11:17:58.4772249Z [ 2022-12-01T11:17:58.4772329Z T=c10::DimVector 2022-12-01T11:17:58.4772387Z ] 2022-12-01T11:17:58.4772787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4772853Z with 2022-12-01T11:17:58.4772911Z [ 2022-12-01T11:17:58.4772990Z T=c10::DimVector 2022-12-01T11:17:58.4773050Z ] 2022-12-01T11:17:58.4773438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4773500Z with 2022-12-01T11:17:58.4773558Z [ 2022-12-01T11:17:58.4773634Z T=c10::DimVector 2022-12-01T11:17:58.4773692Z ] 2022-12-01T11:17:58.4774005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4774336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4774739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4774791Z with 2022-12-01T11:17:58.4774849Z [ 2022-12-01T11:17:58.4774929Z T=c10::DimVector 2022-12-01T11:17:58.4774988Z ] 2022-12-01T11:17:58.4775334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4775402Z with 2022-12-01T11:17:58.4775460Z [ 2022-12-01T11:17:58.4775563Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4775621Z ] 2022-12-01T11:17:58.4775943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4776004Z with 2022-12-01T11:17:58.4776063Z [ 2022-12-01T11:17:58.4776163Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4776219Z ] 2022-12-01T11:17:58.4776568Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4776632Z with 2022-12-01T11:17:58.4776690Z [ 2022-12-01T11:17:58.4776789Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4776846Z ] 2022-12-01T11:17:58.4777233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4777347Z with 2022-12-01T11:17:58.4777403Z [ 2022-12-01T11:17:58.4777502Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4777560Z ] 2022-12-01T11:17:58.4777906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4778390Z 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-12-01T11:17:58.4778788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4778855Z with 2022-12-01T11:17:58.4778915Z [ 2022-12-01T11:17:58.4779013Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4779073Z ] 2022-12-01T11:17:58.4779379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4779440Z with 2022-12-01T11:17:58.4779488Z [ 2022-12-01T11:17:58.4779632Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4779690Z ] 2022-12-01T11:17:58.4780010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4780074Z with 2022-12-01T11:17:58.4780132Z [ 2022-12-01T11:17:58.4780277Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4780334Z ] 2022-12-01T11:17:58.4780692Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4780757Z with 2022-12-01T11:17:58.4780813Z [ 2022-12-01T11:17:58.4781000Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4781059Z ] 2022-12-01T11:17:58.4781445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4781509Z with 2022-12-01T11:17:58.4781569Z [ 2022-12-01T11:17:58.4781737Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4781802Z ] 2022-12-01T11:17:58.4782184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4782583Z 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-12-01T11:17:58.4782925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4782989Z with 2022-12-01T11:17:58.4783046Z [ 2022-12-01T11:17:58.4783184Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4783292Z ] 2022-12-01T11:17:58.4783600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4783665Z with 2022-12-01T11:17:58.4783725Z [ 2022-12-01T11:17:58.4783840Z T=std::tuple 2022-12-01T11:17:58.4783899Z ] 2022-12-01T11:17:58.4784224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4784284Z with 2022-12-01T11:17:58.4784345Z [ 2022-12-01T11:17:58.4784457Z T=std::tuple 2022-12-01T11:17:58.4784505Z ] 2022-12-01T11:17:58.4784910Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4784976Z with 2022-12-01T11:17:58.4785034Z [ 2022-12-01T11:17:58.4785149Z T=std::tuple 2022-12-01T11:17:58.4785207Z ] 2022-12-01T11:17:58.4785594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4785657Z with 2022-12-01T11:17:58.4785716Z [ 2022-12-01T11:17:58.4785829Z T=std::tuple 2022-12-01T11:17:58.4785888Z ] 2022-12-01T11:17:58.4786246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4786619Z 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-12-01T11:17:58.4786958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4787021Z with 2022-12-01T11:17:58.4787078Z [ 2022-12-01T11:17:58.4787195Z T=std::tuple 2022-12-01T11:17:58.4787297Z ] 2022-12-01T11:17:58.4787612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4787666Z with 2022-12-01T11:17:58.4787727Z [ 2022-12-01T11:17:58.4787826Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4787886Z ] 2022-12-01T11:17:58.4788204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4788272Z with 2022-12-01T11:17:58.4788377Z [ 2022-12-01T11:17:58.4788474Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4788534Z ] 2022-12-01T11:17:58.4788894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4788959Z with 2022-12-01T11:17:58.4789015Z [ 2022-12-01T11:17:58.4789106Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4789211Z ] 2022-12-01T11:17:58.4789599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4789659Z with 2022-12-01T11:17:58.4789707Z [ 2022-12-01T11:17:58.4789798Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4789860Z ] 2022-12-01T11:17:58.4790199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4790557Z 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-12-01T11:17:58.4790946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4791012Z with 2022-12-01T11:17:58.4791074Z [ 2022-12-01T11:17:58.4791168Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4791227Z ] 2022-12-01T11:17:58.4791532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4791591Z with 2022-12-01T11:17:58.4791649Z [ 2022-12-01T11:17:58.4791761Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4791820Z ] 2022-12-01T11:17:58.4792134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4792199Z with 2022-12-01T11:17:58.4792247Z [ 2022-12-01T11:17:58.4792359Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4792420Z ] 2022-12-01T11:17:58.4792783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4792845Z with 2022-12-01T11:17:58.4792905Z [ 2022-12-01T11:17:58.4793015Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4793076Z ] 2022-12-01T11:17:58.4793459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4793524Z with 2022-12-01T11:17:58.4793583Z [ 2022-12-01T11:17:58.4793693Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4793752Z ] 2022-12-01T11:17:58.4794154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4794515Z 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-12-01T11:17:58.4794898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4794963Z with 2022-12-01T11:17:58.4795022Z [ 2022-12-01T11:17:58.4795169Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4795231Z ] 2022-12-01T11:17:58.4795539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4795604Z with 2022-12-01T11:17:58.4795663Z [ 2022-12-01T11:17:58.4795772Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4795835Z ] 2022-12-01T11:17:58.4796152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4796216Z with 2022-12-01T11:17:58.4796273Z [ 2022-12-01T11:17:58.4796380Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4796438Z ] 2022-12-01T11:17:58.4796841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4796907Z with 2022-12-01T11:17:58.4796963Z [ 2022-12-01T11:17:58.4797060Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4797118Z ] 2022-12-01T11:17:58.4797511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4797574Z with 2022-12-01T11:17:58.4797633Z [ 2022-12-01T11:17:58.4797739Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4797797Z ] 2022-12-01T11:17:58.4798153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4798512Z 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-12-01T11:17:58.4798850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4798912Z with 2022-12-01T11:17:58.4798974Z [ 2022-12-01T11:17:58.4799080Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4799137Z ] 2022-12-01T11:17:58.4799443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4799508Z with 2022-12-01T11:17:58.4799568Z [ 2022-12-01T11:17:58.4799659Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4799708Z ] 2022-12-01T11:17:58.4800032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4800096Z with 2022-12-01T11:17:58.4800156Z [ 2022-12-01T11:17:58.4800298Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4800361Z ] 2022-12-01T11:17:58.4800719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4800781Z with 2022-12-01T11:17:58.4800838Z [ 2022-12-01T11:17:58.4800925Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4801074Z ] 2022-12-01T11:17:58.4801464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4801526Z with 2022-12-01T11:17:58.4801583Z [ 2022-12-01T11:17:58.4801668Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4801715Z ] 2022-12-01T11:17:58.4802051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4802393Z 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-12-01T11:17:58.4802776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4802843Z with 2022-12-01T11:17:58.4802903Z [ 2022-12-01T11:17:58.4802991Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4803050Z ] 2022-12-01T11:17:58.4803356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4803415Z with 2022-12-01T11:17:58.4803472Z [ 2022-12-01T11:17:58.4814395Z T=at::ThreadLocalState 2022-12-01T11:17:58.4814542Z ] 2022-12-01T11:17:58.4814925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4814990Z with 2022-12-01T11:17:58.4815056Z [ 2022-12-01T11:17:58.4815156Z T=at::ThreadLocalState 2022-12-01T11:17:58.4815217Z ] 2022-12-01T11:17:58.4815589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4815656Z with 2022-12-01T11:17:58.4815717Z [ 2022-12-01T11:17:58.4815812Z T=at::ThreadLocalState 2022-12-01T11:17:58.4815870Z ] 2022-12-01T11:17:58.4816267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4816327Z with 2022-12-01T11:17:58.4816385Z [ 2022-12-01T11:17:58.4816479Z T=at::ThreadLocalState 2022-12-01T11:17:58.4816540Z ] 2022-12-01T11:17:58.4816885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4817249Z 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-12-01T11:17:58.4817595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4817662Z with 2022-12-01T11:17:58.4817710Z [ 2022-12-01T11:17:58.4817804Z T=at::ThreadLocalState 2022-12-01T11:17:58.4817864Z ] 2022-12-01T11:17:58.4818759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4818821Z with 2022-12-01T11:17:58.4818880Z [ 2022-12-01T11:17:58.4818993Z T=std::shared_ptr 2022-12-01T11:17:58.4819052Z ] 2022-12-01T11:17:58.4819371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4819433Z with 2022-12-01T11:17:58.4819491Z [ 2022-12-01T11:17:58.4819600Z T=std::shared_ptr 2022-12-01T11:17:58.4819656Z ] 2022-12-01T11:17:58.4820083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4820147Z with 2022-12-01T11:17:58.4820194Z [ 2022-12-01T11:17:58.4820304Z T=std::shared_ptr 2022-12-01T11:17:58.4820362Z ] 2022-12-01T11:17:58.4820744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4820801Z with 2022-12-01T11:17:58.4820857Z [ 2022-12-01T11:17:58.4820966Z T=std::shared_ptr 2022-12-01T11:17:58.4821023Z ] 2022-12-01T11:17:58.4821374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4821724Z 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-12-01T11:17:58.4822095Z 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-12-01T11:17:58.4822437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4822498Z with 2022-12-01T11:17:58.4822556Z [ 2022-12-01T11:17:58.4822664Z T=std::shared_ptr 2022-12-01T11:17:58.4822721Z ] 2022-12-01T11:17:58.4823029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4823089Z with 2022-12-01T11:17:58.4823145Z [ 2022-12-01T11:17:58.4823232Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4823288Z ] 2022-12-01T11:17:58.4823601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4823663Z with 2022-12-01T11:17:58.4823722Z [ 2022-12-01T11:17:58.4823818Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4823875Z ] 2022-12-01T11:17:58.4824240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4824411Z with 2022-12-01T11:17:58.4824470Z [ 2022-12-01T11:17:58.4824566Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4824621Z ] 2022-12-01T11:17:58.4824999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4825060Z with 2022-12-01T11:17:58.4825118Z [ 2022-12-01T11:17:58.4825263Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4825312Z ] 2022-12-01T11:17:58.4825661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4826042Z 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-12-01T11:17:58.4826414Z 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-12-01T11:17:58.4826750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4826810Z with 2022-12-01T11:17:58.4826869Z [ 2022-12-01T11:17:58.4826964Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.4827023Z ] 2022-12-01T11:17:58.4827338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4827402Z with 2022-12-01T11:17:58.4827459Z [ 2022-12-01T11:17:58.4827544Z T=torch::jit::Method 2022-12-01T11:17:58.4827601Z ] 2022-12-01T11:17:58.4827914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4827974Z with 2022-12-01T11:17:58.4828032Z [ 2022-12-01T11:17:58.4828112Z T=torch::jit::Method 2022-12-01T11:17:58.4828169Z ] 2022-12-01T11:17:58.4828526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4828584Z with 2022-12-01T11:17:58.4828642Z [ 2022-12-01T11:17:58.4828726Z T=torch::jit::Method 2022-12-01T11:17:58.4828785Z ] 2022-12-01T11:17:58.4829167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4829230Z with 2022-12-01T11:17:58.4829279Z [ 2022-12-01T11:17:58.4829365Z T=torch::jit::Method 2022-12-01T11:17:58.4829421Z ] 2022-12-01T11:17:58.4829755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4830087Z 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-12-01T11:17:58.4830475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4830534Z with 2022-12-01T11:17:58.4830594Z [ 2022-12-01T11:17:58.4830679Z T=torch::jit::Method 2022-12-01T11:17:58.4830740Z ] 2022-12-01T11:17:58.4831044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4831105Z with 2022-12-01T11:17:58.4831161Z [ 2022-12-01T11:17:58.4831296Z T=std::vector> 2022-12-01T11:17:58.4831355Z ] 2022-12-01T11:17:58.4831717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4831782Z with 2022-12-01T11:17:58.4831830Z [ 2022-12-01T11:17:58.4831965Z T=std::vector> 2022-12-01T11:17:58.4832022Z ] 2022-12-01T11:17:58.4832384Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4832443Z with 2022-12-01T11:17:58.4832498Z [ 2022-12-01T11:17:58.4832631Z T=std::vector> 2022-12-01T11:17:58.4832689Z ] 2022-12-01T11:17:58.4833078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4833144Z with 2022-12-01T11:17:58.4833203Z [ 2022-12-01T11:17:58.4833337Z T=std::vector> 2022-12-01T11:17:58.4833393Z ] 2022-12-01T11:17:58.4833763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4834136Z 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-12-01T11:17:58.4834473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4834539Z with 2022-12-01T11:17:58.4834598Z [ 2022-12-01T11:17:58.4834730Z T=std::vector> 2022-12-01T11:17:58.4834778Z ] 2022-12-01T11:17:58.4835084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4835145Z with 2022-12-01T11:17:58.4835202Z [ 2022-12-01T11:17:58.4835365Z T=std::function 2022-12-01T11:17:58.4835422Z ] 2022-12-01T11:17:58.4835741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4835806Z with 2022-12-01T11:17:58.4835913Z [ 2022-12-01T11:17:58.4836078Z T=std::function 2022-12-01T11:17:58.4836136Z ] 2022-12-01T11:17:58.4836499Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4836559Z with 2022-12-01T11:17:58.4836617Z [ 2022-12-01T11:17:58.4836775Z T=std::function 2022-12-01T11:17:58.4836830Z ] 2022-12-01T11:17:58.4837215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4837277Z with 2022-12-01T11:17:58.4837328Z [ 2022-12-01T11:17:58.4837531Z T=std::function 2022-12-01T11:17:58.4837590Z ] 2022-12-01T11:17:58.4837985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4838397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4838738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4838805Z with 2022-12-01T11:17:58.4838866Z [ 2022-12-01T11:17:58.4839027Z T=std::function 2022-12-01T11:17:58.4839085Z ] 2022-12-01T11:17:58.4839394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4839455Z with 2022-12-01T11:17:58.4839511Z [ 2022-12-01T11:17:58.4839700Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4839758Z ] 2022-12-01T11:17:58.4840077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4840138Z with 2022-12-01T11:17:58.4840196Z [ 2022-12-01T11:17:58.4840385Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4840444Z ] 2022-12-01T11:17:58.4840794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4840908Z with 2022-12-01T11:17:58.4840971Z [ 2022-12-01T11:17:58.4841160Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4841218Z ] 2022-12-01T11:17:58.4841603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4841714Z with 2022-12-01T11:17:58.4841774Z [ 2022-12-01T11:17:58.4842012Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4842069Z ] 2022-12-01T11:17:58.4842490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4842942Z 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-12-01T11:17:58.4843279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4843342Z with 2022-12-01T11:17:58.4843401Z [ 2022-12-01T11:17:58.4843944Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.4844011Z ] 2022-12-01T11:17:58.4844323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4844386Z with 2022-12-01T11:17:58.4844445Z [ 2022-12-01T11:17:58.4844561Z T=std::vector> 2022-12-01T11:17:58.4844620Z ] 2022-12-01T11:17:58.4844941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4845004Z with 2022-12-01T11:17:58.4845060Z [ 2022-12-01T11:17:58.4845181Z T=std::vector> 2022-12-01T11:17:58.4845242Z ] 2022-12-01T11:17:58.4845605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4845667Z with 2022-12-01T11:17:58.4845723Z [ 2022-12-01T11:17:58.4845842Z T=std::vector> 2022-12-01T11:17:58.4845902Z ] 2022-12-01T11:17:58.4846284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4846347Z with 2022-12-01T11:17:58.4846403Z [ 2022-12-01T11:17:58.4846525Z T=std::vector> 2022-12-01T11:17:58.4846574Z ] 2022-12-01T11:17:58.4846927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4846991Z with 2022-12-01T11:17:58.4847048Z [ 2022-12-01T11:17:58.4847115Z T=double 2022-12-01T11:17:58.4847173Z ] 2022-12-01T11:17:58.4847563Z 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-12-01T11:17:58.4847624Z with 2022-12-01T11:17:58.4847680Z [ 2022-12-01T11:17:58.4847746Z T=double 2022-12-01T11:17:58.4847800Z ] 2022-12-01T11:17:58.4848142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4848246Z with 2022-12-01T11:17:58.4848303Z [ 2022-12-01T11:17:58.4848427Z T=std::vector> 2022-12-01T11:17:58.4848476Z ] 2022-12-01T11:17:58.4848782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4848842Z with 2022-12-01T11:17:58.4848899Z [ 2022-12-01T11:17:58.4849005Z T=std::tuple 2022-12-01T11:17:58.4849062Z ] 2022-12-01T11:17:58.4849382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4849445Z with 2022-12-01T11:17:58.4849504Z [ 2022-12-01T11:17:58.4849882Z T=std::tuple 2022-12-01T11:17:58.4849942Z ] 2022-12-01T11:17:58.4850313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4850373Z with 2022-12-01T11:17:58.4850428Z [ 2022-12-01T11:17:58.4850536Z T=std::tuple 2022-12-01T11:17:58.4850591Z ] 2022-12-01T11:17:58.4850963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4851024Z with 2022-12-01T11:17:58.4851084Z [ 2022-12-01T11:17:58.4851192Z T=std::tuple 2022-12-01T11:17:58.4851256Z ] 2022-12-01T11:17:58.4851609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4851990Z 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-12-01T11:17:58.4852326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4852387Z with 2022-12-01T11:17:58.4852445Z [ 2022-12-01T11:17:58.4852552Z T=std::tuple 2022-12-01T11:17:58.4852613Z ] 2022-12-01T11:17:58.4852914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4852972Z with 2022-12-01T11:17:58.4853027Z [ 2022-12-01T11:17:58.4853154Z T=std::vector> 2022-12-01T11:17:58.4853213Z ] 2022-12-01T11:17:58.4853532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4853594Z with 2022-12-01T11:17:58.4853643Z [ 2022-12-01T11:17:58.4853776Z T=std::vector> 2022-12-01T11:17:58.4853833Z ] 2022-12-01T11:17:58.4854192Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4854307Z with 2022-12-01T11:17:58.4854365Z [ 2022-12-01T11:17:58.4854491Z T=std::vector> 2022-12-01T11:17:58.4854547Z ] 2022-12-01T11:17:58.4854923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4854983Z with 2022-12-01T11:17:58.4855038Z [ 2022-12-01T11:17:58.4855168Z T=std::vector> 2022-12-01T11:17:58.4855223Z ] 2022-12-01T11:17:58.4855849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4856258Z 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-12-01T11:17:58.4856600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4856665Z with 2022-12-01T11:17:58.4856728Z [ 2022-12-01T11:17:58.4856858Z T=std::vector> 2022-12-01T11:17:58.4856907Z ] 2022-12-01T11:17:58.4857394Z [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-12-01T11:17:58.4857566Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-12-01T11:17:58.4857690Z Loading extension module inline_jit_extension... 2022-12-01T11:17:58.4857756Z ok (13.007s) 2022-12-01T11:17:58.4857960Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.000s) 2022-12-01T11:17:58.4858408Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.4858694Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict... 2022-12-01T11:17:58.4858995Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict\build.ninja... 2022-12-01T11:17:58.4859143Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:17:58.4859349Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.4860355Z [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_cpu\inline_jit_extension_with_functions_dict\main.cpp /Fomain.o 2022-12-01T11:17:58.4860557Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.4860700Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.4860710Z 2022-12-01T11:17:58.4861024Z 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-12-01T11:17:58.4861338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4861401Z with 2022-12-01T11:17:58.4861460Z [ 2022-12-01T11:17:58.4861534Z T=c10::SymInt 2022-12-01T11:17:58.4861594Z ] 2022-12-01T11:17:58.4862208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4862280Z with 2022-12-01T11:17:58.4862340Z [ 2022-12-01T11:17:58.4862419Z T=c10::SymInt 2022-12-01T11:17:58.4862477Z ] 2022-12-01T11:17:58.4862842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4862904Z with 2022-12-01T11:17:58.4862952Z [ 2022-12-01T11:17:58.4863029Z T=c10::SymInt 2022-12-01T11:17:58.4863090Z ] 2022-12-01T11:17:58.4863479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4863544Z with 2022-12-01T11:17:58.4863604Z [ 2022-12-01T11:17:58.4863680Z T=c10::SymInt 2022-12-01T11:17:58.4863736Z ] 2022-12-01T11:17:58.4864066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4864389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4864732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4864794Z with 2022-12-01T11:17:58.4864854Z [ 2022-12-01T11:17:58.4864929Z T=c10::SymInt 2022-12-01T11:17:58.4864986Z ] 2022-12-01T11:17:58.4865274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.4865576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4865638Z with 2022-12-01T11:17:58.4865686Z [ 2022-12-01T11:17:58.4865768Z T=at::TensorBase 2022-12-01T11:17:58.4865828Z ] 2022-12-01T11:17:58.4866146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4866210Z with 2022-12-01T11:17:58.4866315Z [ 2022-12-01T11:17:58.4866399Z T=at::TensorBase 2022-12-01T11:17:58.4866462Z ] 2022-12-01T11:17:58.4866821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4866881Z with 2022-12-01T11:17:58.4866940Z [ 2022-12-01T11:17:58.4867018Z T=at::TensorBase 2022-12-01T11:17:58.4867076Z ] 2022-12-01T11:17:58.4867459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4867518Z with 2022-12-01T11:17:58.4867565Z [ 2022-12-01T11:17:58.4867651Z T=at::TensorBase 2022-12-01T11:17:58.4867709Z ] 2022-12-01T11:17:58.4868279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4868620Z 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-12-01T11:17:58.4868966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4869029Z with 2022-12-01T11:17:58.4869087Z [ 2022-12-01T11:17:58.4869166Z T=at::TensorBase 2022-12-01T11:17:58.4869224Z ] 2022-12-01T11:17:58.4869520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4869583Z with 2022-12-01T11:17:58.4869643Z [ 2022-12-01T11:17:58.4869718Z T=at::Tensor 2022-12-01T11:17:58.4869780Z ] 2022-12-01T11:17:58.4870097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4870158Z with 2022-12-01T11:17:58.4870218Z [ 2022-12-01T11:17:58.4870294Z T=at::Tensor 2022-12-01T11:17:58.4870351Z ] 2022-12-01T11:17:58.4870713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4870774Z with 2022-12-01T11:17:58.4870832Z [ 2022-12-01T11:17:58.4870910Z T=at::Tensor 2022-12-01T11:17:58.4870959Z ] 2022-12-01T11:17:58.4871349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4871409Z with 2022-12-01T11:17:58.4871465Z [ 2022-12-01T11:17:58.4871540Z T=at::Tensor 2022-12-01T11:17:58.4871600Z ] 2022-12-01T11:17:58.4871924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4872316Z 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-12-01T11:17:58.4872713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4872774Z with 2022-12-01T11:17:58.4872834Z [ 2022-12-01T11:17:58.4872913Z T=at::Tensor 2022-12-01T11:17:58.4873011Z ] 2022-12-01T11:17:58.4873323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4873385Z with 2022-12-01T11:17:58.4873445Z [ 2022-12-01T11:17:58.4873525Z T=at::Generator 2022-12-01T11:17:58.4873573Z ] 2022-12-01T11:17:58.4873893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4873955Z with 2022-12-01T11:17:58.4874272Z [ 2022-12-01T11:17:58.4874357Z T=at::Generator 2022-12-01T11:17:58.4874413Z ] 2022-12-01T11:17:58.4874776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4874840Z with 2022-12-01T11:17:58.4874898Z [ 2022-12-01T11:17:58.4874977Z T=at::Generator 2022-12-01T11:17:58.4875035Z ] 2022-12-01T11:17:58.4875424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4875485Z with 2022-12-01T11:17:58.4875542Z [ 2022-12-01T11:17:58.4875623Z T=at::Generator 2022-12-01T11:17:58.4875672Z ] 2022-12-01T11:17:58.4875999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4876328Z 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-12-01T11:17:58.4876672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4876735Z with 2022-12-01T11:17:58.4876791Z [ 2022-12-01T11:17:58.4876870Z T=at::Generator 2022-12-01T11:17:58.4876931Z ] 2022-12-01T11:17:58.4877238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4877301Z with 2022-12-01T11:17:58.4877359Z [ 2022-12-01T11:17:58.4877435Z T=c10::Scalar 2022-12-01T11:17:58.4877495Z ] 2022-12-01T11:17:58.4877810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4877871Z with 2022-12-01T11:17:58.4877928Z [ 2022-12-01T11:17:58.4878003Z T=c10::Scalar 2022-12-01T11:17:58.4878050Z ] 2022-12-01T11:17:58.4878412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4878525Z with 2022-12-01T11:17:58.4878585Z [ 2022-12-01T11:17:58.4878659Z T=c10::Scalar 2022-12-01T11:17:58.4878716Z ] 2022-12-01T11:17:58.4879097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4879160Z with 2022-12-01T11:17:58.4879220Z [ 2022-12-01T11:17:58.4879296Z T=c10::Scalar 2022-12-01T11:17:58.4879356Z ] 2022-12-01T11:17:58.4879687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4880256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4880612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4880673Z with 2022-12-01T11:17:58.4880736Z [ 2022-12-01T11:17:58.4880811Z T=c10::Scalar 2022-12-01T11:17:58.4880859Z ] 2022-12-01T11:17:58.4881161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4881222Z with 2022-12-01T11:17:58.4881280Z [ 2022-12-01T11:17:58.4881356Z T=std::string 2022-12-01T11:17:58.4881413Z ] 2022-12-01T11:17:58.4881732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4881793Z with 2022-12-01T11:17:58.4881852Z [ 2022-12-01T11:17:58.4881929Z T=std::string 2022-12-01T11:17:58.4881987Z ] 2022-12-01T11:17:58.4882341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4882403Z with 2022-12-01T11:17:58.4882461Z [ 2022-12-01T11:17:58.4882535Z T=std::string 2022-12-01T11:17:58.4882582Z ] 2022-12-01T11:17:58.4882962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4883029Z with 2022-12-01T11:17:58.4883088Z [ 2022-12-01T11:17:58.4883160Z T=std::string 2022-12-01T11:17:58.4883216Z ] 2022-12-01T11:17:58.4883546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4883870Z 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-12-01T11:17:58.4884211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4884276Z with 2022-12-01T11:17:58.4884336Z [ 2022-12-01T11:17:58.4884412Z T=std::string 2022-12-01T11:17:58.4884521Z ] 2022-12-01T11:17:58.4884835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4884897Z with 2022-12-01T11:17:58.4884956Z [ 2022-12-01T11:17:58.4885049Z T=c10::QualifiedName 2022-12-01T11:17:58.4885096Z ] 2022-12-01T11:17:58.4885417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4885478Z with 2022-12-01T11:17:58.4885536Z [ 2022-12-01T11:17:58.4885623Z T=c10::QualifiedName 2022-12-01T11:17:58.4885680Z ] 2022-12-01T11:17:58.4886320Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4886391Z with 2022-12-01T11:17:58.4886450Z [ 2022-12-01T11:17:58.4886537Z T=c10::QualifiedName 2022-12-01T11:17:58.4886598Z ] 2022-12-01T11:17:58.4886984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4887050Z with 2022-12-01T11:17:58.4887112Z [ 2022-12-01T11:17:58.4887198Z T=c10::QualifiedName 2022-12-01T11:17:58.4887245Z ] 2022-12-01T11:17:58.4887580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4887918Z 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-12-01T11:17:58.4888264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4888328Z with 2022-12-01T11:17:58.4888386Z [ 2022-12-01T11:17:58.4888473Z T=c10::QualifiedName 2022-12-01T11:17:58.4888531Z ] 2022-12-01T11:17:58.4888831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4888890Z with 2022-12-01T11:17:58.4888949Z [ 2022-12-01T11:17:58.4889080Z T=std::shared_ptr 2022-12-01T11:17:58.4889141Z ] 2022-12-01T11:17:58.4889461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4889525Z with 2022-12-01T11:17:58.4889586Z [ 2022-12-01T11:17:58.4889718Z T=std::shared_ptr 2022-12-01T11:17:58.4889776Z ] 2022-12-01T11:17:58.4890128Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4890193Z with 2022-12-01T11:17:58.4890251Z [ 2022-12-01T11:17:58.4890380Z T=std::shared_ptr 2022-12-01T11:17:58.4890438Z ] 2022-12-01T11:17:58.4890833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4890943Z with 2022-12-01T11:17:58.4891002Z [ 2022-12-01T11:17:58.4891129Z T=std::shared_ptr 2022-12-01T11:17:58.4891189Z ] 2022-12-01T11:17:58.4891557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4891922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.4892315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4892380Z with 2022-12-01T11:17:58.4892440Z [ 2022-12-01T11:17:58.4892568Z T=std::shared_ptr 2022-12-01T11:17:58.4892627Z ] 2022-12-01T11:17:58.4892934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4892999Z with 2022-12-01T11:17:58.4893046Z [ 2022-12-01T11:17:58.4893173Z T=std::weak_ptr 2022-12-01T11:17:58.4893233Z ] 2022-12-01T11:17:58.4893553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4893618Z with 2022-12-01T11:17:58.4893678Z [ 2022-12-01T11:17:58.4893805Z T=std::weak_ptr 2022-12-01T11:17:58.4893863Z ] 2022-12-01T11:17:58.4894220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4894285Z with 2022-12-01T11:17:58.4894347Z [ 2022-12-01T11:17:58.4894474Z T=std::weak_ptr 2022-12-01T11:17:58.4894532Z ] 2022-12-01T11:17:58.4894912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4894975Z with 2022-12-01T11:17:58.4895036Z [ 2022-12-01T11:17:58.4895151Z T=std::weak_ptr 2022-12-01T11:17:58.4895212Z ] 2022-12-01T11:17:58.4895577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4895939Z 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-12-01T11:17:58.4896281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4896345Z with 2022-12-01T11:17:58.4896402Z [ 2022-12-01T11:17:58.4896576Z T=std::weak_ptr 2022-12-01T11:17:58.4896635Z ] 2022-12-01T11:17:58.4896940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4897004Z with 2022-12-01T11:17:58.4897064Z [ 2022-12-01T11:17:58.4897222Z T=std::vector> 2022-12-01T11:17:58.4897283Z ] 2022-12-01T11:17:58.4897603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4897666Z with 2022-12-01T11:17:58.4897728Z [ 2022-12-01T11:17:58.4897880Z T=std::vector> 2022-12-01T11:17:58.4897931Z ] 2022-12-01T11:17:58.4898440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4898510Z with 2022-12-01T11:17:58.4898569Z [ 2022-12-01T11:17:58.4898722Z T=std::vector> 2022-12-01T11:17:58.4898781Z ] 2022-12-01T11:17:58.4899169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4899232Z with 2022-12-01T11:17:58.4899290Z [ 2022-12-01T11:17:58.4899438Z T=std::vector> 2022-12-01T11:17:58.4899497Z ] 2022-12-01T11:17:58.4899880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4900259Z 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-12-01T11:17:58.4900601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4900664Z with 2022-12-01T11:17:58.4900729Z [ 2022-12-01T11:17:58.4900879Z T=std::vector> 2022-12-01T11:17:58.4900937Z ] 2022-12-01T11:17:58.4901247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4901309Z with 2022-12-01T11:17:58.4901357Z [ 2022-12-01T11:17:58.4901476Z T=std::vector> 2022-12-01T11:17:58.4901534Z ] 2022-12-01T11:17:58.4901856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4901919Z with 2022-12-01T11:17:58.4901976Z [ 2022-12-01T11:17:58.4902091Z T=std::vector> 2022-12-01T11:17:58.4902150Z ] 2022-12-01T11:17:58.4902518Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4902628Z with 2022-12-01T11:17:58.4902688Z [ 2022-12-01T11:17:58.4902808Z T=std::vector> 2022-12-01T11:17:58.4902867Z ] 2022-12-01T11:17:58.4903252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4903315Z with 2022-12-01T11:17:58.4903373Z [ 2022-12-01T11:17:58.4903477Z T=std::vector> 2022-12-01T11:17:58.4903534Z ] 2022-12-01T11:17:58.4903888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4904281Z 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-12-01T11:17:58.4904624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4904686Z with 2022-12-01T11:17:58.4904746Z [ 2022-12-01T11:17:58.4904863Z T=std::vector> 2022-12-01T11:17:58.4904925Z ] 2022-12-01T11:17:58.4905230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4905294Z with 2022-12-01T11:17:58.4905357Z [ 2022-12-01T11:17:58.4905528Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4905589Z ] 2022-12-01T11:17:58.4905911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4905974Z with 2022-12-01T11:17:58.4906031Z [ 2022-12-01T11:17:58.4906198Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4906256Z ] 2022-12-01T11:17:58.4906603Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4906665Z with 2022-12-01T11:17:58.4906722Z [ 2022-12-01T11:17:58.4906889Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4906948Z ] 2022-12-01T11:17:58.4907335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4907398Z with 2022-12-01T11:17:58.4907461Z [ 2022-12-01T11:17:58.4907628Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4907690Z ] 2022-12-01T11:17:58.4908083Z C:\actions-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-12-01T11:17:58.4908523Z 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-12-01T11:17:58.4908854Z 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-12-01T11:17:58.4909199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4909265Z with 2022-12-01T11:17:58.4909329Z [ 2022-12-01T11:17:58.4909494Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4909552Z ] 2022-12-01T11:17:58.4909903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4909966Z with 2022-12-01T11:17:58.4910020Z [ 2022-12-01T11:17:58.4910178Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4910226Z ] 2022-12-01T11:17:58.4910544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4910607Z with 2022-12-01T11:17:58.4910667Z [ 2022-12-01T11:17:58.4910825Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4910890Z ] 2022-12-01T11:17:58.4911254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4911318Z with 2022-12-01T11:17:58.4911376Z [ 2022-12-01T11:17:58.4911532Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4911592Z ] 2022-12-01T11:17:58.4911975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4912035Z with 2022-12-01T11:17:58.4912094Z [ 2022-12-01T11:17:58.4912251Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4912308Z ] 2022-12-01T11:17:58.4912697Z C:\actions-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-12-01T11:17:58.4913075Z 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-12-01T11:17:58.4913390Z 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-12-01T11:17:58.4913729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4913793Z with 2022-12-01T11:17:58.4913842Z [ 2022-12-01T11:17:58.4914325Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.4914388Z ] 2022-12-01T11:17:58.4914697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4914760Z with 2022-12-01T11:17:58.4914822Z [ 2022-12-01T11:17:58.4914948Z T=std::vector> 2022-12-01T11:17:58.4915007Z ] 2022-12-01T11:17:58.4915330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4915394Z with 2022-12-01T11:17:58.4915453Z [ 2022-12-01T11:17:58.4915577Z T=std::vector> 2022-12-01T11:17:58.4915639Z ] 2022-12-01T11:17:58.4916048Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4916112Z with 2022-12-01T11:17:58.4916169Z [ 2022-12-01T11:17:58.4916291Z T=std::vector> 2022-12-01T11:17:58.4916339Z ] 2022-12-01T11:17:58.4916728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4916791Z with 2022-12-01T11:17:58.4916850Z [ 2022-12-01T11:17:58.4916970Z T=std::vector> 2022-12-01T11:17:58.4917029Z ] 2022-12-01T11:17:58.4917384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4917739Z 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-12-01T11:17:58.4918077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4918141Z with 2022-12-01T11:17:58.4918200Z [ 2022-12-01T11:17:58.4918320Z T=std::vector> 2022-12-01T11:17:58.4918378Z ] 2022-12-01T11:17:58.4918688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4918753Z with 2022-12-01T11:17:58.4918813Z [ 2022-12-01T11:17:58.4918964Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4919022Z ] 2022-12-01T11:17:58.4919329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4919389Z with 2022-12-01T11:17:58.4919448Z [ 2022-12-01T11:17:58.4919595Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4919654Z ] 2022-12-01T11:17:58.4920014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4920126Z with 2022-12-01T11:17:58.4920186Z [ 2022-12-01T11:17:58.4920335Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4920395Z ] 2022-12-01T11:17:58.4920785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4920847Z with 2022-12-01T11:17:58.4920906Z [ 2022-12-01T11:17:58.4921054Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4921115Z ] 2022-12-01T11:17:58.4921499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4921948Z 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-12-01T11:17:58.4922338Z 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-12-01T11:17:58.4922678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4922742Z with 2022-12-01T11:17:58.4922803Z [ 2022-12-01T11:17:58.4922941Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.4923003Z ] 2022-12-01T11:17:58.4923316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4923381Z with 2022-12-01T11:17:58.4923441Z [ 2022-12-01T11:17:58.4923590Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4923650Z ] 2022-12-01T11:17:58.4923971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4924034Z with 2022-12-01T11:17:58.4924090Z [ 2022-12-01T11:17:58.4924239Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4924299Z ] 2022-12-01T11:17:58.4924660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4924724Z with 2022-12-01T11:17:58.4924779Z [ 2022-12-01T11:17:58.4924928Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4924986Z ] 2022-12-01T11:17:58.4925361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4925425Z with 2022-12-01T11:17:58.4925486Z [ 2022-12-01T11:17:58.4925634Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4925692Z ] 2022-12-01T11:17:58.4926074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4926523Z 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-12-01T11:17:58.4926910Z 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-12-01T11:17:58.4927250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4927313Z with 2022-12-01T11:17:58.4927374Z [ 2022-12-01T11:17:58.4927564Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.4927627Z ] 2022-12-01T11:17:58.4927933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4927996Z with 2022-12-01T11:17:58.4928056Z [ 2022-12-01T11:17:58.4928159Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4928218Z ] 2022-12-01T11:17:58.4928614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4928680Z with 2022-12-01T11:17:58.4928727Z [ 2022-12-01T11:17:58.4928832Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4928891Z ] 2022-12-01T11:17:58.4929301Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4929366Z with 2022-12-01T11:17:58.4929426Z [ 2022-12-01T11:17:58.4929533Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4929588Z ] 2022-12-01T11:17:58.4929975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4930038Z with 2022-12-01T11:17:58.4930097Z [ 2022-12-01T11:17:58.4930198Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4930259Z ] 2022-12-01T11:17:58.4930617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4930954Z 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-12-01T11:17:58.4931019Z with 2022-12-01T11:17:58.4931079Z [ 2022-12-01T11:17:58.4931169Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4931229Z ] 2022-12-01T11:17:58.4931606Z 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-12-01T11:17:58.4931952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4932068Z with 2022-12-01T11:17:58.4932131Z [ 2022-12-01T11:17:58.4932231Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.4932289Z ] 2022-12-01T11:17:58.4932591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4932649Z with 2022-12-01T11:17:58.4932707Z [ 2022-12-01T11:17:58.4932896Z T=std::vector> 2022-12-01T11:17:58.4932953Z ] 2022-12-01T11:17:58.4933275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4933338Z with 2022-12-01T11:17:58.4933401Z [ 2022-12-01T11:17:58.4933632Z T=std::vector> 2022-12-01T11:17:58.4933681Z ] 2022-12-01T11:17:58.4934043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4934107Z with 2022-12-01T11:17:58.4934170Z [ 2022-12-01T11:17:58.4934358Z T=std::vector> 2022-12-01T11:17:58.4934421Z ] 2022-12-01T11:17:58.4934807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4934872Z with 2022-12-01T11:17:58.4934936Z [ 2022-12-01T11:17:58.4935120Z T=std::vector> 2022-12-01T11:17:58.4935179Z ] 2022-12-01T11:17:58.4935593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4936007Z 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-12-01T11:17:58.4936354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4936421Z with 2022-12-01T11:17:58.4936479Z [ 2022-12-01T11:17:58.4936668Z T=std::vector> 2022-12-01T11:17:58.4936725Z ] 2022-12-01T11:17:58.4937028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4937087Z with 2022-12-01T11:17:58.4937147Z [ 2022-12-01T11:17:58.4937243Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4937291Z ] 2022-12-01T11:17:58.4937609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4937714Z with 2022-12-01T11:17:58.4937773Z [ 2022-12-01T11:17:58.4937872Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4937931Z ] 2022-12-01T11:17:58.4938371Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4938433Z with 2022-12-01T11:17:58.4938492Z [ 2022-12-01T11:17:58.4938585Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4938644Z ] 2022-12-01T11:17:58.4939035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4939099Z with 2022-12-01T11:17:58.4939159Z [ 2022-12-01T11:17:58.4939257Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4939356Z ] 2022-12-01T11:17:58.4939704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4940057Z 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-12-01T11:17:58.4940398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4940460Z with 2022-12-01T11:17:58.4940520Z [ 2022-12-01T11:17:58.4940609Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.4940667Z ] 2022-12-01T11:17:58.4940974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4941039Z with 2022-12-01T11:17:58.4941099Z [ 2022-12-01T11:17:58.4941179Z T=c10::IValue 2022-12-01T11:17:58.4941243Z ] 2022-12-01T11:17:58.4941558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4941621Z with 2022-12-01T11:17:58.4941679Z [ 2022-12-01T11:17:58.4941759Z T=c10::IValue 2022-12-01T11:17:58.4941807Z ] 2022-12-01T11:17:58.4942166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4942231Z with 2022-12-01T11:17:58.4942289Z [ 2022-12-01T11:17:58.4942361Z T=c10::IValue 2022-12-01T11:17:58.4942417Z ] 2022-12-01T11:17:58.4942800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4942861Z with 2022-12-01T11:17:58.4942919Z [ 2022-12-01T11:17:58.4942990Z T=c10::IValue 2022-12-01T11:17:58.4943051Z ] 2022-12-01T11:17:58.4943375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4943715Z 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-12-01T11:17:58.4944102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4944165Z with 2022-12-01T11:17:58.4944225Z [ 2022-12-01T11:17:58.4944299Z T=c10::IValue 2022-12-01T11:17:58.4944358Z ] 2022-12-01T11:17:58.4944663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4944722Z with 2022-12-01T11:17:58.4944779Z [ 2022-12-01T11:17:58.4944859Z T=c10::AliasInfo 2022-12-01T11:17:58.4944908Z ] 2022-12-01T11:17:58.4945270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4945335Z with 2022-12-01T11:17:58.4945397Z [ 2022-12-01T11:17:58.4945472Z T=c10::AliasInfo 2022-12-01T11:17:58.4945529Z ] 2022-12-01T11:17:58.4945889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4945949Z with 2022-12-01T11:17:58.4946005Z [ 2022-12-01T11:17:58.4946083Z T=c10::AliasInfo 2022-12-01T11:17:58.4946141Z ] 2022-12-01T11:17:58.4946529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4946592Z with 2022-12-01T11:17:58.4946650Z [ 2022-12-01T11:17:58.4946727Z T=c10::AliasInfo 2022-12-01T11:17:58.4946774Z ] 2022-12-01T11:17:58.4947100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4947430Z 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-12-01T11:17:58.4947770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4947833Z with 2022-12-01T11:17:58.4947892Z [ 2022-12-01T11:17:58.4947971Z T=c10::AliasInfo 2022-12-01T11:17:58.4948031Z ] 2022-12-01T11:17:58.4948338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4948399Z with 2022-12-01T11:17:58.4948456Z [ 2022-12-01T11:17:58.4948590Z T=std::vector> 2022-12-01T11:17:58.4948648Z ] 2022-12-01T11:17:58.4948967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4949029Z with 2022-12-01T11:17:58.4949087Z [ 2022-12-01T11:17:58.4949217Z T=std::vector> 2022-12-01T11:17:58.4949264Z ] 2022-12-01T11:17:58.4949626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4949734Z with 2022-12-01T11:17:58.4949791Z [ 2022-12-01T11:17:58.4949922Z T=std::vector> 2022-12-01T11:17:58.4949979Z ] 2022-12-01T11:17:58.4950367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4950430Z with 2022-12-01T11:17:58.4950488Z [ 2022-12-01T11:17:58.4950617Z T=std::vector> 2022-12-01T11:17:58.4950675Z ] 2022-12-01T11:17:58.4951068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.4951136Z with 2022-12-01T11:17:58.4951194Z [ 2022-12-01T11:17:58.4951271Z T=c10::SymInt 2022-12-01T11:17:58.4951327Z ] 2022-12-01T11:17:58.4951668Z 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-12-01T11:17:58.4951727Z with 2022-12-01T11:17:58.4951775Z [ 2022-12-01T11:17:58.4951850Z T=c10::SymInt 2022-12-01T11:17:58.4951908Z ] 2022-12-01T11:17:58.4952280Z 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-12-01T11:17:58.4952706Z 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-12-01T11:17:58.4953044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4953101Z with 2022-12-01T11:17:58.4953161Z [ 2022-12-01T11:17:58.4953291Z T=std::vector> 2022-12-01T11:17:58.4953349Z ] 2022-12-01T11:17:58.4953651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4953715Z with 2022-12-01T11:17:58.4953775Z [ 2022-12-01T11:17:58.4953912Z T=c10::either 2022-12-01T11:17:58.4953968Z ] 2022-12-01T11:17:58.4954288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4954348Z with 2022-12-01T11:17:58.4954395Z [ 2022-12-01T11:17:58.4954530Z T=c10::either 2022-12-01T11:17:58.4954585Z ] 2022-12-01T11:17:58.4954944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4955007Z with 2022-12-01T11:17:58.4955065Z [ 2022-12-01T11:17:58.4955250Z T=c10::either 2022-12-01T11:17:58.4955309Z ] 2022-12-01T11:17:58.4955691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4955754Z with 2022-12-01T11:17:58.4955809Z [ 2022-12-01T11:17:58.4955944Z T=c10::either 2022-12-01T11:17:58.4956003Z ] 2022-12-01T11:17:58.4956372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4956815Z 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-12-01T11:17:58.4957156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4957219Z with 2022-12-01T11:17:58.4957277Z [ 2022-12-01T11:17:58.4957412Z T=c10::either 2022-12-01T11:17:58.4957469Z ] 2022-12-01T11:17:58.4957764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4957826Z with 2022-12-01T11:17:58.4957885Z [ 2022-12-01T11:17:58.4957974Z T=at::StepCallbacks 2022-12-01T11:17:58.4958036Z ] 2022-12-01T11:17:58.4958353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4958415Z with 2022-12-01T11:17:58.4958473Z [ 2022-12-01T11:17:58.4958560Z T=at::StepCallbacks 2022-12-01T11:17:58.4958616Z ] 2022-12-01T11:17:58.4958970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4959031Z with 2022-12-01T11:17:58.4959087Z [ 2022-12-01T11:17:58.4959170Z T=at::StepCallbacks 2022-12-01T11:17:58.4959226Z ] 2022-12-01T11:17:58.4959598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4959663Z with 2022-12-01T11:17:58.4959723Z [ 2022-12-01T11:17:58.4959810Z T=at::StepCallbacks 2022-12-01T11:17:58.4959866Z ] 2022-12-01T11:17:58.4960204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4960551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4960890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4960998Z with 2022-12-01T11:17:58.4961060Z [ 2022-12-01T11:17:58.4961147Z T=at::StepCallbacks 2022-12-01T11:17:58.4961205Z ] 2022-12-01T11:17:58.4961504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4961564Z with 2022-12-01T11:17:58.4961619Z [ 2022-12-01T11:17:58.4961699Z T=c10::DimVector 2022-12-01T11:17:58.4961756Z ] 2022-12-01T11:17:58.4962064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4962126Z with 2022-12-01T11:17:58.4962183Z [ 2022-12-01T11:17:58.4962262Z T=c10::DimVector 2022-12-01T11:17:58.4962321Z ] 2022-12-01T11:17:58.4962726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4962792Z with 2022-12-01T11:17:58.4962850Z [ 2022-12-01T11:17:58.4962927Z T=c10::DimVector 2022-12-01T11:17:58.4962985Z ] 2022-12-01T11:17:58.4963370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4963430Z with 2022-12-01T11:17:58.4963486Z [ 2022-12-01T11:17:58.4963562Z T=c10::DimVector 2022-12-01T11:17:58.4963619Z ] 2022-12-01T11:17:58.4963936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4964269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.4964609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4964672Z with 2022-12-01T11:17:58.4964730Z [ 2022-12-01T11:17:58.4964810Z T=c10::DimVector 2022-12-01T11:17:58.4964869Z ] 2022-12-01T11:17:58.4965173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4965234Z with 2022-12-01T11:17:58.4965294Z [ 2022-12-01T11:17:58.4965391Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4965449Z ] 2022-12-01T11:17:58.4965760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4965822Z with 2022-12-01T11:17:58.4965878Z [ 2022-12-01T11:17:58.4965976Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4966033Z ] 2022-12-01T11:17:58.4966381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4966441Z with 2022-12-01T11:17:58.4966495Z [ 2022-12-01T11:17:58.4966593Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4966695Z ] 2022-12-01T11:17:58.4967080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4967142Z with 2022-12-01T11:17:58.4967199Z [ 2022-12-01T11:17:58.4967297Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4967356Z ] 2022-12-01T11:17:58.4967697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4968062Z 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-12-01T11:17:58.4968441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4968502Z with 2022-12-01T11:17:58.4968559Z [ 2022-12-01T11:17:58.4968655Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.4968713Z ] 2022-12-01T11:17:58.4969018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4969078Z with 2022-12-01T11:17:58.4969126Z [ 2022-12-01T11:17:58.4969263Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4969321Z ] 2022-12-01T11:17:58.4969640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4969709Z with 2022-12-01T11:17:58.4969767Z [ 2022-12-01T11:17:58.4969906Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4969965Z ] 2022-12-01T11:17:58.4970326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4970385Z with 2022-12-01T11:17:58.4970442Z [ 2022-12-01T11:17:58.4970577Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4970633Z ] 2022-12-01T11:17:58.4971015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4971078Z with 2022-12-01T11:17:58.4971135Z [ 2022-12-01T11:17:58.4971260Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4971319Z ] 2022-12-01T11:17:58.4971698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4972096Z 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-12-01T11:17:58.4972435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4972544Z with 2022-12-01T11:17:58.4972608Z [ 2022-12-01T11:17:58.4972752Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.4972813Z ] 2022-12-01T11:17:58.4973117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4973180Z with 2022-12-01T11:17:58.4973236Z [ 2022-12-01T11:17:58.4973352Z T=std::tuple 2022-12-01T11:17:58.4973411Z ] 2022-12-01T11:17:58.4973729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4973788Z with 2022-12-01T11:17:58.4973847Z [ 2022-12-01T11:17:58.4973957Z T=std::tuple 2022-12-01T11:17:58.4974007Z ] 2022-12-01T11:17:58.4974410Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4974472Z with 2022-12-01T11:17:58.4974528Z [ 2022-12-01T11:17:58.4974643Z T=std::tuple 2022-12-01T11:17:58.4974703Z ] 2022-12-01T11:17:58.4975087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4975148Z with 2022-12-01T11:17:58.4975207Z [ 2022-12-01T11:17:58.4975320Z T=std::tuple 2022-12-01T11:17:58.4975377Z ] 2022-12-01T11:17:58.4975731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4976103Z 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-12-01T11:17:58.4976437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4976499Z with 2022-12-01T11:17:58.4976560Z [ 2022-12-01T11:17:58.4976671Z T=std::tuple 2022-12-01T11:17:58.4976730Z ] 2022-12-01T11:17:58.4977034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4977087Z with 2022-12-01T11:17:58.4977145Z [ 2022-12-01T11:17:58.4977236Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4977293Z ] 2022-12-01T11:17:58.4977610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4977671Z with 2022-12-01T11:17:58.4977729Z [ 2022-12-01T11:17:58.4977819Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4977878Z ] 2022-12-01T11:17:58.4978325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4978442Z with 2022-12-01T11:17:58.4978504Z [ 2022-12-01T11:17:58.4978598Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4978656Z ] 2022-12-01T11:17:58.4979043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4979094Z with 2022-12-01T11:17:58.4979152Z [ 2022-12-01T11:17:58.4979241Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4979299Z ] 2022-12-01T11:17:58.4979640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4980040Z 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-12-01T11:17:58.4980378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4980440Z with 2022-12-01T11:17:58.4980496Z [ 2022-12-01T11:17:58.4980592Z T=torch::jit::SourceRange 2022-12-01T11:17:58.4980650Z ] 2022-12-01T11:17:58.4980956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4981017Z with 2022-12-01T11:17:58.4981076Z [ 2022-12-01T11:17:58.4981188Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4981248Z ] 2022-12-01T11:17:58.4981569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4981632Z with 2022-12-01T11:17:58.4981679Z [ 2022-12-01T11:17:58.4981790Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4981847Z ] 2022-12-01T11:17:58.4982209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4982268Z with 2022-12-01T11:17:58.4982323Z [ 2022-12-01T11:17:58.4982432Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4982490Z ] 2022-12-01T11:17:58.4982879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4982945Z with 2022-12-01T11:17:58.4983002Z [ 2022-12-01T11:17:58.4983111Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4983170Z ] 2022-12-01T11:17:58.4983526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4983879Z 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-12-01T11:17:58.4984216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4984326Z with 2022-12-01T11:17:58.4984385Z [ 2022-12-01T11:17:58.4984484Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.4984541Z ] 2022-12-01T11:17:58.4984850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4984913Z with 2022-12-01T11:17:58.4984969Z [ 2022-12-01T11:17:58.4985077Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4985136Z ] 2022-12-01T11:17:58.4985452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4985512Z with 2022-12-01T11:17:58.4985570Z [ 2022-12-01T11:17:58.4985675Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4985778Z ] 2022-12-01T11:17:58.4986142Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4986206Z with 2022-12-01T11:17:58.4986264Z [ 2022-12-01T11:17:58.4986359Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4986415Z ] 2022-12-01T11:17:58.4986798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4986861Z with 2022-12-01T11:17:58.4986918Z [ 2022-12-01T11:17:58.4987024Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4987078Z ] 2022-12-01T11:17:58.4987426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4987779Z 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-12-01T11:17:58.4988110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4988170Z with 2022-12-01T11:17:58.4988227Z [ 2022-12-01T11:17:58.4988335Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.4988391Z ] 2022-12-01T11:17:58.4988698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4988758Z with 2022-12-01T11:17:58.4988818Z [ 2022-12-01T11:17:58.4988908Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4988955Z ] 2022-12-01T11:17:58.4989278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4989340Z with 2022-12-01T11:17:58.4989398Z [ 2022-12-01T11:17:58.4989486Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4989541Z ] 2022-12-01T11:17:58.4989898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4990006Z with 2022-12-01T11:17:58.4990062Z [ 2022-12-01T11:17:58.4990148Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4990207Z ] 2022-12-01T11:17:58.4990588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4990645Z with 2022-12-01T11:17:58.4990702Z [ 2022-12-01T11:17:58.4990786Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4990832Z ] 2022-12-01T11:17:58.4991162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4991544Z 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-12-01T11:17:58.4991884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4991948Z with 2022-12-01T11:17:58.4992008Z [ 2022-12-01T11:17:58.4992095Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.4992155Z ] 2022-12-01T11:17:58.4992458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4992515Z with 2022-12-01T11:17:58.4992574Z [ 2022-12-01T11:17:58.4992664Z T=at::ThreadLocalState 2022-12-01T11:17:58.4992723Z ] 2022-12-01T11:17:58.4993041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4993101Z with 2022-12-01T11:17:58.4993160Z [ 2022-12-01T11:17:58.4993249Z T=at::ThreadLocalState 2022-12-01T11:17:58.4993296Z ] 2022-12-01T11:17:58.4993654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4993717Z with 2022-12-01T11:17:58.4993775Z [ 2022-12-01T11:17:58.4993866Z T=at::ThreadLocalState 2022-12-01T11:17:58.4993922Z ] 2022-12-01T11:17:58.4994310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4994376Z with 2022-12-01T11:17:58.4994435Z [ 2022-12-01T11:17:58.4994523Z T=at::ThreadLocalState 2022-12-01T11:17:58.4994581Z ] 2022-12-01T11:17:58.4994919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.4995280Z 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-12-01T11:17:58.4995616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4995680Z with 2022-12-01T11:17:58.4995780Z [ 2022-12-01T11:17:58.4995873Z T=at::ThreadLocalState 2022-12-01T11:17:58.4995928Z ] 2022-12-01T11:17:58.4996223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4996283Z with 2022-12-01T11:17:58.4996341Z [ 2022-12-01T11:17:58.4996455Z T=std::shared_ptr 2022-12-01T11:17:58.4996513Z ] 2022-12-01T11:17:58.4996832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.4996893Z with 2022-12-01T11:17:58.4996952Z [ 2022-12-01T11:17:58.4997062Z T=std::shared_ptr 2022-12-01T11:17:58.4997117Z ] 2022-12-01T11:17:58.4997517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.4997581Z with 2022-12-01T11:17:58.4997639Z [ 2022-12-01T11:17:58.4997750Z T=std::shared_ptr 2022-12-01T11:17:58.4997805Z ] 2022-12-01T11:17:58.4998187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.4998239Z with 2022-12-01T11:17:58.4998297Z [ 2022-12-01T11:17:58.4998408Z T=std::shared_ptr 2022-12-01T11:17:58.4998467Z ] 2022-12-01T11:17:58.4998818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.4999161Z 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-12-01T11:17:58.4999531Z 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-12-01T11:17:58.4999875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.4999935Z with 2022-12-01T11:17:58.4999995Z [ 2022-12-01T11:17:58.5000106Z T=std::shared_ptr 2022-12-01T11:17:58.5000171Z ] 2022-12-01T11:17:58.5000474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5000537Z with 2022-12-01T11:17:58.5000595Z [ 2022-12-01T11:17:58.5000693Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5000751Z ] 2022-12-01T11:17:58.5001062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5001123Z with 2022-12-01T11:17:58.5001170Z [ 2022-12-01T11:17:58.5001264Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5001324Z ] 2022-12-01T11:17:58.5001681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5001783Z with 2022-12-01T11:17:58.5001842Z [ 2022-12-01T11:17:58.5001935Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5001992Z ] 2022-12-01T11:17:58.5002370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5002431Z with 2022-12-01T11:17:58.5002490Z [ 2022-12-01T11:17:58.5002584Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5002640Z ] 2022-12-01T11:17:58.5003026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5003367Z 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-12-01T11:17:58.5003734Z 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-12-01T11:17:58.5004071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5004133Z with 2022-12-01T11:17:58.5004190Z [ 2022-12-01T11:17:58.5004275Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5004333Z ] 2022-12-01T11:17:58.5004635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5004695Z with 2022-12-01T11:17:58.5004749Z [ 2022-12-01T11:17:58.5004837Z T=torch::jit::Method 2022-12-01T11:17:58.5004895Z ] 2022-12-01T11:17:58.5005217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5005282Z with 2022-12-01T11:17:58.5005340Z [ 2022-12-01T11:17:58.5005424Z T=torch::jit::Method 2022-12-01T11:17:58.5005482Z ] 2022-12-01T11:17:58.5005835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5005898Z with 2022-12-01T11:17:58.5005954Z [ 2022-12-01T11:17:58.5006027Z T=torch::jit::Method 2022-12-01T11:17:58.5006083Z ] 2022-12-01T11:17:58.5006466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5006528Z with 2022-12-01T11:17:58.5006583Z [ 2022-12-01T11:17:58.5006665Z T=torch::jit::Method 2022-12-01T11:17:58.5006720Z ] 2022-12-01T11:17:58.5007052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5007389Z 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-12-01T11:17:58.5008105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5008170Z with 2022-12-01T11:17:58.5008231Z [ 2022-12-01T11:17:58.5008318Z T=torch::jit::Method 2022-12-01T11:17:58.5008378Z ] 2022-12-01T11:17:58.5008680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5008741Z with 2022-12-01T11:17:58.5008799Z [ 2022-12-01T11:17:58.5008937Z T=std::vector> 2022-12-01T11:17:58.5008989Z ] 2022-12-01T11:17:58.5009357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5009419Z with 2022-12-01T11:17:58.5009478Z [ 2022-12-01T11:17:58.5009613Z T=std::vector> 2022-12-01T11:17:58.5009671Z ] 2022-12-01T11:17:58.5010030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5010091Z with 2022-12-01T11:17:58.5010146Z [ 2022-12-01T11:17:58.5010276Z T=std::vector> 2022-12-01T11:17:58.5010339Z ] 2022-12-01T11:17:58.5010723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5010785Z with 2022-12-01T11:17:58.5010843Z [ 2022-12-01T11:17:58.5010975Z T=std::vector> 2022-12-01T11:17:58.5011032Z ] 2022-12-01T11:17:58.5011401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5011774Z 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-12-01T11:17:58.5012117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5012180Z with 2022-12-01T11:17:58.5012228Z [ 2022-12-01T11:17:58.5012358Z T=std::vector> 2022-12-01T11:17:58.5012414Z ] 2022-12-01T11:17:58.5012720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5012782Z with 2022-12-01T11:17:58.5012839Z [ 2022-12-01T11:17:58.5013001Z T=std::function 2022-12-01T11:17:58.5013057Z ] 2022-12-01T11:17:58.5013379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5013486Z with 2022-12-01T11:17:58.5013545Z [ 2022-12-01T11:17:58.5013711Z T=std::function 2022-12-01T11:17:58.5013768Z ] 2022-12-01T11:17:58.5014126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5014186Z with 2022-12-01T11:17:58.5014243Z [ 2022-12-01T11:17:58.5014393Z T=std::function 2022-12-01T11:17:58.5014449Z ] 2022-12-01T11:17:58.5014871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5014936Z with 2022-12-01T11:17:58.5014990Z [ 2022-12-01T11:17:58.5015150Z T=std::function 2022-12-01T11:17:58.5015208Z ] 2022-12-01T11:17:58.5015604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5016018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5016362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5016426Z with 2022-12-01T11:17:58.5016487Z [ 2022-12-01T11:17:58.5016646Z T=std::function 2022-12-01T11:17:58.5016703Z ] 2022-12-01T11:17:58.5017009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5017068Z with 2022-12-01T11:17:58.5017126Z [ 2022-12-01T11:17:58.5017311Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5017369Z ] 2022-12-01T11:17:58.5017696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5017759Z with 2022-12-01T11:17:58.5017806Z [ 2022-12-01T11:17:58.5017991Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5018050Z ] 2022-12-01T11:17:58.5018516Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5018581Z with 2022-12-01T11:17:58.5018639Z [ 2022-12-01T11:17:58.5018827Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5018887Z ] 2022-12-01T11:17:58.5019278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5019394Z with 2022-12-01T11:17:58.5019455Z [ 2022-12-01T11:17:58.5019635Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5019693Z ] 2022-12-01T11:17:58.5020110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5020561Z 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-12-01T11:17:58.5020947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5021011Z with 2022-12-01T11:17:58.5021070Z [ 2022-12-01T11:17:58.5021259Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5021319Z ] 2022-12-01T11:17:58.5021614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5021677Z with 2022-12-01T11:17:58.5021737Z [ 2022-12-01T11:17:58.5021864Z T=std::vector> 2022-12-01T11:17:58.5021924Z ] 2022-12-01T11:17:58.5022247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5022311Z with 2022-12-01T11:17:58.5022371Z [ 2022-12-01T11:17:58.5022493Z T=std::vector> 2022-12-01T11:17:58.5022551Z ] 2022-12-01T11:17:58.5022913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5022972Z with 2022-12-01T11:17:58.5023031Z [ 2022-12-01T11:17:58.5023149Z T=std::vector> 2022-12-01T11:17:58.5023205Z ] 2022-12-01T11:17:58.5023589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5023640Z with 2022-12-01T11:17:58.5023702Z [ 2022-12-01T11:17:58.5023826Z T=std::vector> 2022-12-01T11:17:58.5023886Z ] 2022-12-01T11:17:58.5024234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5024295Z with 2022-12-01T11:17:58.5024352Z [ 2022-12-01T11:17:58.5024420Z T=double 2022-12-01T11:17:58.5024477Z ] 2022-12-01T11:17:58.5024859Z 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-12-01T11:17:58.5024918Z with 2022-12-01T11:17:58.5024973Z [ 2022-12-01T11:17:58.5025036Z T=double 2022-12-01T11:17:58.5025092Z ] 2022-12-01T11:17:58.5025478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5025541Z with 2022-12-01T11:17:58.5025588Z [ 2022-12-01T11:17:58.5025712Z T=std::vector> 2022-12-01T11:17:58.5025772Z ] 2022-12-01T11:17:58.5026080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5026142Z with 2022-12-01T11:17:58.5026200Z [ 2022-12-01T11:17:58.5026310Z T=std::tuple 2022-12-01T11:17:58.5026368Z ] 2022-12-01T11:17:58.5026730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5026796Z with 2022-12-01T11:17:58.5026852Z [ 2022-12-01T11:17:58.5026958Z T=std::tuple 2022-12-01T11:17:58.5027012Z ] 2022-12-01T11:17:58.5027370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5027431Z with 2022-12-01T11:17:58.5027479Z [ 2022-12-01T11:17:58.5027586Z T=std::tuple 2022-12-01T11:17:58.5027640Z ] 2022-12-01T11:17:58.5028027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5028090Z with 2022-12-01T11:17:58.5028151Z [ 2022-12-01T11:17:58.5028260Z T=std::tuple 2022-12-01T11:17:58.5028318Z ] 2022-12-01T11:17:58.5028665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5029049Z 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-12-01T11:17:58.5029390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5029451Z with 2022-12-01T11:17:58.5029510Z [ 2022-12-01T11:17:58.5029618Z T=std::tuple 2022-12-01T11:17:58.5029675Z ] 2022-12-01T11:17:58.5030043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5030107Z with 2022-12-01T11:17:58.5030165Z [ 2022-12-01T11:17:58.5030289Z T=std::vector> 2022-12-01T11:17:58.5030348Z ] 2022-12-01T11:17:58.5030672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5030740Z with 2022-12-01T11:17:58.5030845Z [ 2022-12-01T11:17:58.5030981Z T=std::vector> 2022-12-01T11:17:58.5031094Z ] 2022-12-01T11:17:58.5031456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5031517Z with 2022-12-01T11:17:58.5031576Z [ 2022-12-01T11:17:58.5031706Z T=std::vector> 2022-12-01T11:17:58.5031763Z ] 2022-12-01T11:17:58.5032144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5032208Z with 2022-12-01T11:17:58.5032268Z [ 2022-12-01T11:17:58.5032398Z T=std::vector> 2022-12-01T11:17:58.5032445Z ] 2022-12-01T11:17:58.5033182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5033593Z 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-12-01T11:17:58.5033932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5033995Z with 2022-12-01T11:17:58.5034058Z [ 2022-12-01T11:17:58.5034189Z T=std::vector> 2022-12-01T11:17:58.5034248Z ] 2022-12-01T11:17:58.5034757Z [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-12-01T11:17:58.5034971Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-12-01T11:17:58.5035120Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:17:58.5035185Z ok (12.881s) 2022-12-01T11:17:58.5035522Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.5035802Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list... 2022-12-01T11:17:58.5036091Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list\build.ninja... 2022-12-01T11:17:58.5036241Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T11:17:58.5036496Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.5037559Z [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_cpu\inline_jit_extension_with_functions_list\main.cpp /Fomain.o 2022-12-01T11:17:58.5037753Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5037897Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5037907Z 2022-12-01T11:17:58.5038223Z 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-12-01T11:17:58.5038540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5038605Z with 2022-12-01T11:17:58.5038665Z [ 2022-12-01T11:17:58.5038745Z T=c10::SymInt 2022-12-01T11:17:58.5038806Z ] 2022-12-01T11:17:58.5039172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5039236Z with 2022-12-01T11:17:58.5039294Z [ 2022-12-01T11:17:58.5039371Z T=c10::SymInt 2022-12-01T11:17:58.5039421Z ] 2022-12-01T11:17:58.5039786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5039851Z with 2022-12-01T11:17:58.5039907Z [ 2022-12-01T11:17:58.5039983Z T=c10::SymInt 2022-12-01T11:17:58.5040036Z ] 2022-12-01T11:17:58.5040424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5040488Z with 2022-12-01T11:17:58.5040548Z [ 2022-12-01T11:17:58.5040621Z T=c10::SymInt 2022-12-01T11:17:58.5040676Z ] 2022-12-01T11:17:58.5041006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5041327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5041671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5041735Z with 2022-12-01T11:17:58.5041792Z [ 2022-12-01T11:17:58.5041865Z T=c10::SymInt 2022-12-01T11:17:58.5041911Z ] 2022-12-01T11:17:58.5042201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.5042506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5042567Z with 2022-12-01T11:17:58.5042626Z [ 2022-12-01T11:17:58.5042708Z T=at::TensorBase 2022-12-01T11:17:58.5042769Z ] 2022-12-01T11:17:58.5043138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5043248Z with 2022-12-01T11:17:58.5043308Z [ 2022-12-01T11:17:58.5043388Z T=at::TensorBase 2022-12-01T11:17:58.5043447Z ] 2022-12-01T11:17:58.5043850Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5043912Z with 2022-12-01T11:17:58.5043971Z [ 2022-12-01T11:17:58.5044047Z T=at::TensorBase 2022-12-01T11:17:58.5044094Z ] 2022-12-01T11:17:58.5044486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5044548Z with 2022-12-01T11:17:58.5044603Z [ 2022-12-01T11:17:58.5044684Z T=at::TensorBase 2022-12-01T11:17:58.5044792Z ] 2022-12-01T11:17:58.5045121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5045459Z 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-12-01T11:17:58.5045798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5045857Z with 2022-12-01T11:17:58.5045917Z [ 2022-12-01T11:17:58.5045997Z T=at::TensorBase 2022-12-01T11:17:58.5046056Z ] 2022-12-01T11:17:58.5046360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5046425Z with 2022-12-01T11:17:58.5046486Z [ 2022-12-01T11:17:58.5046558Z T=at::Tensor 2022-12-01T11:17:58.5046605Z ] 2022-12-01T11:17:58.5046919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5046978Z with 2022-12-01T11:17:58.5047033Z [ 2022-12-01T11:17:58.5047109Z T=at::Tensor 2022-12-01T11:17:58.5047169Z ] 2022-12-01T11:17:58.5047529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5047593Z with 2022-12-01T11:17:58.5047654Z [ 2022-12-01T11:17:58.5047727Z T=at::Tensor 2022-12-01T11:17:58.5047786Z ] 2022-12-01T11:17:58.5048165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5048227Z with 2022-12-01T11:17:58.5048283Z [ 2022-12-01T11:17:58.5048359Z T=at::Tensor 2022-12-01T11:17:58.5048405Z ] 2022-12-01T11:17:58.5048733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5049061Z 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-12-01T11:17:58.5049502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5049567Z with 2022-12-01T11:17:58.5049627Z [ 2022-12-01T11:17:58.5049700Z T=at::Tensor 2022-12-01T11:17:58.5049758Z ] 2022-12-01T11:17:58.5050107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5050171Z with 2022-12-01T11:17:58.5050230Z [ 2022-12-01T11:17:58.5050313Z T=at::Generator 2022-12-01T11:17:58.5050373Z ] 2022-12-01T11:17:58.5050741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5050805Z with 2022-12-01T11:17:58.5050866Z [ 2022-12-01T11:17:58.5050945Z T=at::Generator 2022-12-01T11:17:58.5050992Z ] 2022-12-01T11:17:58.5051349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5051413Z with 2022-12-01T11:17:58.5051470Z [ 2022-12-01T11:17:58.5051547Z T=at::Generator 2022-12-01T11:17:58.5051604Z ] 2022-12-01T11:17:58.5051991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5052052Z with 2022-12-01T11:17:58.5052108Z [ 2022-12-01T11:17:58.5052183Z T=at::Generator 2022-12-01T11:17:58.5052243Z ] 2022-12-01T11:17:58.5052575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5052908Z 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-12-01T11:17:58.5053251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5053312Z with 2022-12-01T11:17:58.5053372Z [ 2022-12-01T11:17:58.5053449Z T=at::Generator 2022-12-01T11:17:58.5053498Z ] 2022-12-01T11:17:58.5053806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5053869Z with 2022-12-01T11:17:58.5053929Z [ 2022-12-01T11:17:58.5054006Z T=c10::Scalar 2022-12-01T11:17:58.5054065Z ] 2022-12-01T11:17:58.5054381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5054440Z with 2022-12-01T11:17:58.5054494Z [ 2022-12-01T11:17:58.5054566Z T=c10::Scalar 2022-12-01T11:17:58.5054625Z ] 2022-12-01T11:17:58.5054989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5055104Z with 2022-12-01T11:17:58.5055162Z [ 2022-12-01T11:17:58.5055241Z T=c10::Scalar 2022-12-01T11:17:58.5055289Z ] 2022-12-01T11:17:58.5055673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5055778Z with 2022-12-01T11:17:58.5055838Z [ 2022-12-01T11:17:58.5055912Z T=c10::Scalar 2022-12-01T11:17:58.5055970Z ] 2022-12-01T11:17:58.5056295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5056709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5057055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5057114Z with 2022-12-01T11:17:58.5057170Z [ 2022-12-01T11:17:58.5057241Z T=c10::Scalar 2022-12-01T11:17:58.5057298Z ] 2022-12-01T11:17:58.5057607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5057668Z with 2022-12-01T11:17:58.5057727Z [ 2022-12-01T11:17:58.5057803Z T=std::string 2022-12-01T11:17:58.5057850Z ] 2022-12-01T11:17:58.5058269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5058335Z with 2022-12-01T11:17:58.5058393Z [ 2022-12-01T11:17:58.5058471Z T=std::string 2022-12-01T11:17:58.5058529Z ] 2022-12-01T11:17:58.5058891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5058951Z with 2022-12-01T11:17:58.5059005Z [ 2022-12-01T11:17:58.5059078Z T=std::string 2022-12-01T11:17:58.5059134Z ] 2022-12-01T11:17:58.5059519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5059581Z with 2022-12-01T11:17:58.5059641Z [ 2022-12-01T11:17:58.5059715Z T=std::string 2022-12-01T11:17:58.5059763Z ] 2022-12-01T11:17:58.5060095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5060422Z 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-12-01T11:17:58.5060760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5060824Z with 2022-12-01T11:17:58.5060932Z [ 2022-12-01T11:17:58.5061012Z T=std::string 2022-12-01T11:17:58.5061070Z ] 2022-12-01T11:17:58.5061375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5061434Z with 2022-12-01T11:17:58.5061490Z [ 2022-12-01T11:17:58.5061578Z T=c10::QualifiedName 2022-12-01T11:17:58.5061635Z ] 2022-12-01T11:17:58.5061950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5062013Z with 2022-12-01T11:17:58.5062071Z [ 2022-12-01T11:17:58.5062206Z T=c10::QualifiedName 2022-12-01T11:17:58.5062256Z ] 2022-12-01T11:17:58.5062673Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5062739Z with 2022-12-01T11:17:58.5062797Z [ 2022-12-01T11:17:58.5062885Z T=c10::QualifiedName 2022-12-01T11:17:58.5062993Z ] 2022-12-01T11:17:58.5063378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5063438Z with 2022-12-01T11:17:58.5063496Z [ 2022-12-01T11:17:58.5063579Z T=c10::QualifiedName 2022-12-01T11:17:58.5063634Z ] 2022-12-01T11:17:58.5063969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5064311Z 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-12-01T11:17:58.5064652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5064714Z with 2022-12-01T11:17:58.5064773Z [ 2022-12-01T11:17:58.5064859Z T=c10::QualifiedName 2022-12-01T11:17:58.5064906Z ] 2022-12-01T11:17:58.5065210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5065274Z with 2022-12-01T11:17:58.5065329Z [ 2022-12-01T11:17:58.5065467Z T=std::shared_ptr 2022-12-01T11:17:58.5065524Z ] 2022-12-01T11:17:58.5065838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5065897Z with 2022-12-01T11:17:58.5065955Z [ 2022-12-01T11:17:58.5066085Z T=std::shared_ptr 2022-12-01T11:17:58.5066140Z ] 2022-12-01T11:17:58.5066497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5066561Z with 2022-12-01T11:17:58.5066616Z [ 2022-12-01T11:17:58.5066744Z T=std::shared_ptr 2022-12-01T11:17:58.5066845Z ] 2022-12-01T11:17:58.5067221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5067284Z with 2022-12-01T11:17:58.5067344Z [ 2022-12-01T11:17:58.5067469Z T=std::shared_ptr 2022-12-01T11:17:58.5067529Z ] 2022-12-01T11:17:58.5067889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5068252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5078398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5078541Z with 2022-12-01T11:17:58.5078610Z [ 2022-12-01T11:17:58.5078779Z T=std::shared_ptr 2022-12-01T11:17:58.5078844Z ] 2022-12-01T11:17:58.5079183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5079254Z with 2022-12-01T11:17:58.5079308Z [ 2022-12-01T11:17:58.5079447Z T=std::weak_ptr 2022-12-01T11:17:58.5079515Z ] 2022-12-01T11:17:58.5079859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5079930Z with 2022-12-01T11:17:58.5079993Z [ 2022-12-01T11:17:58.5080124Z T=std::weak_ptr 2022-12-01T11:17:58.5080186Z ] 2022-12-01T11:17:58.5080554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5080619Z with 2022-12-01T11:17:58.5080681Z [ 2022-12-01T11:17:58.5080807Z T=std::weak_ptr 2022-12-01T11:17:58.5080868Z ] 2022-12-01T11:17:58.5081264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5081337Z with 2022-12-01T11:17:58.5081404Z [ 2022-12-01T11:17:58.5081524Z T=std::weak_ptr 2022-12-01T11:17:58.5081587Z ] 2022-12-01T11:17:58.5082010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5082375Z 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-12-01T11:17:58.5082763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5082909Z with 2022-12-01T11:17:58.5082975Z [ 2022-12-01T11:17:58.5083108Z T=std::weak_ptr 2022-12-01T11:17:58.5083174Z ] 2022-12-01T11:17:58.5083493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5083558Z with 2022-12-01T11:17:58.5083619Z [ 2022-12-01T11:17:58.5083775Z T=std::vector> 2022-12-01T11:17:58.5083842Z ] 2022-12-01T11:17:58.5084171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5084237Z with 2022-12-01T11:17:58.5084301Z [ 2022-12-01T11:17:58.5084459Z T=std::vector> 2022-12-01T11:17:58.5084562Z ] 2022-12-01T11:17:58.5084929Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5085000Z with 2022-12-01T11:17:58.5085062Z [ 2022-12-01T11:17:58.5085218Z T=std::vector> 2022-12-01T11:17:58.5085278Z ] 2022-12-01T11:17:58.5085674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5085740Z with 2022-12-01T11:17:58.5085802Z [ 2022-12-01T11:17:58.5085956Z T=std::vector> 2022-12-01T11:17:58.5086025Z ] 2022-12-01T11:17:58.5086408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5086789Z 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-12-01T11:17:58.5087134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5087200Z with 2022-12-01T11:17:58.5087264Z [ 2022-12-01T11:17:58.5087419Z T=std::vector> 2022-12-01T11:17:58.5087491Z ] 2022-12-01T11:17:58.5087800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5087868Z with 2022-12-01T11:17:58.5087919Z [ 2022-12-01T11:17:58.5088047Z T=std::vector> 2022-12-01T11:17:58.5088123Z ] 2022-12-01T11:17:58.5088493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5088561Z with 2022-12-01T11:17:58.5088624Z [ 2022-12-01T11:17:58.5088745Z T=std::vector> 2022-12-01T11:17:58.5088809Z ] 2022-12-01T11:17:58.5089222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5089339Z with 2022-12-01T11:17:58.5089405Z [ 2022-12-01T11:17:58.5089526Z T=std::vector> 2022-12-01T11:17:58.5089586Z ] 2022-12-01T11:17:58.5089981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5090046Z with 2022-12-01T11:17:58.5090108Z [ 2022-12-01T11:17:58.5090218Z T=std::vector> 2022-12-01T11:17:58.5090283Z ] 2022-12-01T11:17:58.5090692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5091049Z 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-12-01T11:17:58.5091401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5091469Z with 2022-12-01T11:17:58.5091532Z [ 2022-12-01T11:17:58.5091652Z T=std::vector> 2022-12-01T11:17:58.5091717Z ] 2022-12-01T11:17:58.5092030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5092098Z with 2022-12-01T11:17:58.5092153Z [ 2022-12-01T11:17:58.5092326Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5092391Z ] 2022-12-01T11:17:58.5092714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5092778Z with 2022-12-01T11:17:58.5092841Z [ 2022-12-01T11:17:58.5093007Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5093072Z ] 2022-12-01T11:17:58.5093439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5093506Z with 2022-12-01T11:17:58.5093570Z [ 2022-12-01T11:17:58.5093738Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5093800Z ] 2022-12-01T11:17:58.5094188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5094256Z with 2022-12-01T11:17:58.5094323Z [ 2022-12-01T11:17:58.5094494Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5094596Z ] 2022-12-01T11:17:58.5095005Z C:\actions-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-12-01T11:17:58.5095506Z 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-12-01T11:17:58.5095846Z 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-12-01T11:17:58.5096190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5096256Z with 2022-12-01T11:17:58.5096321Z [ 2022-12-01T11:17:58.5096487Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5096557Z ] 2022-12-01T11:17:58.5096917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5096985Z with 2022-12-01T11:17:58.5097052Z [ 2022-12-01T11:17:58.5097218Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5097283Z ] 2022-12-01T11:17:58.5097609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5097677Z with 2022-12-01T11:17:58.5097739Z [ 2022-12-01T11:17:58.5097902Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5097967Z ] 2022-12-01T11:17:58.5098421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5098486Z with 2022-12-01T11:17:58.5098536Z [ 2022-12-01T11:17:58.5098695Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5098758Z ] 2022-12-01T11:17:58.5099145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5099212Z with 2022-12-01T11:17:58.5099274Z [ 2022-12-01T11:17:58.5099434Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5099494Z ] 2022-12-01T11:17:58.5099891Z C:\actions-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-12-01T11:17:58.5100278Z 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-12-01T11:17:58.5100599Z 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-12-01T11:17:58.5100941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5101109Z with 2022-12-01T11:17:58.5101178Z [ 2022-12-01T11:17:58.5101342Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5101406Z ] 2022-12-01T11:17:58.5101718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5101791Z with 2022-12-01T11:17:58.5101899Z [ 2022-12-01T11:17:58.5102032Z T=std::vector> 2022-12-01T11:17:58.5127063Z ] 2022-12-01T11:17:58.5127542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5127669Z with 2022-12-01T11:17:58.5127730Z [ 2022-12-01T11:17:58.5127871Z T=std::vector> 2022-12-01T11:17:58.5128070Z ] 2022-12-01T11:17:58.5128442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5128502Z with 2022-12-01T11:17:58.5128556Z [ 2022-12-01T11:17:58.5128676Z T=std::vector> 2022-12-01T11:17:58.5128729Z ] 2022-12-01T11:17:58.5129123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5129180Z with 2022-12-01T11:17:58.5129235Z [ 2022-12-01T11:17:58.5129354Z T=std::vector> 2022-12-01T11:17:58.5129411Z ] 2022-12-01T11:17:58.5129769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5130125Z 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-12-01T11:17:58.5130461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5130521Z with 2022-12-01T11:17:58.5130570Z [ 2022-12-01T11:17:58.5130689Z T=std::vector> 2022-12-01T11:17:58.5130746Z ] 2022-12-01T11:17:58.5131052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5131112Z with 2022-12-01T11:17:58.5131166Z [ 2022-12-01T11:17:58.5131318Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5131375Z ] 2022-12-01T11:17:58.5131693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5131749Z with 2022-12-01T11:17:58.5131803Z [ 2022-12-01T11:17:58.5131949Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5132003Z ] 2022-12-01T11:17:58.5132362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5132486Z with 2022-12-01T11:17:58.5132540Z [ 2022-12-01T11:17:58.5132680Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5132738Z ] 2022-12-01T11:17:58.5133123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5133182Z with 2022-12-01T11:17:58.5133296Z [ 2022-12-01T11:17:58.5133450Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5133503Z ] 2022-12-01T11:17:58.5133936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5134395Z 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-12-01T11:17:58.5134781Z 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-12-01T11:17:58.5135118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5135177Z with 2022-12-01T11:17:58.5135231Z [ 2022-12-01T11:17:58.5135379Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5135435Z ] 2022-12-01T11:17:58.5135736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5135794Z with 2022-12-01T11:17:58.5135848Z [ 2022-12-01T11:17:58.5135992Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5136046Z ] 2022-12-01T11:17:58.5136362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5136413Z with 2022-12-01T11:17:58.5136468Z [ 2022-12-01T11:17:58.5136611Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5136669Z ] 2022-12-01T11:17:58.5137028Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5137085Z with 2022-12-01T11:17:58.5137138Z [ 2022-12-01T11:17:58.5137280Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5137334Z ] 2022-12-01T11:17:58.5137711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5137768Z with 2022-12-01T11:17:58.5137820Z [ 2022-12-01T11:17:58.5137962Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5138017Z ] 2022-12-01T11:17:58.5138974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5139374Z 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-12-01T11:17:58.5139814Z 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-12-01T11:17:58.5140155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5140276Z with 2022-12-01T11:17:58.5140333Z [ 2022-12-01T11:17:58.5140510Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5140587Z ] 2022-12-01T11:17:58.5140893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5140952Z with 2022-12-01T11:17:58.5141007Z [ 2022-12-01T11:17:58.5141108Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5141161Z ] 2022-12-01T11:17:58.5141476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5141532Z with 2022-12-01T11:17:58.5141586Z [ 2022-12-01T11:17:58.5141683Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5141745Z ] 2022-12-01T11:17:58.5142098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5142155Z with 2022-12-01T11:17:58.5142207Z [ 2022-12-01T11:17:58.5142304Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5142356Z ] 2022-12-01T11:17:58.5142741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5142799Z with 2022-12-01T11:17:58.5142852Z [ 2022-12-01T11:17:58.5142950Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5143003Z ] 2022-12-01T11:17:58.5143355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5143681Z 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-12-01T11:17:58.5143739Z with 2022-12-01T11:17:58.5143793Z [ 2022-12-01T11:17:58.5143883Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5143940Z ] 2022-12-01T11:17:58.5144318Z 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-12-01T11:17:58.5144658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5144767Z with 2022-12-01T11:17:58.5144823Z [ 2022-12-01T11:17:58.5144921Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5144975Z ] 2022-12-01T11:17:58.5145275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5145330Z with 2022-12-01T11:17:58.5145384Z [ 2022-12-01T11:17:58.5145568Z T=std::vector> 2022-12-01T11:17:58.5145623Z ] 2022-12-01T11:17:58.5145940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5146046Z with 2022-12-01T11:17:58.5146157Z [ 2022-12-01T11:17:58.5146349Z T=std::vector> 2022-12-01T11:17:58.5146397Z ] 2022-12-01T11:17:58.5146756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5146814Z with 2022-12-01T11:17:58.5146870Z [ 2022-12-01T11:17:58.5147103Z T=std::vector> 2022-12-01T11:17:58.5147158Z ] 2022-12-01T11:17:58.5147547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5147606Z with 2022-12-01T11:17:58.5147659Z [ 2022-12-01T11:17:58.5147836Z T=std::vector> 2022-12-01T11:17:58.5147890Z ] 2022-12-01T11:17:58.5148301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5148709Z 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-12-01T11:17:58.5149048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5149108Z with 2022-12-01T11:17:58.5149164Z [ 2022-12-01T11:17:58.5149350Z T=std::vector> 2022-12-01T11:17:58.5149405Z ] 2022-12-01T11:17:58.5149709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5149767Z with 2022-12-01T11:17:58.5149822Z [ 2022-12-01T11:17:58.5149906Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5149961Z ] 2022-12-01T11:17:58.5150276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5150387Z with 2022-12-01T11:17:58.5150447Z [ 2022-12-01T11:17:58.5150543Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5150605Z ] 2022-12-01T11:17:58.5150970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5151032Z with 2022-12-01T11:17:58.5151088Z [ 2022-12-01T11:17:58.5151184Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5151243Z ] 2022-12-01T11:17:58.5151633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5151698Z with 2022-12-01T11:17:58.5151745Z [ 2022-12-01T11:17:58.5151886Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5151949Z ] 2022-12-01T11:17:58.5152297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5152711Z 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-12-01T11:17:58.5153055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5153122Z with 2022-12-01T11:17:58.5153183Z [ 2022-12-01T11:17:58.5153281Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5153403Z ] 2022-12-01T11:17:58.5153713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5153776Z with 2022-12-01T11:17:58.5153838Z [ 2022-12-01T11:17:58.5153917Z T=c10::IValue 2022-12-01T11:17:58.5153976Z ] 2022-12-01T11:17:58.5154295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5154358Z with 2022-12-01T11:17:58.5154406Z [ 2022-12-01T11:17:58.5154485Z T=c10::IValue 2022-12-01T11:17:58.5154547Z ] 2022-12-01T11:17:58.5154912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5154976Z with 2022-12-01T11:17:58.5155034Z [ 2022-12-01T11:17:58.5155109Z T=c10::IValue 2022-12-01T11:17:58.5155166Z ] 2022-12-01T11:17:58.5155552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5155615Z with 2022-12-01T11:17:58.5155674Z [ 2022-12-01T11:17:58.5155749Z T=c10::IValue 2022-12-01T11:17:58.5155808Z ] 2022-12-01T11:17:58.5156133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5156519Z 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-12-01T11:17:58.5156855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5156915Z with 2022-12-01T11:17:58.5156975Z [ 2022-12-01T11:17:58.5157040Z T=c10::IValue 2022-12-01T11:17:58.5157100Z ] 2022-12-01T11:17:58.5157405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5157468Z with 2022-12-01T11:17:58.5157528Z [ 2022-12-01T11:17:58.5157610Z T=c10::AliasInfo 2022-12-01T11:17:58.5157672Z ] 2022-12-01T11:17:58.5158039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5158104Z with 2022-12-01T11:17:58.5158167Z [ 2022-12-01T11:17:58.5158248Z T=c10::AliasInfo 2022-12-01T11:17:58.5158309Z ] 2022-12-01T11:17:58.5158667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5158727Z with 2022-12-01T11:17:58.5158776Z [ 2022-12-01T11:17:58.5158886Z T=c10::AliasInfo 2022-12-01T11:17:58.5158966Z ] 2022-12-01T11:17:58.5159357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5159422Z with 2022-12-01T11:17:58.5159481Z [ 2022-12-01T11:17:58.5159561Z T=c10::AliasInfo 2022-12-01T11:17:58.5159620Z ] 2022-12-01T11:17:58.5159996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5160337Z 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-12-01T11:17:58.5160681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5160743Z with 2022-12-01T11:17:58.5160804Z [ 2022-12-01T11:17:58.5160886Z T=c10::AliasInfo 2022-12-01T11:17:58.5160944Z ] 2022-12-01T11:17:58.5161249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5161310Z with 2022-12-01T11:17:58.5161357Z [ 2022-12-01T11:17:58.5161490Z T=std::vector> 2022-12-01T11:17:58.5161551Z ] 2022-12-01T11:17:58.5161867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5161929Z with 2022-12-01T11:17:58.5161990Z [ 2022-12-01T11:17:58.5162123Z T=std::vector> 2022-12-01T11:17:58.5162231Z ] 2022-12-01T11:17:58.5162592Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5162653Z with 2022-12-01T11:17:58.5162711Z [ 2022-12-01T11:17:58.5162842Z T=std::vector> 2022-12-01T11:17:58.5162904Z ] 2022-12-01T11:17:58.5163291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5163353Z with 2022-12-01T11:17:58.5163413Z [ 2022-12-01T11:17:58.5163545Z T=std::vector> 2022-12-01T11:17:58.5163595Z ] 2022-12-01T11:17:58.5164333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5164409Z with 2022-12-01T11:17:58.5164473Z [ 2022-12-01T11:17:58.5164554Z T=c10::SymInt 2022-12-01T11:17:58.5164614Z ] 2022-12-01T11:17:58.5164960Z 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-12-01T11:17:58.5165023Z with 2022-12-01T11:17:58.5165084Z [ 2022-12-01T11:17:58.5165159Z T=c10::SymInt 2022-12-01T11:17:58.5165216Z ] 2022-12-01T11:17:58.5165658Z 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-12-01T11:17:58.5166091Z 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-12-01T11:17:58.5166486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5166553Z with 2022-12-01T11:17:58.5166614Z [ 2022-12-01T11:17:58.5166749Z T=std::vector> 2022-12-01T11:17:58.5166812Z ] 2022-12-01T11:17:58.5167107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5167174Z with 2022-12-01T11:17:58.5167235Z [ 2022-12-01T11:17:58.5167379Z T=c10::either 2022-12-01T11:17:58.5167440Z ] 2022-12-01T11:17:58.5167764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5167832Z with 2022-12-01T11:17:58.5167890Z [ 2022-12-01T11:17:58.5168027Z T=c10::either 2022-12-01T11:17:58.5168088Z ] 2022-12-01T11:17:58.5168451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5168568Z with 2022-12-01T11:17:58.5168628Z [ 2022-12-01T11:17:58.5168764Z T=c10::either 2022-12-01T11:17:58.5168822Z ] 2022-12-01T11:17:58.5169210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5169272Z with 2022-12-01T11:17:58.5169319Z [ 2022-12-01T11:17:58.5169455Z T=c10::either 2022-12-01T11:17:58.5169514Z ] 2022-12-01T11:17:58.5169890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5170336Z 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-12-01T11:17:58.5170684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5170748Z with 2022-12-01T11:17:58.5170810Z [ 2022-12-01T11:17:58.5170947Z T=c10::either 2022-12-01T11:17:58.5171008Z ] 2022-12-01T11:17:58.5171314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5171377Z with 2022-12-01T11:17:58.5171437Z [ 2022-12-01T11:17:58.5171529Z T=at::StepCallbacks 2022-12-01T11:17:58.5171593Z ] 2022-12-01T11:17:58.5171970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5172039Z with 2022-12-01T11:17:58.5172098Z [ 2022-12-01T11:17:58.5172176Z T=at::StepCallbacks 2022-12-01T11:17:58.5172238Z ] 2022-12-01T11:17:58.5172658Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5172726Z with 2022-12-01T11:17:58.5172784Z [ 2022-12-01T11:17:58.5172873Z T=at::StepCallbacks 2022-12-01T11:17:58.5172931Z ] 2022-12-01T11:17:58.5173324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5173389Z with 2022-12-01T11:17:58.5173449Z [ 2022-12-01T11:17:58.5173534Z T=at::StepCallbacks 2022-12-01T11:17:58.5173596Z ] 2022-12-01T11:17:58.5173937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5174291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5174632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5174750Z with 2022-12-01T11:17:58.5174810Z [ 2022-12-01T11:17:58.5174885Z T=at::StepCallbacks 2022-12-01T11:17:58.5174944Z ] 2022-12-01T11:17:58.5175253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5175316Z with 2022-12-01T11:17:58.5175375Z [ 2022-12-01T11:17:58.5175459Z T=c10::DimVector 2022-12-01T11:17:58.5175517Z ] 2022-12-01T11:17:58.5175842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5175906Z with 2022-12-01T11:17:58.5175965Z [ 2022-12-01T11:17:58.5176052Z T=c10::DimVector 2022-12-01T11:17:58.5176156Z ] 2022-12-01T11:17:58.5176527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5176590Z with 2022-12-01T11:17:58.5176649Z [ 2022-12-01T11:17:58.5176716Z T=c10::DimVector 2022-12-01T11:17:58.5176775Z ] 2022-12-01T11:17:58.5177161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5177226Z with 2022-12-01T11:17:58.5177288Z [ 2022-12-01T11:17:58.5177367Z T=c10::DimVector 2022-12-01T11:17:58.5177426Z ] 2022-12-01T11:17:58.5177755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5178219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5178562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5178627Z with 2022-12-01T11:17:58.5178687Z [ 2022-12-01T11:17:58.5178762Z T=c10::DimVector 2022-12-01T11:17:58.5178814Z ] 2022-12-01T11:17:58.5179180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5179254Z with 2022-12-01T11:17:58.5179314Z [ 2022-12-01T11:17:58.5179417Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5179480Z ] 2022-12-01T11:17:58.5179799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5179862Z with 2022-12-01T11:17:58.5179923Z [ 2022-12-01T11:17:58.5180026Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5180086Z ] 2022-12-01T11:17:58.5180449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5180514Z with 2022-12-01T11:17:58.5180576Z [ 2022-12-01T11:17:58.5180733Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5180782Z ] 2022-12-01T11:17:58.5181163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5181229Z with 2022-12-01T11:17:58.5181289Z [ 2022-12-01T11:17:58.5181388Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5181449Z ] 2022-12-01T11:17:58.5181795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5182162Z 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-12-01T11:17:58.5182547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5182611Z with 2022-12-01T11:17:58.5182671Z [ 2022-12-01T11:17:58.5182772Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5182834Z ] 2022-12-01T11:17:58.5183145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5183210Z with 2022-12-01T11:17:58.5183269Z [ 2022-12-01T11:17:58.5183414Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5183478Z ] 2022-12-01T11:17:58.5183788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5183854Z with 2022-12-01T11:17:58.5183917Z [ 2022-12-01T11:17:58.5184058Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5184120Z ] 2022-12-01T11:17:58.5184485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5184552Z with 2022-12-01T11:17:58.5184666Z [ 2022-12-01T11:17:58.5184813Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5184873Z ] 2022-12-01T11:17:58.5185267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5185332Z with 2022-12-01T11:17:58.5185393Z [ 2022-12-01T11:17:58.5185589Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5185652Z ] 2022-12-01T11:17:58.5186032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5186430Z 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-12-01T11:17:58.5186778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5186894Z with 2022-12-01T11:17:58.5186942Z [ 2022-12-01T11:17:58.5187082Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5187142Z ] 2022-12-01T11:17:58.5187448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5187509Z with 2022-12-01T11:17:58.5187568Z [ 2022-12-01T11:17:58.5187689Z T=std::tuple 2022-12-01T11:17:58.5187750Z ] 2022-12-01T11:17:58.5188075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5188139Z with 2022-12-01T11:17:58.5188202Z [ 2022-12-01T11:17:58.5188360Z T=std::tuple 2022-12-01T11:17:58.5188421Z ] 2022-12-01T11:17:58.5188783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5188847Z with 2022-12-01T11:17:58.5188906Z [ 2022-12-01T11:17:58.5189010Z T=std::tuple 2022-12-01T11:17:58.5189068Z ] 2022-12-01T11:17:58.5189456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5189523Z with 2022-12-01T11:17:58.5189581Z [ 2022-12-01T11:17:58.5189696Z T=std::tuple 2022-12-01T11:17:58.5189759Z ] 2022-12-01T11:17:58.5190118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5190490Z 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-12-01T11:17:58.5190828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5190893Z with 2022-12-01T11:17:58.5191002Z [ 2022-12-01T11:17:58.5191128Z T=std::tuple 2022-12-01T11:17:58.5191193Z ] 2022-12-01T11:17:58.5191503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5191564Z with 2022-12-01T11:17:58.5191624Z [ 2022-12-01T11:17:58.5191721Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5191824Z ] 2022-12-01T11:17:58.5192147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5192212Z with 2022-12-01T11:17:58.5192271Z [ 2022-12-01T11:17:58.5192365Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5192425Z ] 2022-12-01T11:17:58.5192791Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5192908Z with 2022-12-01T11:17:58.5192968Z [ 2022-12-01T11:17:58.5193062Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5193122Z ] 2022-12-01T11:17:58.5193509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5193576Z with 2022-12-01T11:17:58.5193638Z [ 2022-12-01T11:17:58.5193731Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5193778Z ] 2022-12-01T11:17:58.5194116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5194517Z 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-12-01T11:17:58.5194865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5194929Z with 2022-12-01T11:17:58.5194990Z [ 2022-12-01T11:17:58.5195083Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5195143Z ] 2022-12-01T11:17:58.5195450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5195514Z with 2022-12-01T11:17:58.5195575Z [ 2022-12-01T11:17:58.5195689Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5195755Z ] 2022-12-01T11:17:58.5196079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5196142Z with 2022-12-01T11:17:58.5196200Z [ 2022-12-01T11:17:58.5196316Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5196375Z ] 2022-12-01T11:17:58.5196724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5196792Z with 2022-12-01T11:17:58.5196854Z [ 2022-12-01T11:17:58.5196967Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5197026Z ] 2022-12-01T11:17:58.5197475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5197543Z with 2022-12-01T11:17:58.5197602Z [ 2022-12-01T11:17:58.5197714Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5197776Z ] 2022-12-01T11:17:58.5198134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5198544Z 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-12-01T11:17:58.5198891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5199005Z with 2022-12-01T11:17:58.5199069Z [ 2022-12-01T11:17:58.5199185Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5199248Z ] 2022-12-01T11:17:58.5199557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5199618Z with 2022-12-01T11:17:58.5199665Z [ 2022-12-01T11:17:58.5199775Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5199836Z ] 2022-12-01T11:17:58.5200155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5200221Z with 2022-12-01T11:17:58.5200285Z [ 2022-12-01T11:17:58.5200438Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5200501Z ] 2022-12-01T11:17:58.5200867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5200929Z with 2022-12-01T11:17:58.5200989Z [ 2022-12-01T11:17:58.5201095Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5201156Z ] 2022-12-01T11:17:58.5201544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5201609Z with 2022-12-01T11:17:58.5201656Z [ 2022-12-01T11:17:58.5201764Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5201831Z ] 2022-12-01T11:17:58.5202183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5202543Z 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-12-01T11:17:58.5202885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5202950Z with 2022-12-01T11:17:58.5203010Z [ 2022-12-01T11:17:58.5203123Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5203185Z ] 2022-12-01T11:17:58.5203503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5203567Z with 2022-12-01T11:17:58.5203629Z [ 2022-12-01T11:17:58.5203721Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5203782Z ] 2022-12-01T11:17:58.5204160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5204227Z with 2022-12-01T11:17:58.5204289Z [ 2022-12-01T11:17:58.5204366Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5204429Z ] 2022-12-01T11:17:58.5204794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5204963Z with 2022-12-01T11:17:58.5205026Z [ 2022-12-01T11:17:58.5205117Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5205180Z ] 2022-12-01T11:17:58.5205568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5205634Z with 2022-12-01T11:17:58.5205696Z [ 2022-12-01T11:17:58.5205784Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5205846Z ] 2022-12-01T11:17:58.5206187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5206584Z 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-12-01T11:17:58.5206926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5206990Z with 2022-12-01T11:17:58.5207053Z [ 2022-12-01T11:17:58.5207130Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5207192Z ] 2022-12-01T11:17:58.5207500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5207564Z with 2022-12-01T11:17:58.5207624Z [ 2022-12-01T11:17:58.5207718Z T=at::ThreadLocalState 2022-12-01T11:17:58.5207779Z ] 2022-12-01T11:17:58.5208104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5208169Z with 2022-12-01T11:17:58.5208232Z [ 2022-12-01T11:17:58.5208324Z T=at::ThreadLocalState 2022-12-01T11:17:58.5208386Z ] 2022-12-01T11:17:58.5208746Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5208811Z with 2022-12-01T11:17:58.5208871Z [ 2022-12-01T11:17:58.5208951Z T=at::ThreadLocalState 2022-12-01T11:17:58.5209010Z ] 2022-12-01T11:17:58.5209395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5209462Z with 2022-12-01T11:17:58.5209522Z [ 2022-12-01T11:17:58.5209614Z T=at::ThreadLocalState 2022-12-01T11:17:58.5209673Z ] 2022-12-01T11:17:58.5210019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5210380Z 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-12-01T11:17:58.5210785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5210902Z with 2022-12-01T11:17:58.5210964Z [ 2022-12-01T11:17:58.5211058Z T=at::ThreadLocalState 2022-12-01T11:17:58.5211120Z ] 2022-12-01T11:17:58.5211486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5211556Z with 2022-12-01T11:17:58.5211616Z [ 2022-12-01T11:17:58.5211733Z T=std::shared_ptr 2022-12-01T11:17:58.5211780Z ] 2022-12-01T11:17:58.5212101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5212165Z with 2022-12-01T11:17:58.5212227Z [ 2022-12-01T11:17:58.5212337Z T=std::shared_ptr 2022-12-01T11:17:58.5212402Z ] 2022-12-01T11:17:58.5212812Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5212877Z with 2022-12-01T11:17:58.5212936Z [ 2022-12-01T11:17:58.5213049Z T=std::shared_ptr 2022-12-01T11:17:58.5213110Z ] 2022-12-01T11:17:58.5213499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5213563Z with 2022-12-01T11:17:58.5213624Z [ 2022-12-01T11:17:58.5213737Z T=std::shared_ptr 2022-12-01T11:17:58.5213783Z ] 2022-12-01T11:17:58.5214144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5214491Z 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-12-01T11:17:58.5214870Z 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-12-01T11:17:58.5215232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5215287Z with 2022-12-01T11:17:58.5215350Z [ 2022-12-01T11:17:58.5215468Z T=std::shared_ptr 2022-12-01T11:17:58.5215528Z ] 2022-12-01T11:17:58.5215831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5215895Z with 2022-12-01T11:17:58.5215956Z [ 2022-12-01T11:17:58.5216056Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5216120Z ] 2022-12-01T11:17:58.5216440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5216505Z with 2022-12-01T11:17:58.5216566Z [ 2022-12-01T11:17:58.5216666Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5216726Z ] 2022-12-01T11:17:58.5217197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5217251Z with 2022-12-01T11:17:58.5217311Z [ 2022-12-01T11:17:58.5217410Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5217470Z ] 2022-12-01T11:17:58.5217915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5217983Z with 2022-12-01T11:17:58.5218043Z [ 2022-12-01T11:17:58.5218250Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5218313Z ] 2022-12-01T11:17:58.5218720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5219063Z 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-12-01T11:17:58.5219439Z 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-12-01T11:17:58.5219784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5219851Z with 2022-12-01T11:17:58.5219912Z [ 2022-12-01T11:17:58.5220015Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5220081Z ] 2022-12-01T11:17:58.5220390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5220456Z with 2022-12-01T11:17:58.5220503Z [ 2022-12-01T11:17:58.5220593Z T=torch::jit::Method 2022-12-01T11:17:58.5220656Z ] 2022-12-01T11:17:58.5220981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5221045Z with 2022-12-01T11:17:58.5221107Z [ 2022-12-01T11:17:58.5221196Z T=torch::jit::Method 2022-12-01T11:17:58.5221257Z ] 2022-12-01T11:17:58.5221617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5221682Z with 2022-12-01T11:17:58.5221744Z [ 2022-12-01T11:17:58.5221831Z T=torch::jit::Method 2022-12-01T11:17:58.5221892Z ] 2022-12-01T11:17:58.5222277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5222342Z with 2022-12-01T11:17:58.5222389Z [ 2022-12-01T11:17:58.5222476Z T=torch::jit::Method 2022-12-01T11:17:58.5222537Z ] 2022-12-01T11:17:58.5222875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5223265Z 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-12-01T11:17:58.5223668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5223734Z with 2022-12-01T11:17:58.5223796Z [ 2022-12-01T11:17:58.5223885Z T=torch::jit::Method 2022-12-01T11:17:58.5223948Z ] 2022-12-01T11:17:58.5224312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5224381Z with 2022-12-01T11:17:58.5224442Z [ 2022-12-01T11:17:58.5224633Z T=std::vector> 2022-12-01T11:17:58.5224698Z ] 2022-12-01T11:17:58.5225020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5225084Z with 2022-12-01T11:17:58.5225144Z [ 2022-12-01T11:17:58.5225267Z T=std::vector> 2022-12-01T11:17:58.5225332Z ] 2022-12-01T11:17:58.5225693Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5225758Z with 2022-12-01T11:17:58.5225821Z [ 2022-12-01T11:17:58.5225961Z T=std::vector> 2022-12-01T11:17:58.5226023Z ] 2022-12-01T11:17:58.5226415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5226480Z with 2022-12-01T11:17:58.5226541Z [ 2022-12-01T11:17:58.5226676Z T=std::vector> 2022-12-01T11:17:58.5226737Z ] 2022-12-01T11:17:58.5227111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5227488Z 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-12-01T11:17:58.5227834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5227898Z with 2022-12-01T11:17:58.5227959Z [ 2022-12-01T11:17:58.5228094Z T=std::vector> 2022-12-01T11:17:58.5228155Z ] 2022-12-01T11:17:58.5228448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5228513Z with 2022-12-01T11:17:58.5228575Z [ 2022-12-01T11:17:58.5228739Z T=std::function 2022-12-01T11:17:58.5228801Z ] 2022-12-01T11:17:58.5229124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5229234Z with 2022-12-01T11:17:58.5229294Z [ 2022-12-01T11:17:58.5229458Z T=std::function 2022-12-01T11:17:58.5229573Z ] 2022-12-01T11:17:58.5229945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5230009Z with 2022-12-01T11:17:58.5230068Z [ 2022-12-01T11:17:58.5230290Z T=std::function 2022-12-01T11:17:58.5230353Z ] 2022-12-01T11:17:58.5230786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5230854Z with 2022-12-01T11:17:58.5230901Z [ 2022-12-01T11:17:58.5231066Z T=std::function 2022-12-01T11:17:58.5231129Z ] 2022-12-01T11:17:58.5231527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5231942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5232284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5232351Z with 2022-12-01T11:17:58.5232413Z [ 2022-12-01T11:17:58.5232577Z T=std::function 2022-12-01T11:17:58.5232640Z ] 2022-12-01T11:17:58.5232952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5233017Z with 2022-12-01T11:17:58.5233075Z [ 2022-12-01T11:17:58.5233266Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5233327Z ] 2022-12-01T11:17:58.5233653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5233721Z with 2022-12-01T11:17:58.5233783Z [ 2022-12-01T11:17:58.5233974Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5234035Z ] 2022-12-01T11:17:58.5234401Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5234453Z with 2022-12-01T11:17:58.5234515Z [ 2022-12-01T11:17:58.5234707Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5234767Z ] 2022-12-01T11:17:58.5235163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5235641Z with 2022-12-01T11:17:58.5235705Z [ 2022-12-01T11:17:58.5235898Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5235956Z ] 2022-12-01T11:17:58.5236439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5236898Z 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-12-01T11:17:58.5237299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5237368Z with 2022-12-01T11:17:58.5237430Z [ 2022-12-01T11:17:58.5237624Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5237686Z ] 2022-12-01T11:17:58.5237998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5238063Z with 2022-12-01T11:17:58.5238125Z [ 2022-12-01T11:17:58.5238254Z T=std::vector> 2022-12-01T11:17:58.5238302Z ] 2022-12-01T11:17:58.5238626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5238695Z with 2022-12-01T11:17:58.5238756Z [ 2022-12-01T11:17:58.5238883Z T=std::vector> 2022-12-01T11:17:58.5238943Z ] 2022-12-01T11:17:58.5239310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5239374Z with 2022-12-01T11:17:58.5239434Z [ 2022-12-01T11:17:58.5239558Z T=std::vector> 2022-12-01T11:17:58.5239618Z ] 2022-12-01T11:17:58.5240007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5240078Z with 2022-12-01T11:17:58.5240137Z [ 2022-12-01T11:17:58.5240262Z T=std::vector> 2022-12-01T11:17:58.5240323Z ] 2022-12-01T11:17:58.5240660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5240726Z with 2022-12-01T11:17:58.5240789Z [ 2022-12-01T11:17:58.5240860Z T=double 2022-12-01T11:17:58.5240925Z ] 2022-12-01T11:17:58.5241317Z 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-12-01T11:17:58.5241383Z with 2022-12-01T11:17:58.5241445Z [ 2022-12-01T11:17:58.5241622Z T=double 2022-12-01T11:17:58.5241689Z ] 2022-12-01T11:17:58.5242035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5242100Z with 2022-12-01T11:17:58.5242225Z [ 2022-12-01T11:17:58.5242354Z T=std::vector> 2022-12-01T11:17:58.5242415Z ] 2022-12-01T11:17:58.5242709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5242774Z with 2022-12-01T11:17:58.5242838Z [ 2022-12-01T11:17:58.5242952Z T=std::tuple 2022-12-01T11:17:58.5243015Z ] 2022-12-01T11:17:58.5243382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5243453Z with 2022-12-01T11:17:58.5243519Z [ 2022-12-01T11:17:58.5243632Z T=std::tuple 2022-12-01T11:17:58.5243691Z ] 2022-12-01T11:17:58.5244059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5244125Z with 2022-12-01T11:17:58.5244186Z [ 2022-12-01T11:17:58.5244297Z T=std::tuple 2022-12-01T11:17:58.5244356Z ] 2022-12-01T11:17:58.5244745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5244799Z with 2022-12-01T11:17:58.5244861Z [ 2022-12-01T11:17:58.5244977Z T=std::tuple 2022-12-01T11:17:58.5245039Z ] 2022-12-01T11:17:58.5245394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5251156Z 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-12-01T11:17:58.5251647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5251738Z with 2022-12-01T11:17:58.5251805Z [ 2022-12-01T11:17:58.5251925Z T=std::tuple 2022-12-01T11:17:58.5251991Z ] 2022-12-01T11:17:58.5252315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5252384Z with 2022-12-01T11:17:58.5252449Z [ 2022-12-01T11:17:58.5252589Z T=std::vector> 2022-12-01T11:17:58.5252654Z ] 2022-12-01T11:17:58.5252992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5253058Z with 2022-12-01T11:17:58.5253106Z [ 2022-12-01T11:17:58.5253413Z T=std::vector> 2022-12-01T11:17:58.5253477Z ] 2022-12-01T11:17:58.5253841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5253907Z with 2022-12-01T11:17:58.5253969Z [ 2022-12-01T11:17:58.5254107Z T=std::vector> 2022-12-01T11:17:58.5254168Z ] 2022-12-01T11:17:58.5254559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5254625Z with 2022-12-01T11:17:58.5254688Z [ 2022-12-01T11:17:58.5254825Z T=std::vector> 2022-12-01T11:17:58.5254946Z ] 2022-12-01T11:17:58.5255325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5255731Z 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-12-01T11:17:58.5256077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5256144Z with 2022-12-01T11:17:58.5256207Z [ 2022-12-01T11:17:58.5256345Z T=std::vector> 2022-12-01T11:17:58.5256396Z ] 2022-12-01T11:17:58.5256949Z [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-12-01T11:17:58.5257172Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-12-01T11:17:58.5257373Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T11:17:58.5257442Z ok (12.927s) 2022-12-01T11:17:58.5257754Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.5258009Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension... 2022-12-01T11:17:58.5258362Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension\build.ninja... 2022-12-01T11:17:58.5258481Z Building extension module jit_extension... 2022-12-01T11:17:58.5258689Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.5259717Z [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-12-01T11:17:58.5259924Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5260073Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5260084Z 2022-12-01T11:17:58.5260224Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-12-01T11:17:58.5260539Z 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-12-01T11:17:58.5260860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5260926Z with 2022-12-01T11:17:58.5260994Z [ 2022-12-01T11:17:58.5261119Z T=c10::SymInt 2022-12-01T11:17:58.5261184Z ] 2022-12-01T11:17:58.5261511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5261577Z with 2022-12-01T11:17:58.5261637Z [ 2022-12-01T11:17:58.5261718Z T=c10::SymInt 2022-12-01T11:17:58.5261781Z ] 2022-12-01T11:17:58.5262148Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5262213Z with 2022-12-01T11:17:58.5262261Z [ 2022-12-01T11:17:58.5262340Z T=c10::SymInt 2022-12-01T11:17:58.5262413Z ] 2022-12-01T11:17:58.5262848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5262903Z with 2022-12-01T11:17:58.5262963Z [ 2022-12-01T11:17:58.5263039Z T=c10::SymInt 2022-12-01T11:17:58.5263100Z ] 2022-12-01T11:17:58.5263477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5263804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5264146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5264210Z with 2022-12-01T11:17:58.5264270Z [ 2022-12-01T11:17:58.5264346Z T=c10::SymInt 2022-12-01T11:17:58.5264405Z ] 2022-12-01T11:17:58.5264699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.5265010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5265072Z with 2022-12-01T11:17:58.5265130Z [ 2022-12-01T11:17:58.5265215Z T=at::TensorBase 2022-12-01T11:17:58.5265273Z ] 2022-12-01T11:17:58.5265595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5265700Z with 2022-12-01T11:17:58.5265759Z [ 2022-12-01T11:17:58.5265842Z T=at::TensorBase 2022-12-01T11:17:58.5265902Z ] 2022-12-01T11:17:58.5266267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5266331Z with 2022-12-01T11:17:58.5266389Z [ 2022-12-01T11:17:58.5266474Z T=at::TensorBase 2022-12-01T11:17:58.5266533Z ] 2022-12-01T11:17:58.5266922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5266987Z with 2022-12-01T11:17:58.5267046Z [ 2022-12-01T11:17:58.5267552Z T=at::TensorBase 2022-12-01T11:17:58.5267619Z ] 2022-12-01T11:17:58.5267957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5268295Z 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-12-01T11:17:58.5268640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5268697Z with 2022-12-01T11:17:58.5268804Z [ 2022-12-01T11:17:58.5268891Z T=at::TensorBase 2022-12-01T11:17:58.5268954Z ] 2022-12-01T11:17:58.5269263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5269327Z with 2022-12-01T11:17:58.5269425Z [ 2022-12-01T11:17:58.5269507Z T=at::Tensor 2022-12-01T11:17:58.5269567Z ] 2022-12-01T11:17:58.5269888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5269950Z with 2022-12-01T11:17:58.5270010Z [ 2022-12-01T11:17:58.5270086Z T=at::Tensor 2022-12-01T11:17:58.5270144Z ] 2022-12-01T11:17:58.5270498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5270563Z with 2022-12-01T11:17:58.5270622Z [ 2022-12-01T11:17:58.5270699Z T=at::Tensor 2022-12-01T11:17:58.5270758Z ] 2022-12-01T11:17:58.5271145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5271207Z with 2022-12-01T11:17:58.5271266Z [ 2022-12-01T11:17:58.5271341Z T=at::Tensor 2022-12-01T11:17:58.5271401Z ] 2022-12-01T11:17:58.5271728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5272053Z 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-12-01T11:17:58.5272450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5272512Z with 2022-12-01T11:17:58.5272572Z [ 2022-12-01T11:17:58.5272648Z T=at::Tensor 2022-12-01T11:17:58.5272708Z ] 2022-12-01T11:17:58.5273013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5273064Z with 2022-12-01T11:17:58.5273123Z [ 2022-12-01T11:17:58.5273207Z T=at::Generator 2022-12-01T11:17:58.5273268Z ] 2022-12-01T11:17:58.5273630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5273698Z with 2022-12-01T11:17:58.5273758Z [ 2022-12-01T11:17:58.5273837Z T=at::Generator 2022-12-01T11:17:58.5273897Z ] 2022-12-01T11:17:58.5274259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5274322Z with 2022-12-01T11:17:58.5274382Z [ 2022-12-01T11:17:58.5274461Z T=at::Generator 2022-12-01T11:17:58.5274519Z ] 2022-12-01T11:17:58.5274896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5274968Z with 2022-12-01T11:17:58.5275069Z [ 2022-12-01T11:17:58.5275151Z T=at::Generator 2022-12-01T11:17:58.5275209Z ] 2022-12-01T11:17:58.5275538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5275916Z 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-12-01T11:17:58.5276262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5276325Z with 2022-12-01T11:17:58.5276387Z [ 2022-12-01T11:17:58.5276470Z T=at::Generator 2022-12-01T11:17:58.5276529Z ] 2022-12-01T11:17:58.5276837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5276899Z with 2022-12-01T11:17:58.5276957Z [ 2022-12-01T11:17:58.5277033Z T=c10::Scalar 2022-12-01T11:17:58.5277093Z ] 2022-12-01T11:17:58.5277398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5277461Z with 2022-12-01T11:17:58.5277521Z [ 2022-12-01T11:17:58.5277597Z T=c10::Scalar 2022-12-01T11:17:58.5277655Z ] 2022-12-01T11:17:58.5278018Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5278132Z with 2022-12-01T11:17:58.5278192Z [ 2022-12-01T11:17:58.5278267Z T=c10::Scalar 2022-12-01T11:17:58.5278325Z ] 2022-12-01T11:17:58.5278710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5278773Z with 2022-12-01T11:17:58.5278832Z [ 2022-12-01T11:17:58.5278907Z T=c10::Scalar 2022-12-01T11:17:58.5278966Z ] 2022-12-01T11:17:58.5279280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5279663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5280007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5280059Z with 2022-12-01T11:17:58.5280119Z [ 2022-12-01T11:17:58.5280194Z T=c10::Scalar 2022-12-01T11:17:58.5280254Z ] 2022-12-01T11:17:58.5280562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5280625Z with 2022-12-01T11:17:58.5280683Z [ 2022-12-01T11:17:58.5280759Z T=std::string 2022-12-01T11:17:58.5280821Z ] 2022-12-01T11:17:58.5281146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5281213Z with 2022-12-01T11:17:58.5281272Z [ 2022-12-01T11:17:58.5281348Z T=std::string 2022-12-01T11:17:58.5281458Z ] 2022-12-01T11:17:58.5281830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5281895Z with 2022-12-01T11:17:58.5281957Z [ 2022-12-01T11:17:58.5282077Z T=std::string 2022-12-01T11:17:58.5282138Z ] 2022-12-01T11:17:58.5282613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5282680Z with 2022-12-01T11:17:58.5282740Z [ 2022-12-01T11:17:58.5282817Z T=std::string 2022-12-01T11:17:58.5282922Z ] 2022-12-01T11:17:58.5283254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5283581Z 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-12-01T11:17:58.5283968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5284085Z with 2022-12-01T11:17:58.5284150Z [ 2022-12-01T11:17:58.5284228Z T=std::string 2022-12-01T11:17:58.5284287Z ] 2022-12-01T11:17:58.5284583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5284646Z with 2022-12-01T11:17:58.5284707Z [ 2022-12-01T11:17:58.5284795Z T=c10::QualifiedName 2022-12-01T11:17:58.5284855Z ] 2022-12-01T11:17:58.5285178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5285241Z with 2022-12-01T11:17:58.5285298Z [ 2022-12-01T11:17:58.5285386Z T=c10::QualifiedName 2022-12-01T11:17:58.5285446Z ] 2022-12-01T11:17:58.5285859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5285923Z with 2022-12-01T11:17:58.5285982Z [ 2022-12-01T11:17:58.5286069Z T=c10::QualifiedName 2022-12-01T11:17:58.5286128Z ] 2022-12-01T11:17:58.5286504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5286568Z with 2022-12-01T11:17:58.5286629Z [ 2022-12-01T11:17:58.5286715Z T=c10::QualifiedName 2022-12-01T11:17:58.5286773Z ] 2022-12-01T11:17:58.5287113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5287455Z 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-12-01T11:17:58.5287800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5287863Z with 2022-12-01T11:17:58.5287920Z [ 2022-12-01T11:17:58.5288008Z T=c10::QualifiedName 2022-12-01T11:17:58.5288067Z ] 2022-12-01T11:17:58.5288375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5288439Z with 2022-12-01T11:17:58.5288501Z [ 2022-12-01T11:17:58.5288675Z T=std::shared_ptr 2022-12-01T11:17:58.5288735Z ] 2022-12-01T11:17:58.5289059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5289110Z with 2022-12-01T11:17:58.5289170Z [ 2022-12-01T11:17:58.5289349Z T=std::shared_ptr 2022-12-01T11:17:58.5289412Z ] 2022-12-01T11:17:58.5289781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5289843Z with 2022-12-01T11:17:58.5289902Z [ 2022-12-01T11:17:58.5290032Z T=std::shared_ptr 2022-12-01T11:17:58.5290188Z ] 2022-12-01T11:17:58.5290577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5290641Z with 2022-12-01T11:17:58.5290699Z [ 2022-12-01T11:17:58.5290826Z T=std::shared_ptr 2022-12-01T11:17:58.5290884Z ] 2022-12-01T11:17:58.5291248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5291659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5292005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5292068Z with 2022-12-01T11:17:58.5292128Z [ 2022-12-01T11:17:58.5292244Z T=std::shared_ptr 2022-12-01T11:17:58.5292304Z ] 2022-12-01T11:17:58.5292613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5292675Z with 2022-12-01T11:17:58.5292734Z [ 2022-12-01T11:17:58.5292864Z T=std::weak_ptr 2022-12-01T11:17:58.5292923Z ] 2022-12-01T11:17:58.5293241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5293305Z with 2022-12-01T11:17:58.5293365Z [ 2022-12-01T11:17:58.5293491Z T=std::weak_ptr 2022-12-01T11:17:58.5293551Z ] 2022-12-01T11:17:58.5293913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5293976Z with 2022-12-01T11:17:58.5294036Z [ 2022-12-01T11:17:58.5294148Z T=std::weak_ptr 2022-12-01T11:17:58.5294206Z ] 2022-12-01T11:17:58.5294589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5294658Z with 2022-12-01T11:17:58.5294721Z [ 2022-12-01T11:17:58.5294849Z T=std::weak_ptr 2022-12-01T11:17:58.5294908Z ] 2022-12-01T11:17:58.5295275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5295631Z 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-12-01T11:17:58.5296028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5296144Z with 2022-12-01T11:17:58.5296204Z [ 2022-12-01T11:17:58.5296331Z T=std::weak_ptr 2022-12-01T11:17:58.5296391Z ] 2022-12-01T11:17:58.5296874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5296982Z with 2022-12-01T11:17:58.5297049Z [ 2022-12-01T11:17:58.5297248Z T=std::vector> 2022-12-01T11:17:58.5297310Z ] 2022-12-01T11:17:58.5297620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5297683Z with 2022-12-01T11:17:58.5297746Z [ 2022-12-01T11:17:58.5297950Z T=std::vector> 2022-12-01T11:17:58.5298013Z ] 2022-12-01T11:17:58.5298485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5298550Z with 2022-12-01T11:17:58.5298609Z [ 2022-12-01T11:17:58.5298763Z T=std::vector> 2022-12-01T11:17:58.5298824Z ] 2022-12-01T11:17:58.5299203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5299267Z with 2022-12-01T11:17:58.5299326Z [ 2022-12-01T11:17:58.5299482Z T=std::vector> 2022-12-01T11:17:58.5299541Z ] 2022-12-01T11:17:58.5299915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5300296Z 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-12-01T11:17:58.5300640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5300707Z with 2022-12-01T11:17:58.5300769Z [ 2022-12-01T11:17:58.5300914Z T=std::vector> 2022-12-01T11:17:58.5300973Z ] 2022-12-01T11:17:58.5301279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5301344Z with 2022-12-01T11:17:58.5301405Z [ 2022-12-01T11:17:58.5301525Z T=std::vector> 2022-12-01T11:17:58.5301584Z ] 2022-12-01T11:17:58.5301909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5301972Z with 2022-12-01T11:17:58.5302030Z [ 2022-12-01T11:17:58.5302147Z T=std::vector> 2022-12-01T11:17:58.5302205Z ] 2022-12-01T11:17:58.5302621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5302693Z with 2022-12-01T11:17:58.5302796Z [ 2022-12-01T11:17:58.5302918Z T=std::vector> 2022-12-01T11:17:58.5302967Z ] 2022-12-01T11:17:58.5303353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5303419Z with 2022-12-01T11:17:58.5303478Z [ 2022-12-01T11:17:58.5303644Z T=std::vector> 2022-12-01T11:17:58.5303707Z ] 2022-12-01T11:17:58.5304114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5304520Z 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-12-01T11:17:58.5304864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5304927Z with 2022-12-01T11:17:58.5305032Z [ 2022-12-01T11:17:58.5305153Z T=std::vector> 2022-12-01T11:17:58.5305213Z ] 2022-12-01T11:17:58.5305520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5305585Z with 2022-12-01T11:17:58.5305650Z [ 2022-12-01T11:17:58.5305862Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5305924Z ] 2022-12-01T11:17:58.5306233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5306298Z with 2022-12-01T11:17:58.5306358Z [ 2022-12-01T11:17:58.5306575Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5306638Z ] 2022-12-01T11:17:58.5306999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5307064Z with 2022-12-01T11:17:58.5307124Z [ 2022-12-01T11:17:58.5307288Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5307347Z ] 2022-12-01T11:17:58.5307729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5307793Z with 2022-12-01T11:17:58.5307851Z [ 2022-12-01T11:17:58.5308017Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5308076Z ] 2022-12-01T11:17:58.5308476Z C:\actions-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-12-01T11:17:58.5308918Z 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-12-01T11:17:58.5309249Z 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-12-01T11:17:58.5309593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5309658Z with 2022-12-01T11:17:58.5309719Z [ 2022-12-01T11:17:58.5309926Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5309977Z ] 2022-12-01T11:17:58.5310285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5310349Z with 2022-12-01T11:17:58.5310408Z [ 2022-12-01T11:17:58.5310569Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5310629Z ] 2022-12-01T11:17:58.5310946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5311009Z with 2022-12-01T11:17:58.5311067Z [ 2022-12-01T11:17:58.5311225Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5311287Z ] 2022-12-01T11:17:58.5311653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5311718Z with 2022-12-01T11:17:58.5311778Z [ 2022-12-01T11:17:58.5311933Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5312001Z ] 2022-12-01T11:17:58.5312425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5312488Z with 2022-12-01T11:17:58.5312536Z [ 2022-12-01T11:17:58.5312693Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5312798Z ] 2022-12-01T11:17:58.5313190Z C:\actions-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-12-01T11:17:58.5313574Z 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-12-01T11:17:58.5313892Z 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-12-01T11:17:58.5314231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5314349Z with 2022-12-01T11:17:58.5314409Z [ 2022-12-01T11:17:58.5314570Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5314629Z ] 2022-12-01T11:17:58.5314935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5314999Z with 2022-12-01T11:17:58.5315058Z [ 2022-12-01T11:17:58.5315180Z T=std::vector> 2022-12-01T11:17:58.5315239Z ] 2022-12-01T11:17:58.5315562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5315625Z with 2022-12-01T11:17:58.5315688Z [ 2022-12-01T11:17:58.5315859Z T=std::vector> 2022-12-01T11:17:58.5315908Z ] 2022-12-01T11:17:58.5316274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5316338Z with 2022-12-01T11:17:58.5316398Z [ 2022-12-01T11:17:58.5316522Z T=std::vector> 2022-12-01T11:17:58.5316581Z ] 2022-12-01T11:17:58.5316971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5317034Z with 2022-12-01T11:17:58.5317093Z [ 2022-12-01T11:17:58.5317222Z T=std::vector> 2022-12-01T11:17:58.5317282Z ] 2022-12-01T11:17:58.5317641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5317993Z 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-12-01T11:17:58.5318333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5318407Z with 2022-12-01T11:17:58.5318510Z [ 2022-12-01T11:17:58.5318635Z T=std::vector> 2022-12-01T11:17:58.5318699Z ] 2022-12-01T11:17:58.5319005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5319054Z with 2022-12-01T11:17:58.5319115Z [ 2022-12-01T11:17:58.5319314Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5319379Z ] 2022-12-01T11:17:58.5319701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5319764Z with 2022-12-01T11:17:58.5319822Z [ 2022-12-01T11:17:58.5319972Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5320030Z ] 2022-12-01T11:17:58.5320392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5320503Z with 2022-12-01T11:17:58.5320562Z [ 2022-12-01T11:17:58.5320708Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5320767Z ] 2022-12-01T11:17:58.5321154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5321215Z with 2022-12-01T11:17:58.5321273Z [ 2022-12-01T11:17:58.5321409Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5321470Z ] 2022-12-01T11:17:58.5321893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5322304Z 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-12-01T11:17:58.5322691Z 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-12-01T11:17:58.5323038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5323104Z with 2022-12-01T11:17:58.5323164Z [ 2022-12-01T11:17:58.5323316Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5323376Z ] 2022-12-01T11:17:58.5323684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5323745Z with 2022-12-01T11:17:58.5323805Z [ 2022-12-01T11:17:58.5323953Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5324011Z ] 2022-12-01T11:17:58.5324329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5324391Z with 2022-12-01T11:17:58.5324451Z [ 2022-12-01T11:17:58.5324603Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5324667Z ] 2022-12-01T11:17:58.5325063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5325131Z with 2022-12-01T11:17:58.5325192Z [ 2022-12-01T11:17:58.5325341Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5325399Z ] 2022-12-01T11:17:58.5325828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5325895Z with 2022-12-01T11:17:58.5325955Z [ 2022-12-01T11:17:58.5326106Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5326219Z ] 2022-12-01T11:17:58.5326605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5327006Z 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-12-01T11:17:58.5327396Z 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-12-01T11:17:58.5327784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5327851Z with 2022-12-01T11:17:58.5327911Z [ 2022-12-01T11:17:58.5328062Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5328122Z ] 2022-12-01T11:17:58.5328431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5328494Z with 2022-12-01T11:17:58.5328555Z [ 2022-12-01T11:17:58.5328650Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5328710Z ] 2022-12-01T11:17:58.5329030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5329093Z with 2022-12-01T11:17:58.5329157Z [ 2022-12-01T11:17:58.5329264Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5329322Z ] 2022-12-01T11:17:58.5329684Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5329748Z with 2022-12-01T11:17:58.5329808Z [ 2022-12-01T11:17:58.5329909Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5329967Z ] 2022-12-01T11:17:58.5330351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5330416Z with 2022-12-01T11:17:58.5330473Z [ 2022-12-01T11:17:58.5330574Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5330624Z ] 2022-12-01T11:17:58.5330979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5331356Z 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-12-01T11:17:58.5331422Z with 2022-12-01T11:17:58.5331481Z [ 2022-12-01T11:17:58.5331589Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5331649Z ] 2022-12-01T11:17:58.5332075Z 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-12-01T11:17:58.5332473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5332536Z with 2022-12-01T11:17:58.5332594Z [ 2022-12-01T11:17:58.5332696Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5332755Z ] 2022-12-01T11:17:58.5333063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5333126Z with 2022-12-01T11:17:58.5333186Z [ 2022-12-01T11:17:58.5333375Z T=std::vector> 2022-12-01T11:17:58.5333435Z ] 2022-12-01T11:17:58.5333789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5333856Z with 2022-12-01T11:17:58.5333915Z [ 2022-12-01T11:17:58.5334104Z T=std::vector> 2022-12-01T11:17:58.5334164Z ] 2022-12-01T11:17:58.5334529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5334598Z with 2022-12-01T11:17:58.5334655Z [ 2022-12-01T11:17:58.5334840Z T=std::vector> 2022-12-01T11:17:58.5334899Z ] 2022-12-01T11:17:58.5335290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5335355Z with 2022-12-01T11:17:58.5335414Z [ 2022-12-01T11:17:58.5335596Z T=std::vector> 2022-12-01T11:17:58.5335655Z ] 2022-12-01T11:17:58.5336070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5336480Z 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-12-01T11:17:58.5336829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5336894Z with 2022-12-01T11:17:58.5336955Z [ 2022-12-01T11:17:58.5337140Z T=std::vector> 2022-12-01T11:17:58.5337247Z ] 2022-12-01T11:17:58.5337545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5337609Z with 2022-12-01T11:17:58.5337670Z [ 2022-12-01T11:17:58.5337766Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5337830Z ] 2022-12-01T11:17:58.5338276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5338720Z with 2022-12-01T11:17:58.5338780Z [ 2022-12-01T11:17:58.5338879Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5338946Z ] 2022-12-01T11:17:58.5339312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5339375Z with 2022-12-01T11:17:58.5339435Z [ 2022-12-01T11:17:58.5339531Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5339591Z ] 2022-12-01T11:17:58.5339963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5340078Z with 2022-12-01T11:17:58.5340141Z [ 2022-12-01T11:17:58.5340236Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5340296Z ] 2022-12-01T11:17:58.5340642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5340998Z 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-12-01T11:17:58.5341339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5341402Z with 2022-12-01T11:17:58.5341465Z [ 2022-12-01T11:17:58.5341561Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5341621Z ] 2022-12-01T11:17:58.5341927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5341989Z with 2022-12-01T11:17:58.5342048Z [ 2022-12-01T11:17:58.5342125Z T=c10::IValue 2022-12-01T11:17:58.5342185Z ] 2022-12-01T11:17:58.5342504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5342556Z with 2022-12-01T11:17:58.5342616Z [ 2022-12-01T11:17:58.5342693Z T=c10::IValue 2022-12-01T11:17:58.5342753Z ] 2022-12-01T11:17:58.5343111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5343178Z with 2022-12-01T11:17:58.5343239Z [ 2022-12-01T11:17:58.5343364Z T=c10::IValue 2022-12-01T11:17:58.5343426Z ] 2022-12-01T11:17:58.5343811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5343873Z with 2022-12-01T11:17:58.5343933Z [ 2022-12-01T11:17:58.5344008Z T=c10::IValue 2022-12-01T11:17:58.5344116Z ] 2022-12-01T11:17:58.5344448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5344834Z 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-12-01T11:17:58.5345176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5345229Z with 2022-12-01T11:17:58.5345289Z [ 2022-12-01T11:17:58.5345367Z T=c10::IValue 2022-12-01T11:17:58.5345427Z ] 2022-12-01T11:17:58.5345729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5345791Z with 2022-12-01T11:17:58.5345851Z [ 2022-12-01T11:17:58.5345935Z T=c10::AliasInfo 2022-12-01T11:17:58.5346035Z ] 2022-12-01T11:17:58.5346359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5346424Z with 2022-12-01T11:17:58.5346481Z [ 2022-12-01T11:17:58.5346559Z T=c10::AliasInfo 2022-12-01T11:17:58.5346619Z ] 2022-12-01T11:17:58.5346970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5347033Z with 2022-12-01T11:17:58.5347092Z [ 2022-12-01T11:17:58.5347173Z T=c10::AliasInfo 2022-12-01T11:17:58.5347233Z ] 2022-12-01T11:17:58.5347620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5347686Z with 2022-12-01T11:17:58.5347745Z [ 2022-12-01T11:17:58.5347828Z T=c10::AliasInfo 2022-12-01T11:17:58.5347887Z ] 2022-12-01T11:17:58.5348212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5348552Z 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-12-01T11:17:58.5348895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5348960Z with 2022-12-01T11:17:58.5349021Z [ 2022-12-01T11:17:58.5349099Z T=c10::AliasInfo 2022-12-01T11:17:58.5349160Z ] 2022-12-01T11:17:58.5349466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5349523Z with 2022-12-01T11:17:58.5349625Z [ 2022-12-01T11:17:58.5349763Z T=std::vector> 2022-12-01T11:17:58.5349824Z ] 2022-12-01T11:17:58.5350143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5350206Z with 2022-12-01T11:17:58.5350314Z [ 2022-12-01T11:17:58.5350501Z T=std::vector> 2022-12-01T11:17:58.5350562Z ] 2022-12-01T11:17:58.5350926Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5350986Z with 2022-12-01T11:17:58.5351044Z [ 2022-12-01T11:17:58.5351174Z T=std::vector> 2022-12-01T11:17:58.5351232Z ] 2022-12-01T11:17:58.5351617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5351680Z with 2022-12-01T11:17:58.5351726Z [ 2022-12-01T11:17:58.5351855Z T=std::vector> 2022-12-01T11:17:58.5351962Z ] 2022-12-01T11:17:58.5352315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5352377Z with 2022-12-01T11:17:58.5352436Z [ 2022-12-01T11:17:58.5352513Z T=c10::SymInt 2022-12-01T11:17:58.5352573Z ] 2022-12-01T11:17:58.5352917Z 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-12-01T11:17:58.5352979Z with 2022-12-01T11:17:58.5353039Z [ 2022-12-01T11:17:58.5353111Z T=c10::SymInt 2022-12-01T11:17:58.5353171Z ] 2022-12-01T11:17:58.5353543Z 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-12-01T11:17:58.5353972Z 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-12-01T11:17:58.5354315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5354378Z with 2022-12-01T11:17:58.5354441Z [ 2022-12-01T11:17:58.5354571Z T=std::vector> 2022-12-01T11:17:58.5354619Z ] 2022-12-01T11:17:58.5354933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5354999Z with 2022-12-01T11:17:58.5355058Z [ 2022-12-01T11:17:58.5355199Z T=c10::either 2022-12-01T11:17:58.5355258Z ] 2022-12-01T11:17:58.5355580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5355643Z with 2022-12-01T11:17:58.5355702Z [ 2022-12-01T11:17:58.5355888Z T=c10::either 2022-12-01T11:17:58.5355950Z ] 2022-12-01T11:17:58.5356315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5356427Z with 2022-12-01T11:17:58.5356487Z [ 2022-12-01T11:17:58.5356671Z T=c10::either 2022-12-01T11:17:58.5356721Z ] 2022-12-01T11:17:58.5357109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5357173Z with 2022-12-01T11:17:58.5357233Z [ 2022-12-01T11:17:58.5357369Z T=c10::either 2022-12-01T11:17:58.5357430Z ] 2022-12-01T11:17:58.5357802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5358248Z 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-12-01T11:17:58.5358591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5358654Z with 2022-12-01T11:17:58.5358715Z [ 2022-12-01T11:17:58.5358853Z T=c10::either 2022-12-01T11:17:58.5358912Z ] 2022-12-01T11:17:58.5359216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5359282Z with 2022-12-01T11:17:58.5359341Z [ 2022-12-01T11:17:58.5359431Z T=at::StepCallbacks 2022-12-01T11:17:58.5359491Z ] 2022-12-01T11:17:58.5359810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5359872Z with 2022-12-01T11:17:58.5359920Z [ 2022-12-01T11:17:58.5360009Z T=at::StepCallbacks 2022-12-01T11:17:58.5360069Z ] 2022-12-01T11:17:58.5360426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5360489Z with 2022-12-01T11:17:58.5360551Z [ 2022-12-01T11:17:58.5360637Z T=at::StepCallbacks 2022-12-01T11:17:58.5360695Z ] 2022-12-01T11:17:58.5361085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5361147Z with 2022-12-01T11:17:58.5361207Z [ 2022-12-01T11:17:58.5361295Z T=at::StepCallbacks 2022-12-01T11:17:58.5361354Z ] 2022-12-01T11:17:58.5361691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5362039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5362431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5362543Z with 2022-12-01T11:17:58.5362591Z [ 2022-12-01T11:17:58.5362681Z T=at::StepCallbacks 2022-12-01T11:17:58.5362740Z ] 2022-12-01T11:17:58.5363093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5363159Z with 2022-12-01T11:17:58.5363216Z [ 2022-12-01T11:17:58.5363295Z T=c10::DimVector 2022-12-01T11:17:58.5363356Z ] 2022-12-01T11:17:58.5363680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5363743Z with 2022-12-01T11:17:58.5363804Z [ 2022-12-01T11:17:58.5364246Z T=c10::DimVector 2022-12-01T11:17:58.5364314Z ] 2022-12-01T11:17:58.5364681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5364746Z with 2022-12-01T11:17:58.5364794Z [ 2022-12-01T11:17:58.5364877Z T=c10::DimVector 2022-12-01T11:17:58.5364937Z ] 2022-12-01T11:17:58.5365324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5365387Z with 2022-12-01T11:17:58.5365447Z [ 2022-12-01T11:17:58.5365527Z T=c10::DimVector 2022-12-01T11:17:58.5365589Z ] 2022-12-01T11:17:58.5365921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5366253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5366594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5366659Z with 2022-12-01T11:17:58.5366718Z [ 2022-12-01T11:17:58.5366799Z T=c10::DimVector 2022-12-01T11:17:58.5366858Z ] 2022-12-01T11:17:58.5367166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5367233Z with 2022-12-01T11:17:58.5367280Z [ 2022-12-01T11:17:58.5367383Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5367444Z ] 2022-12-01T11:17:58.5367762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5367826Z with 2022-12-01T11:17:58.5367886Z [ 2022-12-01T11:17:58.5367990Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5368050Z ] 2022-12-01T11:17:58.5368408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5368585Z with 2022-12-01T11:17:58.5368649Z [ 2022-12-01T11:17:58.5368751Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5368810Z ] 2022-12-01T11:17:58.5369199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5376794Z with 2022-12-01T11:17:58.5376905Z [ 2022-12-01T11:17:58.5377032Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5377089Z ] 2022-12-01T11:17:58.5377454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5377959Z 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-12-01T11:17:58.5378396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5378456Z with 2022-12-01T11:17:58.5378510Z [ 2022-12-01T11:17:58.5378606Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5378656Z ] 2022-12-01T11:17:58.5378961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5379016Z with 2022-12-01T11:17:58.5379067Z [ 2022-12-01T11:17:58.5379202Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5379253Z ] 2022-12-01T11:17:58.5379577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5379640Z with 2022-12-01T11:17:58.5379702Z [ 2022-12-01T11:17:58.5379841Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5379901Z ] 2022-12-01T11:17:58.5380268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5380319Z with 2022-12-01T11:17:58.5380380Z [ 2022-12-01T11:17:58.5380518Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5380579Z ] 2022-12-01T11:17:58.5380974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5381041Z with 2022-12-01T11:17:58.5381103Z [ 2022-12-01T11:17:58.5381291Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5381353Z ] 2022-12-01T11:17:58.5381731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5382178Z 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-12-01T11:17:58.5382529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5382660Z with 2022-12-01T11:17:58.5382717Z [ 2022-12-01T11:17:58.5382855Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5382915Z ] 2022-12-01T11:17:58.5383225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5383288Z with 2022-12-01T11:17:58.5383352Z [ 2022-12-01T11:17:58.5383460Z T=std::tuple 2022-12-01T11:17:58.5383523Z ] 2022-12-01T11:17:58.5383845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5383912Z with 2022-12-01T11:17:58.5384015Z [ 2022-12-01T11:17:58.5384133Z T=std::tuple 2022-12-01T11:17:58.5384195Z ] 2022-12-01T11:17:58.5384564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5384625Z with 2022-12-01T11:17:58.5384680Z [ 2022-12-01T11:17:58.5384792Z T=std::tuple 2022-12-01T11:17:58.5384848Z ] 2022-12-01T11:17:58.5385239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5385301Z with 2022-12-01T11:17:58.5385365Z [ 2022-12-01T11:17:58.5385481Z T=std::tuple 2022-12-01T11:17:58.5385530Z ] 2022-12-01T11:17:58.5385886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5386261Z 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-12-01T11:17:58.5386605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5386668Z with 2022-12-01T11:17:58.5386730Z [ 2022-12-01T11:17:58.5386846Z T=std::tuple 2022-12-01T11:17:58.5386911Z ] 2022-12-01T11:17:58.5387219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5387283Z with 2022-12-01T11:17:58.5387342Z [ 2022-12-01T11:17:58.5387438Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5387548Z ] 2022-12-01T11:17:58.5387871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5387936Z with 2022-12-01T11:17:58.5387994Z [ 2022-12-01T11:17:58.5388086Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5388135Z ] 2022-12-01T11:17:58.5388543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5388659Z with 2022-12-01T11:17:58.5388718Z [ 2022-12-01T11:17:58.5388813Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5388875Z ] 2022-12-01T11:17:58.5389262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5389328Z with 2022-12-01T11:17:58.5389389Z [ 2022-12-01T11:17:58.5389481Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5389540Z ] 2022-12-01T11:17:58.5389884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5390286Z 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-12-01T11:17:58.5390624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5390686Z with 2022-12-01T11:17:58.5390743Z [ 2022-12-01T11:17:58.5390835Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5390891Z ] 2022-12-01T11:17:58.5391188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5391250Z with 2022-12-01T11:17:58.5391311Z [ 2022-12-01T11:17:58.5391426Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5391485Z ] 2022-12-01T11:17:58.5391808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5391870Z with 2022-12-01T11:17:58.5391929Z [ 2022-12-01T11:17:58.5392046Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5392106Z ] 2022-12-01T11:17:58.5392465Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5392528Z with 2022-12-01T11:17:58.5392588Z [ 2022-12-01T11:17:58.5392696Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5392757Z ] 2022-12-01T11:17:58.5393147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5393211Z with 2022-12-01T11:17:58.5393259Z [ 2022-12-01T11:17:58.5393369Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5393427Z ] 2022-12-01T11:17:58.5393826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5394189Z 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-12-01T11:17:58.5394571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5394690Z with 2022-12-01T11:17:58.5394748Z [ 2022-12-01T11:17:58.5394862Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5394921Z ] 2022-12-01T11:17:58.5395234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5395294Z with 2022-12-01T11:17:58.5395353Z [ 2022-12-01T11:17:58.5395460Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5395520Z ] 2022-12-01T11:17:58.5395839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5395948Z with 2022-12-01T11:17:58.5396010Z [ 2022-12-01T11:17:58.5396110Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5396171Z ] 2022-12-01T11:17:58.5396535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5396598Z with 2022-12-01T11:17:58.5396658Z [ 2022-12-01T11:17:58.5396765Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5396822Z ] 2022-12-01T11:17:58.5397207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5397270Z with 2022-12-01T11:17:58.5397327Z [ 2022-12-01T11:17:58.5397432Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5397487Z ] 2022-12-01T11:17:58.5397842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5398198Z 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-12-01T11:17:58.5398537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5398600Z with 2022-12-01T11:17:58.5398662Z [ 2022-12-01T11:17:58.5398770Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5398825Z ] 2022-12-01T11:17:58.5399132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5399197Z with 2022-12-01T11:17:58.5399257Z [ 2022-12-01T11:17:58.5399348Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5399407Z ] 2022-12-01T11:17:58.5399731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5399792Z with 2022-12-01T11:17:58.5399852Z [ 2022-12-01T11:17:58.5399941Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5399999Z ] 2022-12-01T11:17:58.5400366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5400477Z with 2022-12-01T11:17:58.5400536Z [ 2022-12-01T11:17:58.5400625Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5400673Z ] 2022-12-01T11:17:58.5401059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5401122Z with 2022-12-01T11:17:58.5401182Z [ 2022-12-01T11:17:58.5401271Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5401331Z ] 2022-12-01T11:17:58.5401669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5402057Z 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-12-01T11:17:58.5402403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5402464Z with 2022-12-01T11:17:58.5402523Z [ 2022-12-01T11:17:58.5402609Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5402666Z ] 2022-12-01T11:17:58.5402976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5403039Z with 2022-12-01T11:17:58.5403101Z [ 2022-12-01T11:17:58.5403195Z T=at::ThreadLocalState 2022-12-01T11:17:58.5403247Z ] 2022-12-01T11:17:58.5403568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5403635Z with 2022-12-01T11:17:58.5403695Z [ 2022-12-01T11:17:58.5403788Z T=at::ThreadLocalState 2022-12-01T11:17:58.5403848Z ] 2022-12-01T11:17:58.5404208Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5404270Z with 2022-12-01T11:17:58.5404331Z [ 2022-12-01T11:17:58.5404422Z T=at::ThreadLocalState 2022-12-01T11:17:58.5404480Z ] 2022-12-01T11:17:58.5404867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5404937Z with 2022-12-01T11:17:58.5405044Z [ 2022-12-01T11:17:58.5405138Z T=at::ThreadLocalState 2022-12-01T11:17:58.5405186Z ] 2022-12-01T11:17:58.5405529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5405935Z 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-12-01T11:17:58.5406282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5406396Z with 2022-12-01T11:17:58.5406457Z [ 2022-12-01T11:17:58.5406550Z T=at::ThreadLocalState 2022-12-01T11:17:58.5406611Z ] 2022-12-01T11:17:58.5406919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5406979Z with 2022-12-01T11:17:58.5407038Z [ 2022-12-01T11:17:58.5407153Z T=std::shared_ptr 2022-12-01T11:17:58.5407213Z ] 2022-12-01T11:17:58.5407535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5407597Z with 2022-12-01T11:17:58.5407655Z [ 2022-12-01T11:17:58.5407811Z T=std::shared_ptr 2022-12-01T11:17:58.5407872Z ] 2022-12-01T11:17:58.5408223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5408288Z with 2022-12-01T11:17:58.5408351Z [ 2022-12-01T11:17:58.5408463Z T=std::shared_ptr 2022-12-01T11:17:58.5408522Z ] 2022-12-01T11:17:58.5408910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5408975Z with 2022-12-01T11:17:58.5409037Z [ 2022-12-01T11:17:58.5409147Z T=std::shared_ptr 2022-12-01T11:17:58.5409209Z ] 2022-12-01T11:17:58.5409560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5409901Z 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-12-01T11:17:58.5410274Z 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-12-01T11:17:58.5410611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5410677Z with 2022-12-01T11:17:58.5410738Z [ 2022-12-01T11:17:58.5410849Z T=std::shared_ptr 2022-12-01T11:17:58.5410910Z ] 2022-12-01T11:17:58.5411218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5411281Z with 2022-12-01T11:17:58.5411330Z [ 2022-12-01T11:17:58.5411432Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5411493Z ] 2022-12-01T11:17:58.5411810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5411870Z with 2022-12-01T11:17:58.5411930Z [ 2022-12-01T11:17:58.5412026Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5412131Z ] 2022-12-01T11:17:58.5412495Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5412558Z with 2022-12-01T11:17:58.5412614Z [ 2022-12-01T11:17:58.5412709Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5412767Z ] 2022-12-01T11:17:58.5413152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5413219Z with 2022-12-01T11:17:58.5413266Z [ 2022-12-01T11:17:58.5413364Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5413425Z ] 2022-12-01T11:17:58.5413815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5414158Z 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-12-01T11:17:58.5414526Z 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-12-01T11:17:58.5414870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5414932Z with 2022-12-01T11:17:58.5414995Z [ 2022-12-01T11:17:58.5415094Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5415155Z ] 2022-12-01T11:17:58.5415462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5415525Z with 2022-12-01T11:17:58.5415587Z [ 2022-12-01T11:17:58.5415677Z T=torch::jit::Method 2022-12-01T11:17:58.5415738Z ] 2022-12-01T11:17:58.5416060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5416124Z with 2022-12-01T11:17:58.5416184Z [ 2022-12-01T11:17:58.5416260Z T=torch::jit::Method 2022-12-01T11:17:58.5416321Z ] 2022-12-01T11:17:58.5416685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5416748Z with 2022-12-01T11:17:58.5416808Z [ 2022-12-01T11:17:58.5416890Z T=torch::jit::Method 2022-12-01T11:17:58.5416947Z ] 2022-12-01T11:17:58.5417336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5417398Z with 2022-12-01T11:17:58.5417459Z [ 2022-12-01T11:17:58.5417543Z T=torch::jit::Method 2022-12-01T11:17:58.5417603Z ] 2022-12-01T11:17:58.5417937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5418423Z 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-12-01T11:17:58.5418770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5418834Z with 2022-12-01T11:17:58.5418899Z [ 2022-12-01T11:17:58.5418974Z T=torch::jit::Method 2022-12-01T11:17:58.5419035Z ] 2022-12-01T11:17:58.5419339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5419404Z with 2022-12-01T11:17:58.5419465Z [ 2022-12-01T11:17:58.5419650Z T=std::vector> 2022-12-01T11:17:58.5419712Z ] 2022-12-01T11:17:58.5420040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5420103Z with 2022-12-01T11:17:58.5420162Z [ 2022-12-01T11:17:58.5420295Z T=std::vector> 2022-12-01T11:17:58.5420355Z ] 2022-12-01T11:17:58.5420715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5420779Z with 2022-12-01T11:17:58.5420840Z [ 2022-12-01T11:17:58.5420974Z T=std::vector> 2022-12-01T11:17:58.5421027Z ] 2022-12-01T11:17:58.5421467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5421533Z with 2022-12-01T11:17:58.5421596Z [ 2022-12-01T11:17:58.5421730Z T=std::vector> 2022-12-01T11:17:58.5421792Z ] 2022-12-01T11:17:58.5422210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5422595Z 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-12-01T11:17:58.5422935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5422997Z with 2022-12-01T11:17:58.5423056Z [ 2022-12-01T11:17:58.5423190Z T=std::vector> 2022-12-01T11:17:58.5423251Z ] 2022-12-01T11:17:58.5423556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5423620Z with 2022-12-01T11:17:58.5423679Z [ 2022-12-01T11:17:58.5423845Z T=std::function 2022-12-01T11:17:58.5423959Z ] 2022-12-01T11:17:58.5424282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5424346Z with 2022-12-01T11:17:58.5424395Z [ 2022-12-01T11:17:58.5424560Z T=std::function 2022-12-01T11:17:58.5424619Z ] 2022-12-01T11:17:58.5424980Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5425041Z with 2022-12-01T11:17:58.5425101Z [ 2022-12-01T11:17:58.5425262Z T=std::function 2022-12-01T11:17:58.5425320Z ] 2022-12-01T11:17:58.5425752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5425818Z with 2022-12-01T11:17:58.5425880Z [ 2022-12-01T11:17:58.5426042Z T=std::function 2022-12-01T11:17:58.5426104Z ] 2022-12-01T11:17:58.5426504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5426924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5427266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5427328Z with 2022-12-01T11:17:58.5427392Z [ 2022-12-01T11:17:58.5427555Z T=std::function 2022-12-01T11:17:58.5427618Z ] 2022-12-01T11:17:58.5427930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5427983Z with 2022-12-01T11:17:58.5428045Z [ 2022-12-01T11:17:58.5428234Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5428293Z ] 2022-12-01T11:17:58.5428619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5428685Z with 2022-12-01T11:17:58.5428746Z [ 2022-12-01T11:17:58.5428934Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5428997Z ] 2022-12-01T11:17:58.5429360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5429423Z with 2022-12-01T11:17:58.5429482Z [ 2022-12-01T11:17:58.5429670Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5429732Z ] 2022-12-01T11:17:58.5430126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5430232Z with 2022-12-01T11:17:58.5430285Z [ 2022-12-01T11:17:58.5430469Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5430529Z ] 2022-12-01T11:17:58.5430950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5431404Z 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-12-01T11:17:58.5431788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5431854Z with 2022-12-01T11:17:58.5431915Z [ 2022-12-01T11:17:58.5432107Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5432170Z ] 2022-12-01T11:17:58.5432477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5432541Z with 2022-12-01T11:17:58.5432601Z [ 2022-12-01T11:17:58.5432716Z T=std::vector> 2022-12-01T11:17:58.5432775Z ] 2022-12-01T11:17:58.5433100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5433165Z with 2022-12-01T11:17:58.5433226Z [ 2022-12-01T11:17:58.5433354Z T=std::vector> 2022-12-01T11:17:58.5433413Z ] 2022-12-01T11:17:58.5433778Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5433841Z with 2022-12-01T11:17:58.5433901Z [ 2022-12-01T11:17:58.5434027Z T=std::vector> 2022-12-01T11:17:58.5434085Z ] 2022-12-01T11:17:58.5434475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5434540Z with 2022-12-01T11:17:58.5434600Z [ 2022-12-01T11:17:58.5434725Z T=std::vector> 2022-12-01T11:17:58.5434773Z ] 2022-12-01T11:17:58.5435118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5435182Z with 2022-12-01T11:17:58.5435241Z [ 2022-12-01T11:17:58.5435309Z T=double 2022-12-01T11:17:58.5435366Z ] 2022-12-01T11:17:58.5435754Z 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-12-01T11:17:58.5435863Z with 2022-12-01T11:17:58.5435928Z [ 2022-12-01T11:17:58.5435998Z T=double 2022-12-01T11:17:58.5436060Z ] 2022-12-01T11:17:58.5436401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5436466Z with 2022-12-01T11:17:58.5436525Z [ 2022-12-01T11:17:58.5436649Z T=std::vector> 2022-12-01T11:17:58.5436697Z ] 2022-12-01T11:17:58.5437005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5437066Z with 2022-12-01T11:17:58.5437125Z [ 2022-12-01T11:17:58.5437234Z T=std::tuple 2022-12-01T11:17:58.5437295Z ] 2022-12-01T11:17:58.5437657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5437719Z with 2022-12-01T11:17:58.5437779Z [ 2022-12-01T11:17:58.5437884Z T=std::tuple 2022-12-01T11:17:58.5437943Z ] 2022-12-01T11:17:58.5438304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5438367Z with 2022-12-01T11:17:58.5438427Z [ 2022-12-01T11:17:58.5438537Z T=std::tuple 2022-12-01T11:17:58.5438596Z ] 2022-12-01T11:17:58.5438970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5439037Z with 2022-12-01T11:17:58.5439098Z [ 2022-12-01T11:17:58.5439210Z T=std::tuple 2022-12-01T11:17:58.5439270Z ] 2022-12-01T11:17:58.5439621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5440005Z 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-12-01T11:17:58.5440349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5440414Z with 2022-12-01T11:17:58.5440474Z [ 2022-12-01T11:17:58.5440585Z T=std::tuple 2022-12-01T11:17:58.5440646Z ] 2022-12-01T11:17:58.5440950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5441015Z with 2022-12-01T11:17:58.5441074Z [ 2022-12-01T11:17:58.5441208Z T=std::vector> 2022-12-01T11:17:58.5441268Z ] 2022-12-01T11:17:58.5441587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5441650Z with 2022-12-01T11:17:58.5442093Z [ 2022-12-01T11:17:58.5442233Z T=std::vector> 2022-12-01T11:17:58.5442295Z ] 2022-12-01T11:17:58.5442653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5442719Z with 2022-12-01T11:17:58.5442777Z [ 2022-12-01T11:17:58.5442907Z T=std::vector> 2022-12-01T11:17:58.5442965Z ] 2022-12-01T11:17:58.5443351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5443416Z with 2022-12-01T11:17:58.5443480Z [ 2022-12-01T11:17:58.5443662Z T=std::vector> 2022-12-01T11:17:58.5443724Z ] 2022-12-01T11:17:58.5444098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5444494Z 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-12-01T11:17:58.5444840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5444905Z with 2022-12-01T11:17:58.5444963Z [ 2022-12-01T11:17:58.5445105Z T=std::vector> 2022-12-01T11:17:58.5445152Z ] 2022-12-01T11:17:58.5446178Z [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-12-01T11:17:58.5446319Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5446458Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5446472Z 2022-12-01T11:17:58.5446607Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-12-01T11:17:58.5446909Z 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-12-01T11:17:58.5447215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5447279Z with 2022-12-01T11:17:58.5447343Z [ 2022-12-01T11:17:58.5447422Z T=c10::SymInt 2022-12-01T11:17:58.5447484Z ] 2022-12-01T11:17:58.5447805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5447919Z with 2022-12-01T11:17:58.5447981Z [ 2022-12-01T11:17:58.5448059Z T=c10::SymInt 2022-12-01T11:17:58.5448118Z ] 2022-12-01T11:17:58.5448486Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5448548Z with 2022-12-01T11:17:58.5448606Z [ 2022-12-01T11:17:58.5448679Z T=c10::SymInt 2022-12-01T11:17:58.5448737Z ] 2022-12-01T11:17:58.5449111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5449174Z with 2022-12-01T11:17:58.5449237Z [ 2022-12-01T11:17:58.5449312Z T=c10::SymInt 2022-12-01T11:17:58.5449373Z ] 2022-12-01T11:17:58.5449750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5450074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5450416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5450480Z with 2022-12-01T11:17:58.5450540Z [ 2022-12-01T11:17:58.5450616Z T=c10::SymInt 2022-12-01T11:17:58.5450676Z ] 2022-12-01T11:17:58.5450971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.5451279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5451343Z with 2022-12-01T11:17:58.5451403Z [ 2022-12-01T11:17:58.5451487Z T=at::TensorBase 2022-12-01T11:17:58.5451545Z ] 2022-12-01T11:17:58.5451851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5451914Z with 2022-12-01T11:17:58.5451973Z [ 2022-12-01T11:17:58.5452057Z T=at::TensorBase 2022-12-01T11:17:58.5452119Z ] 2022-12-01T11:17:58.5452485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5452549Z with 2022-12-01T11:17:58.5452611Z [ 2022-12-01T11:17:58.5452760Z T=at::TensorBase 2022-12-01T11:17:58.5452826Z ] 2022-12-01T11:17:58.5453216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5453279Z with 2022-12-01T11:17:58.5453338Z [ 2022-12-01T11:17:58.5453421Z T=at::TensorBase 2022-12-01T11:17:58.5453528Z ] 2022-12-01T11:17:58.5453848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5454240Z 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-12-01T11:17:58.5454584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5454649Z with 2022-12-01T11:17:58.5454711Z [ 2022-12-01T11:17:58.5454794Z T=at::TensorBase 2022-12-01T11:17:58.5454854Z ] 2022-12-01T11:17:58.5455162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5455227Z with 2022-12-01T11:17:58.5455290Z [ 2022-12-01T11:17:58.5455371Z T=at::Tensor 2022-12-01T11:17:58.5455474Z ] 2022-12-01T11:17:58.5455798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5455861Z with 2022-12-01T11:17:58.5455919Z [ 2022-12-01T11:17:58.5455994Z T=at::Tensor 2022-12-01T11:17:58.5456041Z ] 2022-12-01T11:17:58.5456403Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5456465Z with 2022-12-01T11:17:58.5456524Z [ 2022-12-01T11:17:58.5456602Z T=at::Tensor 2022-12-01T11:17:58.5456664Z ] 2022-12-01T11:17:58.5457054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5457123Z with 2022-12-01T11:17:58.5457183Z [ 2022-12-01T11:17:58.5457259Z T=at::Tensor 2022-12-01T11:17:58.5457318Z ] 2022-12-01T11:17:58.5457646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5457973Z 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-12-01T11:17:58.5458417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5458488Z with 2022-12-01T11:17:58.5458547Z [ 2022-12-01T11:17:58.5458622Z T=at::Tensor 2022-12-01T11:17:58.5458682Z ] 2022-12-01T11:17:58.5458976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5459041Z with 2022-12-01T11:17:58.5459105Z [ 2022-12-01T11:17:58.5459186Z T=at::Generator 2022-12-01T11:17:58.5459247Z ] 2022-12-01T11:17:58.5459564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5459629Z with 2022-12-01T11:17:58.5459690Z [ 2022-12-01T11:17:58.5459772Z T=at::Generator 2022-12-01T11:17:58.5459830Z ] 2022-12-01T11:17:58.5460245Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5460308Z with 2022-12-01T11:17:58.5460370Z [ 2022-12-01T11:17:58.5460448Z T=at::Generator 2022-12-01T11:17:58.5460495Z ] 2022-12-01T11:17:58.5460880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5460944Z with 2022-12-01T11:17:58.5461004Z [ 2022-12-01T11:17:58.5461082Z T=at::Generator 2022-12-01T11:17:58.5461141Z ] 2022-12-01T11:17:58.5461511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5461850Z 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-12-01T11:17:58.5462194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5462257Z with 2022-12-01T11:17:58.5462317Z [ 2022-12-01T11:17:58.5462396Z T=at::Generator 2022-12-01T11:17:58.5462457Z ] 2022-12-01T11:17:58.5462765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5462831Z with 2022-12-01T11:17:58.5462891Z [ 2022-12-01T11:17:58.5462972Z T=c10::Scalar 2022-12-01T11:17:58.5463019Z ] 2022-12-01T11:17:58.5463342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5463404Z with 2022-12-01T11:17:58.5463463Z [ 2022-12-01T11:17:58.5463540Z T=c10::Scalar 2022-12-01T11:17:58.5463600Z ] 2022-12-01T11:17:58.5463962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5464025Z with 2022-12-01T11:17:58.5464088Z [ 2022-12-01T11:17:58.5464161Z T=c10::Scalar 2022-12-01T11:17:58.5464224Z ] 2022-12-01T11:17:58.5464613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5464677Z with 2022-12-01T11:17:58.5464736Z [ 2022-12-01T11:17:58.5464809Z T=c10::Scalar 2022-12-01T11:17:58.5464857Z ] 2022-12-01T11:17:58.5465187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5465512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5465853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5465961Z with 2022-12-01T11:17:58.5466024Z [ 2022-12-01T11:17:58.5466099Z T=c10::Scalar 2022-12-01T11:17:58.5466157Z ] 2022-12-01T11:17:58.5466466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5466528Z with 2022-12-01T11:17:58.5466587Z [ 2022-12-01T11:17:58.5466663Z T=std::string 2022-12-01T11:17:58.5466724Z ] 2022-12-01T11:17:58.5467044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5467107Z with 2022-12-01T11:17:58.5467168Z [ 2022-12-01T11:17:58.5467246Z T=std::string 2022-12-01T11:17:58.5467654Z ] 2022-12-01T11:17:58.5468025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5468088Z with 2022-12-01T11:17:58.5468150Z [ 2022-12-01T11:17:58.5468228Z T=std::string 2022-12-01T11:17:58.5468289Z ] 2022-12-01T11:17:58.5468670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5468733Z with 2022-12-01T11:17:58.5468793Z [ 2022-12-01T11:17:58.5468870Z T=std::string 2022-12-01T11:17:58.5468931Z ] 2022-12-01T11:17:58.5469264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5469591Z 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-12-01T11:17:58.5469938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5469999Z with 2022-12-01T11:17:58.5470060Z [ 2022-12-01T11:17:58.5470137Z T=std::string 2022-12-01T11:17:58.5470183Z ] 2022-12-01T11:17:58.5470488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5470556Z with 2022-12-01T11:17:58.5470616Z [ 2022-12-01T11:17:58.5470709Z T=c10::QualifiedName 2022-12-01T11:17:58.5470771Z ] 2022-12-01T11:17:58.5471094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5471152Z with 2022-12-01T11:17:58.5471211Z [ 2022-12-01T11:17:58.5471300Z T=c10::QualifiedName 2022-12-01T11:17:58.5471359Z ] 2022-12-01T11:17:58.5471725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5471790Z with 2022-12-01T11:17:58.5471850Z [ 2022-12-01T11:17:58.5471987Z T=c10::QualifiedName 2022-12-01T11:17:58.5472035Z ] 2022-12-01T11:17:58.5472421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5472483Z with 2022-12-01T11:17:58.5472540Z [ 2022-12-01T11:17:58.5472627Z T=c10::QualifiedName 2022-12-01T11:17:58.5472687Z ] 2022-12-01T11:17:58.5473024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5473358Z 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-12-01T11:17:58.5473744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5473809Z with 2022-12-01T11:17:58.5473869Z [ 2022-12-01T11:17:58.5473957Z T=c10::QualifiedName 2022-12-01T11:17:58.5474019Z ] 2022-12-01T11:17:58.5474325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5474389Z with 2022-12-01T11:17:58.5474449Z [ 2022-12-01T11:17:58.5474581Z T=std::shared_ptr 2022-12-01T11:17:58.5474640Z ] 2022-12-01T11:17:58.5474952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5475016Z with 2022-12-01T11:17:58.5475079Z [ 2022-12-01T11:17:58.5475209Z T=std::shared_ptr 2022-12-01T11:17:58.5475268Z ] 2022-12-01T11:17:58.5475627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5475690Z with 2022-12-01T11:17:58.5475749Z [ 2022-12-01T11:17:58.5475878Z T=std::shared_ptr 2022-12-01T11:17:58.5475938Z ] 2022-12-01T11:17:58.5476329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5476400Z with 2022-12-01T11:17:58.5476460Z [ 2022-12-01T11:17:58.5476588Z T=std::shared_ptr 2022-12-01T11:17:58.5476649Z ] 2022-12-01T11:17:58.5477017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5477382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5477720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5477832Z with 2022-12-01T11:17:58.5477881Z [ 2022-12-01T11:17:58.5478008Z T=std::shared_ptr 2022-12-01T11:17:58.5478067Z ] 2022-12-01T11:17:58.5478374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5478434Z with 2022-12-01T11:17:58.5478495Z [ 2022-12-01T11:17:58.5478621Z T=std::weak_ptr 2022-12-01T11:17:58.5478680Z ] 2022-12-01T11:17:58.5479002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5479064Z with 2022-12-01T11:17:58.5479121Z [ 2022-12-01T11:17:58.5479249Z T=std::weak_ptr 2022-12-01T11:17:58.5479312Z ] 2022-12-01T11:17:58.5479716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5479781Z with 2022-12-01T11:17:58.5479842Z [ 2022-12-01T11:17:58.5479954Z T=std::weak_ptr 2022-12-01T11:17:58.5480015Z ] 2022-12-01T11:17:58.5480400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5480462Z with 2022-12-01T11:17:58.5480521Z [ 2022-12-01T11:17:58.5480646Z T=std::weak_ptr 2022-12-01T11:17:58.5480704Z ] 2022-12-01T11:17:58.5481075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5481430Z 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-12-01T11:17:58.5481763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5481825Z with 2022-12-01T11:17:58.5481884Z [ 2022-12-01T11:17:58.5482009Z T=std::weak_ptr 2022-12-01T11:17:58.5482069Z ] 2022-12-01T11:17:58.5482382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5482448Z with 2022-12-01T11:17:58.5482506Z [ 2022-12-01T11:17:58.5482662Z T=std::vector> 2022-12-01T11:17:58.5482710Z ] 2022-12-01T11:17:58.5483031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5483096Z with 2022-12-01T11:17:58.5483156Z [ 2022-12-01T11:17:58.5483309Z T=std::vector> 2022-12-01T11:17:58.5483369Z ] 2022-12-01T11:17:58.5483735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5483848Z with 2022-12-01T11:17:58.5483906Z [ 2022-12-01T11:17:58.5484060Z T=std::vector> 2022-12-01T11:17:58.5484119Z ] 2022-12-01T11:17:58.5484503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5484564Z with 2022-12-01T11:17:58.5484624Z [ 2022-12-01T11:17:58.5484773Z T=std::vector> 2022-12-01T11:17:58.5484834Z ] 2022-12-01T11:17:58.5485250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5485635Z 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-12-01T11:17:58.5485983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5486045Z with 2022-12-01T11:17:58.5486093Z [ 2022-12-01T11:17:58.5486249Z T=std::vector> 2022-12-01T11:17:58.5486309Z ] 2022-12-01T11:17:58.5486616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5486684Z with 2022-12-01T11:17:58.5486742Z [ 2022-12-01T11:17:58.5486861Z T=std::vector> 2022-12-01T11:17:58.5486922Z ] 2022-12-01T11:17:58.5487248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5487310Z with 2022-12-01T11:17:58.5487368Z [ 2022-12-01T11:17:58.5487484Z T=std::vector> 2022-12-01T11:17:58.5487541Z ] 2022-12-01T11:17:58.5487900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5487966Z with 2022-12-01T11:17:58.5488026Z [ 2022-12-01T11:17:58.5488136Z T=std::vector> 2022-12-01T11:17:58.5488196Z ] 2022-12-01T11:17:58.5488584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5488649Z with 2022-12-01T11:17:58.5488709Z [ 2022-12-01T11:17:58.5488826Z T=std::vector> 2022-12-01T11:17:58.5488886Z ] 2022-12-01T11:17:58.5489241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5489592Z 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-12-01T11:17:58.5489981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5490044Z with 2022-12-01T11:17:58.5490101Z [ 2022-12-01T11:17:58.5490216Z T=std::vector> 2022-12-01T11:17:58.5490273Z ] 2022-12-01T11:17:58.5490577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5490639Z with 2022-12-01T11:17:58.5490699Z [ 2022-12-01T11:17:58.5490868Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5490915Z ] 2022-12-01T11:17:58.5491284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5491351Z with 2022-12-01T11:17:58.5491410Z [ 2022-12-01T11:17:58.5491580Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5491637Z ] 2022-12-01T11:17:58.5492001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5492064Z with 2022-12-01T11:17:58.5492123Z [ 2022-12-01T11:17:58.5492285Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5492342Z ] 2022-12-01T11:17:58.5492729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5492795Z with 2022-12-01T11:17:58.5492856Z [ 2022-12-01T11:17:58.5493024Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5493084Z ] 2022-12-01T11:17:58.5493479Z C:\actions-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-12-01T11:17:58.5493874Z 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-12-01T11:17:58.5494205Z 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-12-01T11:17:58.5494543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5494607Z with 2022-12-01T11:17:58.5494667Z [ 2022-12-01T11:17:58.5494828Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5494876Z ] 2022-12-01T11:17:58.5495182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5495286Z with 2022-12-01T11:17:58.5495348Z [ 2022-12-01T11:17:58.5495508Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5495569Z ] 2022-12-01T11:17:58.5495887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5495951Z with 2022-12-01T11:17:58.5496007Z [ 2022-12-01T11:17:58.5496167Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5496229Z ] 2022-12-01T11:17:58.5496591Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5496654Z with 2022-12-01T11:17:58.5496715Z [ 2022-12-01T11:17:58.5496912Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5496974Z ] 2022-12-01T11:17:58.5497363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5497414Z with 2022-12-01T11:17:58.5497475Z [ 2022-12-01T11:17:58.5497631Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5497692Z ] 2022-12-01T11:17:58.5498075Z C:\actions-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-12-01T11:17:58.5498578Z 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-12-01T11:17:58.5498902Z 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-12-01T11:17:58.5499239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5499304Z with 2022-12-01T11:17:58.5499365Z [ 2022-12-01T11:17:58.5499523Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5499583Z ] 2022-12-01T11:17:58.5499898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5499961Z with 2022-12-01T11:17:58.5500020Z [ 2022-12-01T11:17:58.5500146Z T=std::vector> 2022-12-01T11:17:58.5500204Z ] 2022-12-01T11:17:58.5500525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5500586Z with 2022-12-01T11:17:58.5500646Z [ 2022-12-01T11:17:58.5500758Z T=std::vector> 2022-12-01T11:17:58.5500820Z ] 2022-12-01T11:17:58.5501185Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5501303Z with 2022-12-01T11:17:58.5501358Z [ 2022-12-01T11:17:58.5501477Z T=std::vector> 2022-12-01T11:17:58.5501534Z ] 2022-12-01T11:17:58.5501921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5501986Z with 2022-12-01T11:17:58.5502045Z [ 2022-12-01T11:17:58.5502166Z T=std::vector> 2022-12-01T11:17:58.5502225Z ] 2022-12-01T11:17:58.5502587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5502989Z 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-12-01T11:17:58.5503331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5503399Z with 2022-12-01T11:17:58.5503460Z [ 2022-12-01T11:17:58.5503582Z T=std::vector> 2022-12-01T11:17:58.5503645Z ] 2022-12-01T11:17:58.5503940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5504003Z with 2022-12-01T11:17:58.5504066Z [ 2022-12-01T11:17:58.5504219Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5504279Z ] 2022-12-01T11:17:58.5504596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5504660Z with 2022-12-01T11:17:58.5504717Z [ 2022-12-01T11:17:58.5504869Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5504927Z ] 2022-12-01T11:17:58.5505286Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5505347Z with 2022-12-01T11:17:58.5505407Z [ 2022-12-01T11:17:58.5505556Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5505624Z ] 2022-12-01T11:17:58.5506008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5506067Z with 2022-12-01T11:17:58.5506125Z [ 2022-12-01T11:17:58.5506274Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5506333Z ] 2022-12-01T11:17:58.5506717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5507118Z 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-12-01T11:17:58.5507550Z 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-12-01T11:17:58.5507893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5507955Z with 2022-12-01T11:17:58.5508014Z [ 2022-12-01T11:17:58.5508153Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5508212Z ] 2022-12-01T11:17:58.5508563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5508628Z with 2022-12-01T11:17:58.5508690Z [ 2022-12-01T11:17:58.5508840Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5508897Z ] 2022-12-01T11:17:58.5509280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5509340Z with 2022-12-01T11:17:58.5509400Z [ 2022-12-01T11:17:58.5509549Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5509610Z ] 2022-12-01T11:17:58.5510014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5510084Z with 2022-12-01T11:17:58.5510144Z [ 2022-12-01T11:17:58.5510292Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5510339Z ] 2022-12-01T11:17:58.5510727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5510788Z with 2022-12-01T11:17:58.5510846Z [ 2022-12-01T11:17:58.5510995Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5511052Z ] 2022-12-01T11:17:58.5511435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5511833Z 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-12-01T11:17:58.5512220Z 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-12-01T11:17:58.5512560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5512619Z with 2022-12-01T11:17:58.5512680Z [ 2022-12-01T11:17:58.5512828Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5512888Z ] 2022-12-01T11:17:58.5513248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5513306Z with 2022-12-01T11:17:58.5513365Z [ 2022-12-01T11:17:58.5513469Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5513527Z ] 2022-12-01T11:17:58.5513845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5513905Z with 2022-12-01T11:17:58.5513953Z [ 2022-12-01T11:17:58.5514056Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5514112Z ] 2022-12-01T11:17:58.5514473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5514583Z with 2022-12-01T11:17:58.5514644Z [ 2022-12-01T11:17:58.5514744Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5514803Z ] 2022-12-01T11:17:58.5515189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5515251Z with 2022-12-01T11:17:58.5515308Z [ 2022-12-01T11:17:58.5515408Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5515466Z ] 2022-12-01T11:17:58.5515811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5516145Z 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-12-01T11:17:58.5516207Z with 2022-12-01T11:17:58.5516264Z [ 2022-12-01T11:17:58.5516355Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5516413Z ] 2022-12-01T11:17:58.5516783Z 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-12-01T11:17:58.5517126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5517190Z with 2022-12-01T11:17:58.5517252Z [ 2022-12-01T11:17:58.5517352Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5517411Z ] 2022-12-01T11:17:58.5517716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5517777Z with 2022-12-01T11:17:58.5517835Z [ 2022-12-01T11:17:58.5518025Z T=std::vector> 2022-12-01T11:17:58.5518081Z ] 2022-12-01T11:17:58.5518405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5518465Z with 2022-12-01T11:17:58.5518523Z [ 2022-12-01T11:17:58.5518707Z T=std::vector> 2022-12-01T11:17:58.5518800Z ] 2022-12-01T11:17:58.5519164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5519228Z with 2022-12-01T11:17:58.5519288Z [ 2022-12-01T11:17:58.5519469Z T=std::vector> 2022-12-01T11:17:58.5519528Z ] 2022-12-01T11:17:58.5519909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5519972Z with 2022-12-01T11:17:58.5520028Z [ 2022-12-01T11:17:58.5520210Z T=std::vector> 2022-12-01T11:17:58.5520271Z ] 2022-12-01T11:17:58.5520730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5521149Z 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-12-01T11:17:58.5521491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5521553Z with 2022-12-01T11:17:58.5521612Z [ 2022-12-01T11:17:58.5521802Z T=std::vector> 2022-12-01T11:17:58.5521860Z ] 2022-12-01T11:17:58.5522165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5522227Z with 2022-12-01T11:17:58.5522285Z [ 2022-12-01T11:17:58.5522369Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5522428Z ] 2022-12-01T11:17:58.5522749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5522812Z with 2022-12-01T11:17:58.5522870Z [ 2022-12-01T11:17:58.5522963Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5523022Z ] 2022-12-01T11:17:58.5523384Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5523446Z with 2022-12-01T11:17:58.5523503Z [ 2022-12-01T11:17:58.5523593Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5523646Z ] 2022-12-01T11:17:58.5524023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5524084Z with 2022-12-01T11:17:58.5524142Z [ 2022-12-01T11:17:58.5524235Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5524282Z ] 2022-12-01T11:17:58.5524628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5525030Z 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-12-01T11:17:58.5525374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5525437Z with 2022-12-01T11:17:58.5525495Z [ 2022-12-01T11:17:58.5525588Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5525645Z ] 2022-12-01T11:17:58.5525950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5526052Z with 2022-12-01T11:17:58.5526111Z [ 2022-12-01T11:17:58.5526186Z T=c10::IValue 2022-12-01T11:17:58.5526245Z ] 2022-12-01T11:17:58.5526567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5526630Z with 2022-12-01T11:17:58.5526688Z [ 2022-12-01T11:17:58.5526765Z T=c10::IValue 2022-12-01T11:17:58.5526812Z ] 2022-12-01T11:17:58.5527174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5527236Z with 2022-12-01T11:17:58.5527296Z [ 2022-12-01T11:17:58.5527369Z T=c10::IValue 2022-12-01T11:17:58.5527428Z ] 2022-12-01T11:17:58.5527812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5527872Z with 2022-12-01T11:17:58.5527932Z [ 2022-12-01T11:17:58.5528004Z T=c10::IValue 2022-12-01T11:17:58.5528062Z ] 2022-12-01T11:17:58.5528386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5528713Z 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-12-01T11:17:58.5529055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5529119Z with 2022-12-01T11:17:58.5529179Z [ 2022-12-01T11:17:58.5529253Z T=c10::IValue 2022-12-01T11:17:58.5529300Z ] 2022-12-01T11:17:58.5529604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5529664Z with 2022-12-01T11:17:58.5529723Z [ 2022-12-01T11:17:58.5529801Z T=c10::AliasInfo 2022-12-01T11:17:58.5529856Z ] 2022-12-01T11:17:58.5530178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5530238Z with 2022-12-01T11:17:58.5530342Z [ 2022-12-01T11:17:58.5530422Z T=c10::AliasInfo 2022-12-01T11:17:58.5530480Z ] 2022-12-01T11:17:58.5530841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5530901Z with 2022-12-01T11:17:58.5530958Z [ 2022-12-01T11:17:58.5531035Z T=c10::AliasInfo 2022-12-01T11:17:58.5531083Z ] 2022-12-01T11:17:58.5531471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5531535Z with 2022-12-01T11:17:58.5531593Z [ 2022-12-01T11:17:58.5531668Z T=c10::AliasInfo 2022-12-01T11:17:58.5531729Z ] 2022-12-01T11:17:58.5532092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5532430Z 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-12-01T11:17:58.5532770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5532831Z with 2022-12-01T11:17:58.5532889Z [ 2022-12-01T11:17:58.5532963Z T=c10::AliasInfo 2022-12-01T11:17:58.5533021Z ] 2022-12-01T11:17:58.5533329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5533389Z with 2022-12-01T11:17:58.5533447Z [ 2022-12-01T11:17:58.5533580Z T=std::vector> 2022-12-01T11:17:58.5533628Z ] 2022-12-01T11:17:58.5533954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5534013Z with 2022-12-01T11:17:58.5534071Z [ 2022-12-01T11:17:58.5534200Z T=std::vector> 2022-12-01T11:17:58.5534260Z ] 2022-12-01T11:17:58.5534622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5534686Z with 2022-12-01T11:17:58.5534743Z [ 2022-12-01T11:17:58.5534872Z T=std::vector> 2022-12-01T11:17:58.5534931Z ] 2022-12-01T11:17:58.5535312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5535372Z with 2022-12-01T11:17:58.5535429Z [ 2022-12-01T11:17:58.5535555Z T=std::vector> 2022-12-01T11:17:58.5535613Z ] 2022-12-01T11:17:58.5535961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5536356Z with 2022-12-01T11:17:58.5536407Z [ 2022-12-01T11:17:58.5536486Z T=c10::SymInt 2022-12-01T11:17:58.5536546Z ] 2022-12-01T11:17:58.5536891Z 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-12-01T11:17:58.5536953Z with 2022-12-01T11:17:58.5537008Z [ 2022-12-01T11:17:58.5537083Z T=c10::SymInt 2022-12-01T11:17:58.5537142Z ] 2022-12-01T11:17:58.5537512Z 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-12-01T11:17:58.5537983Z 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-12-01T11:17:58.5538422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5538482Z with 2022-12-01T11:17:58.5538539Z [ 2022-12-01T11:17:58.5538670Z T=std::vector> 2022-12-01T11:17:58.5538729Z ] 2022-12-01T11:17:58.5539038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5539100Z with 2022-12-01T11:17:58.5539147Z [ 2022-12-01T11:17:58.5539286Z T=c10::either 2022-12-01T11:17:58.5539349Z ] 2022-12-01T11:17:58.5539672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5539735Z with 2022-12-01T11:17:58.5539793Z [ 2022-12-01T11:17:58.5539930Z T=c10::either 2022-12-01T11:17:58.5539988Z ] 2022-12-01T11:17:58.5540349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5540406Z with 2022-12-01T11:17:58.5540464Z [ 2022-12-01T11:17:58.5540596Z T=c10::either 2022-12-01T11:17:58.5540655Z ] 2022-12-01T11:17:58.5541037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5541099Z with 2022-12-01T11:17:58.5541158Z [ 2022-12-01T11:17:58.5541292Z T=c10::either 2022-12-01T11:17:58.5541339Z ] 2022-12-01T11:17:58.5541713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5542107Z 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-12-01T11:17:58.5542500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5542559Z with 2022-12-01T11:17:58.5542616Z [ 2022-12-01T11:17:58.5542752Z T=c10::either 2022-12-01T11:17:58.5542809Z ] 2022-12-01T11:17:58.5543114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5543173Z with 2022-12-01T11:17:58.5543231Z [ 2022-12-01T11:17:58.5543319Z T=at::StepCallbacks 2022-12-01T11:17:58.5543375Z ] 2022-12-01T11:17:58.5543696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5543801Z with 2022-12-01T11:17:58.5543860Z [ 2022-12-01T11:17:58.5543946Z T=at::StepCallbacks 2022-12-01T11:17:58.5544003Z ] 2022-12-01T11:17:58.5544350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5544411Z with 2022-12-01T11:17:58.5544471Z [ 2022-12-01T11:17:58.5544559Z T=at::StepCallbacks 2022-12-01T11:17:58.5544618Z ] 2022-12-01T11:17:58.5544998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5545061Z with 2022-12-01T11:17:58.5545121Z [ 2022-12-01T11:17:58.5545207Z T=at::StepCallbacks 2022-12-01T11:17:58.5545265Z ] 2022-12-01T11:17:58.5545591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5545935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5546266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5546326Z with 2022-12-01T11:17:58.5546382Z [ 2022-12-01T11:17:58.5546468Z T=at::StepCallbacks 2022-12-01T11:17:58.5546528Z ] 2022-12-01T11:17:58.5546829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5546880Z with 2022-12-01T11:17:58.5546939Z [ 2022-12-01T11:17:58.5547019Z T=c10::DimVector 2022-12-01T11:17:58.5547078Z ] 2022-12-01T11:17:58.5547406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5547467Z with 2022-12-01T11:17:58.5547524Z [ 2022-12-01T11:17:58.5547599Z T=c10::DimVector 2022-12-01T11:17:58.5547658Z ] 2022-12-01T11:17:58.5548017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5548121Z with 2022-12-01T11:17:58.5548178Z [ 2022-12-01T11:17:58.5548252Z T=c10::DimVector 2022-12-01T11:17:58.5548310Z ] 2022-12-01T11:17:58.5548695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5548746Z with 2022-12-01T11:17:58.5548804Z [ 2022-12-01T11:17:58.5548880Z T=c10::DimVector 2022-12-01T11:17:58.5548938Z ] 2022-12-01T11:17:58.5549262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5549642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5549988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5550050Z with 2022-12-01T11:17:58.5550109Z [ 2022-12-01T11:17:58.5550185Z T=c10::DimVector 2022-12-01T11:17:58.5550245Z ] 2022-12-01T11:17:58.5550550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5550609Z with 2022-12-01T11:17:58.5550668Z [ 2022-12-01T11:17:58.5550766Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5550819Z ] 2022-12-01T11:17:58.5551128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5551187Z with 2022-12-01T11:17:58.5551245Z [ 2022-12-01T11:17:58.5551342Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5551400Z ] 2022-12-01T11:17:58.5551760Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5551817Z with 2022-12-01T11:17:58.5551873Z [ 2022-12-01T11:17:58.5551971Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5552029Z ] 2022-12-01T11:17:58.5552415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5552478Z with 2022-12-01T11:17:58.5552535Z [ 2022-12-01T11:17:58.5552632Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5552689Z ] 2022-12-01T11:17:58.5553037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5553402Z 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-12-01T11:17:58.5553736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5553842Z with 2022-12-01T11:17:58.5553889Z [ 2022-12-01T11:17:58.5553986Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5554043Z ] 2022-12-01T11:17:58.5554347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5554407Z with 2022-12-01T11:17:58.5554465Z [ 2022-12-01T11:17:58.5554603Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5554663Z ] 2022-12-01T11:17:58.5554980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5555042Z with 2022-12-01T11:17:58.5555099Z [ 2022-12-01T11:17:58.5555235Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5555336Z ] 2022-12-01T11:17:58.5555696Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5555760Z with 2022-12-01T11:17:58.5555807Z [ 2022-12-01T11:17:58.5555942Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5556000Z ] 2022-12-01T11:17:58.5556387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5556448Z with 2022-12-01T11:17:58.5556506Z [ 2022-12-01T11:17:58.5556638Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5556697Z ] 2022-12-01T11:17:58.5557077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5557471Z 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-12-01T11:17:58.5557805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5557869Z with 2022-12-01T11:17:58.5557926Z [ 2022-12-01T11:17:58.5558065Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5558125Z ] 2022-12-01T11:17:58.5558430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5558494Z with 2022-12-01T11:17:58.5558552Z [ 2022-12-01T11:17:58.5558666Z T=std::tuple 2022-12-01T11:17:58.5558713Z ] 2022-12-01T11:17:58.5559035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5559097Z with 2022-12-01T11:17:58.5559153Z [ 2022-12-01T11:17:58.5559265Z T=std::tuple 2022-12-01T11:17:58.5559324Z ] 2022-12-01T11:17:58.5559681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5559787Z with 2022-12-01T11:17:58.5559841Z [ 2022-12-01T11:17:58.5559954Z T=std::tuple 2022-12-01T11:17:58.5560010Z ] 2022-12-01T11:17:58.5560394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5560452Z with 2022-12-01T11:17:58.5560511Z [ 2022-12-01T11:17:58.5560626Z T=std::tuple 2022-12-01T11:17:58.5560683Z ] 2022-12-01T11:17:58.5561026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5561775Z 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-12-01T11:17:58.5562135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5562185Z with 2022-12-01T11:17:58.5562242Z [ 2022-12-01T11:17:58.5562360Z T=std::tuple 2022-12-01T11:17:58.5562418Z ] 2022-12-01T11:17:58.5562723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5562783Z with 2022-12-01T11:17:58.5562845Z [ 2022-12-01T11:17:58.5562940Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5562995Z ] 2022-12-01T11:17:58.5563313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5563377Z with 2022-12-01T11:17:58.5563435Z [ 2022-12-01T11:17:58.5563527Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5563585Z ] 2022-12-01T11:17:58.5563948Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5563998Z with 2022-12-01T11:17:58.5564057Z [ 2022-12-01T11:17:58.5564150Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5564209Z ] 2022-12-01T11:17:58.5564594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5564655Z with 2022-12-01T11:17:58.5564713Z [ 2022-12-01T11:17:58.5564802Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5564858Z ] 2022-12-01T11:17:58.5565200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5565557Z 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-12-01T11:17:58.5565894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5566005Z with 2022-12-01T11:17:58.5566059Z [ 2022-12-01T11:17:58.5566151Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5566208Z ] 2022-12-01T11:17:58.5566514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5566573Z with 2022-12-01T11:17:58.5566620Z [ 2022-12-01T11:17:58.5566734Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5566792Z ] 2022-12-01T11:17:58.5567113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5567175Z with 2022-12-01T11:17:58.5567272Z [ 2022-12-01T11:17:58.5567387Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5567446Z ] 2022-12-01T11:17:58.5567802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5567862Z with 2022-12-01T11:17:58.5567923Z [ 2022-12-01T11:17:58.5568031Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5568088Z ] 2022-12-01T11:17:58.5568467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5568528Z with 2022-12-01T11:17:58.5568578Z [ 2022-12-01T11:17:58.5568686Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5568745Z ] 2022-12-01T11:17:58.5569099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5569455Z 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-12-01T11:17:58.5569798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5569860Z with 2022-12-01T11:17:58.5569918Z [ 2022-12-01T11:17:58.5570029Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5570090Z ] 2022-12-01T11:17:58.5570402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5570463Z with 2022-12-01T11:17:58.5570521Z [ 2022-12-01T11:17:58.5570628Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5570686Z ] 2022-12-01T11:17:58.5571004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5571062Z with 2022-12-01T11:17:58.5571117Z [ 2022-12-01T11:17:58.5571214Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5571272Z ] 2022-12-01T11:17:58.5571638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5571746Z with 2022-12-01T11:17:58.5571806Z [ 2022-12-01T11:17:58.5571915Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5571972Z ] 2022-12-01T11:17:58.5572360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5572423Z with 2022-12-01T11:17:58.5572478Z [ 2022-12-01T11:17:58.5572582Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5572639Z ] 2022-12-01T11:17:58.5572986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5573385Z 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-12-01T11:17:58.5573727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5573787Z with 2022-12-01T11:17:58.5573842Z [ 2022-12-01T11:17:58.5573947Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5573996Z ] 2022-12-01T11:17:58.5574297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5574358Z with 2022-12-01T11:17:58.5574420Z [ 2022-12-01T11:17:58.5574512Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5574572Z ] 2022-12-01T11:17:58.5574892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5574952Z with 2022-12-01T11:17:58.5575010Z [ 2022-12-01T11:17:58.5575094Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5575150Z ] 2022-12-01T11:17:58.5575513Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5575571Z with 2022-12-01T11:17:58.5575629Z [ 2022-12-01T11:17:58.5575714Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5575761Z ] 2022-12-01T11:17:58.5576151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5576212Z with 2022-12-01T11:17:58.5576268Z [ 2022-12-01T11:17:58.5576354Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5576410Z ] 2022-12-01T11:17:58.5576744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5577087Z 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-12-01T11:17:58.5577423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5577530Z with 2022-12-01T11:17:58.5577589Z [ 2022-12-01T11:17:58.5577676Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5577732Z ] 2022-12-01T11:17:58.5578036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5578095Z with 2022-12-01T11:17:58.5578261Z [ 2022-12-01T11:17:58.5578355Z T=at::ThreadLocalState 2022-12-01T11:17:58.5578401Z ] 2022-12-01T11:17:58.5578717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5578778Z with 2022-12-01T11:17:58.5578838Z [ 2022-12-01T11:17:58.5578977Z T=at::ThreadLocalState 2022-12-01T11:17:58.5579033Z ] 2022-12-01T11:17:58.5579392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5579455Z with 2022-12-01T11:17:58.5579513Z [ 2022-12-01T11:17:58.5579603Z T=at::ThreadLocalState 2022-12-01T11:17:58.5579662Z ] 2022-12-01T11:17:58.5580045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5580108Z with 2022-12-01T11:17:58.5580166Z [ 2022-12-01T11:17:58.5580258Z T=at::ThreadLocalState 2022-12-01T11:17:58.5580318Z ] 2022-12-01T11:17:58.5580654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5581011Z 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-12-01T11:17:58.5581353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5581414Z with 2022-12-01T11:17:58.5581472Z [ 2022-12-01T11:17:58.5581562Z T=at::ThreadLocalState 2022-12-01T11:17:58.5581619Z ] 2022-12-01T11:17:58.5581925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5581989Z with 2022-12-01T11:17:58.5582047Z [ 2022-12-01T11:17:58.5582157Z T=std::shared_ptr 2022-12-01T11:17:58.5582219Z ] 2022-12-01T11:17:58.5582538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5582597Z with 2022-12-01T11:17:58.5582653Z [ 2022-12-01T11:17:58.5582762Z T=std::shared_ptr 2022-12-01T11:17:58.5582820Z ] 2022-12-01T11:17:58.5583179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5583281Z with 2022-12-01T11:17:58.5583337Z [ 2022-12-01T11:17:58.5583444Z T=std::shared_ptr 2022-12-01T11:17:58.5583504Z ] 2022-12-01T11:17:58.5583887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5583945Z with 2022-12-01T11:17:58.5584002Z [ 2022-12-01T11:17:58.5584108Z T=std::shared_ptr 2022-12-01T11:17:58.5584165Z ] 2022-12-01T11:17:58.5584514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5584899Z 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-12-01T11:17:58.5585275Z 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-12-01T11:17:58.5585614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5585677Z with 2022-12-01T11:17:58.5585731Z [ 2022-12-01T11:17:58.5585840Z T=std::shared_ptr 2022-12-01T11:17:58.5585898Z ] 2022-12-01T11:17:58.5586202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5586264Z with 2022-12-01T11:17:58.5586311Z [ 2022-12-01T11:17:58.5586407Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5586464Z ] 2022-12-01T11:17:58.5586781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5586843Z with 2022-12-01T11:17:58.5586901Z [ 2022-12-01T11:17:58.5586997Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5587055Z ] 2022-12-01T11:17:58.5587415Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5587477Z with 2022-12-01T11:17:58.5587535Z [ 2022-12-01T11:17:58.5587628Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5587684Z ] 2022-12-01T11:17:58.5588065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5588125Z with 2022-12-01T11:17:58.5588181Z [ 2022-12-01T11:17:58.5588266Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5588326Z ] 2022-12-01T11:17:58.5588670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5589005Z 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-12-01T11:17:58.5589419Z 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-12-01T11:17:58.5589759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5589823Z with 2022-12-01T11:17:58.5589882Z [ 2022-12-01T11:17:58.5589977Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5590035Z ] 2022-12-01T11:17:58.5590341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5590439Z with 2022-12-01T11:17:58.5590498Z [ 2022-12-01T11:17:58.5590583Z T=torch::jit::Method 2022-12-01T11:17:58.5590638Z ] 2022-12-01T11:17:58.5590958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5591017Z with 2022-12-01T11:17:58.5591073Z [ 2022-12-01T11:17:58.5591148Z T=torch::jit::Method 2022-12-01T11:17:58.5591205Z ] 2022-12-01T11:17:58.5591559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5591621Z with 2022-12-01T11:17:58.5591680Z [ 2022-12-01T11:17:58.5591763Z T=torch::jit::Method 2022-12-01T11:17:58.5591826Z ] 2022-12-01T11:17:58.5592212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5592273Z with 2022-12-01T11:17:58.5592331Z [ 2022-12-01T11:17:58.5592413Z T=torch::jit::Method 2022-12-01T11:17:58.5592468Z ] 2022-12-01T11:17:58.5592799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5593135Z 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-12-01T11:17:58.5593478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5593538Z with 2022-12-01T11:17:58.5593597Z [ 2022-12-01T11:17:58.5593680Z T=torch::jit::Method 2022-12-01T11:17:58.5593727Z ] 2022-12-01T11:17:58.5594028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5594087Z with 2022-12-01T11:17:58.5594145Z [ 2022-12-01T11:17:58.5594280Z T=std::vector> 2022-12-01T11:17:58.5594339Z ] 2022-12-01T11:17:58.5594657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5594766Z with 2022-12-01T11:17:58.5594824Z [ 2022-12-01T11:17:58.5594956Z T=std::vector> 2022-12-01T11:17:58.5595012Z ] 2022-12-01T11:17:58.5595373Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5595432Z with 2022-12-01T11:17:58.5595485Z [ 2022-12-01T11:17:58.5595615Z T=std::vector> 2022-12-01T11:17:58.5595670Z ] 2022-12-01T11:17:58.5596045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5596150Z with 2022-12-01T11:17:58.5596208Z [ 2022-12-01T11:17:58.5596338Z T=std::vector> 2022-12-01T11:17:58.5596396Z ] 2022-12-01T11:17:58.5596765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5597138Z 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-12-01T11:17:58.5597478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5597543Z with 2022-12-01T11:17:58.5597604Z [ 2022-12-01T11:17:58.5597738Z T=std::vector> 2022-12-01T11:17:58.5597795Z ] 2022-12-01T11:17:58.5598099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5598160Z with 2022-12-01T11:17:58.5598218Z [ 2022-12-01T11:17:58.5598380Z T=std::function 2022-12-01T11:17:58.5598436Z ] 2022-12-01T11:17:58.5598755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5598815Z with 2022-12-01T11:17:58.5598862Z [ 2022-12-01T11:17:58.5599030Z T=std::function 2022-12-01T11:17:58.5599089Z ] 2022-12-01T11:17:58.5599447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5599509Z with 2022-12-01T11:17:58.5599567Z [ 2022-12-01T11:17:58.5599726Z T=std::function 2022-12-01T11:17:58.5599783Z ] 2022-12-01T11:17:58.5600166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5600225Z with 2022-12-01T11:17:58.5600285Z [ 2022-12-01T11:17:58.5600496Z T=std::function 2022-12-01T11:17:58.5600553Z ] 2022-12-01T11:17:58.5600947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5601358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5601694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5601755Z with 2022-12-01T11:17:58.5601810Z [ 2022-12-01T11:17:58.5602012Z T=std::function 2022-12-01T11:17:58.5602069Z ] 2022-12-01T11:17:58.5602380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5602431Z with 2022-12-01T11:17:58.5602485Z [ 2022-12-01T11:17:58.5602675Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5602731Z ] 2022-12-01T11:17:58.5603044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5603107Z with 2022-12-01T11:17:58.5603165Z [ 2022-12-01T11:17:58.5603348Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5603406Z ] 2022-12-01T11:17:58.5603767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5603828Z with 2022-12-01T11:17:58.5603884Z [ 2022-12-01T11:17:58.5604068Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5604124Z ] 2022-12-01T11:17:58.5604510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5604572Z with 2022-12-01T11:17:58.5604631Z [ 2022-12-01T11:17:58.5604806Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5604866Z ] 2022-12-01T11:17:58.5605280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5605732Z 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-12-01T11:17:58.5606069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5606131Z with 2022-12-01T11:17:58.5606234Z [ 2022-12-01T11:17:58.5606422Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5606485Z ] 2022-12-01T11:17:58.5606792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5606851Z with 2022-12-01T11:17:58.5606905Z [ 2022-12-01T11:17:58.5607031Z T=std::vector> 2022-12-01T11:17:58.5607086Z ] 2022-12-01T11:17:58.5607410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5607472Z with 2022-12-01T11:17:58.5607529Z [ 2022-12-01T11:17:58.5607653Z T=std::vector> 2022-12-01T11:17:58.5607714Z ] 2022-12-01T11:17:58.5608121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5608175Z with 2022-12-01T11:17:58.5608228Z [ 2022-12-01T11:17:58.5608353Z T=std::vector> 2022-12-01T11:17:58.5608408Z ] 2022-12-01T11:17:58.5608791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5608850Z with 2022-12-01T11:17:58.5608909Z [ 2022-12-01T11:17:58.5609034Z T=std::vector> 2022-12-01T11:17:58.5609093Z ] 2022-12-01T11:17:58.5609446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5609512Z with 2022-12-01T11:17:58.5609572Z [ 2022-12-01T11:17:58.5609642Z T=double 2022-12-01T11:17:58.5609702Z ] 2022-12-01T11:17:58.5610094Z 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-12-01T11:17:58.5610157Z with 2022-12-01T11:17:58.5610205Z [ 2022-12-01T11:17:58.5610276Z T=double 2022-12-01T11:17:58.5610337Z ] 2022-12-01T11:17:58.5610744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5610816Z with 2022-12-01T11:17:58.5610877Z [ 2022-12-01T11:17:58.5611003Z T=std::vector> 2022-12-01T11:17:58.5611063Z ] 2022-12-01T11:17:58.5611369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5611478Z with 2022-12-01T11:17:58.5611541Z [ 2022-12-01T11:17:58.5611656Z T=std::tuple 2022-12-01T11:17:58.5611718Z ] 2022-12-01T11:17:58.5612040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5612103Z with 2022-12-01T11:17:58.5612149Z [ 2022-12-01T11:17:58.5612314Z T=std::tuple 2022-12-01T11:17:58.5612377Z ] 2022-12-01T11:17:58.5612740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5612807Z with 2022-12-01T11:17:58.5612869Z [ 2022-12-01T11:17:58.5612979Z T=std::tuple 2022-12-01T11:17:58.5613038Z ] 2022-12-01T11:17:58.5613420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5613483Z with 2022-12-01T11:17:58.5613542Z [ 2022-12-01T11:17:58.5613654Z T=std::tuple 2022-12-01T11:17:58.5613717Z ] 2022-12-01T11:17:58.5614110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5614499Z 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-12-01T11:17:58.5614842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5614907Z with 2022-12-01T11:17:58.5614966Z [ 2022-12-01T11:17:58.5615062Z T=std::tuple 2022-12-01T11:17:58.5615123Z ] 2022-12-01T11:17:58.5615431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5615494Z with 2022-12-01T11:17:58.5615553Z [ 2022-12-01T11:17:58.5615688Z T=std::vector> 2022-12-01T11:17:58.5615748Z ] 2022-12-01T11:17:58.5616071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5616133Z with 2022-12-01T11:17:58.5616192Z [ 2022-12-01T11:17:58.5616324Z T=std::vector> 2022-12-01T11:17:58.5616384Z ] 2022-12-01T11:17:58.5616747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5616810Z with 2022-12-01T11:17:58.5616874Z [ 2022-12-01T11:17:58.5617054Z T=std::vector> 2022-12-01T11:17:58.5617102Z ] 2022-12-01T11:17:58.5617490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5617554Z with 2022-12-01T11:17:58.5617614Z [ 2022-12-01T11:17:58.5617793Z T=std::vector> 2022-12-01T11:17:58.5617855Z ] 2022-12-01T11:17:58.5618314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5618775Z 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-12-01T11:17:58.5619120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5619184Z with 2022-12-01T11:17:58.5619246Z [ 2022-12-01T11:17:58.5619379Z T=std::vector> 2022-12-01T11:17:58.5619441Z ] 2022-12-01T11:17:58.5619984Z [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-12-01T11:17:58.5620136Z Creating library jit_extension.lib and object jit_extension.exp 2022-12-01T11:17:58.5620247Z Loading extension module jit_extension... 2022-12-01T11:17:58.5620312Z ok (13.601s) 2022-12-01T11:17:58.5620487Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-12-01T11:17:58.5620659Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-12-01T11:17:58.5620833Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.000s) 2022-12-01T11:17:58.5621160Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.5621433Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension... 2022-12-01T11:17:58.5621713Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension\build.ninja... 2022-12-01T11:17:58.5621844Z Building extension module lenient_flag_handling_extension... 2022-12-01T11:17:58.5622052Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.5623203Z [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_cpu\lenient_flag_handling_extension\main.cpp /Fomain.o 2022-12-01T11:17:58.5623348Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5623488Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5623497Z 2022-12-01T11:17:58.5623635Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-12-01T11:17:58.5623774Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-12-01T11:17:58.5623899Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-12-01T11:17:58.5624076Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-12-01T11:17:58.5624210Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-12-01T11:17:58.5624394Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-12-01T11:17:58.5624524Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-12-01T11:17:58.5624654Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-12-01T11:17:58.5624970Z 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-12-01T11:17:58.5625285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5625350Z with 2022-12-01T11:17:58.5625413Z [ 2022-12-01T11:17:58.5625491Z T=c10::SymInt 2022-12-01T11:17:58.5625553Z ] 2022-12-01T11:17:58.5625918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5625984Z with 2022-12-01T11:17:58.5626046Z [ 2022-12-01T11:17:58.5626123Z T=c10::SymInt 2022-12-01T11:17:58.5626171Z ] 2022-12-01T11:17:58.5626539Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5626603Z with 2022-12-01T11:17:58.5626663Z [ 2022-12-01T11:17:58.5626740Z T=c10::SymInt 2022-12-01T11:17:58.5626801Z ] 2022-12-01T11:17:58.5627189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5627255Z with 2022-12-01T11:17:58.5627316Z [ 2022-12-01T11:17:58.5627393Z T=c10::SymInt 2022-12-01T11:17:58.5627452Z ] 2022-12-01T11:17:58.5627786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5628110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5628455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5628517Z with 2022-12-01T11:17:58.5628579Z [ 2022-12-01T11:17:58.5628655Z T=c10::SymInt 2022-12-01T11:17:58.5628704Z ] 2022-12-01T11:17:58.5628997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.5629306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5629417Z with 2022-12-01T11:17:58.5629480Z [ 2022-12-01T11:17:58.5629566Z T=at::TensorBase 2022-12-01T11:17:58.5629626Z ] 2022-12-01T11:17:58.5629947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5634295Z with 2022-12-01T11:17:58.5634379Z [ 2022-12-01T11:17:58.5634476Z T=at::TensorBase 2022-12-01T11:17:58.5634955Z ] 2022-12-01T11:17:58.5635346Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5635413Z with 2022-12-01T11:17:58.5635476Z [ 2022-12-01T11:17:58.5635563Z T=at::TensorBase 2022-12-01T11:17:58.5635626Z ] 2022-12-01T11:17:58.5636086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5636142Z with 2022-12-01T11:17:58.5636204Z [ 2022-12-01T11:17:58.5636291Z T=at::TensorBase 2022-12-01T11:17:58.5636354Z ] 2022-12-01T11:17:58.5636793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5637143Z 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-12-01T11:17:58.5637493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5637558Z with 2022-12-01T11:17:58.5637616Z [ 2022-12-01T11:17:58.5637699Z T=at::TensorBase 2022-12-01T11:17:58.5637756Z ] 2022-12-01T11:17:58.5638063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5638127Z with 2022-12-01T11:17:58.5638189Z [ 2022-12-01T11:17:58.5638269Z T=at::Tensor 2022-12-01T11:17:58.5638329Z ] 2022-12-01T11:17:58.5638639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5638703Z with 2022-12-01T11:17:58.5638764Z [ 2022-12-01T11:17:58.5638837Z T=at::Tensor 2022-12-01T11:17:58.5638893Z ] 2022-12-01T11:17:58.5639254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5639313Z with 2022-12-01T11:17:58.5639369Z [ 2022-12-01T11:17:58.5639442Z T=at::Tensor 2022-12-01T11:17:58.5639501Z ] 2022-12-01T11:17:58.5639887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5639947Z with 2022-12-01T11:17:58.5640004Z [ 2022-12-01T11:17:58.5640077Z T=at::Tensor 2022-12-01T11:17:58.5640133Z ] 2022-12-01T11:17:58.5640452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5640790Z 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-12-01T11:17:58.5641139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5641243Z with 2022-12-01T11:17:58.5641303Z [ 2022-12-01T11:17:58.5641381Z T=at::Tensor 2022-12-01T11:17:58.5641438Z ] 2022-12-01T11:17:58.5641744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5641803Z with 2022-12-01T11:17:58.5641859Z [ 2022-12-01T11:17:58.5641934Z T=at::Generator 2022-12-01T11:17:58.5641991Z ] 2022-12-01T11:17:58.5642362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5642423Z with 2022-12-01T11:17:58.5642482Z [ 2022-12-01T11:17:58.5642611Z T=at::Generator 2022-12-01T11:17:58.5642668Z ] 2022-12-01T11:17:58.5643069Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5643134Z with 2022-12-01T11:17:58.5643192Z [ 2022-12-01T11:17:58.5643269Z T=at::Generator 2022-12-01T11:17:58.5643327Z ] 2022-12-01T11:17:58.5643711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5643774Z with 2022-12-01T11:17:58.5643833Z [ 2022-12-01T11:17:58.5643910Z T=at::Generator 2022-12-01T11:17:58.5643969Z ] 2022-12-01T11:17:58.5644301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5644629Z 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-12-01T11:17:58.5644966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5645028Z with 2022-12-01T11:17:58.5645082Z [ 2022-12-01T11:17:58.5645157Z T=at::Generator 2022-12-01T11:17:58.5645212Z ] 2022-12-01T11:17:58.5645510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5645569Z with 2022-12-01T11:17:58.5645626Z [ 2022-12-01T11:17:58.5645701Z T=c10::Scalar 2022-12-01T11:17:58.5645760Z ] 2022-12-01T11:17:58.5646081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5646142Z with 2022-12-01T11:17:58.5646201Z [ 2022-12-01T11:17:58.5646274Z T=c10::Scalar 2022-12-01T11:17:58.5646331Z ] 2022-12-01T11:17:58.5646689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5646746Z with 2022-12-01T11:17:58.5646853Z [ 2022-12-01T11:17:58.5646927Z T=c10::Scalar 2022-12-01T11:17:58.5646984Z ] 2022-12-01T11:17:58.5647358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5647417Z with 2022-12-01T11:17:58.5647475Z [ 2022-12-01T11:17:58.5647546Z T=c10::Scalar 2022-12-01T11:17:58.5647602Z ] 2022-12-01T11:17:58.5647927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5648255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5648700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5648765Z with 2022-12-01T11:17:58.5648826Z [ 2022-12-01T11:17:58.5648900Z T=c10::Scalar 2022-12-01T11:17:58.5648958Z ] 2022-12-01T11:17:58.5649308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5649370Z with 2022-12-01T11:17:58.5649426Z [ 2022-12-01T11:17:58.5649499Z T=std::string 2022-12-01T11:17:58.5649555Z ] 2022-12-01T11:17:58.5649870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5649934Z with 2022-12-01T11:17:58.5649981Z [ 2022-12-01T11:17:58.5650054Z T=std::string 2022-12-01T11:17:58.5650111Z ] 2022-12-01T11:17:58.5650470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5650532Z with 2022-12-01T11:17:58.5650588Z [ 2022-12-01T11:17:58.5650662Z T=std::string 2022-12-01T11:17:58.5650717Z ] 2022-12-01T11:17:58.5651097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5651157Z with 2022-12-01T11:17:58.5651213Z [ 2022-12-01T11:17:58.5651289Z T=std::string 2022-12-01T11:17:58.5651350Z ] 2022-12-01T11:17:58.5651677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5652000Z 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-12-01T11:17:58.5652345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5652403Z with 2022-12-01T11:17:58.5652451Z [ 2022-12-01T11:17:58.5652526Z T=std::string 2022-12-01T11:17:58.5652584Z ] 2022-12-01T11:17:58.5652890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5652998Z with 2022-12-01T11:17:58.5653061Z [ 2022-12-01T11:17:58.5653151Z T=c10::QualifiedName 2022-12-01T11:17:58.5653207Z ] 2022-12-01T11:17:58.5653528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5653589Z with 2022-12-01T11:17:58.5653643Z [ 2022-12-01T11:17:58.5653726Z T=c10::QualifiedName 2022-12-01T11:17:58.5653780Z ] 2022-12-01T11:17:58.5654138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5654240Z with 2022-12-01T11:17:58.5654290Z [ 2022-12-01T11:17:58.5654375Z T=c10::QualifiedName 2022-12-01T11:17:58.5654431Z ] 2022-12-01T11:17:58.5654862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5654923Z with 2022-12-01T11:17:58.5654980Z [ 2022-12-01T11:17:58.5655066Z T=c10::QualifiedName 2022-12-01T11:17:58.5655125Z ] 2022-12-01T11:17:58.5655509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5655851Z 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-12-01T11:17:58.5656196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5656261Z with 2022-12-01T11:17:58.5656319Z [ 2022-12-01T11:17:58.5656403Z T=c10::QualifiedName 2022-12-01T11:17:58.5656459Z ] 2022-12-01T11:17:58.5656758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5656818Z with 2022-12-01T11:17:58.5656865Z [ 2022-12-01T11:17:58.5656994Z T=std::shared_ptr 2022-12-01T11:17:58.5657050Z ] 2022-12-01T11:17:58.5657373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5657433Z with 2022-12-01T11:17:58.5657491Z [ 2022-12-01T11:17:58.5657624Z T=std::shared_ptr 2022-12-01T11:17:58.5657683Z ] 2022-12-01T11:17:58.5658039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5658101Z with 2022-12-01T11:17:58.5658246Z [ 2022-12-01T11:17:58.5658375Z T=std::shared_ptr 2022-12-01T11:17:58.5658431Z ] 2022-12-01T11:17:58.5658823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5658939Z with 2022-12-01T11:17:58.5659000Z [ 2022-12-01T11:17:58.5659117Z T=std::shared_ptr 2022-12-01T11:17:58.5659177Z ] 2022-12-01T11:17:58.5659539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5659898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5660598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5660672Z with 2022-12-01T11:17:58.5660790Z [ 2022-12-01T11:17:58.5660924Z T=std::shared_ptr 2022-12-01T11:17:58.5660983Z ] 2022-12-01T11:17:58.5661294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5661356Z with 2022-12-01T11:17:58.5661416Z [ 2022-12-01T11:17:58.5661590Z T=std::weak_ptr 2022-12-01T11:17:58.5661651Z ] 2022-12-01T11:17:58.5661970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5662030Z with 2022-12-01T11:17:58.5662091Z [ 2022-12-01T11:17:58.5662221Z T=std::weak_ptr 2022-12-01T11:17:58.5662271Z ] 2022-12-01T11:17:58.5662630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5662687Z with 2022-12-01T11:17:58.5662742Z [ 2022-12-01T11:17:58.5662862Z T=std::weak_ptr 2022-12-01T11:17:58.5662920Z ] 2022-12-01T11:17:58.5663304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5663366Z with 2022-12-01T11:17:58.5663425Z [ 2022-12-01T11:17:58.5663551Z T=std::weak_ptr 2022-12-01T11:17:58.5663610Z ] 2022-12-01T11:17:58.5663976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5664330Z 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-12-01T11:17:58.5664664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5664726Z with 2022-12-01T11:17:58.5664846Z [ 2022-12-01T11:17:58.5664966Z T=std::weak_ptr 2022-12-01T11:17:58.5665076Z ] 2022-12-01T11:17:58.5665386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5665438Z with 2022-12-01T11:17:58.5665496Z [ 2022-12-01T11:17:58.5665650Z T=std::vector> 2022-12-01T11:17:58.5665710Z ] 2022-12-01T11:17:58.5666032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5666095Z with 2022-12-01T11:17:58.5666154Z [ 2022-12-01T11:17:58.5666307Z T=std::vector> 2022-12-01T11:17:58.5666364Z ] 2022-12-01T11:17:58.5666771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5666836Z with 2022-12-01T11:17:58.5666895Z [ 2022-12-01T11:17:58.5667091Z T=std::vector> 2022-12-01T11:17:58.5667148Z ] 2022-12-01T11:17:58.5667532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5667593Z with 2022-12-01T11:17:58.5667649Z [ 2022-12-01T11:17:58.5667833Z T=std::vector> 2022-12-01T11:17:58.5667894Z ] 2022-12-01T11:17:58.5668270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5668652Z 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-12-01T11:17:58.5668999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5669063Z with 2022-12-01T11:17:58.5669121Z [ 2022-12-01T11:17:58.5669272Z T=std::vector> 2022-12-01T11:17:58.5669330Z ] 2022-12-01T11:17:58.5669636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5669699Z with 2022-12-01T11:17:58.5669757Z [ 2022-12-01T11:17:58.5669873Z T=std::vector> 2022-12-01T11:17:58.5669929Z ] 2022-12-01T11:17:58.5670248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5670307Z with 2022-12-01T11:17:58.5670363Z [ 2022-12-01T11:17:58.5670478Z T=std::vector> 2022-12-01T11:17:58.5670524Z ] 2022-12-01T11:17:58.5670888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5671006Z with 2022-12-01T11:17:58.5671066Z [ 2022-12-01T11:17:58.5671182Z T=std::vector> 2022-12-01T11:17:58.5671241Z ] 2022-12-01T11:17:58.5671630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5671694Z with 2022-12-01T11:17:58.5671753Z [ 2022-12-01T11:17:58.5671869Z T=std::vector> 2022-12-01T11:17:58.5671927Z ] 2022-12-01T11:17:58.5672282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5672677Z 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-12-01T11:17:58.5673027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5673089Z with 2022-12-01T11:17:58.5673148Z [ 2022-12-01T11:17:58.5673313Z T=std::vector> 2022-12-01T11:17:58.5673374Z ] 2022-12-01T11:17:58.5673680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5673733Z with 2022-12-01T11:17:58.5673793Z [ 2022-12-01T11:17:58.5673961Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5674071Z ] 2022-12-01T11:17:58.5674398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5674456Z with 2022-12-01T11:17:58.5674516Z [ 2022-12-01T11:17:58.5674683Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5674742Z ] 2022-12-01T11:17:58.5675098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5675158Z with 2022-12-01T11:17:58.5675211Z [ 2022-12-01T11:17:58.5675377Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5675441Z ] 2022-12-01T11:17:58.5675826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5675886Z with 2022-12-01T11:17:58.5675941Z [ 2022-12-01T11:17:58.5676104Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5676152Z ] 2022-12-01T11:17:58.5676549Z C:\actions-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-12-01T11:17:58.5676940Z 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-12-01T11:17:58.5677321Z 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-12-01T11:17:58.5677661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5677725Z with 2022-12-01T11:17:58.5677786Z [ 2022-12-01T11:17:58.5677948Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5678007Z ] 2022-12-01T11:17:58.5678354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5678419Z with 2022-12-01T11:17:58.5678479Z [ 2022-12-01T11:17:58.5678634Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5678691Z ] 2022-12-01T11:17:58.5679003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5679063Z with 2022-12-01T11:17:58.5679122Z [ 2022-12-01T11:17:58.5679282Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5679343Z ] 2022-12-01T11:17:58.5679758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5679827Z with 2022-12-01T11:17:58.5679875Z [ 2022-12-01T11:17:58.5680033Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5680094Z ] 2022-12-01T11:17:58.5680529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5680594Z with 2022-12-01T11:17:58.5680650Z [ 2022-12-01T11:17:58.5680804Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5680862Z ] 2022-12-01T11:17:58.5681247Z C:\actions-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-12-01T11:17:58.5681627Z 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-12-01T11:17:58.5681942Z 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-12-01T11:17:58.5682276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5682337Z with 2022-12-01T11:17:58.5682395Z [ 2022-12-01T11:17:58.5682550Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5682664Z ] 2022-12-01T11:17:58.5682969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5683032Z with 2022-12-01T11:17:58.5683092Z [ 2022-12-01T11:17:58.5683216Z T=std::vector> 2022-12-01T11:17:58.5683271Z ] 2022-12-01T11:17:58.5683582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5683643Z with 2022-12-01T11:17:58.5683702Z [ 2022-12-01T11:17:58.5683824Z T=std::vector> 2022-12-01T11:17:58.5683881Z ] 2022-12-01T11:17:58.5684283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5684349Z with 2022-12-01T11:17:58.5684408Z [ 2022-12-01T11:17:58.5684528Z T=std::vector> 2022-12-01T11:17:58.5684584Z ] 2022-12-01T11:17:58.5684968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5685026Z with 2022-12-01T11:17:58.5685082Z [ 2022-12-01T11:17:58.5685200Z T=std::vector> 2022-12-01T11:17:58.5685260Z ] 2022-12-01T11:17:58.5685613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5686016Z 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-12-01T11:17:58.5686360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5686423Z with 2022-12-01T11:17:58.5686517Z [ 2022-12-01T11:17:58.5686642Z T=std::vector> 2022-12-01T11:17:58.5686700Z ] 2022-12-01T11:17:58.5687008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5687070Z with 2022-12-01T11:17:58.5687130Z [ 2022-12-01T11:17:58.5687283Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5687340Z ] 2022-12-01T11:17:58.5687652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5687709Z with 2022-12-01T11:17:58.5687762Z [ 2022-12-01T11:17:58.5687912Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5687969Z ] 2022-12-01T11:17:58.5688325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5688433Z with 2022-12-01T11:17:58.5688496Z [ 2022-12-01T11:17:58.5688644Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5688700Z ] 2022-12-01T11:17:58.5689082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5689144Z with 2022-12-01T11:17:58.5689200Z [ 2022-12-01T11:17:58.5689347Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5689408Z ] 2022-12-01T11:17:58.5689793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5690233Z 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-12-01T11:17:58.5690622Z 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-12-01T11:17:58.5690966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5691030Z with 2022-12-01T11:17:58.5691090Z [ 2022-12-01T11:17:58.5691238Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5691287Z ] 2022-12-01T11:17:58.5691599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5691659Z with 2022-12-01T11:17:58.5691718Z [ 2022-12-01T11:17:58.5691865Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5691970Z ] 2022-12-01T11:17:58.5692294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5692354Z with 2022-12-01T11:17:58.5692414Z [ 2022-12-01T11:17:58.5692563Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5692618Z ] 2022-12-01T11:17:58.5693023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5693089Z with 2022-12-01T11:17:58.5693145Z [ 2022-12-01T11:17:58.5693289Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5693346Z ] 2022-12-01T11:17:58.5693719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5693782Z with 2022-12-01T11:17:58.5693841Z [ 2022-12-01T11:17:58.5693986Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5694044Z ] 2022-12-01T11:17:58.5694430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5694881Z 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-12-01T11:17:58.5695269Z 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-12-01T11:17:58.5695609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5695670Z with 2022-12-01T11:17:58.5695730Z [ 2022-12-01T11:17:58.5695879Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5695981Z ] 2022-12-01T11:17:58.5696291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5696356Z with 2022-12-01T11:17:58.5696418Z [ 2022-12-01T11:17:58.5696520Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5696578Z ] 2022-12-01T11:17:58.5696898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5696960Z with 2022-12-01T11:17:58.5697007Z [ 2022-12-01T11:17:58.5697107Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5697166Z ] 2022-12-01T11:17:58.5697525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5697588Z with 2022-12-01T11:17:58.5697646Z [ 2022-12-01T11:17:58.5697748Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5697809Z ] 2022-12-01T11:17:58.5698322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5698390Z with 2022-12-01T11:17:58.5698448Z [ 2022-12-01T11:17:58.5698552Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5698610Z ] 2022-12-01T11:17:58.5698964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5699345Z 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-12-01T11:17:58.5699406Z with 2022-12-01T11:17:58.5699466Z [ 2022-12-01T11:17:58.5699557Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5699613Z ] 2022-12-01T11:17:58.5699994Z 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-12-01T11:17:58.5700334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5700451Z with 2022-12-01T11:17:58.5700508Z [ 2022-12-01T11:17:58.5700605Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5700666Z ] 2022-12-01T11:17:58.5700970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5701034Z with 2022-12-01T11:17:58.5701090Z [ 2022-12-01T11:17:58.5701277Z T=std::vector> 2022-12-01T11:17:58.5701335Z ] 2022-12-01T11:17:58.5701657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5701718Z with 2022-12-01T11:17:58.5701776Z [ 2022-12-01T11:17:58.5702001Z T=std::vector> 2022-12-01T11:17:58.5702062Z ] 2022-12-01T11:17:58.5702411Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5702469Z with 2022-12-01T11:17:58.5702526Z [ 2022-12-01T11:17:58.5702709Z T=std::vector> 2022-12-01T11:17:58.5702768Z ] 2022-12-01T11:17:58.5703153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5703215Z with 2022-12-01T11:17:58.5703274Z [ 2022-12-01T11:17:58.5703458Z T=std::vector> 2022-12-01T11:17:58.5703515Z ] 2022-12-01T11:17:58.5703931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5704344Z 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-12-01T11:17:58.5704736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5704804Z with 2022-12-01T11:17:58.5704864Z [ 2022-12-01T11:17:58.5705047Z T=std::vector> 2022-12-01T11:17:58.5705105Z ] 2022-12-01T11:17:58.5705455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5705519Z with 2022-12-01T11:17:58.5705577Z [ 2022-12-01T11:17:58.5705676Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5705724Z ] 2022-12-01T11:17:58.5706040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5706100Z with 2022-12-01T11:17:58.5706158Z [ 2022-12-01T11:17:58.5706301Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5706361Z ] 2022-12-01T11:17:58.5706718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5706778Z with 2022-12-01T11:17:58.5706838Z [ 2022-12-01T11:17:58.5706934Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5706992Z ] 2022-12-01T11:17:58.5707373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5707433Z with 2022-12-01T11:17:58.5707490Z [ 2022-12-01T11:17:58.5707583Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5707632Z ] 2022-12-01T11:17:58.5708022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5708378Z 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-12-01T11:17:58.5708714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5708775Z with 2022-12-01T11:17:58.5708835Z [ 2022-12-01T11:17:58.5708927Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5708982Z ] 2022-12-01T11:17:58.5709289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5709349Z with 2022-12-01T11:17:58.5709405Z [ 2022-12-01T11:17:58.5709482Z T=c10::IValue 2022-12-01T11:17:58.5709541Z ] 2022-12-01T11:17:58.5709858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5709923Z with 2022-12-01T11:17:58.5709981Z [ 2022-12-01T11:17:58.5710054Z T=c10::IValue 2022-12-01T11:17:58.5710102Z ] 2022-12-01T11:17:58.5710458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5710521Z with 2022-12-01T11:17:58.5710582Z [ 2022-12-01T11:17:58.5710706Z T=c10::IValue 2022-12-01T11:17:58.5710767Z ] 2022-12-01T11:17:58.5711149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5711208Z with 2022-12-01T11:17:58.5711261Z [ 2022-12-01T11:17:58.5711332Z T=c10::IValue 2022-12-01T11:17:58.5711389Z ] 2022-12-01T11:17:58.5711766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5712097Z 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-12-01T11:17:58.5712491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5712557Z with 2022-12-01T11:17:58.5712617Z [ 2022-12-01T11:17:58.5712690Z T=c10::IValue 2022-12-01T11:17:58.5712748Z ] 2022-12-01T11:17:58.5713040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5713100Z with 2022-12-01T11:17:58.5713158Z [ 2022-12-01T11:17:58.5713237Z T=c10::AliasInfo 2022-12-01T11:17:58.5713294Z ] 2022-12-01T11:17:58.5713653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5713715Z with 2022-12-01T11:17:58.5713770Z [ 2022-12-01T11:17:58.5713849Z T=c10::AliasInfo 2022-12-01T11:17:58.5713907Z ] 2022-12-01T11:17:58.5714267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5714327Z with 2022-12-01T11:17:58.5714385Z [ 2022-12-01T11:17:58.5714462Z T=c10::AliasInfo 2022-12-01T11:17:58.5714508Z ] 2022-12-01T11:17:58.5714889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5714952Z with 2022-12-01T11:17:58.5715010Z [ 2022-12-01T11:17:58.5715088Z T=c10::AliasInfo 2022-12-01T11:17:58.5715145Z ] 2022-12-01T11:17:58.5715467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5715799Z 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-12-01T11:17:58.5716133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5716193Z with 2022-12-01T11:17:58.5716250Z [ 2022-12-01T11:17:58.5716332Z T=c10::AliasInfo 2022-12-01T11:17:58.5716395Z ] 2022-12-01T11:17:58.5716706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5716767Z with 2022-12-01T11:17:58.5716828Z [ 2022-12-01T11:17:58.5717011Z T=std::vector> 2022-12-01T11:17:58.5717073Z ] 2022-12-01T11:17:58.5717382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5717442Z with 2022-12-01T11:17:58.5717498Z [ 2022-12-01T11:17:58.5717633Z T=std::vector> 2022-12-01T11:17:58.5717729Z ] 2022-12-01T11:17:58.5718092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5718205Z with 2022-12-01T11:17:58.5718264Z [ 2022-12-01T11:17:58.5718396Z T=std::vector> 2022-12-01T11:17:58.5718454Z ] 2022-12-01T11:17:58.5718840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5718903Z with 2022-12-01T11:17:58.5718962Z [ 2022-12-01T11:17:58.5719093Z T=std::vector> 2022-12-01T11:17:58.5719150Z ] 2022-12-01T11:17:58.5719539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5719604Z with 2022-12-01T11:17:58.5719652Z [ 2022-12-01T11:17:58.5719728Z T=c10::SymInt 2022-12-01T11:17:58.5719785Z ] 2022-12-01T11:17:58.5720131Z 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-12-01T11:17:58.5720190Z with 2022-12-01T11:17:58.5720247Z [ 2022-12-01T11:17:58.5720318Z T=c10::SymInt 2022-12-01T11:17:58.5720375Z ] 2022-12-01T11:17:58.5720741Z 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-12-01T11:17:58.5721166Z 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-12-01T11:17:58.5721509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5721571Z with 2022-12-01T11:17:58.5721630Z [ 2022-12-01T11:17:58.5721761Z T=std::vector> 2022-12-01T11:17:58.5721817Z ] 2022-12-01T11:17:58.5722122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5722182Z with 2022-12-01T11:17:58.5722240Z [ 2022-12-01T11:17:58.5722371Z T=c10::either 2022-12-01T11:17:58.5722426Z ] 2022-12-01T11:17:58.5722745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5722805Z with 2022-12-01T11:17:58.5722860Z [ 2022-12-01T11:17:58.5722994Z T=c10::either 2022-12-01T11:17:58.5723048Z ] 2022-12-01T11:17:58.5723457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5723518Z with 2022-12-01T11:17:58.5723575Z [ 2022-12-01T11:17:58.5723711Z T=c10::either 2022-12-01T11:17:58.5723817Z ] 2022-12-01T11:17:58.5724245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5724308Z with 2022-12-01T11:17:58.5724365Z [ 2022-12-01T11:17:58.5724501Z T=c10::either 2022-12-01T11:17:58.5724547Z ] 2022-12-01T11:17:58.5724919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5725356Z 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-12-01T11:17:58.5725710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5725760Z with 2022-12-01T11:17:58.5725816Z [ 2022-12-01T11:17:58.5725954Z T=c10::either 2022-12-01T11:17:58.5726014Z ] 2022-12-01T11:17:58.5726315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5726377Z with 2022-12-01T11:17:58.5726435Z [ 2022-12-01T11:17:58.5726527Z T=at::StepCallbacks 2022-12-01T11:17:58.5726585Z ] 2022-12-01T11:17:58.5726906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5726968Z with 2022-12-01T11:17:58.5727025Z [ 2022-12-01T11:17:58.5727115Z T=at::StepCallbacks 2022-12-01T11:17:58.5727169Z ] 2022-12-01T11:17:58.5727530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5727580Z with 2022-12-01T11:17:58.5727636Z [ 2022-12-01T11:17:58.5727719Z T=at::StepCallbacks 2022-12-01T11:17:58.5727774Z ] 2022-12-01T11:17:58.5728157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5728226Z with 2022-12-01T11:17:58.5728285Z [ 2022-12-01T11:17:58.5728373Z T=at::StepCallbacks 2022-12-01T11:17:58.5728429Z ] 2022-12-01T11:17:58.5728769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5729115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5729499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5729564Z with 2022-12-01T11:17:58.5729961Z [ 2022-12-01T11:17:58.5730055Z T=at::StepCallbacks 2022-12-01T11:17:58.5730163Z ] 2022-12-01T11:17:58.5730470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5730522Z with 2022-12-01T11:17:58.5730580Z [ 2022-12-01T11:17:58.5730659Z T=c10::DimVector 2022-12-01T11:17:58.5730717Z ] 2022-12-01T11:17:58.5731040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5731101Z with 2022-12-01T11:17:58.5731160Z [ 2022-12-01T11:17:58.5731237Z T=c10::DimVector 2022-12-01T11:17:58.5731296Z ] 2022-12-01T11:17:58.5731708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5731774Z with 2022-12-01T11:17:58.5731832Z [ 2022-12-01T11:17:58.5731914Z T=c10::DimVector 2022-12-01T11:17:58.5731975Z ] 2022-12-01T11:17:58.5732360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5732420Z with 2022-12-01T11:17:58.5732468Z [ 2022-12-01T11:17:58.5732542Z T=c10::DimVector 2022-12-01T11:17:58.5732597Z ] 2022-12-01T11:17:58.5732926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5733267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5733612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5733674Z with 2022-12-01T11:17:58.5733733Z [ 2022-12-01T11:17:58.5733812Z T=c10::DimVector 2022-12-01T11:17:58.5733869Z ] 2022-12-01T11:17:58.5734177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5734238Z with 2022-12-01T11:17:58.5734297Z [ 2022-12-01T11:17:58.5734400Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5734460Z ] 2022-12-01T11:17:58.5734774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5734825Z with 2022-12-01T11:17:58.5734879Z [ 2022-12-01T11:17:58.5734975Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5735029Z ] 2022-12-01T11:17:58.5735383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5735444Z with 2022-12-01T11:17:58.5735509Z [ 2022-12-01T11:17:58.5735652Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5735711Z ] 2022-12-01T11:17:58.5736095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5736208Z with 2022-12-01T11:17:58.5736274Z [ 2022-12-01T11:17:58.5736414Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5736472Z ] 2022-12-01T11:17:58.5736819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5737181Z 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-12-01T11:17:58.5737569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5737631Z with 2022-12-01T11:17:58.5737678Z [ 2022-12-01T11:17:58.5737776Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5737833Z ] 2022-12-01T11:17:58.5738218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5738282Z with 2022-12-01T11:17:58.5738341Z [ 2022-12-01T11:17:58.5738487Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5738547Z ] 2022-12-01T11:17:58.5738873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5738935Z with 2022-12-01T11:17:58.5738994Z [ 2022-12-01T11:17:58.5739133Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5739192Z ] 2022-12-01T11:17:58.5739555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5739618Z with 2022-12-01T11:17:58.5739675Z [ 2022-12-01T11:17:58.5739800Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5739857Z ] 2022-12-01T11:17:58.5740238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5740299Z with 2022-12-01T11:17:58.5740359Z [ 2022-12-01T11:17:58.5740493Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5740551Z ] 2022-12-01T11:17:58.5740928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5741324Z 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-12-01T11:17:58.5741661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5741773Z with 2022-12-01T11:17:58.5741837Z [ 2022-12-01T11:17:58.5742037Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5742095Z ] 2022-12-01T11:17:58.5742400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5742463Z with 2022-12-01T11:17:58.5742569Z [ 2022-12-01T11:17:58.5742687Z T=std::tuple 2022-12-01T11:17:58.5742737Z ] 2022-12-01T11:17:58.5743053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5743114Z with 2022-12-01T11:17:58.5743169Z [ 2022-12-01T11:17:58.5743280Z T=std::tuple 2022-12-01T11:17:58.5743338Z ] 2022-12-01T11:17:58.5743743Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5743803Z with 2022-12-01T11:17:58.5743865Z [ 2022-12-01T11:17:58.5743983Z T=std::tuple 2022-12-01T11:17:58.5744042Z ] 2022-12-01T11:17:58.5744430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5744491Z with 2022-12-01T11:17:58.5744547Z [ 2022-12-01T11:17:58.5744659Z T=std::tuple 2022-12-01T11:17:58.5744717Z ] 2022-12-01T11:17:58.5745072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5745446Z 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-12-01T11:17:58.5745783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5745843Z with 2022-12-01T11:17:58.5745891Z [ 2022-12-01T11:17:58.5746003Z T=std::tuple 2022-12-01T11:17:58.5746059Z ] 2022-12-01T11:17:58.5746364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5746427Z with 2022-12-01T11:17:58.5746486Z [ 2022-12-01T11:17:58.5746581Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5746639Z ] 2022-12-01T11:17:58.5746960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5747019Z with 2022-12-01T11:17:58.5747073Z [ 2022-12-01T11:17:58.5747166Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5747223Z ] 2022-12-01T11:17:58.5747581Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5747642Z with 2022-12-01T11:17:58.5747736Z [ 2022-12-01T11:17:58.5747827Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5747883Z ] 2022-12-01T11:17:58.5748314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5748379Z with 2022-12-01T11:17:58.5748438Z [ 2022-12-01T11:17:58.5748525Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5748582Z ] 2022-12-01T11:17:58.5748977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5749390Z 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-12-01T11:17:58.5749732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5749796Z with 2022-12-01T11:17:58.5749854Z [ 2022-12-01T11:17:58.5749948Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5750006Z ] 2022-12-01T11:17:58.5750312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5750371Z with 2022-12-01T11:17:58.5750418Z [ 2022-12-01T11:17:58.5750532Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5750591Z ] 2022-12-01T11:17:58.5750913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5750975Z with 2022-12-01T11:17:58.5751032Z [ 2022-12-01T11:17:58.5751141Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5751197Z ] 2022-12-01T11:17:58.5751553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5751613Z with 2022-12-01T11:17:58.5751668Z [ 2022-12-01T11:17:58.5751775Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5751831Z ] 2022-12-01T11:17:58.5752211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5752278Z with 2022-12-01T11:17:58.5752336Z [ 2022-12-01T11:17:58.5752433Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5752491Z ] 2022-12-01T11:17:58.5752844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5753199Z 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-12-01T11:17:58.5753531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5753641Z with 2022-12-01T11:17:58.5753698Z [ 2022-12-01T11:17:58.5753811Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5753868Z ] 2022-12-01T11:17:58.5754223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5754284Z with 2022-12-01T11:17:58.5754340Z [ 2022-12-01T11:17:58.5754455Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5754513Z ] 2022-12-01T11:17:58.5754828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5754892Z with 2022-12-01T11:17:58.5754994Z [ 2022-12-01T11:17:58.5755095Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5755152Z ] 2022-12-01T11:17:58.5755884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5755952Z with 2022-12-01T11:17:58.5756013Z [ 2022-12-01T11:17:58.5756123Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5756181Z ] 2022-12-01T11:17:58.5756567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5756628Z with 2022-12-01T11:17:58.5756687Z [ 2022-12-01T11:17:58.5756793Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5756850Z ] 2022-12-01T11:17:58.5757201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5757559Z 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-12-01T11:17:58.5757894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5757953Z with 2022-12-01T11:17:58.5758011Z [ 2022-12-01T11:17:58.5758119Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5758165Z ] 2022-12-01T11:17:58.5758472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5758539Z with 2022-12-01T11:17:58.5758598Z [ 2022-12-01T11:17:58.5758685Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5758745Z ] 2022-12-01T11:17:58.5759062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5759123Z with 2022-12-01T11:17:58.5759181Z [ 2022-12-01T11:17:58.5759264Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5759321Z ] 2022-12-01T11:17:58.5759680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5759741Z with 2022-12-01T11:17:58.5759800Z [ 2022-12-01T11:17:58.5759940Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5759989Z ] 2022-12-01T11:17:58.5760380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5760481Z with 2022-12-01T11:17:58.5760537Z [ 2022-12-01T11:17:58.5760623Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5760681Z ] 2022-12-01T11:17:58.5761019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5761406Z 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-12-01T11:17:58.5762033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5762103Z with 2022-12-01T11:17:58.5762162Z [ 2022-12-01T11:17:58.5762250Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5762307Z ] 2022-12-01T11:17:58.5762619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5762679Z with 2022-12-01T11:17:58.5762732Z [ 2022-12-01T11:17:58.5762827Z T=at::ThreadLocalState 2022-12-01T11:17:58.5762882Z ] 2022-12-01T11:17:58.5763199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5763260Z with 2022-12-01T11:17:58.5763316Z [ 2022-12-01T11:17:58.5763405Z T=at::ThreadLocalState 2022-12-01T11:17:58.5763454Z ] 2022-12-01T11:17:58.5763807Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5763865Z with 2022-12-01T11:17:58.5763922Z [ 2022-12-01T11:17:58.5764009Z T=at::ThreadLocalState 2022-12-01T11:17:58.5764065Z ] 2022-12-01T11:17:58.5764449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5764512Z with 2022-12-01T11:17:58.5764569Z [ 2022-12-01T11:17:58.5764659Z T=at::ThreadLocalState 2022-12-01T11:17:58.5764717Z ] 2022-12-01T11:17:58.5765054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5765409Z 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-12-01T11:17:58.5765748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5765805Z with 2022-12-01T11:17:58.5765862Z [ 2022-12-01T11:17:58.5765951Z T=at::ThreadLocalState 2022-12-01T11:17:58.5766054Z ] 2022-12-01T11:17:58.5766357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5766408Z with 2022-12-01T11:17:58.5766466Z [ 2022-12-01T11:17:58.5766582Z T=std::shared_ptr 2022-12-01T11:17:58.5766685Z ] 2022-12-01T11:17:58.5767005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5767063Z with 2022-12-01T11:17:58.5767120Z [ 2022-12-01T11:17:58.5767231Z T=std::shared_ptr 2022-12-01T11:17:58.5767286Z ] 2022-12-01T11:17:58.5767972Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5768043Z with 2022-12-01T11:17:58.5768099Z [ 2022-12-01T11:17:58.5768210Z T=std::shared_ptr 2022-12-01T11:17:58.5768266Z ] 2022-12-01T11:17:58.5768653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5768713Z with 2022-12-01T11:17:58.5768760Z [ 2022-12-01T11:17:58.5768866Z T=std::shared_ptr 2022-12-01T11:17:58.5768925Z ] 2022-12-01T11:17:58.5769276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5769619Z 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-12-01T11:17:58.5769991Z 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-12-01T11:17:58.5770328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5770393Z with 2022-12-01T11:17:58.5770451Z [ 2022-12-01T11:17:58.5770561Z T=std::shared_ptr 2022-12-01T11:17:58.5770619Z ] 2022-12-01T11:17:58.5770921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5770981Z with 2022-12-01T11:17:58.5771038Z [ 2022-12-01T11:17:58.5771134Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5771193Z ] 2022-12-01T11:17:58.5771504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5771565Z with 2022-12-01T11:17:58.5771612Z [ 2022-12-01T11:17:58.5771706Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5771762Z ] 2022-12-01T11:17:58.5772122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5772227Z with 2022-12-01T11:17:58.5772284Z [ 2022-12-01T11:17:58.5772378Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5772433Z ] 2022-12-01T11:17:58.5772871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5772934Z with 2022-12-01T11:17:58.5772993Z [ 2022-12-01T11:17:58.5773087Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5773146Z ] 2022-12-01T11:17:58.5773493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5775175Z 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-12-01T11:17:58.5775825Z 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-12-01T11:17:58.5776179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5776246Z with 2022-12-01T11:17:58.5776305Z [ 2022-12-01T11:17:58.5776406Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5776456Z ] 2022-12-01T11:17:58.5776780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5776854Z with 2022-12-01T11:17:58.5776912Z [ 2022-12-01T11:17:58.5777000Z T=torch::jit::Method 2022-12-01T11:17:58.5777060Z ] 2022-12-01T11:17:58.5777384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5777448Z with 2022-12-01T11:17:58.5777505Z [ 2022-12-01T11:17:58.5777591Z T=torch::jit::Method 2022-12-01T11:17:58.5777649Z ] 2022-12-01T11:17:58.5778014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5778078Z with 2022-12-01T11:17:58.5778229Z [ 2022-12-01T11:17:58.5778308Z T=torch::jit::Method 2022-12-01T11:17:58.5778365Z ] 2022-12-01T11:17:58.5778753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5778816Z with 2022-12-01T11:17:58.5778875Z [ 2022-12-01T11:17:58.5778958Z T=torch::jit::Method 2022-12-01T11:17:58.5779015Z ] 2022-12-01T11:17:58.5779402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5779742Z 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-12-01T11:17:58.5780265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5780329Z with 2022-12-01T11:17:58.5780387Z [ 2022-12-01T11:17:58.5780472Z T=torch::jit::Method 2022-12-01T11:17:58.5780531Z ] 2022-12-01T11:17:58.5780837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5780899Z with 2022-12-01T11:17:58.5780958Z [ 2022-12-01T11:17:58.5781094Z T=std::vector> 2022-12-01T11:17:58.5781142Z ] 2022-12-01T11:17:58.5781819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5781896Z with 2022-12-01T11:17:58.5781954Z [ 2022-12-01T11:17:58.5782087Z T=std::vector> 2022-12-01T11:17:58.5782142Z ] 2022-12-01T11:17:58.5782504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5782564Z with 2022-12-01T11:17:58.5782621Z [ 2022-12-01T11:17:58.5782753Z T=std::vector> 2022-12-01T11:17:58.5782813Z ] 2022-12-01T11:17:58.5783209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5783271Z with 2022-12-01T11:17:58.5783326Z [ 2022-12-01T11:17:58.5783458Z T=std::vector> 2022-12-01T11:17:58.5783518Z ] 2022-12-01T11:17:58.5783890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5784264Z 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-12-01T11:17:58.5784605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5784668Z with 2022-12-01T11:17:58.5784715Z [ 2022-12-01T11:17:58.5784846Z T=std::vector> 2022-12-01T11:17:58.5784903Z ] 2022-12-01T11:17:58.5785210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5785271Z with 2022-12-01T11:17:58.5785325Z [ 2022-12-01T11:17:58.5785546Z T=std::function 2022-12-01T11:17:58.5785606Z ] 2022-12-01T11:17:58.5785924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5786045Z with 2022-12-01T11:17:58.5786105Z [ 2022-12-01T11:17:58.5786317Z T=std::function 2022-12-01T11:17:58.5786376Z ] 2022-12-01T11:17:58.5786736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5786799Z with 2022-12-01T11:17:58.5786855Z [ 2022-12-01T11:17:58.5787003Z T=std::function 2022-12-01T11:17:58.5787058Z ] 2022-12-01T11:17:58.5787443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5787803Z with 2022-12-01T11:17:58.5787867Z [ 2022-12-01T11:17:58.5788032Z T=std::function 2022-12-01T11:17:58.5788089Z ] 2022-12-01T11:17:58.5788484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5788892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5789232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5789297Z with 2022-12-01T11:17:58.5789356Z [ 2022-12-01T11:17:58.5789518Z T=std::function 2022-12-01T11:17:58.5789577Z ] 2022-12-01T11:17:58.5789888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5789950Z with 2022-12-01T11:17:58.5790006Z [ 2022-12-01T11:17:58.5790192Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5790251Z ] 2022-12-01T11:17:58.5790574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5790635Z with 2022-12-01T11:17:58.5790684Z [ 2022-12-01T11:17:58.5790870Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5790929Z ] 2022-12-01T11:17:58.5791288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5791348Z with 2022-12-01T11:17:58.5791404Z [ 2022-12-01T11:17:58.5791590Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5791646Z ] 2022-12-01T11:17:58.5792084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5792208Z with 2022-12-01T11:17:58.5792269Z [ 2022-12-01T11:17:58.5792453Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5792556Z ] 2022-12-01T11:17:58.5792981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5793428Z 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-12-01T11:17:58.5793769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5794114Z with 2022-12-01T11:17:58.5794177Z [ 2022-12-01T11:17:58.5794365Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5794422Z ] 2022-12-01T11:17:58.5794719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5794779Z with 2022-12-01T11:17:58.5794838Z [ 2022-12-01T11:17:58.5794963Z T=std::vector> 2022-12-01T11:17:58.5795021Z ] 2022-12-01T11:17:58.5795341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5795402Z with 2022-12-01T11:17:58.5795462Z [ 2022-12-01T11:17:58.5795587Z T=std::vector> 2022-12-01T11:17:58.5795646Z ] 2022-12-01T11:17:58.5796004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5796063Z with 2022-12-01T11:17:58.5796119Z [ 2022-12-01T11:17:58.5796237Z T=std::vector> 2022-12-01T11:17:58.5796292Z ] 2022-12-01T11:17:58.5796675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5796735Z with 2022-12-01T11:17:58.5796783Z [ 2022-12-01T11:17:58.5796907Z T=std::vector> 2022-12-01T11:17:58.5796971Z ] 2022-12-01T11:17:58.5797319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5797380Z with 2022-12-01T11:17:58.5797438Z [ 2022-12-01T11:17:58.5797506Z T=double 2022-12-01T11:17:58.5797563Z ] 2022-12-01T11:17:58.5797947Z 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-12-01T11:17:58.5798008Z with 2022-12-01T11:17:58.5798114Z [ 2022-12-01T11:17:58.5798184Z T=double 2022-12-01T11:17:58.5798242Z ] 2022-12-01T11:17:58.5798585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5798703Z with 2022-12-01T11:17:58.5798750Z [ 2022-12-01T11:17:58.5798921Z T=std::vector> 2022-12-01T11:17:58.5798979Z ] 2022-12-01T11:17:58.5799289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5799349Z with 2022-12-01T11:17:58.5799406Z [ 2022-12-01T11:17:58.5799515Z T=std::tuple 2022-12-01T11:17:58.5799572Z ] 2022-12-01T11:17:58.5799892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5799955Z with 2022-12-01T11:17:58.5800288Z [ 2022-12-01T11:17:58.5800404Z T=std::tuple 2022-12-01T11:17:58.5800462Z ] 2022-12-01T11:17:58.5800823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5800880Z with 2022-12-01T11:17:58.5800927Z [ 2022-12-01T11:17:58.5801035Z T=std::tuple 2022-12-01T11:17:58.5801090Z ] 2022-12-01T11:17:58.5801472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5801533Z with 2022-12-01T11:17:58.5801592Z [ 2022-12-01T11:17:58.5801697Z T=std::tuple 2022-12-01T11:17:58.5801754Z ] 2022-12-01T11:17:58.5802107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5802484Z 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-12-01T11:17:58.5802825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5802887Z with 2022-12-01T11:17:58.5802943Z [ 2022-12-01T11:17:58.5803053Z T=std::tuple 2022-12-01T11:17:58.5803112Z ] 2022-12-01T11:17:58.5803412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5803472Z with 2022-12-01T11:17:58.5803527Z [ 2022-12-01T11:17:58.5803648Z T=std::vector> 2022-12-01T11:17:58.5803706Z ] 2022-12-01T11:17:58.5804028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5804086Z with 2022-12-01T11:17:58.5804141Z [ 2022-12-01T11:17:58.5804276Z T=std::vector> 2022-12-01T11:17:58.5804335Z ] 2022-12-01T11:17:58.5804755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5804871Z with 2022-12-01T11:17:58.5804930Z [ 2022-12-01T11:17:58.5805061Z T=std::vector> 2022-12-01T11:17:58.5805117Z ] 2022-12-01T11:17:58.5805554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5805615Z with 2022-12-01T11:17:58.5805673Z [ 2022-12-01T11:17:58.5805803Z T=std::vector> 2022-12-01T11:17:58.5805850Z ] 2022-12-01T11:17:58.5806500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5806913Z 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-12-01T11:17:58.5807264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5807316Z with 2022-12-01T11:17:58.5807371Z [ 2022-12-01T11:17:58.5807504Z T=std::vector> 2022-12-01T11:17:58.5807563Z ] 2022-12-01T11:17:58.5808059Z [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-12-01T11:17:58.5808259Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-12-01T11:17:58.5808401Z Loading extension module lenient_flag_handling_extension... 2022-12-01T11:17:58.5808464Z ok (13.180s) 2022-12-01T11:17:58.5808776Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.5809035Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension... 2022-12-01T11:17:58.5809300Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-12-01T11:17:58.5809425Z Building extension module reloaded_jit_extension... 2022-12-01T11:17:58.5809625Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.5810591Z [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_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-12-01T11:17:58.5810834Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5810974Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5810983Z 2022-12-01T11:17:58.5811295Z 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-12-01T11:17:58.5811649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5811715Z with 2022-12-01T11:17:58.5811779Z [ 2022-12-01T11:17:58.5811859Z T=c10::SymInt 2022-12-01T11:17:58.5811919Z ] 2022-12-01T11:17:58.5812245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5812594Z with 2022-12-01T11:17:58.5812662Z [ 2022-12-01T11:17:58.5812729Z T=c10::SymInt 2022-12-01T11:17:58.5812784Z ] 2022-12-01T11:17:58.5813145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5813205Z with 2022-12-01T11:17:58.5813264Z [ 2022-12-01T11:17:58.5813339Z T=c10::SymInt 2022-12-01T11:17:58.5813392Z ] 2022-12-01T11:17:58.5813779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5813840Z with 2022-12-01T11:17:58.5813901Z [ 2022-12-01T11:17:58.5813979Z T=c10::SymInt 2022-12-01T11:17:58.5814039Z ] 2022-12-01T11:17:58.5814370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5814692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5815036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5815098Z with 2022-12-01T11:17:58.5815156Z [ 2022-12-01T11:17:58.5815232Z T=c10::SymInt 2022-12-01T11:17:58.5815279Z ] 2022-12-01T11:17:58.5815576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.5815882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5815940Z with 2022-12-01T11:17:58.5815995Z [ 2022-12-01T11:17:58.5816077Z T=at::TensorBase 2022-12-01T11:17:58.5816133Z ] 2022-12-01T11:17:58.5816455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5816514Z with 2022-12-01T11:17:58.5816573Z [ 2022-12-01T11:17:58.5816653Z T=at::TensorBase 2022-12-01T11:17:58.5816708Z ] 2022-12-01T11:17:58.5817139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5817249Z with 2022-12-01T11:17:58.5817307Z [ 2022-12-01T11:17:58.5817378Z T=at::TensorBase 2022-12-01T11:17:58.5817437Z ] 2022-12-01T11:17:58.5817823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5817884Z with 2022-12-01T11:17:58.5817937Z [ 2022-12-01T11:17:58.5818058Z T=at::TensorBase 2022-12-01T11:17:58.5818209Z ] 2022-12-01T11:17:58.5818596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5818930Z 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-12-01T11:17:58.5819266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5819328Z with 2022-12-01T11:17:58.5819386Z [ 2022-12-01T11:17:58.5819467Z T=at::TensorBase 2022-12-01T11:17:58.5819524Z ] 2022-12-01T11:17:58.5819828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5819888Z with 2022-12-01T11:17:58.5819947Z [ 2022-12-01T11:17:58.5820014Z T=at::Tensor 2022-12-01T11:17:58.5820071Z ] 2022-12-01T11:17:58.5820390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5820450Z with 2022-12-01T11:17:58.5820507Z [ 2022-12-01T11:17:58.5820580Z T=at::Tensor 2022-12-01T11:17:58.5820636Z ] 2022-12-01T11:17:58.5820992Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5821050Z with 2022-12-01T11:17:58.5821106Z [ 2022-12-01T11:17:58.5821179Z T=at::Tensor 2022-12-01T11:17:58.5821235Z ] 2022-12-01T11:17:58.5821621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5821682Z with 2022-12-01T11:17:58.5821744Z [ 2022-12-01T11:17:58.5821808Z T=at::Tensor 2022-12-01T11:17:58.5821865Z ] 2022-12-01T11:17:58.5822190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5822512Z 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-12-01T11:17:58.5822855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5822963Z with 2022-12-01T11:17:58.5823019Z [ 2022-12-01T11:17:58.5823090Z T=at::Tensor 2022-12-01T11:17:58.5823147Z ] 2022-12-01T11:17:58.5823460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5823563Z with 2022-12-01T11:17:58.5823619Z [ 2022-12-01T11:17:58.5823697Z T=at::Generator 2022-12-01T11:17:58.5823754Z ] 2022-12-01T11:17:58.5824073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5824136Z with 2022-12-01T11:17:58.5824193Z [ 2022-12-01T11:17:58.5824306Z T=at::Generator 2022-12-01T11:17:58.5824369Z ] 2022-12-01T11:17:58.5824779Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5824841Z with 2022-12-01T11:17:58.5824898Z [ 2022-12-01T11:17:58.5824974Z T=at::Generator 2022-12-01T11:17:58.5825032Z ] 2022-12-01T11:17:58.5825414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5825472Z with 2022-12-01T11:17:58.5825528Z [ 2022-12-01T11:17:58.5825603Z T=at::Generator 2022-12-01T11:17:58.5825659Z ] 2022-12-01T11:17:58.5825987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5826318Z 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-12-01T11:17:58.5826656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5826720Z with 2022-12-01T11:17:58.5826777Z [ 2022-12-01T11:17:58.5826845Z T=at::Generator 2022-12-01T11:17:58.5826903Z ] 2022-12-01T11:17:58.5827205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5827270Z with 2022-12-01T11:17:58.5827326Z [ 2022-12-01T11:17:58.5827398Z T=c10::Scalar 2022-12-01T11:17:58.5827453Z ] 2022-12-01T11:17:58.5827768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5827825Z with 2022-12-01T11:17:58.5827885Z [ 2022-12-01T11:17:58.5827956Z T=c10::Scalar 2022-12-01T11:17:58.5828011Z ] 2022-12-01T11:17:58.5828367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5828427Z with 2022-12-01T11:17:58.5828483Z [ 2022-12-01T11:17:58.5828546Z T=c10::Scalar 2022-12-01T11:17:58.5828936Z ] 2022-12-01T11:17:58.5829331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5829392Z with 2022-12-01T11:17:58.5829451Z [ 2022-12-01T11:17:58.5829524Z T=c10::Scalar 2022-12-01T11:17:58.5829582Z ] 2022-12-01T11:17:58.5829953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5830278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5830709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5830773Z with 2022-12-01T11:17:58.5830829Z [ 2022-12-01T11:17:58.5830902Z T=c10::Scalar 2022-12-01T11:17:58.5830956Z ] 2022-12-01T11:17:58.5831260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5831320Z with 2022-12-01T11:17:58.5831381Z [ 2022-12-01T11:17:58.5831447Z T=std::string 2022-12-01T11:17:58.5831505Z ] 2022-12-01T11:17:58.5831822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5831887Z with 2022-12-01T11:17:58.5831945Z [ 2022-12-01T11:17:58.5832022Z T=std::string 2022-12-01T11:17:58.5832079Z ] 2022-12-01T11:17:58.5832440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5832501Z with 2022-12-01T11:17:58.5832557Z [ 2022-12-01T11:17:58.5832628Z T=std::string 2022-12-01T11:17:58.5832683Z ] 2022-12-01T11:17:58.5833069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5833128Z with 2022-12-01T11:17:58.5833186Z [ 2022-12-01T11:17:58.5833250Z T=std::string 2022-12-01T11:17:58.5833309Z ] 2022-12-01T11:17:58.5833639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5833961Z 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-12-01T11:17:58.5834307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5834367Z with 2022-12-01T11:17:58.5834425Z [ 2022-12-01T11:17:58.5834499Z T=std::string 2022-12-01T11:17:58.5834556Z ] 2022-12-01T11:17:58.5834859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5834967Z with 2022-12-01T11:17:58.5835023Z [ 2022-12-01T11:17:58.5835105Z T=c10::QualifiedName 2022-12-01T11:17:58.5835160Z ] 2022-12-01T11:17:58.5835478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5835537Z with 2022-12-01T11:17:58.5835592Z [ 2022-12-01T11:17:58.5835668Z T=c10::QualifiedName 2022-12-01T11:17:58.5835725Z ] 2022-12-01T11:17:58.5836136Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5836202Z with 2022-12-01T11:17:58.5836262Z [ 2022-12-01T11:17:58.5836393Z T=c10::QualifiedName 2022-12-01T11:17:58.5836452Z ] 2022-12-01T11:17:58.5836835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5836897Z with 2022-12-01T11:17:58.5837001Z [ 2022-12-01T11:17:58.5837087Z T=c10::QualifiedName 2022-12-01T11:17:58.5837143Z ] 2022-12-01T11:17:58.5837475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5837811Z 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-12-01T11:17:58.5838153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5838213Z with 2022-12-01T11:17:58.5838268Z [ 2022-12-01T11:17:58.5838352Z T=c10::QualifiedName 2022-12-01T11:17:58.5838400Z ] 2022-12-01T11:17:58.5838701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5838763Z with 2022-12-01T11:17:58.5838822Z [ 2022-12-01T11:17:58.5838951Z T=std::shared_ptr 2022-12-01T11:17:58.5839010Z ] 2022-12-01T11:17:58.5839334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5839396Z with 2022-12-01T11:17:58.5839452Z [ 2022-12-01T11:17:58.5839579Z T=std::shared_ptr 2022-12-01T11:17:58.5839636Z ] 2022-12-01T11:17:58.5839996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5840054Z with 2022-12-01T11:17:58.5840108Z [ 2022-12-01T11:17:58.5840232Z T=std::shared_ptr 2022-12-01T11:17:58.5840279Z ] 2022-12-01T11:17:58.5840668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5840781Z with 2022-12-01T11:17:58.5840838Z [ 2022-12-01T11:17:58.5840965Z T=std::shared_ptr 2022-12-01T11:17:58.5841023Z ] 2022-12-01T11:17:58.5841391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5841755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5842089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5842196Z with 2022-12-01T11:17:58.5842253Z [ 2022-12-01T11:17:58.5842383Z T=std::shared_ptr 2022-12-01T11:17:58.5842442Z ] 2022-12-01T11:17:58.5842789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5842849Z with 2022-12-01T11:17:58.5842908Z [ 2022-12-01T11:17:58.5843033Z T=std::weak_ptr 2022-12-01T11:17:58.5843090Z ] 2022-12-01T11:17:58.5843454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5843509Z with 2022-12-01T11:17:58.5843568Z [ 2022-12-01T11:17:58.5843693Z T=std::weak_ptr 2022-12-01T11:17:58.5843754Z ] 2022-12-01T11:17:58.5844116Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5844177Z with 2022-12-01T11:17:58.5844234Z [ 2022-12-01T11:17:58.5844353Z T=std::weak_ptr 2022-12-01T11:17:58.5844414Z ] 2022-12-01T11:17:58.5844796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5844857Z with 2022-12-01T11:17:58.5844911Z [ 2022-12-01T11:17:58.5845031Z T=std::weak_ptr 2022-12-01T11:17:58.5845086Z ] 2022-12-01T11:17:58.5845451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5845805Z 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-12-01T11:17:58.5846142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5846202Z with 2022-12-01T11:17:58.5846261Z [ 2022-12-01T11:17:58.5846374Z T=std::weak_ptr 2022-12-01T11:17:58.5846430Z ] 2022-12-01T11:17:58.5846790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5846850Z with 2022-12-01T11:17:58.5846908Z [ 2022-12-01T11:17:58.5847060Z T=std::vector> 2022-12-01T11:17:58.5847121Z ] 2022-12-01T11:17:58.5847445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5847506Z with 2022-12-01T11:17:58.5847559Z [ 2022-12-01T11:17:58.5847710Z T=std::vector> 2022-12-01T11:17:58.5847765Z ] 2022-12-01T11:17:58.5848163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5848227Z with 2022-12-01T11:17:58.5848283Z [ 2022-12-01T11:17:58.5848433Z T=std::vector> 2022-12-01T11:17:58.5848481Z ] 2022-12-01T11:17:58.5848879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5848986Z with 2022-12-01T11:17:58.5849042Z [ 2022-12-01T11:17:58.5849194Z T=std::vector> 2022-12-01T11:17:58.5849253Z ] 2022-12-01T11:17:58.5849631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5850059Z 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-12-01T11:17:58.5850399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5850461Z with 2022-12-01T11:17:58.5850516Z [ 2022-12-01T11:17:58.5850665Z T=std::vector> 2022-12-01T11:17:58.5850722Z ] 2022-12-01T11:17:58.5851028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5851090Z with 2022-12-01T11:17:58.5851146Z [ 2022-12-01T11:17:58.5851264Z T=std::vector> 2022-12-01T11:17:58.5851321Z ] 2022-12-01T11:17:58.5851640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5851691Z with 2022-12-01T11:17:58.5851748Z [ 2022-12-01T11:17:58.5851865Z T=std::vector> 2022-12-01T11:17:58.5851923Z ] 2022-12-01T11:17:58.5852279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5852392Z with 2022-12-01T11:17:58.5852447Z [ 2022-12-01T11:17:58.5852566Z T=std::vector> 2022-12-01T11:17:58.5852620Z ] 2022-12-01T11:17:58.5853004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5853064Z with 2022-12-01T11:17:58.5853119Z [ 2022-12-01T11:17:58.5853229Z T=std::vector> 2022-12-01T11:17:58.5853285Z ] 2022-12-01T11:17:58.5853638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5854029Z 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-12-01T11:17:58.5854370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5854432Z with 2022-12-01T11:17:58.5854489Z [ 2022-12-01T11:17:58.5854595Z T=std::vector> 2022-12-01T11:17:58.5854653Z ] 2022-12-01T11:17:58.5854957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5855018Z with 2022-12-01T11:17:58.5855075Z [ 2022-12-01T11:17:58.5855290Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5855350Z ] 2022-12-01T11:17:58.5855670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5855729Z with 2022-12-01T11:17:58.5855784Z [ 2022-12-01T11:17:58.5855994Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5856051Z ] 2022-12-01T11:17:58.5856412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5856471Z with 2022-12-01T11:17:58.5856529Z [ 2022-12-01T11:17:58.5856694Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5856744Z ] 2022-12-01T11:17:58.5857132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5857195Z with 2022-12-01T11:17:58.5857252Z [ 2022-12-01T11:17:58.5857415Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5857471Z ] 2022-12-01T11:17:58.5857863Z C:\actions-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-12-01T11:17:58.5858360Z 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-12-01T11:17:58.5858751Z 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-12-01T11:17:58.5859087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5859147Z with 2022-12-01T11:17:58.5859205Z [ 2022-12-01T11:17:58.5859370Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5859427Z ] 2022-12-01T11:17:58.5859733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5859837Z with 2022-12-01T11:17:58.5859900Z [ 2022-12-01T11:17:58.5860060Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5860121Z ] 2022-12-01T11:17:58.5860438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5860499Z with 2022-12-01T11:17:58.5860556Z [ 2022-12-01T11:17:58.5860704Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5860760Z ] 2022-12-01T11:17:58.5861118Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5861184Z with 2022-12-01T11:17:58.5861242Z [ 2022-12-01T11:17:58.5861439Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5861495Z ] 2022-12-01T11:17:58.5861883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5861942Z with 2022-12-01T11:17:58.5861996Z [ 2022-12-01T11:17:58.5862199Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5862260Z ] 2022-12-01T11:17:58.5862644Z C:\actions-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-12-01T11:17:58.5863025Z 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-12-01T11:17:58.5863343Z 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-12-01T11:17:58.5863677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5863738Z with 2022-12-01T11:17:58.5863798Z [ 2022-12-01T11:17:58.5863950Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.5864056Z ] 2022-12-01T11:17:58.5864364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5864425Z with 2022-12-01T11:17:58.5864474Z [ 2022-12-01T11:17:58.5864595Z T=std::vector> 2022-12-01T11:17:58.5864654Z ] 2022-12-01T11:17:58.5864973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5865031Z with 2022-12-01T11:17:58.5865085Z [ 2022-12-01T11:17:58.5865204Z T=std::vector> 2022-12-01T11:17:58.5865263Z ] 2022-12-01T11:17:58.5865656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5865720Z with 2022-12-01T11:17:58.5865776Z [ 2022-12-01T11:17:58.5865896Z T=std::vector> 2022-12-01T11:17:58.5865953Z ] 2022-12-01T11:17:58.5866337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5866397Z with 2022-12-01T11:17:58.5866454Z [ 2022-12-01T11:17:58.5866563Z T=std::vector> 2022-12-01T11:17:58.5866620Z ] 2022-12-01T11:17:58.5866972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5867331Z 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-12-01T11:17:58.5867716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5867780Z with 2022-12-01T11:17:58.5867835Z [ 2022-12-01T11:17:58.5867955Z T=std::vector> 2022-12-01T11:17:58.5868011Z ] 2022-12-01T11:17:58.5868356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5868422Z with 2022-12-01T11:17:58.5868479Z [ 2022-12-01T11:17:58.5868628Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5868684Z ] 2022-12-01T11:17:58.5868999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5869057Z with 2022-12-01T11:17:58.5869115Z [ 2022-12-01T11:17:58.5869263Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5869310Z ] 2022-12-01T11:17:58.5869668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5869726Z with 2022-12-01T11:17:58.5869834Z [ 2022-12-01T11:17:58.5869983Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5870045Z ] 2022-12-01T11:17:58.5870425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5870482Z with 2022-12-01T11:17:58.5870537Z [ 2022-12-01T11:17:58.5870683Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5870737Z ] 2022-12-01T11:17:58.5871118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5871551Z 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-12-01T11:17:58.5871943Z 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-12-01T11:17:58.5872279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5872340Z with 2022-12-01T11:17:58.5872399Z [ 2022-12-01T11:17:58.5872546Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.5872603Z ] 2022-12-01T11:17:58.5872913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5872976Z with 2022-12-01T11:17:58.5873024Z [ 2022-12-01T11:17:58.5873171Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5873227Z ] 2022-12-01T11:17:58.5873543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5873606Z with 2022-12-01T11:17:58.5873662Z [ 2022-12-01T11:17:58.5873857Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5873917Z ] 2022-12-01T11:17:58.5874280Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5874347Z with 2022-12-01T11:17:58.5874406Z [ 2022-12-01T11:17:58.5874598Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5874657Z ] 2022-12-01T11:17:58.5875046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5875108Z with 2022-12-01T11:17:58.5875163Z [ 2022-12-01T11:17:58.5875308Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5875356Z ] 2022-12-01T11:17:58.5875737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5876189Z 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-12-01T11:17:58.5876576Z 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-12-01T11:17:58.5876928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5876980Z with 2022-12-01T11:17:58.5877041Z [ 2022-12-01T11:17:58.5877190Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.5877252Z ] 2022-12-01T11:17:58.5877600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5877663Z with 2022-12-01T11:17:58.5877722Z [ 2022-12-01T11:17:58.5877826Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5877883Z ] 2022-12-01T11:17:58.5878202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5878262Z with 2022-12-01T11:17:58.5878317Z [ 2022-12-01T11:17:58.5878419Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5878476Z ] 2022-12-01T11:17:58.5878839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5878901Z with 2022-12-01T11:17:58.5878947Z [ 2022-12-01T11:17:58.5879047Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5879109Z ] 2022-12-01T11:17:58.5879495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5879559Z with 2022-12-01T11:17:58.5879618Z [ 2022-12-01T11:17:58.5879720Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5879779Z ] 2022-12-01T11:17:58.5880183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5880518Z 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-12-01T11:17:58.5880579Z with 2022-12-01T11:17:58.5880635Z [ 2022-12-01T11:17:58.5880781Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5880841Z ] 2022-12-01T11:17:58.5881218Z 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-12-01T11:17:58.5881556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5881616Z with 2022-12-01T11:17:58.5881711Z [ 2022-12-01T11:17:58.5881814Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.5881874Z ] 2022-12-01T11:17:58.5882184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5882246Z with 2022-12-01T11:17:58.5882303Z [ 2022-12-01T11:17:58.5882491Z T=std::vector> 2022-12-01T11:17:58.5882549Z ] 2022-12-01T11:17:58.5882870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5882930Z with 2022-12-01T11:17:58.5882988Z [ 2022-12-01T11:17:58.5883173Z T=std::vector> 2022-12-01T11:17:58.5883276Z ] 2022-12-01T11:17:58.5883634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5883695Z with 2022-12-01T11:17:58.5883750Z [ 2022-12-01T11:17:58.5883931Z T=std::vector> 2022-12-01T11:17:58.5883979Z ] 2022-12-01T11:17:58.5884367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5884425Z with 2022-12-01T11:17:58.5884482Z [ 2022-12-01T11:17:58.5884666Z T=std::vector> 2022-12-01T11:17:58.5884725Z ] 2022-12-01T11:17:58.5885142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5885556Z 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-12-01T11:17:58.5885899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5885959Z with 2022-12-01T11:17:58.5886017Z [ 2022-12-01T11:17:58.5886256Z T=std::vector> 2022-12-01T11:17:58.5886314Z ] 2022-12-01T11:17:58.5886622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5886685Z with 2022-12-01T11:17:58.5886742Z [ 2022-12-01T11:17:58.5886835Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5886893Z ] 2022-12-01T11:17:58.5887259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5887322Z with 2022-12-01T11:17:58.5887381Z [ 2022-12-01T11:17:58.5887465Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5887575Z ] 2022-12-01T11:17:58.5887939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5887998Z with 2022-12-01T11:17:58.5888050Z [ 2022-12-01T11:17:58.5888144Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5888199Z ] 2022-12-01T11:17:58.5888586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5888649Z with 2022-12-01T11:17:58.5888705Z [ 2022-12-01T11:17:58.5888799Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5888856Z ] 2022-12-01T11:17:58.5889246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5889605Z 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-12-01T11:17:58.5889944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5890003Z with 2022-12-01T11:17:58.5890061Z [ 2022-12-01T11:17:58.5890153Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.5890201Z ] 2022-12-01T11:17:58.5890507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5890570Z with 2022-12-01T11:17:58.5890626Z [ 2022-12-01T11:17:58.5890701Z T=c10::IValue 2022-12-01T11:17:58.5890759Z ] 2022-12-01T11:17:58.5891074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5891136Z with 2022-12-01T11:17:58.5891193Z [ 2022-12-01T11:17:58.5891266Z T=c10::IValue 2022-12-01T11:17:58.5891325Z ] 2022-12-01T11:17:58.5891687Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5891749Z with 2022-12-01T11:17:58.5891805Z [ 2022-12-01T11:17:58.5896184Z T=c10::IValue 2022-12-01T11:17:58.5896262Z ] 2022-12-01T11:17:58.5896681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5896747Z with 2022-12-01T11:17:58.5896804Z [ 2022-12-01T11:17:58.5896881Z T=c10::IValue 2022-12-01T11:17:58.5896938Z ] 2022-12-01T11:17:58.5897274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5897603Z 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-12-01T11:17:58.5898049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5898114Z with 2022-12-01T11:17:58.5898269Z [ 2022-12-01T11:17:58.5898348Z T=c10::IValue 2022-12-01T11:17:58.5898407Z ] 2022-12-01T11:17:58.5898765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5898833Z with 2022-12-01T11:17:58.5898893Z [ 2022-12-01T11:17:58.5898974Z T=c10::AliasInfo 2022-12-01T11:17:58.5899022Z ] 2022-12-01T11:17:58.5899347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5899457Z with 2022-12-01T11:17:58.5899572Z [ 2022-12-01T11:17:58.5899654Z T=c10::AliasInfo 2022-12-01T11:17:58.5899711Z ] 2022-12-01T11:17:58.5900073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5900133Z with 2022-12-01T11:17:58.5900189Z [ 2022-12-01T11:17:58.5900266Z T=c10::AliasInfo 2022-12-01T11:17:58.5900324Z ] 2022-12-01T11:17:58.5900713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5900775Z with 2022-12-01T11:17:58.5900832Z [ 2022-12-01T11:17:58.5900910Z T=c10::AliasInfo 2022-12-01T11:17:58.5900968Z ] 2022-12-01T11:17:58.5901287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5901623Z 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-12-01T11:17:58.5901958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5902016Z with 2022-12-01T11:17:58.5902075Z [ 2022-12-01T11:17:58.5902153Z T=c10::AliasInfo 2022-12-01T11:17:58.5902209Z ] 2022-12-01T11:17:58.5902516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5902577Z with 2022-12-01T11:17:58.5902633Z [ 2022-12-01T11:17:58.5902761Z T=std::vector> 2022-12-01T11:17:58.5902817Z ] 2022-12-01T11:17:58.5903135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5903199Z with 2022-12-01T11:17:58.5903256Z [ 2022-12-01T11:17:58.5903383Z T=std::vector> 2022-12-01T11:17:58.5903438Z ] 2022-12-01T11:17:58.5903797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5903896Z with 2022-12-01T11:17:58.5903951Z [ 2022-12-01T11:17:58.5904079Z T=std::vector> 2022-12-01T11:17:58.5904133Z ] 2022-12-01T11:17:58.5904516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5904574Z with 2022-12-01T11:17:58.5904629Z [ 2022-12-01T11:17:58.5904754Z T=std::vector> 2022-12-01T11:17:58.5904854Z ] 2022-12-01T11:17:58.5905204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5905313Z with 2022-12-01T11:17:58.5905372Z [ 2022-12-01T11:17:58.5905449Z T=c10::SymInt 2022-12-01T11:17:58.5905505Z ] 2022-12-01T11:17:58.5905899Z 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-12-01T11:17:58.5905959Z with 2022-12-01T11:17:58.5906007Z [ 2022-12-01T11:17:58.5906077Z T=c10::SymInt 2022-12-01T11:17:58.5906134Z ] 2022-12-01T11:17:58.5906500Z 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-12-01T11:17:58.5906925Z 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-12-01T11:17:58.5907266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5907324Z with 2022-12-01T11:17:58.5907377Z [ 2022-12-01T11:17:58.5907505Z T=std::vector> 2022-12-01T11:17:58.5907561Z ] 2022-12-01T11:17:58.5907869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5907934Z with 2022-12-01T11:17:58.5907992Z [ 2022-12-01T11:17:58.5908132Z T=c10::either 2022-12-01T11:17:58.5908195Z ] 2022-12-01T11:17:58.5908513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5908572Z with 2022-12-01T11:17:58.5908631Z [ 2022-12-01T11:17:58.5908758Z T=c10::either 2022-12-01T11:17:58.5908811Z ] 2022-12-01T11:17:58.5909170Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5909229Z with 2022-12-01T11:17:58.5909284Z [ 2022-12-01T11:17:58.5909416Z T=c10::either 2022-12-01T11:17:58.5909471Z ] 2022-12-01T11:17:58.5909906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5909965Z with 2022-12-01T11:17:58.5910022Z [ 2022-12-01T11:17:58.5910156Z T=c10::either 2022-12-01T11:17:58.5910216Z ] 2022-12-01T11:17:58.5910591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5910990Z 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-12-01T11:17:58.5911426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5911491Z with 2022-12-01T11:17:58.5911546Z [ 2022-12-01T11:17:58.5911681Z T=c10::either 2022-12-01T11:17:58.5911741Z ] 2022-12-01T11:17:58.5912081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5912143Z with 2022-12-01T11:17:58.5912189Z [ 2022-12-01T11:17:58.5912277Z T=at::StepCallbacks 2022-12-01T11:17:58.5912331Z ] 2022-12-01T11:17:58.5912657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5912720Z with 2022-12-01T11:17:58.5912777Z [ 2022-12-01T11:17:58.5912865Z T=at::StepCallbacks 2022-12-01T11:17:58.5912925Z ] 2022-12-01T11:17:58.5913288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5913347Z with 2022-12-01T11:17:58.5913403Z [ 2022-12-01T11:17:58.5913486Z T=at::StepCallbacks 2022-12-01T11:17:58.5913544Z ] 2022-12-01T11:17:58.5913932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5913993Z with 2022-12-01T11:17:58.5914043Z [ 2022-12-01T11:17:58.5914125Z T=at::StepCallbacks 2022-12-01T11:17:58.5914182Z ] 2022-12-01T11:17:58.5914668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5915191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5915754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5915850Z with 2022-12-01T11:17:58.5915943Z [ 2022-12-01T11:17:58.5916085Z T=at::StepCallbacks 2022-12-01T11:17:58.5916286Z ] 2022-12-01T11:17:58.5916760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5916854Z with 2022-12-01T11:17:58.5916945Z [ 2022-12-01T11:17:58.5917075Z T=c10::DimVector 2022-12-01T11:17:58.5917179Z ] 2022-12-01T11:17:58.5917704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5917798Z with 2022-12-01T11:17:58.5917873Z [ 2022-12-01T11:17:58.5917986Z T=c10::DimVector 2022-12-01T11:17:58.5918071Z ] 2022-12-01T11:17:58.5918735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5918831Z with 2022-12-01T11:17:58.5918916Z [ 2022-12-01T11:17:58.5919042Z T=c10::DimVector 2022-12-01T11:17:58.5919132Z ] 2022-12-01T11:17:58.5919694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5919793Z with 2022-12-01T11:17:58.5919880Z [ 2022-12-01T11:17:58.5919996Z T=c10::DimVector 2022-12-01T11:17:58.5920085Z ] 2022-12-01T11:17:58.5920569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5920973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5921318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5921379Z with 2022-12-01T11:17:58.5921429Z [ 2022-12-01T11:17:58.5921509Z T=c10::DimVector 2022-12-01T11:17:58.5921568Z ] 2022-12-01T11:17:58.5921874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5921940Z with 2022-12-01T11:17:58.5922000Z [ 2022-12-01T11:17:58.5922104Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5922170Z ] 2022-12-01T11:17:58.5922494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5922558Z with 2022-12-01T11:17:58.5922614Z [ 2022-12-01T11:17:58.5922715Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5922772Z ] 2022-12-01T11:17:58.5923134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5923193Z with 2022-12-01T11:17:58.5923242Z [ 2022-12-01T11:17:58.5923337Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5923420Z ] 2022-12-01T11:17:58.5923924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5924058Z with 2022-12-01T11:17:58.5924119Z [ 2022-12-01T11:17:58.5924219Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5924276Z ] 2022-12-01T11:17:58.5924674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5925044Z 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-12-01T11:17:58.5925440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5925507Z with 2022-12-01T11:17:58.5925567Z [ 2022-12-01T11:17:58.5925667Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.5925725Z ] 2022-12-01T11:17:58.5926030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5926092Z with 2022-12-01T11:17:58.5926151Z [ 2022-12-01T11:17:58.5926282Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5926339Z ] 2022-12-01T11:17:58.5926663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5926721Z with 2022-12-01T11:17:58.5926776Z [ 2022-12-01T11:17:58.5926917Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5926976Z ] 2022-12-01T11:17:58.5927340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5927402Z with 2022-12-01T11:17:58.5927461Z [ 2022-12-01T11:17:58.5927598Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5927655Z ] 2022-12-01T11:17:58.5928042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5928102Z with 2022-12-01T11:17:58.5928160Z [ 2022-12-01T11:17:58.5928296Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5928349Z ] 2022-12-01T11:17:58.5928724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5929123Z 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-12-01T11:17:58.5929462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5929521Z with 2022-12-01T11:17:58.5929576Z [ 2022-12-01T11:17:58.5929709Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.5930189Z ] 2022-12-01T11:17:58.5930501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5930564Z with 2022-12-01T11:17:58.5930626Z [ 2022-12-01T11:17:58.5930750Z T=std::tuple 2022-12-01T11:17:58.5930857Z ] 2022-12-01T11:17:58.5931181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5931242Z with 2022-12-01T11:17:58.5931300Z [ 2022-12-01T11:17:58.5931413Z T=std::tuple 2022-12-01T11:17:58.5931469Z ] 2022-12-01T11:17:58.5931885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5931939Z with 2022-12-01T11:17:58.5931993Z [ 2022-12-01T11:17:58.5932104Z T=std::tuple 2022-12-01T11:17:58.5932161Z ] 2022-12-01T11:17:58.5932547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5932609Z with 2022-12-01T11:17:58.5932668Z [ 2022-12-01T11:17:58.5932782Z T=std::tuple 2022-12-01T11:17:58.5932840Z ] 2022-12-01T11:17:58.5933193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5933569Z 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-12-01T11:17:58.5933911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5933973Z with 2022-12-01T11:17:58.5934030Z [ 2022-12-01T11:17:58.5934144Z T=std::tuple 2022-12-01T11:17:58.5934204Z ] 2022-12-01T11:17:58.5934508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5934571Z with 2022-12-01T11:17:58.5934621Z [ 2022-12-01T11:17:58.5934715Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5934771Z ] 2022-12-01T11:17:58.5935088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5935147Z with 2022-12-01T11:17:58.5935206Z [ 2022-12-01T11:17:58.5935298Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5935357Z ] 2022-12-01T11:17:58.5935719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5935780Z with 2022-12-01T11:17:58.5935839Z [ 2022-12-01T11:17:58.5935933Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5936040Z ] 2022-12-01T11:17:58.5936476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5936542Z with 2022-12-01T11:17:58.5936600Z [ 2022-12-01T11:17:58.5936682Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5936739Z ] 2022-12-01T11:17:58.5937081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5937488Z 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-12-01T11:17:58.5937876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5937941Z with 2022-12-01T11:17:58.5937998Z [ 2022-12-01T11:17:58.5938089Z T=torch::jit::SourceRange 2022-12-01T11:17:58.5938250Z ] 2022-12-01T11:17:58.5938564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5938624Z with 2022-12-01T11:17:58.5938682Z [ 2022-12-01T11:17:58.5938796Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5938856Z ] 2022-12-01T11:17:58.5939180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5939245Z with 2022-12-01T11:17:58.5939303Z [ 2022-12-01T11:17:58.5939407Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5939467Z ] 2022-12-01T11:17:58.5939826Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5939887Z with 2022-12-01T11:17:58.5939943Z [ 2022-12-01T11:17:58.5940054Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5940110Z ] 2022-12-01T11:17:58.5940493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5940555Z with 2022-12-01T11:17:58.5940614Z [ 2022-12-01T11:17:58.5940719Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5940773Z ] 2022-12-01T11:17:58.5941122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5941477Z 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-12-01T11:17:58.5941814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5941876Z with 2022-12-01T11:17:58.5941937Z [ 2022-12-01T11:17:58.5942098Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.5942150Z ] 2022-12-01T11:17:58.5942459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5942523Z with 2022-12-01T11:17:58.5942582Z [ 2022-12-01T11:17:58.5942743Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5942803Z ] 2022-12-01T11:17:58.5943123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5943184Z with 2022-12-01T11:17:58.5943242Z [ 2022-12-01T11:17:58.5943349Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5943407Z ] 2022-12-01T11:17:58.5943854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5943919Z with 2022-12-01T11:17:58.5943976Z [ 2022-12-01T11:17:58.5944085Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5944151Z ] 2022-12-01T11:17:58.5944526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5944591Z with 2022-12-01T11:17:58.5944650Z [ 2022-12-01T11:17:58.5944757Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5944813Z ] 2022-12-01T11:17:58.5945166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5945523Z 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-12-01T11:17:58.5945853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5945915Z with 2022-12-01T11:17:58.5945975Z [ 2022-12-01T11:17:58.5946082Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.5946140Z ] 2022-12-01T11:17:58.5946447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5946510Z with 2022-12-01T11:17:58.5946569Z [ 2022-12-01T11:17:58.5946658Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5946713Z ] 2022-12-01T11:17:58.5947031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5947082Z with 2022-12-01T11:17:58.5947141Z [ 2022-12-01T11:17:58.5947227Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5947287Z ] 2022-12-01T11:17:58.5947645Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5947706Z with 2022-12-01T11:17:58.5947768Z [ 2022-12-01T11:17:58.5947854Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5947959Z ] 2022-12-01T11:17:58.5948344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5948403Z with 2022-12-01T11:17:58.5948459Z [ 2022-12-01T11:17:58.5948543Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5948600Z ] 2022-12-01T11:17:58.5948933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5949322Z 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-12-01T11:17:58.5949703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5949766Z with 2022-12-01T11:17:58.5949861Z [ 2022-12-01T11:17:58.5949954Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.5950014Z ] 2022-12-01T11:17:58.5950323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5950384Z with 2022-12-01T11:17:58.5950446Z [ 2022-12-01T11:17:58.5950536Z T=at::ThreadLocalState 2022-12-01T11:17:58.5950594Z ] 2022-12-01T11:17:58.5950909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5950968Z with 2022-12-01T11:17:58.5951024Z [ 2022-12-01T11:17:58.5951114Z T=at::ThreadLocalState 2022-12-01T11:17:58.5951175Z ] 2022-12-01T11:17:58.5951536Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5951598Z with 2022-12-01T11:17:58.5951657Z [ 2022-12-01T11:17:58.5951747Z T=at::ThreadLocalState 2022-12-01T11:17:58.5951806Z ] 2022-12-01T11:17:58.5952194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5952256Z with 2022-12-01T11:17:58.5952313Z [ 2022-12-01T11:17:58.5952404Z T=at::ThreadLocalState 2022-12-01T11:17:58.5952462Z ] 2022-12-01T11:17:58.5952790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5953148Z 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-12-01T11:17:58.5953491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5953551Z with 2022-12-01T11:17:58.5953611Z [ 2022-12-01T11:17:58.5953701Z T=at::ThreadLocalState 2022-12-01T11:17:58.5953756Z ] 2022-12-01T11:17:58.5954114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5954173Z with 2022-12-01T11:17:58.5954231Z [ 2022-12-01T11:17:58.5954348Z T=std::shared_ptr 2022-12-01T11:17:58.5954406Z ] 2022-12-01T11:17:58.5954724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5954785Z with 2022-12-01T11:17:58.5954843Z [ 2022-12-01T11:17:58.5954955Z T=std::shared_ptr 2022-12-01T11:17:58.5955012Z ] 2022-12-01T11:17:58.5955818Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5955885Z with 2022-12-01T11:17:58.5955944Z [ 2022-12-01T11:17:58.5956061Z T=std::shared_ptr 2022-12-01T11:17:58.5956168Z ] 2022-12-01T11:17:58.5956558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5956618Z with 2022-12-01T11:17:58.5956679Z [ 2022-12-01T11:17:58.5956790Z T=std::shared_ptr 2022-12-01T11:17:58.5956848Z ] 2022-12-01T11:17:58.5957201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5957552Z 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-12-01T11:17:58.5957926Z 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-12-01T11:17:58.5958267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5958329Z with 2022-12-01T11:17:58.5958389Z [ 2022-12-01T11:17:58.5958500Z T=std::shared_ptr 2022-12-01T11:17:58.5958560Z ] 2022-12-01T11:17:58.5958870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5958931Z with 2022-12-01T11:17:58.5958979Z [ 2022-12-01T11:17:58.5959074Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5959132Z ] 2022-12-01T11:17:58.5959445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5959505Z with 2022-12-01T11:17:58.5959562Z [ 2022-12-01T11:17:58.5959658Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5959714Z ] 2022-12-01T11:17:58.5960077Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5960201Z with 2022-12-01T11:17:58.5960263Z [ 2022-12-01T11:17:58.5960363Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5960421Z ] 2022-12-01T11:17:58.5960807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5960869Z with 2022-12-01T11:17:58.5960927Z [ 2022-12-01T11:17:58.5961012Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5961070Z ] 2022-12-01T11:17:58.5961414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5961846Z 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-12-01T11:17:58.5962224Z 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-12-01T11:17:58.5962611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5962675Z with 2022-12-01T11:17:58.5962737Z [ 2022-12-01T11:17:58.5962831Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.5962891Z ] 2022-12-01T11:17:58.5963201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5963266Z with 2022-12-01T11:17:58.5963325Z [ 2022-12-01T11:17:58.5963411Z T=torch::jit::Method 2022-12-01T11:17:58.5963473Z ] 2022-12-01T11:17:58.5963791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5963853Z with 2022-12-01T11:17:58.5963909Z [ 2022-12-01T11:17:58.5963986Z T=torch::jit::Method 2022-12-01T11:17:58.5964044Z ] 2022-12-01T11:17:58.5964396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5964458Z with 2022-12-01T11:17:58.5964517Z [ 2022-12-01T11:17:58.5964602Z T=torch::jit::Method 2022-12-01T11:17:58.5964659Z ] 2022-12-01T11:17:58.5965046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5965105Z with 2022-12-01T11:17:58.5965162Z [ 2022-12-01T11:17:58.5965246Z T=torch::jit::Method 2022-12-01T11:17:58.5965308Z ] 2022-12-01T11:17:58.5965644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5965978Z 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-12-01T11:17:58.5966372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5966437Z with 2022-12-01T11:17:58.5966495Z [ 2022-12-01T11:17:58.5966579Z T=torch::jit::Method 2022-12-01T11:17:58.5966628Z ] 2022-12-01T11:17:58.5966932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5966993Z with 2022-12-01T11:17:58.5967049Z [ 2022-12-01T11:17:58.5967184Z T=std::vector> 2022-12-01T11:17:58.5967242Z ] 2022-12-01T11:17:58.5967604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5967668Z with 2022-12-01T11:17:58.5967726Z [ 2022-12-01T11:17:58.5967855Z T=std::vector> 2022-12-01T11:17:58.5967913Z ] 2022-12-01T11:17:58.5968325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5968389Z with 2022-12-01T11:17:58.5968447Z [ 2022-12-01T11:17:58.5968583Z T=std::vector> 2022-12-01T11:17:58.5968629Z ] 2022-12-01T11:17:58.5969067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5969132Z with 2022-12-01T11:17:58.5969191Z [ 2022-12-01T11:17:58.5969326Z T=std::vector> 2022-12-01T11:17:58.5969384Z ] 2022-12-01T11:17:58.5969757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5970134Z 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-12-01T11:17:58.5970473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5970536Z with 2022-12-01T11:17:58.5970592Z [ 2022-12-01T11:17:58.5970723Z T=std::vector> 2022-12-01T11:17:58.5970778Z ] 2022-12-01T11:17:58.5971080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5971140Z with 2022-12-01T11:17:58.5971198Z [ 2022-12-01T11:17:58.5971363Z T=std::function 2022-12-01T11:17:58.5971424Z ] 2022-12-01T11:17:58.5971740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5971801Z with 2022-12-01T11:17:58.5971895Z [ 2022-12-01T11:17:58.5972064Z T=std::function 2022-12-01T11:17:58.5972126Z ] 2022-12-01T11:17:58.5972486Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5972548Z with 2022-12-01T11:17:58.5972606Z [ 2022-12-01T11:17:58.5972766Z T=std::function 2022-12-01T11:17:58.5972823Z ] 2022-12-01T11:17:58.5973206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5973265Z with 2022-12-01T11:17:58.5973323Z [ 2022-12-01T11:17:58.5973526Z T=std::function 2022-12-01T11:17:58.5973587Z ] 2022-12-01T11:17:58.5973984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5974398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.5974739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5974806Z with 2022-12-01T11:17:58.5974862Z [ 2022-12-01T11:17:58.5975021Z T=std::function 2022-12-01T11:17:58.5975077Z ] 2022-12-01T11:17:58.5975381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5975431Z with 2022-12-01T11:17:58.5975491Z [ 2022-12-01T11:17:58.5975677Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5975737Z ] 2022-12-01T11:17:58.5976054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5976116Z with 2022-12-01T11:17:58.5976176Z [ 2022-12-01T11:17:58.5976362Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5976421Z ] 2022-12-01T11:17:58.5976779Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5976841Z with 2022-12-01T11:17:58.5976901Z [ 2022-12-01T11:17:58.5977085Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5977146Z ] 2022-12-01T11:17:58.5977532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5977595Z with 2022-12-01T11:17:58.5977702Z [ 2022-12-01T11:17:58.5977875Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5977933Z ] 2022-12-01T11:17:58.5978466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5978925Z 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-12-01T11:17:58.5979266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5979336Z with 2022-12-01T11:17:58.5979493Z [ 2022-12-01T11:17:58.5979688Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.5979748Z ] 2022-12-01T11:17:58.5980055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5980116Z with 2022-12-01T11:17:58.5980224Z [ 2022-12-01T11:17:58.5980357Z T=std::vector> 2022-12-01T11:17:58.5980423Z ] 2022-12-01T11:17:58.5980742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5980801Z with 2022-12-01T11:17:58.5980865Z [ 2022-12-01T11:17:58.5980988Z T=std::vector> 2022-12-01T11:17:58.5981047Z ] 2022-12-01T11:17:58.5981400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5981463Z with 2022-12-01T11:17:58.5981522Z [ 2022-12-01T11:17:58.5981647Z T=std::vector> 2022-12-01T11:17:58.5981708Z ] 2022-12-01T11:17:58.5982094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5982156Z with 2022-12-01T11:17:58.5982213Z [ 2022-12-01T11:17:58.5982336Z T=std::vector> 2022-12-01T11:17:58.5982400Z ] 2022-12-01T11:17:58.5982752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5982813Z with 2022-12-01T11:17:58.5982868Z [ 2022-12-01T11:17:58.5982931Z T=double 2022-12-01T11:17:58.5982988Z ] 2022-12-01T11:17:58.5983375Z 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-12-01T11:17:58.5983440Z with 2022-12-01T11:17:58.5983488Z [ 2022-12-01T11:17:58.5983554Z T=double 2022-12-01T11:17:58.5983612Z ] 2022-12-01T11:17:58.5983952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5984064Z with 2022-12-01T11:17:58.5984123Z [ 2022-12-01T11:17:58.5984245Z T=std::vector> 2022-12-01T11:17:58.5984304Z ] 2022-12-01T11:17:58.5984610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5984672Z with 2022-12-01T11:17:58.5984730Z [ 2022-12-01T11:17:58.5984839Z T=std::tuple 2022-12-01T11:17:58.5984896Z ] 2022-12-01T11:17:58.5985214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5985275Z with 2022-12-01T11:17:58.5985324Z [ 2022-12-01T11:17:58.5985478Z T=std::tuple 2022-12-01T11:17:58.5985538Z ] 2022-12-01T11:17:58.5985898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5985962Z with 2022-12-01T11:17:58.5986020Z [ 2022-12-01T11:17:58.5986130Z T=std::tuple 2022-12-01T11:17:58.5986187Z ] 2022-12-01T11:17:58.5986569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5986631Z with 2022-12-01T11:17:58.5986691Z [ 2022-12-01T11:17:58.5986798Z T=std::tuple 2022-12-01T11:17:58.5986858Z ] 2022-12-01T11:17:58.5987214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.5987597Z 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-12-01T11:17:58.5987937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5987997Z with 2022-12-01T11:17:58.5988054Z [ 2022-12-01T11:17:58.5988151Z T=std::tuple 2022-12-01T11:17:58.5988211Z ] 2022-12-01T11:17:58.5988514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5988577Z with 2022-12-01T11:17:58.5988632Z [ 2022-12-01T11:17:58.5988768Z T=std::vector> 2022-12-01T11:17:58.5988827Z ] 2022-12-01T11:17:58.5989147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5989210Z with 2022-12-01T11:17:58.5989269Z [ 2022-12-01T11:17:58.5989401Z T=std::vector> 2022-12-01T11:17:58.5989460Z ] 2022-12-01T11:17:58.5989815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5989924Z with 2022-12-01T11:17:58.5989982Z [ 2022-12-01T11:17:58.5990110Z T=std::vector> 2022-12-01T11:17:58.5990158Z ] 2022-12-01T11:17:58.5990537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5990600Z with 2022-12-01T11:17:58.5990658Z [ 2022-12-01T11:17:58.5990788Z T=std::vector> 2022-12-01T11:17:58.5990847Z ] 2022-12-01T11:17:58.5991258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.5991663Z 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-12-01T11:17:58.5992005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5992068Z with 2022-12-01T11:17:58.5992127Z [ 2022-12-01T11:17:58.5992258Z T=std::vector> 2022-12-01T11:17:58.5992316Z ] 2022-12-01T11:17:58.5992804Z [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-12-01T11:17:58.5992978Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-12-01T11:17:58.5993102Z Loading extension module reloaded_jit_extension... 2022-12-01T11:17:58.5993333Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.5993579Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-12-01T11:17:58.5993846Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-12-01T11:17:58.5993977Z Building extension module reloaded_jit_extension_v1... 2022-12-01T11:17:58.5994184Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.5995158Z [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_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-12-01T11:17:58.5995300Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.5995440Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.5995497Z 2022-12-01T11:17:58.5995861Z 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-12-01T11:17:58.5996179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5996245Z with 2022-12-01T11:17:58.5996305Z [ 2022-12-01T11:17:58.5996384Z T=c10::SymInt 2022-12-01T11:17:58.5996432Z ] 2022-12-01T11:17:58.5996804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.5996872Z with 2022-12-01T11:17:58.5996930Z [ 2022-12-01T11:17:58.5997004Z T=c10::SymInt 2022-12-01T11:17:58.5997064Z ] 2022-12-01T11:17:58.5997473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.5997538Z with 2022-12-01T11:17:58.5997601Z [ 2022-12-01T11:17:58.5997674Z T=c10::SymInt 2022-12-01T11:17:58.5997732Z ] 2022-12-01T11:17:58.5998119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.5998182Z with 2022-12-01T11:17:58.5998241Z [ 2022-12-01T11:17:58.5998316Z T=c10::SymInt 2022-12-01T11:17:58.5998363Z ] 2022-12-01T11:17:58.5998696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.5999022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.5999366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.5999428Z with 2022-12-01T11:17:58.5999486Z [ 2022-12-01T11:17:58.5999558Z T=c10::SymInt 2022-12-01T11:17:58.5999614Z ] 2022-12-01T11:17:58.5999901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.6000212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6000274Z with 2022-12-01T11:17:58.6000335Z [ 2022-12-01T11:17:58.6000417Z T=at::TensorBase 2022-12-01T11:17:58.6000478Z ] 2022-12-01T11:17:58.6000795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6000857Z with 2022-12-01T11:17:58.6000915Z [ 2022-12-01T11:17:58.6000997Z T=at::TensorBase 2022-12-01T11:17:58.6001046Z ] 2022-12-01T11:17:58.6001404Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6001516Z with 2022-12-01T11:17:58.6001573Z [ 2022-12-01T11:17:58.6001652Z T=at::TensorBase 2022-12-01T11:17:58.6001705Z ] 2022-12-01T11:17:58.6002088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6002148Z with 2022-12-01T11:17:58.6002209Z [ 2022-12-01T11:17:58.6002288Z T=at::TensorBase 2022-12-01T11:17:58.6002349Z ] 2022-12-01T11:17:58.6002685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6003068Z 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-12-01T11:17:58.6003412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6003476Z with 2022-12-01T11:17:58.6003536Z [ 2022-12-01T11:17:58.6003618Z T=at::TensorBase 2022-12-01T11:17:58.6003665Z ] 2022-12-01T11:17:58.6003972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6004033Z with 2022-12-01T11:17:58.6004092Z [ 2022-12-01T11:17:58.6004166Z T=at::Tensor 2022-12-01T11:17:58.6004226Z ] 2022-12-01T11:17:58.6004545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6004611Z with 2022-12-01T11:17:58.6004673Z [ 2022-12-01T11:17:58.6004750Z T=at::Tensor 2022-12-01T11:17:58.6004808Z ] 2022-12-01T11:17:58.6005168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6005232Z with 2022-12-01T11:17:58.6005291Z [ 2022-12-01T11:17:58.6005364Z T=at::Tensor 2022-12-01T11:17:58.6005411Z ] 2022-12-01T11:17:58.6005795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6005862Z with 2022-12-01T11:17:58.6005921Z [ 2022-12-01T11:17:58.6005994Z T=at::Tensor 2022-12-01T11:17:58.6006051Z ] 2022-12-01T11:17:58.6006376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6006698Z 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-12-01T11:17:58.6007032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6007092Z with 2022-12-01T11:17:58.6007150Z [ 2022-12-01T11:17:58.6007274Z T=at::Tensor 2022-12-01T11:17:58.6007339Z ] 2022-12-01T11:17:58.6007648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6007709Z with 2022-12-01T11:17:58.6007769Z [ 2022-12-01T11:17:58.6007847Z T=at::Generator 2022-12-01T11:17:58.6007895Z ] 2022-12-01T11:17:58.6008215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6008280Z with 2022-12-01T11:17:58.6008337Z [ 2022-12-01T11:17:58.6008416Z T=at::Generator 2022-12-01T11:17:58.6008474Z ] 2022-12-01T11:17:58.6008871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6008936Z with 2022-12-01T11:17:58.6008993Z [ 2022-12-01T11:17:58.6009068Z T=at::Generator 2022-12-01T11:17:58.6009125Z ] 2022-12-01T11:17:58.6009512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6009572Z with 2022-12-01T11:17:58.6009632Z [ 2022-12-01T11:17:58.6009709Z T=at::Generator 2022-12-01T11:17:58.6009756Z ] 2022-12-01T11:17:58.6010088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6010422Z 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-12-01T11:17:58.6010763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6010824Z with 2022-12-01T11:17:58.6010883Z [ 2022-12-01T11:17:58.6010961Z T=at::Generator 2022-12-01T11:17:58.6011018Z ] 2022-12-01T11:17:58.6011319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6011379Z with 2022-12-01T11:17:58.6011434Z [ 2022-12-01T11:17:58.6011506Z T=c10::Scalar 2022-12-01T11:17:58.6011564Z ] 2022-12-01T11:17:58.6011882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6011942Z with 2022-12-01T11:17:58.6012001Z [ 2022-12-01T11:17:58.6012064Z T=c10::Scalar 2022-12-01T11:17:58.6012125Z ] 2022-12-01T11:17:58.6012484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6012546Z with 2022-12-01T11:17:58.6012604Z [ 2022-12-01T11:17:58.6012678Z T=c10::Scalar 2022-12-01T11:17:58.6012737Z ] 2022-12-01T11:17:58.6013127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6013238Z with 2022-12-01T11:17:58.6013297Z [ 2022-12-01T11:17:58.6013370Z T=c10::Scalar 2022-12-01T11:17:58.6013426Z ] 2022-12-01T11:17:58.6013752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6014077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6014421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6014486Z with 2022-12-01T11:17:58.6014595Z [ 2022-12-01T11:17:58.6014674Z T=c10::Scalar 2022-12-01T11:17:58.6014724Z ] 2022-12-01T11:17:58.6015033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6015096Z with 2022-12-01T11:17:58.6015153Z [ 2022-12-01T11:17:58.6015227Z T=std::string 2022-12-01T11:17:58.6015286Z ] 2022-12-01T11:17:58.6015604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6015664Z with 2022-12-01T11:17:58.6015719Z [ 2022-12-01T11:17:58.6015793Z T=std::string 2022-12-01T11:17:58.6015850Z ] 2022-12-01T11:17:58.6016209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6016275Z with 2022-12-01T11:17:58.6016335Z [ 2022-12-01T11:17:58.6016409Z T=std::string 2022-12-01T11:17:58.6016456Z ] 2022-12-01T11:17:58.6016837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6016901Z with 2022-12-01T11:17:58.6016960Z [ 2022-12-01T11:17:58.6017035Z T=std::string 2022-12-01T11:17:58.6017094Z ] 2022-12-01T11:17:58.6017422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6017746Z 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-12-01T11:17:58.6018086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6018239Z with 2022-12-01T11:17:58.6018302Z [ 2022-12-01T11:17:58.6018378Z T=std::string 2022-12-01T11:17:58.6018434Z ] 2022-12-01T11:17:58.6018739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6018798Z with 2022-12-01T11:17:58.6018857Z [ 2022-12-01T11:17:58.6019001Z T=c10::QualifiedName 2022-12-01T11:17:58.6019049Z ] 2022-12-01T11:17:58.6019371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6019434Z with 2022-12-01T11:17:58.6019494Z [ 2022-12-01T11:17:58.6019584Z T=c10::QualifiedName 2022-12-01T11:17:58.6019644Z ] 2022-12-01T11:17:58.6020008Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6020068Z with 2022-12-01T11:17:58.6020125Z [ 2022-12-01T11:17:58.6020209Z T=c10::QualifiedName 2022-12-01T11:17:58.6020268Z ] 2022-12-01T11:17:58.6020694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6020758Z with 2022-12-01T11:17:58.6020817Z [ 2022-12-01T11:17:58.6020903Z T=c10::QualifiedName 2022-12-01T11:17:58.6020951Z ] 2022-12-01T11:17:58.6021288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6021625Z 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-12-01T11:17:58.6021965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6022032Z with 2022-12-01T11:17:58.6022090Z [ 2022-12-01T11:17:58.6022177Z T=c10::QualifiedName 2022-12-01T11:17:58.6022235Z ] 2022-12-01T11:17:58.6022541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6022601Z with 2022-12-01T11:17:58.6022659Z [ 2022-12-01T11:17:58.6022789Z T=std::shared_ptr 2022-12-01T11:17:58.6022847Z ] 2022-12-01T11:17:58.6023166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6023224Z with 2022-12-01T11:17:58.6023281Z [ 2022-12-01T11:17:58.6023411Z T=std::shared_ptr 2022-12-01T11:17:58.6023459Z ] 2022-12-01T11:17:58.6023816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6023880Z with 2022-12-01T11:17:58.6023938Z [ 2022-12-01T11:17:58.6024066Z T=std::shared_ptr 2022-12-01T11:17:58.6024122Z ] 2022-12-01T11:17:58.6024510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6024573Z with 2022-12-01T11:17:58.6024633Z [ 2022-12-01T11:17:58.6025106Z T=std::shared_ptr 2022-12-01T11:17:58.6025167Z ] 2022-12-01T11:17:58.6025532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6025889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6026232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6026293Z with 2022-12-01T11:17:58.6026350Z [ 2022-12-01T11:17:58.6026479Z T=std::shared_ptr 2022-12-01T11:17:58.6026539Z ] 2022-12-01T11:17:58.6026895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6026955Z with 2022-12-01T11:17:58.6027013Z [ 2022-12-01T11:17:58.6027138Z T=std::weak_ptr 2022-12-01T11:17:58.6027260Z ] 2022-12-01T11:17:58.6027584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6027634Z with 2022-12-01T11:17:58.6027692Z [ 2022-12-01T11:17:58.6027823Z T=std::weak_ptr 2022-12-01T11:17:58.6027881Z ] 2022-12-01T11:17:58.6028286Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6028352Z with 2022-12-01T11:17:58.6028409Z [ 2022-12-01T11:17:58.6028533Z T=std::weak_ptr 2022-12-01T11:17:58.6028590Z ] 2022-12-01T11:17:58.6028970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6029029Z with 2022-12-01T11:17:58.6029082Z [ 2022-12-01T11:17:58.6029202Z T=std::weak_ptr 2022-12-01T11:17:58.6029258Z ] 2022-12-01T11:17:58.6029624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6029981Z 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-12-01T11:17:58.6030317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6030376Z with 2022-12-01T11:17:58.6030434Z [ 2022-12-01T11:17:58.6030547Z T=std::weak_ptr 2022-12-01T11:17:58.6030603Z ] 2022-12-01T11:17:58.6030910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6031018Z with 2022-12-01T11:17:58.6031076Z [ 2022-12-01T11:17:58.6031232Z T=std::vector> 2022-12-01T11:17:58.6031291Z ] 2022-12-01T11:17:58.6031610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6031669Z with 2022-12-01T11:17:58.6031725Z [ 2022-12-01T11:17:58.6031876Z T=std::vector> 2022-12-01T11:17:58.6031934Z ] 2022-12-01T11:17:58.6032295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6032356Z with 2022-12-01T11:17:58.6032418Z [ 2022-12-01T11:17:58.6032614Z T=std::vector> 2022-12-01T11:17:58.6032664Z ] 2022-12-01T11:17:58.6033051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6033113Z with 2022-12-01T11:17:58.6033173Z [ 2022-12-01T11:17:58.6033322Z T=std::vector> 2022-12-01T11:17:58.6033379Z ] 2022-12-01T11:17:58.6033753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6034133Z 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-12-01T11:17:58.6034477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6034537Z with 2022-12-01T11:17:58.6034593Z [ 2022-12-01T11:17:58.6034745Z T=std::vector> 2022-12-01T11:17:58.6034802Z ] 2022-12-01T11:17:58.6035105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6035168Z with 2022-12-01T11:17:58.6035224Z [ 2022-12-01T11:17:58.6035344Z T=std::vector> 2022-12-01T11:17:58.6035404Z ] 2022-12-01T11:17:58.6035730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6035781Z with 2022-12-01T11:17:58.6035836Z [ 2022-12-01T11:17:58.6035949Z T=std::vector> 2022-12-01T11:17:58.6036005Z ] 2022-12-01T11:17:58.6036362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6036421Z with 2022-12-01T11:17:58.6036477Z [ 2022-12-01T11:17:58.6036591Z T=std::vector> 2022-12-01T11:17:58.6036646Z ] 2022-12-01T11:17:58.6037076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6037136Z with 2022-12-01T11:17:58.6037191Z [ 2022-12-01T11:17:58.6037303Z T=std::vector> 2022-12-01T11:17:58.6037358Z ] 2022-12-01T11:17:58.6037709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6038059Z 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-12-01T11:17:58.6038445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6038509Z with 2022-12-01T11:17:58.6038568Z [ 2022-12-01T11:17:58.6038675Z T=std::vector> 2022-12-01T11:17:58.6038733Z ] 2022-12-01T11:17:58.6039037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6039098Z with 2022-12-01T11:17:58.6039155Z [ 2022-12-01T11:17:58.6039319Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6039376Z ] 2022-12-01T11:17:58.6039698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6039760Z with 2022-12-01T11:17:58.6039817Z [ 2022-12-01T11:17:58.6039982Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6040038Z ] 2022-12-01T11:17:58.6040400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6040461Z with 2022-12-01T11:17:58.6040520Z [ 2022-12-01T11:17:58.6040683Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6040731Z ] 2022-12-01T11:17:58.6041117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6041182Z with 2022-12-01T11:17:58.6041240Z [ 2022-12-01T11:17:58.6041404Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6041463Z ] 2022-12-01T11:17:58.6041855Z C:\actions-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-12-01T11:17:58.6042241Z 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-12-01T11:17:58.6042572Z 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-12-01T11:17:58.6042956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6043018Z with 2022-12-01T11:17:58.6043077Z [ 2022-12-01T11:17:58.6043242Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6043301Z ] 2022-12-01T11:17:58.6043603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6043663Z with 2022-12-01T11:17:58.6043721Z [ 2022-12-01T11:17:58.6043917Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6043979Z ] 2022-12-01T11:17:58.6044297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6044358Z with 2022-12-01T11:17:58.6044415Z [ 2022-12-01T11:17:58.6044562Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6044620Z ] 2022-12-01T11:17:58.6044977Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6045037Z with 2022-12-01T11:17:58.6045092Z [ 2022-12-01T11:17:58.6045245Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6045302Z ] 2022-12-01T11:17:58.6045686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6045747Z with 2022-12-01T11:17:58.6045803Z [ 2022-12-01T11:17:58.6045957Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6046016Z ] 2022-12-01T11:17:58.6046401Z C:\actions-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-12-01T11:17:58.6046781Z 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-12-01T11:17:58.6047098Z 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-12-01T11:17:58.6047433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6047492Z with 2022-12-01T11:17:58.6047556Z [ 2022-12-01T11:17:58.6047707Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6047763Z ] 2022-12-01T11:17:58.6048065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6048170Z with 2022-12-01T11:17:58.6048219Z [ 2022-12-01T11:17:58.6048343Z T=std::vector> 2022-12-01T11:17:58.6048399Z ] 2022-12-01T11:17:58.6048719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6048781Z with 2022-12-01T11:17:58.6048836Z [ 2022-12-01T11:17:58.6048958Z T=std::vector> 2022-12-01T11:17:58.6049017Z ] 2022-12-01T11:17:58.6049383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6049446Z with 2022-12-01T11:17:58.6049504Z [ 2022-12-01T11:17:58.6049984Z T=std::vector> 2022-12-01T11:17:58.6050052Z ] 2022-12-01T11:17:58.6050444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6050508Z with 2022-12-01T11:17:58.6050563Z [ 2022-12-01T11:17:58.6050674Z T=std::vector> 2022-12-01T11:17:58.6050730Z ] 2022-12-01T11:17:58.6051084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6051439Z 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-12-01T11:17:58.6051777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6051838Z with 2022-12-01T11:17:58.6051896Z [ 2022-12-01T11:17:58.6052014Z T=std::vector> 2022-12-01T11:17:58.6052072Z ] 2022-12-01T11:17:58.6052378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6052439Z with 2022-12-01T11:17:58.6052496Z [ 2022-12-01T11:17:58.6052645Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6052705Z ] 2022-12-01T11:17:58.6053024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6053084Z with 2022-12-01T11:17:58.6053146Z [ 2022-12-01T11:17:58.6053294Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6053343Z ] 2022-12-01T11:17:58.6053705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6053765Z with 2022-12-01T11:17:58.6053819Z [ 2022-12-01T11:17:58.6053967Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6054022Z ] 2022-12-01T11:17:58.6054404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6054516Z with 2022-12-01T11:17:58.6054571Z [ 2022-12-01T11:17:58.6054716Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6054772Z ] 2022-12-01T11:17:58.6055157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6055555Z 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-12-01T11:17:58.6055984Z 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-12-01T11:17:58.6056326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6056387Z with 2022-12-01T11:17:58.6056446Z [ 2022-12-01T11:17:58.6056592Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6056650Z ] 2022-12-01T11:17:58.6056956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6057015Z with 2022-12-01T11:17:58.6057066Z [ 2022-12-01T11:17:58.6057215Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6057273Z ] 2022-12-01T11:17:58.6057587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6057648Z with 2022-12-01T11:17:58.6057702Z [ 2022-12-01T11:17:58.6057849Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6057905Z ] 2022-12-01T11:17:58.6058382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6058442Z with 2022-12-01T11:17:58.6058502Z [ 2022-12-01T11:17:58.6058648Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6058709Z ] 2022-12-01T11:17:58.6059093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6059154Z with 2022-12-01T11:17:58.6059208Z [ 2022-12-01T11:17:58.6059353Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6059400Z ] 2022-12-01T11:17:58.6059781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6060185Z 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-12-01T11:17:58.6060621Z 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-12-01T11:17:58.6060973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6061026Z with 2022-12-01T11:17:58.6061087Z [ 2022-12-01T11:17:58.6061234Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6061289Z ] 2022-12-01T11:17:58.6061634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6061698Z with 2022-12-01T11:17:58.6061756Z [ 2022-12-01T11:17:58.6061861Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6061917Z ] 2022-12-01T11:17:58.6062234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6062293Z with 2022-12-01T11:17:58.6062349Z [ 2022-12-01T11:17:58.6062446Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6062501Z ] 2022-12-01T11:17:58.6062856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6062917Z with 2022-12-01T11:17:58.6062968Z [ 2022-12-01T11:17:58.6063071Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6063128Z ] 2022-12-01T11:17:58.6063509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6063572Z with 2022-12-01T11:17:58.6063626Z [ 2022-12-01T11:17:58.6063728Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6063785Z ] 2022-12-01T11:17:58.6064134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6064466Z 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-12-01T11:17:58.6064531Z with 2022-12-01T11:17:58.6064586Z [ 2022-12-01T11:17:58.6064684Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6064740Z ] 2022-12-01T11:17:58.6065110Z 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-12-01T11:17:58.6065447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6065506Z with 2022-12-01T11:17:58.6065553Z [ 2022-12-01T11:17:58.6065651Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6065706Z ] 2022-12-01T11:17:58.6066014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6066116Z with 2022-12-01T11:17:58.6066174Z [ 2022-12-01T11:17:58.6066363Z T=std::vector> 2022-12-01T11:17:58.6066423Z ] 2022-12-01T11:17:58.6066746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6066805Z with 2022-12-01T11:17:58.6066863Z [ 2022-12-01T11:17:58.6067047Z T=std::vector> 2022-12-01T11:17:58.6067104Z ] 2022-12-01T11:17:58.6067503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6067564Z with 2022-12-01T11:17:58.6067619Z [ 2022-12-01T11:17:58.6067800Z T=std::vector> 2022-12-01T11:17:58.6067847Z ] 2022-12-01T11:17:58.6068232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6068293Z with 2022-12-01T11:17:58.6068353Z [ 2022-12-01T11:17:58.6068535Z T=std::vector> 2022-12-01T11:17:58.6068591Z ] 2022-12-01T11:17:58.6069005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6069426Z 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-12-01T11:17:58.6069768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6069828Z with 2022-12-01T11:17:58.6069888Z [ 2022-12-01T11:17:58.6070076Z T=std::vector> 2022-12-01T11:17:58.6070135Z ] 2022-12-01T11:17:58.6070441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6070501Z with 2022-12-01T11:17:58.6070558Z [ 2022-12-01T11:17:58.6070657Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6070714Z ] 2022-12-01T11:17:58.6071031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6071094Z with 2022-12-01T11:17:58.6071152Z [ 2022-12-01T11:17:58.6071238Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6071294Z ] 2022-12-01T11:17:58.6071655Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6071762Z with 2022-12-01T11:17:58.6071817Z [ 2022-12-01T11:17:58.6071908Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6071964Z ] 2022-12-01T11:17:58.6072347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6072407Z with 2022-12-01T11:17:58.6072467Z [ 2022-12-01T11:17:58.6072561Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6072615Z ] 2022-12-01T11:17:58.6072958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6073356Z 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-12-01T11:17:58.6073696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6073756Z with 2022-12-01T11:17:58.6073814Z [ 2022-12-01T11:17:58.6073904Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6073953Z ] 2022-12-01T11:17:58.6074258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6074319Z with 2022-12-01T11:17:58.6074376Z [ 2022-12-01T11:17:58.6074455Z T=c10::IValue 2022-12-01T11:17:58.6074516Z ] 2022-12-01T11:17:58.6074835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6074896Z with 2022-12-01T11:17:58.6074952Z [ 2022-12-01T11:17:58.6075027Z T=c10::IValue 2022-12-01T11:17:58.6075083Z ] 2022-12-01T11:17:58.6075442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6075502Z with 2022-12-01T11:17:58.6075559Z [ 2022-12-01T11:17:58.6075621Z T=c10::IValue 2022-12-01T11:17:58.6075677Z ] 2022-12-01T11:17:58.6076061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6076123Z with 2022-12-01T11:17:58.6076179Z [ 2022-12-01T11:17:58.6076251Z T=c10::IValue 2022-12-01T11:17:58.6076305Z ] 2022-12-01T11:17:58.6076633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6076963Z 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-12-01T11:17:58.6077302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6077408Z with 2022-12-01T11:17:58.6077464Z [ 2022-12-01T11:17:58.6077539Z T=c10::IValue 2022-12-01T11:17:58.6077635Z ] 2022-12-01T11:17:58.6077940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6077999Z with 2022-12-01T11:17:58.6078057Z [ 2022-12-01T11:17:58.6078126Z T=c10::AliasInfo 2022-12-01T11:17:58.6078183Z ] 2022-12-01T11:17:58.6078498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6078558Z with 2022-12-01T11:17:58.6078614Z [ 2022-12-01T11:17:58.6078691Z T=c10::AliasInfo 2022-12-01T11:17:58.6078748Z ] 2022-12-01T11:17:58.6079151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6079212Z with 2022-12-01T11:17:58.6079268Z [ 2022-12-01T11:17:58.6079345Z T=c10::AliasInfo 2022-12-01T11:17:58.6079399Z ] 2022-12-01T11:17:58.6079781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6079844Z with 2022-12-01T11:17:58.6079901Z [ 2022-12-01T11:17:58.6079973Z T=c10::AliasInfo 2022-12-01T11:17:58.6080019Z ] 2022-12-01T11:17:58.6080346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6080677Z 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-12-01T11:17:58.6081008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6081067Z with 2022-12-01T11:17:58.6081123Z [ 2022-12-01T11:17:58.6081200Z T=c10::AliasInfo 2022-12-01T11:17:58.6081258Z ] 2022-12-01T11:17:58.6081564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6081624Z with 2022-12-01T11:17:58.6081683Z [ 2022-12-01T11:17:58.6081815Z T=std::vector> 2022-12-01T11:17:58.6081874Z ] 2022-12-01T11:17:58.6082189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6082247Z with 2022-12-01T11:17:58.6082305Z [ 2022-12-01T11:17:58.6082431Z T=std::vector> 2022-12-01T11:17:58.6082479Z ] 2022-12-01T11:17:58.6082832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6082892Z with 2022-12-01T11:17:58.6082949Z [ 2022-12-01T11:17:58.6083126Z T=std::vector> 2022-12-01T11:17:58.6083179Z ] 2022-12-01T11:17:58.6083563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6083623Z with 2022-12-01T11:17:58.6083678Z [ 2022-12-01T11:17:58.6083810Z T=std::vector> 2022-12-01T11:17:58.6083937Z ] 2022-12-01T11:17:58.6084289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6084350Z with 2022-12-01T11:17:58.6084406Z [ 2022-12-01T11:17:58.6084482Z T=c10::SymInt 2022-12-01T11:17:58.6084539Z ] 2022-12-01T11:17:58.6084971Z 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-12-01T11:17:58.6085033Z with 2022-12-01T11:17:58.6085090Z [ 2022-12-01T11:17:58.6085165Z T=c10::SymInt 2022-12-01T11:17:58.6085221Z ] 2022-12-01T11:17:58.6085593Z 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-12-01T11:17:58.6086016Z 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-12-01T11:17:58.6086360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6086420Z with 2022-12-01T11:17:58.6086477Z [ 2022-12-01T11:17:58.6086605Z T=std::vector> 2022-12-01T11:17:58.6086663Z ] 2022-12-01T11:17:58.6086967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6087027Z with 2022-12-01T11:17:58.6087084Z [ 2022-12-01T11:17:58.6087222Z T=c10::either 2022-12-01T11:17:58.6087277Z ] 2022-12-01T11:17:58.6087595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6087654Z with 2022-12-01T11:17:58.6087701Z [ 2022-12-01T11:17:58.6087836Z T=c10::either 2022-12-01T11:17:58.6087892Z ] 2022-12-01T11:17:58.6088252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6088317Z with 2022-12-01T11:17:58.6088376Z [ 2022-12-01T11:17:58.6088511Z T=c10::either 2022-12-01T11:17:58.6088568Z ] 2022-12-01T11:17:58.6088951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6089065Z with 2022-12-01T11:17:58.6089122Z [ 2022-12-01T11:17:58.6089258Z T=c10::either 2022-12-01T11:17:58.6089314Z ] 2022-12-01T11:17:58.6089682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6090074Z 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-12-01T11:17:58.6090449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6090513Z with 2022-12-01T11:17:58.6090569Z [ 2022-12-01T11:17:58.6090703Z T=c10::either 2022-12-01T11:17:58.6090750Z ] 2022-12-01T11:17:58.6091052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6091113Z with 2022-12-01T11:17:58.6091172Z [ 2022-12-01T11:17:58.6091263Z T=at::StepCallbacks 2022-12-01T11:17:58.6091322Z ] 2022-12-01T11:17:58.6091646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6091708Z with 2022-12-01T11:17:58.6091764Z [ 2022-12-01T11:17:58.6091850Z T=at::StepCallbacks 2022-12-01T11:17:58.6091907Z ] 2022-12-01T11:17:58.6092264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6092322Z with 2022-12-01T11:17:58.6092376Z [ 2022-12-01T11:17:58.6092460Z T=at::StepCallbacks 2022-12-01T11:17:58.6092507Z ] 2022-12-01T11:17:58.6092893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6092958Z with 2022-12-01T11:17:58.6093014Z [ 2022-12-01T11:17:58.6093102Z T=at::StepCallbacks 2022-12-01T11:17:58.6093158Z ] 2022-12-01T11:17:58.6093498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6093845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6094186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6094248Z with 2022-12-01T11:17:58.6094307Z [ 2022-12-01T11:17:58.6094390Z T=at::StepCallbacks 2022-12-01T11:17:58.6094444Z ] 2022-12-01T11:17:58.6094745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6094850Z with 2022-12-01T11:17:58.6094904Z [ 2022-12-01T11:17:58.6094982Z T=c10::DimVector 2022-12-01T11:17:58.6095030Z ] 2022-12-01T11:17:58.6095346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6095407Z with 2022-12-01T11:17:58.6095466Z [ 2022-12-01T11:17:58.6095546Z T=c10::DimVector 2022-12-01T11:17:58.6095604Z ] 2022-12-01T11:17:58.6095962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6096022Z with 2022-12-01T11:17:58.6096080Z [ 2022-12-01T11:17:58.6096198Z T=c10::DimVector 2022-12-01T11:17:58.6096253Z ] 2022-12-01T11:17:58.6096635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6096693Z with 2022-12-01T11:17:58.6096748Z [ 2022-12-01T11:17:58.6096820Z T=c10::DimVector 2022-12-01T11:17:58.6096866Z ] 2022-12-01T11:17:58.6097190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6097519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6097859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6097920Z with 2022-12-01T11:17:58.6097977Z [ 2022-12-01T11:17:58.6098056Z T=c10::DimVector 2022-12-01T11:17:58.6098208Z ] 2022-12-01T11:17:58.6098524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6098585Z with 2022-12-01T11:17:58.6098643Z [ 2022-12-01T11:17:58.6098741Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6098798Z ] 2022-12-01T11:17:58.6099111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6099173Z with 2022-12-01T11:17:58.6099227Z [ 2022-12-01T11:17:58.6099322Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6099369Z ] 2022-12-01T11:17:58.6099721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6099783Z with 2022-12-01T11:17:58.6099837Z [ 2022-12-01T11:17:58.6099934Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6099993Z ] 2022-12-01T11:17:58.6100372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6100481Z with 2022-12-01T11:17:58.6100538Z [ 2022-12-01T11:17:58.6100637Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6100692Z ] 2022-12-01T11:17:58.6101039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6101405Z 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-12-01T11:17:58.6101743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6101804Z with 2022-12-01T11:17:58.6101859Z [ 2022-12-01T11:17:58.6101954Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6102051Z ] 2022-12-01T11:17:58.6102354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6102405Z with 2022-12-01T11:17:58.6102462Z [ 2022-12-01T11:17:58.6102603Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6102662Z ] 2022-12-01T11:17:58.6102982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6103043Z with 2022-12-01T11:17:58.6103101Z [ 2022-12-01T11:17:58.6103238Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6103294Z ] 2022-12-01T11:17:58.6103657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6103720Z with 2022-12-01T11:17:58.6103777Z [ 2022-12-01T11:17:58.6103910Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6103964Z ] 2022-12-01T11:17:58.6104345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6104404Z with 2022-12-01T11:17:58.6104450Z [ 2022-12-01T11:17:58.6104585Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6104643Z ] 2022-12-01T11:17:58.6105014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6105408Z 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-12-01T11:17:58.6105748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6105808Z with 2022-12-01T11:17:58.6105868Z [ 2022-12-01T11:17:58.6106005Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6106063Z ] 2022-12-01T11:17:58.6106371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6106482Z with 2022-12-01T11:17:58.6106541Z [ 2022-12-01T11:17:58.6106653Z T=std::tuple 2022-12-01T11:17:58.6106709Z ] 2022-12-01T11:17:58.6107029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6107086Z with 2022-12-01T11:17:58.6107142Z [ 2022-12-01T11:17:58.6107246Z T=std::tuple 2022-12-01T11:17:58.6107301Z ] 2022-12-01T11:17:58.6107661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6107725Z with 2022-12-01T11:17:58.6107779Z [ 2022-12-01T11:17:58.6107937Z T=std::tuple 2022-12-01T11:17:58.6107998Z ] 2022-12-01T11:17:58.6108388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6108449Z with 2022-12-01T11:17:58.6108505Z [ 2022-12-01T11:17:58.6108616Z T=std::tuple 2022-12-01T11:17:58.6108674Z ] 2022-12-01T11:17:58.6109028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6109401Z 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-12-01T11:17:58.6109736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6109798Z with 2022-12-01T11:17:58.6109855Z [ 2022-12-01T11:17:58.6109966Z T=std::tuple 2022-12-01T11:17:58.6110022Z ] 2022-12-01T11:17:58.6110317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6110374Z with 2022-12-01T11:17:58.6110430Z [ 2022-12-01T11:17:58.6110523Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6110583Z ] 2022-12-01T11:17:58.6110902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6110961Z with 2022-12-01T11:17:58.6111020Z [ 2022-12-01T11:17:58.6111110Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6111168Z ] 2022-12-01T11:17:58.6111522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6111579Z with 2022-12-01T11:17:58.6111636Z [ 2022-12-01T11:17:58.6111726Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6111781Z ] 2022-12-01T11:17:58.6112158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6112262Z with 2022-12-01T11:17:58.6112317Z [ 2022-12-01T11:17:58.6112402Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6112461Z ] 2022-12-01T11:17:58.6112798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6113150Z 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-12-01T11:17:58.6113488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6113592Z with 2022-12-01T11:17:58.6113651Z [ 2022-12-01T11:17:58.6113743Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6113799Z ] 2022-12-01T11:17:58.6114104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6114162Z with 2022-12-01T11:17:58.6114219Z [ 2022-12-01T11:17:58.6114329Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6114387Z ] 2022-12-01T11:17:58.6114709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6114759Z with 2022-12-01T11:17:58.6114816Z [ 2022-12-01T11:17:58.6114926Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6114987Z ] 2022-12-01T11:17:58.6115347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6115405Z with 2022-12-01T11:17:58.6115460Z [ 2022-12-01T11:17:58.6115569Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6115624Z ] 2022-12-01T11:17:58.6116010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6116070Z with 2022-12-01T11:17:58.6116124Z [ 2022-12-01T11:17:58.6116233Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6116292Z ] 2022-12-01T11:17:58.6116653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6117009Z 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-12-01T11:17:58.6117347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6117405Z with 2022-12-01T11:17:58.6117452Z [ 2022-12-01T11:17:58.6117561Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6117617Z ] 2022-12-01T11:17:58.6117925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6118323Z with 2022-12-01T11:17:58.6118380Z [ 2022-12-01T11:17:58.6118488Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6118546Z ] 2022-12-01T11:17:58.6118864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6118922Z with 2022-12-01T11:17:58.6118979Z [ 2022-12-01T11:17:58.6119091Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6119149Z ] 2022-12-01T11:17:58.6119511Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6119573Z with 2022-12-01T11:17:58.6119669Z [ 2022-12-01T11:17:58.6119776Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6119835Z ] 2022-12-01T11:17:58.6120221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6120284Z with 2022-12-01T11:17:58.6120340Z [ 2022-12-01T11:17:58.6120444Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6120502Z ] 2022-12-01T11:17:58.6120847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6121207Z 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-12-01T11:17:58.6121544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6121603Z with 2022-12-01T11:17:58.6121658Z [ 2022-12-01T11:17:58.6121763Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6121817Z ] 2022-12-01T11:17:58.6122124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6122184Z with 2022-12-01T11:17:58.6122242Z [ 2022-12-01T11:17:58.6122319Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6122378Z ] 2022-12-01T11:17:58.6122702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6122766Z with 2022-12-01T11:17:58.6122823Z [ 2022-12-01T11:17:58.6122909Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6122965Z ] 2022-12-01T11:17:58.6123323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6123382Z with 2022-12-01T11:17:58.6123438Z [ 2022-12-01T11:17:58.6123521Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6123577Z ] 2022-12-01T11:17:58.6123955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6124061Z with 2022-12-01T11:17:58.6124117Z [ 2022-12-01T11:17:58.6124202Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6124249Z ] 2022-12-01T11:17:58.6124586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6124922Z 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-12-01T11:17:58.6125259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6125325Z with 2022-12-01T11:17:58.6125426Z [ 2022-12-01T11:17:58.6125517Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6125574Z ] 2022-12-01T11:17:58.6125880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6125938Z with 2022-12-01T11:17:58.6125994Z [ 2022-12-01T11:17:58.6126083Z T=at::ThreadLocalState 2022-12-01T11:17:58.6126139Z ] 2022-12-01T11:17:58.6126453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6126513Z with 2022-12-01T11:17:58.6126570Z [ 2022-12-01T11:17:58.6126655Z T=at::ThreadLocalState 2022-12-01T11:17:58.6126702Z ] 2022-12-01T11:17:58.6127061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6127122Z with 2022-12-01T11:17:58.6127179Z [ 2022-12-01T11:17:58.6127269Z T=at::ThreadLocalState 2022-12-01T11:17:58.6127324Z ] 2022-12-01T11:17:58.6127708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6127771Z with 2022-12-01T11:17:58.6127827Z [ 2022-12-01T11:17:58.6127914Z T=at::ThreadLocalState 2022-12-01T11:17:58.6127971Z ] 2022-12-01T11:17:58.6128308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6128670Z 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-12-01T11:17:58.6129008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6129067Z with 2022-12-01T11:17:58.6129123Z [ 2022-12-01T11:17:58.6129215Z T=at::ThreadLocalState 2022-12-01T11:17:58.6129263Z ] 2022-12-01T11:17:58.6129569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6129675Z with 2022-12-01T11:17:58.6129732Z [ 2022-12-01T11:17:58.6129844Z T=std::shared_ptr 2022-12-01T11:17:58.6129902Z ] 2022-12-01T11:17:58.6130223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6130284Z with 2022-12-01T11:17:58.6130341Z [ 2022-12-01T11:17:58.6130452Z T=std::shared_ptr 2022-12-01T11:17:58.6130507Z ] 2022-12-01T11:17:58.6130865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6130926Z with 2022-12-01T11:17:58.6130984Z [ 2022-12-01T11:17:58.6131094Z T=std::shared_ptr 2022-12-01T11:17:58.6131193Z ] 2022-12-01T11:17:58.6131569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6131629Z with 2022-12-01T11:17:58.6131686Z [ 2022-12-01T11:17:58.6131794Z T=std::shared_ptr 2022-12-01T11:17:58.6131852Z ] 2022-12-01T11:17:58.6132199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6132540Z 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-12-01T11:17:58.6132911Z 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-12-01T11:17:58.6133248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6133308Z with 2022-12-01T11:17:58.6133368Z [ 2022-12-01T11:17:58.6133479Z T=std::shared_ptr 2022-12-01T11:17:58.6133537Z ] 2022-12-01T11:17:58.6133842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6133903Z with 2022-12-01T11:17:58.6133963Z [ 2022-12-01T11:17:58.6134060Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6134116Z ] 2022-12-01T11:17:58.6134429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6134489Z with 2022-12-01T11:17:58.6134536Z [ 2022-12-01T11:17:58.6134629Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6134689Z ] 2022-12-01T11:17:58.6135050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6135110Z with 2022-12-01T11:17:58.6135167Z [ 2022-12-01T11:17:58.6135259Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6135359Z ] 2022-12-01T11:17:58.6135746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6135809Z with 2022-12-01T11:17:58.6135867Z [ 2022-12-01T11:17:58.6135962Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6136019Z ] 2022-12-01T11:17:58.6136362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6136695Z 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-12-01T11:17:58.6137107Z 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-12-01T11:17:58.6137444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6137506Z with 2022-12-01T11:17:58.6137562Z [ 2022-12-01T11:17:58.6137648Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6137701Z ] 2022-12-01T11:17:58.6138006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6138066Z with 2022-12-01T11:17:58.6138222Z [ 2022-12-01T11:17:58.6138316Z T=torch::jit::Method 2022-12-01T11:17:58.6138380Z ] 2022-12-01T11:17:58.6138695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6138756Z with 2022-12-01T11:17:58.6138816Z [ 2022-12-01T11:17:58.6138900Z T=torch::jit::Method 2022-12-01T11:17:58.6138958Z ] 2022-12-01T11:17:58.6139311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6139371Z with 2022-12-01T11:17:58.6139425Z [ 2022-12-01T11:17:58.6139498Z T=torch::jit::Method 2022-12-01T11:17:58.6139554Z ] 2022-12-01T11:17:58.6139937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6140000Z with 2022-12-01T11:17:58.6140054Z [ 2022-12-01T11:17:58.6140136Z T=torch::jit::Method 2022-12-01T11:17:58.6140192Z ] 2022-12-01T11:17:58.6140524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6140858Z 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-12-01T11:17:58.6141202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6141321Z with 2022-12-01T11:17:58.6141378Z [ 2022-12-01T11:17:58.6141461Z T=torch::jit::Method 2022-12-01T11:17:58.6141517Z ] 2022-12-01T11:17:58.6141817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6141877Z with 2022-12-01T11:17:58.6141932Z [ 2022-12-01T11:17:58.6142057Z T=std::vector> 2022-12-01T11:17:58.6142114Z ] 2022-12-01T11:17:58.6142434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6142497Z with 2022-12-01T11:17:58.6142554Z [ 2022-12-01T11:17:58.6143027Z T=std::vector> 2022-12-01T11:17:58.6143093Z ] 2022-12-01T11:17:58.6143459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6143521Z with 2022-12-01T11:17:58.6143578Z [ 2022-12-01T11:17:58.6143709Z T=std::vector> 2022-12-01T11:17:58.6143767Z ] 2022-12-01T11:17:58.6144153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6144213Z with 2022-12-01T11:17:58.6144273Z [ 2022-12-01T11:17:58.6144409Z T=std::vector> 2022-12-01T11:17:58.6144456Z ] 2022-12-01T11:17:58.6144828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6145203Z 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-12-01T11:17:58.6145535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6145599Z with 2022-12-01T11:17:58.6145656Z [ 2022-12-01T11:17:58.6145785Z T=std::vector> 2022-12-01T11:17:58.6145847Z ] 2022-12-01T11:17:58.6146150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6146211Z with 2022-12-01T11:17:58.6146267Z [ 2022-12-01T11:17:58.6146427Z T=std::function 2022-12-01T11:17:58.6146484Z ] 2022-12-01T11:17:58.6146797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6146857Z with 2022-12-01T11:17:58.6146915Z [ 2022-12-01T11:17:58.6147075Z T=std::function 2022-12-01T11:17:58.6147132Z ] 2022-12-01T11:17:58.6147540Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6147601Z with 2022-12-01T11:17:58.6147650Z [ 2022-12-01T11:17:58.6147807Z T=std::function 2022-12-01T11:17:58.6147863Z ] 2022-12-01T11:17:58.6148248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6148307Z with 2022-12-01T11:17:58.6148362Z [ 2022-12-01T11:17:58.6152894Z T=std::function 2022-12-01T11:17:58.6152971Z ] 2022-12-01T11:17:58.6153475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6153900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6154245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6154311Z with 2022-12-01T11:17:58.6154373Z [ 2022-12-01T11:17:58.6154539Z T=std::function 2022-12-01T11:17:58.6154606Z ] 2022-12-01T11:17:58.6154921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6154982Z with 2022-12-01T11:17:58.6155041Z [ 2022-12-01T11:17:58.6155231Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6155289Z ] 2022-12-01T11:17:58.6155614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6155677Z with 2022-12-01T11:17:58.6155727Z [ 2022-12-01T11:17:58.6155918Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6155975Z ] 2022-12-01T11:17:58.6156345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6156408Z with 2022-12-01T11:17:58.6156469Z [ 2022-12-01T11:17:58.6156658Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6156716Z ] 2022-12-01T11:17:58.6157111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6157173Z with 2022-12-01T11:17:58.6157231Z [ 2022-12-01T11:17:58.6157416Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6157474Z ] 2022-12-01T11:17:58.6157953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6158401Z 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-12-01T11:17:58.6158739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6158802Z with 2022-12-01T11:17:58.6158859Z [ 2022-12-01T11:17:58.6159044Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6159106Z ] 2022-12-01T11:17:58.6159459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6159512Z with 2022-12-01T11:17:58.6159572Z [ 2022-12-01T11:17:58.6159698Z T=std::vector> 2022-12-01T11:17:58.6159756Z ] 2022-12-01T11:17:58.6160074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6160134Z with 2022-12-01T11:17:58.6160192Z [ 2022-12-01T11:17:58.6160315Z T=std::vector> 2022-12-01T11:17:58.6160373Z ] 2022-12-01T11:17:58.6160738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6160804Z with 2022-12-01T11:17:58.6160861Z [ 2022-12-01T11:17:58.6160980Z T=std::vector> 2022-12-01T11:17:58.6161033Z ] 2022-12-01T11:17:58.6161415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6161477Z with 2022-12-01T11:17:58.6161524Z [ 2022-12-01T11:17:58.6161647Z T=std::vector> 2022-12-01T11:17:58.6161706Z ] 2022-12-01T11:17:58.6162053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6162117Z with 2022-12-01T11:17:58.6162175Z [ 2022-12-01T11:17:58.6162240Z T=double 2022-12-01T11:17:58.6162296Z ] 2022-12-01T11:17:58.6162682Z 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-12-01T11:17:58.6162745Z with 2022-12-01T11:17:58.6162806Z [ 2022-12-01T11:17:58.6162872Z T=double 2022-12-01T11:17:58.6162929Z ] 2022-12-01T11:17:58.6163272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6163334Z with 2022-12-01T11:17:58.6163425Z [ 2022-12-01T11:17:58.6163555Z T=std::vector> 2022-12-01T11:17:58.6163611Z ] 2022-12-01T11:17:58.6163918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6163978Z with 2022-12-01T11:17:58.6164038Z [ 2022-12-01T11:17:58.6164145Z T=std::tuple 2022-12-01T11:17:58.6164202Z ] 2022-12-01T11:17:58.6164523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6164585Z with 2022-12-01T11:17:58.6164646Z [ 2022-12-01T11:17:58.6164755Z T=std::tuple 2022-12-01T11:17:58.6164812Z ] 2022-12-01T11:17:58.6165215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6165279Z with 2022-12-01T11:17:58.6165327Z [ 2022-12-01T11:17:58.6165433Z T=std::tuple 2022-12-01T11:17:58.6165489Z ] 2022-12-01T11:17:58.6165878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6165941Z with 2022-12-01T11:17:58.6166001Z [ 2022-12-01T11:17:58.6166107Z T=std::tuple 2022-12-01T11:17:58.6166166Z ] 2022-12-01T11:17:58.6166519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6166907Z 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-12-01T11:17:58.6167243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6167304Z with 2022-12-01T11:17:58.6167362Z [ 2022-12-01T11:17:58.6167469Z T=std::tuple 2022-12-01T11:17:58.6167528Z ] 2022-12-01T11:17:58.6167829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6167893Z with 2022-12-01T11:17:58.6167951Z [ 2022-12-01T11:17:58.6168073Z T=std::vector> 2022-12-01T11:17:58.6168131Z ] 2022-12-01T11:17:58.6168452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6168511Z with 2022-12-01T11:17:58.6168564Z [ 2022-12-01T11:17:58.6168694Z T=std::vector> 2022-12-01T11:17:58.6168749Z ] 2022-12-01T11:17:58.6169107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6169167Z with 2022-12-01T11:17:58.6169273Z [ 2022-12-01T11:17:58.6169405Z T=std::vector> 2022-12-01T11:17:58.6169462Z ] 2022-12-01T11:17:58.6169850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6169911Z with 2022-12-01T11:17:58.6169965Z [ 2022-12-01T11:17:58.6170094Z T=std::vector> 2022-12-01T11:17:58.6170150Z ] 2022-12-01T11:17:58.6170517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6170957Z 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-12-01T11:17:58.6171302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6171361Z with 2022-12-01T11:17:58.6171420Z [ 2022-12-01T11:17:58.6171540Z T=std::vector> 2022-12-01T11:17:58.6171600Z ] 2022-12-01T11:17:58.6172083Z [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-12-01T11:17:58.6172264Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-12-01T11:17:58.6172391Z Loading extension module reloaded_jit_extension_v1... 2022-12-01T11:17:58.6172627Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.6172827Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-12-01T11:17:58.6172956Z Loading extension module reloaded_jit_extension_v1... 2022-12-01T11:17:58.6173189Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.6173434Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-12-01T11:17:58.6173704Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-12-01T11:17:58.6173833Z Building extension module reloaded_jit_extension_v2... 2022-12-01T11:17:58.6174031Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.6174990Z [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_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-12-01T11:17:58.6175181Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.6175316Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.6175325Z 2022-12-01T11:17:58.6175631Z 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-12-01T11:17:58.6175940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6176005Z with 2022-12-01T11:17:58.6176068Z [ 2022-12-01T11:17:58.6176145Z T=c10::SymInt 2022-12-01T11:17:58.6176202Z ] 2022-12-01T11:17:58.6176524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6176633Z with 2022-12-01T11:17:58.6176692Z [ 2022-12-01T11:17:58.6176765Z T=c10::SymInt 2022-12-01T11:17:58.6176814Z ] 2022-12-01T11:17:58.6177173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6177230Z with 2022-12-01T11:17:58.6177286Z [ 2022-12-01T11:17:58.6177358Z T=c10::SymInt 2022-12-01T11:17:58.6177414Z ] 2022-12-01T11:17:58.6177797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6177859Z with 2022-12-01T11:17:58.6177921Z [ 2022-12-01T11:17:58.6177997Z T=c10::SymInt 2022-12-01T11:17:58.6178056Z ] 2022-12-01T11:17:58.6178504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6178828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6179176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6179237Z with 2022-12-01T11:17:58.6179293Z [ 2022-12-01T11:17:58.6179368Z T=c10::SymInt 2022-12-01T11:17:58.6179417Z ] 2022-12-01T11:17:58.6179710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.6180011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6180071Z with 2022-12-01T11:17:58.6180128Z [ 2022-12-01T11:17:58.6180209Z T=at::TensorBase 2022-12-01T11:17:58.6180270Z ] 2022-12-01T11:17:58.6180592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6180655Z with 2022-12-01T11:17:58.6180712Z [ 2022-12-01T11:17:58.6180791Z T=at::TensorBase 2022-12-01T11:17:58.6180845Z ] 2022-12-01T11:17:58.6181261Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6181321Z with 2022-12-01T11:17:58.6181378Z [ 2022-12-01T11:17:58.6181457Z T=at::TensorBase 2022-12-01T11:17:58.6181507Z ] 2022-12-01T11:17:58.6181892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6181951Z with 2022-12-01T11:17:58.6182007Z [ 2022-12-01T11:17:58.6182083Z T=at::TensorBase 2022-12-01T11:17:58.6182137Z ] 2022-12-01T11:17:58.6182506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6182840Z 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-12-01T11:17:58.6183186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6183248Z with 2022-12-01T11:17:58.6183304Z [ 2022-12-01T11:17:58.6183384Z T=at::TensorBase 2022-12-01T11:17:58.6183442Z ] 2022-12-01T11:17:58.6183745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6183803Z with 2022-12-01T11:17:58.6183862Z [ 2022-12-01T11:17:58.6183937Z T=at::Tensor 2022-12-01T11:17:58.6183985Z ] 2022-12-01T11:17:58.6184298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6184356Z with 2022-12-01T11:17:58.6184412Z [ 2022-12-01T11:17:58.6184485Z T=at::Tensor 2022-12-01T11:17:58.6184540Z ] 2022-12-01T11:17:58.6184897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6184954Z with 2022-12-01T11:17:58.6185008Z [ 2022-12-01T11:17:58.6185081Z T=at::Tensor 2022-12-01T11:17:58.6185139Z ] 2022-12-01T11:17:58.6185621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6185685Z with 2022-12-01T11:17:58.6185742Z [ 2022-12-01T11:17:58.6185817Z T=at::Tensor 2022-12-01T11:17:58.6185866Z ] 2022-12-01T11:17:58.6186194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6186570Z 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-12-01T11:17:58.6186911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6187029Z with 2022-12-01T11:17:58.6187085Z [ 2022-12-01T11:17:58.6187157Z T=at::Tensor 2022-12-01T11:17:58.6187210Z ] 2022-12-01T11:17:58.6187511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6187568Z with 2022-12-01T11:17:58.6187623Z [ 2022-12-01T11:17:58.6187700Z T=at::Generator 2022-12-01T11:17:58.6187756Z ] 2022-12-01T11:17:58.6188073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6188133Z with 2022-12-01T11:17:58.6188191Z [ 2022-12-01T11:17:58.6188268Z T=at::Generator 2022-12-01T11:17:58.6188319Z ] 2022-12-01T11:17:58.6188721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6188786Z with 2022-12-01T11:17:58.6188843Z [ 2022-12-01T11:17:58.6188922Z T=at::Generator 2022-12-01T11:17:58.6188978Z ] 2022-12-01T11:17:58.6189367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6189425Z with 2022-12-01T11:17:58.6189477Z [ 2022-12-01T11:17:58.6189552Z T=at::Generator 2022-12-01T11:17:58.6189606Z ] 2022-12-01T11:17:58.6189933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6190262Z 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-12-01T11:17:58.6190598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6190659Z with 2022-12-01T11:17:58.6190717Z [ 2022-12-01T11:17:58.6190793Z T=at::Generator 2022-12-01T11:17:58.6190842Z ] 2022-12-01T11:17:58.6191149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6191218Z with 2022-12-01T11:17:58.6191275Z [ 2022-12-01T11:17:58.6191350Z T=c10::Scalar 2022-12-01T11:17:58.6191405Z ] 2022-12-01T11:17:58.6191764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6191828Z with 2022-12-01T11:17:58.6191884Z [ 2022-12-01T11:17:58.6191963Z T=c10::Scalar 2022-12-01T11:17:58.6192020Z ] 2022-12-01T11:17:58.6192377Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6192436Z with 2022-12-01T11:17:58.6192490Z [ 2022-12-01T11:17:58.6192563Z T=c10::Scalar 2022-12-01T11:17:58.6192662Z ] 2022-12-01T11:17:58.6193096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6193160Z with 2022-12-01T11:17:58.6193217Z [ 2022-12-01T11:17:58.6193290Z T=c10::Scalar 2022-12-01T11:17:58.6193346Z ] 2022-12-01T11:17:58.6193669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6193988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6194371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6194436Z with 2022-12-01T11:17:58.6194490Z [ 2022-12-01T11:17:58.6194562Z T=c10::Scalar 2022-12-01T11:17:58.6194621Z ] 2022-12-01T11:17:58.6194927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6194988Z with 2022-12-01T11:17:58.6195046Z [ 2022-12-01T11:17:58.6195121Z T=std::string 2022-12-01T11:17:58.6195170Z ] 2022-12-01T11:17:58.6195490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6195550Z with 2022-12-01T11:17:58.6195607Z [ 2022-12-01T11:17:58.6195679Z T=std::string 2022-12-01T11:17:58.6195733Z ] 2022-12-01T11:17:58.6196090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6196150Z with 2022-12-01T11:17:58.6196206Z [ 2022-12-01T11:17:58.6196279Z T=std::string 2022-12-01T11:17:58.6196333Z ] 2022-12-01T11:17:58.6196713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6196771Z with 2022-12-01T11:17:58.6196827Z [ 2022-12-01T11:17:58.6196902Z T=std::string 2022-12-01T11:17:58.6196954Z ] 2022-12-01T11:17:58.6197279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6197603Z 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-12-01T11:17:58.6197943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6198005Z with 2022-12-01T11:17:58.6198063Z [ 2022-12-01T11:17:58.6198142Z T=std::string 2022-12-01T11:17:58.6198247Z ] 2022-12-01T11:17:58.6198555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6198664Z with 2022-12-01T11:17:58.6198719Z [ 2022-12-01T11:17:58.6198808Z T=c10::QualifiedName 2022-12-01T11:17:58.6198863Z ] 2022-12-01T11:17:58.6199232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6199295Z with 2022-12-01T11:17:58.6199351Z [ 2022-12-01T11:17:58.6199430Z T=c10::QualifiedName 2022-12-01T11:17:58.6199485Z ] 2022-12-01T11:17:58.6199845Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6199907Z with 2022-12-01T11:17:58.6199966Z [ 2022-12-01T11:17:58.6200097Z T=c10::QualifiedName 2022-12-01T11:17:58.6200155Z ] 2022-12-01T11:17:58.6200539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6200599Z with 2022-12-01T11:17:58.6200655Z [ 2022-12-01T11:17:58.6200741Z T=c10::QualifiedName 2022-12-01T11:17:58.6200797Z ] 2022-12-01T11:17:58.6201134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6201467Z 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-12-01T11:17:58.6201810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6201871Z with 2022-12-01T11:17:58.6201927Z [ 2022-12-01T11:17:58.6202011Z T=c10::QualifiedName 2022-12-01T11:17:58.6202059Z ] 2022-12-01T11:17:58.6202361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6202422Z with 2022-12-01T11:17:58.6202479Z [ 2022-12-01T11:17:58.6202611Z T=std::shared_ptr 2022-12-01T11:17:58.6202667Z ] 2022-12-01T11:17:58.6202988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6203053Z with 2022-12-01T11:17:58.6203110Z [ 2022-12-01T11:17:58.6203237Z T=std::shared_ptr 2022-12-01T11:17:58.6203292Z ] 2022-12-01T11:17:58.6203649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6203707Z with 2022-12-01T11:17:58.6203760Z [ 2022-12-01T11:17:58.6203883Z T=std::shared_ptr 2022-12-01T11:17:58.6203940Z ] 2022-12-01T11:17:58.6204316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6204469Z with 2022-12-01T11:17:58.6204528Z [ 2022-12-01T11:17:58.6204657Z T=std::shared_ptr 2022-12-01T11:17:58.6204715Z ] 2022-12-01T11:17:58.6205075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6205488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6205830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6205938Z with 2022-12-01T11:17:58.6206008Z [ 2022-12-01T11:17:58.6206137Z T=std::shared_ptr 2022-12-01T11:17:58.6206184Z ] 2022-12-01T11:17:58.6206487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6206548Z with 2022-12-01T11:17:58.6206603Z [ 2022-12-01T11:17:58.6206730Z T=std::weak_ptr 2022-12-01T11:17:58.6206788Z ] 2022-12-01T11:17:58.6207104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6207164Z with 2022-12-01T11:17:58.6207219Z [ 2022-12-01T11:17:58.6207346Z T=std::weak_ptr 2022-12-01T11:17:58.6207406Z ] 2022-12-01T11:17:58.6207763Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6207820Z with 2022-12-01T11:17:58.6207875Z [ 2022-12-01T11:17:58.6207998Z T=std::weak_ptr 2022-12-01T11:17:58.6208057Z ] 2022-12-01T11:17:58.6208437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6208488Z with 2022-12-01T11:17:58.6208547Z [ 2022-12-01T11:17:58.6208671Z T=std::weak_ptr 2022-12-01T11:17:58.6208729Z ] 2022-12-01T11:17:58.6209094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6209447Z 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-12-01T11:17:58.6209782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6209846Z with 2022-12-01T11:17:58.6209902Z [ 2022-12-01T11:17:58.6210026Z T=std::weak_ptr 2022-12-01T11:17:58.6210082Z ] 2022-12-01T11:17:58.6210446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6210507Z with 2022-12-01T11:17:58.6210566Z [ 2022-12-01T11:17:58.6210770Z T=std::vector> 2022-12-01T11:17:58.6210832Z ] 2022-12-01T11:17:58.6211155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6211218Z with 2022-12-01T11:17:58.6211265Z [ 2022-12-01T11:17:58.6211422Z T=std::vector> 2022-12-01T11:17:58.6211526Z ] 2022-12-01T11:17:58.6211940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6212006Z with 2022-12-01T11:17:58.6212063Z [ 2022-12-01T11:17:58.6212215Z T=std::vector> 2022-12-01T11:17:58.6212272Z ] 2022-12-01T11:17:58.6212655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6212716Z with 2022-12-01T11:17:58.6212772Z [ 2022-12-01T11:17:58.6212918Z T=std::vector> 2022-12-01T11:17:58.6212974Z ] 2022-12-01T11:17:58.6213349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6213725Z 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-12-01T11:17:58.6214064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6214125Z with 2022-12-01T11:17:58.6214183Z [ 2022-12-01T11:17:58.6214332Z T=std::vector> 2022-12-01T11:17:58.6214389Z ] 2022-12-01T11:17:58.6214684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6214748Z with 2022-12-01T11:17:58.6214806Z [ 2022-12-01T11:17:58.6214921Z T=std::vector> 2022-12-01T11:17:58.6214978Z ] 2022-12-01T11:17:58.6215297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6215360Z with 2022-12-01T11:17:58.6215416Z [ 2022-12-01T11:17:58.6215531Z T=std::vector> 2022-12-01T11:17:58.6215588Z ] 2022-12-01T11:17:58.6215944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6216671Z with 2022-12-01T11:17:58.6216728Z [ 2022-12-01T11:17:58.6216850Z T=std::vector> 2022-12-01T11:17:58.6216957Z ] 2022-12-01T11:17:58.6217354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6217407Z with 2022-12-01T11:17:58.6217463Z [ 2022-12-01T11:17:58.6217579Z T=std::vector> 2022-12-01T11:17:58.6217638Z ] 2022-12-01T11:17:58.6218044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6218567Z 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-12-01T11:17:58.6218917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6218980Z with 2022-12-01T11:17:58.6219037Z [ 2022-12-01T11:17:58.6219152Z T=std::vector> 2022-12-01T11:17:58.6219209Z ] 2022-12-01T11:17:58.6219513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6219575Z with 2022-12-01T11:17:58.6219635Z [ 2022-12-01T11:17:58.6219801Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6219861Z ] 2022-12-01T11:17:58.6220184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6220250Z with 2022-12-01T11:17:58.6220297Z [ 2022-12-01T11:17:58.6220461Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6220520Z ] 2022-12-01T11:17:58.6220881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6220941Z with 2022-12-01T11:17:58.6220997Z [ 2022-12-01T11:17:58.6221157Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6221219Z ] 2022-12-01T11:17:58.6221608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6221667Z with 2022-12-01T11:17:58.6221722Z [ 2022-12-01T11:17:58.6221884Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6221940Z ] 2022-12-01T11:17:58.6222335Z C:\actions-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-12-01T11:17:58.6222727Z 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-12-01T11:17:58.6223114Z 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-12-01T11:17:58.6223505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6223563Z with 2022-12-01T11:17:58.6223619Z [ 2022-12-01T11:17:58.6223782Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6223838Z ] 2022-12-01T11:17:58.6224193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6224302Z with 2022-12-01T11:17:58.6224352Z [ 2022-12-01T11:17:58.6224511Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6224568Z ] 2022-12-01T11:17:58.6224883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6224941Z with 2022-12-01T11:17:58.6224999Z [ 2022-12-01T11:17:58.6225158Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6225216Z ] 2022-12-01T11:17:58.6225577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6225643Z with 2022-12-01T11:17:58.6225702Z [ 2022-12-01T11:17:58.6225854Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6225912Z ] 2022-12-01T11:17:58.6226299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6226360Z with 2022-12-01T11:17:58.6226415Z [ 2022-12-01T11:17:58.6226570Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6226617Z ] 2022-12-01T11:17:58.6227002Z C:\actions-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-12-01T11:17:58.6227385Z 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-12-01T11:17:58.6227703Z 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-12-01T11:17:58.6228036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6228094Z with 2022-12-01T11:17:58.6228151Z [ 2022-12-01T11:17:58.6228308Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6228416Z ] 2022-12-01T11:17:58.6228727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6228788Z with 2022-12-01T11:17:58.6228846Z [ 2022-12-01T11:17:58.6228971Z T=std::vector> 2022-12-01T11:17:58.6229028Z ] 2022-12-01T11:17:58.6229347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6229451Z with 2022-12-01T11:17:58.6229508Z [ 2022-12-01T11:17:58.6229632Z T=std::vector> 2022-12-01T11:17:58.6229692Z ] 2022-12-01T11:17:58.6230102Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6230214Z with 2022-12-01T11:17:58.6230263Z [ 2022-12-01T11:17:58.6230386Z T=std::vector> 2022-12-01T11:17:58.6230445Z ] 2022-12-01T11:17:58.6230834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6230892Z with 2022-12-01T11:17:58.6230947Z [ 2022-12-01T11:17:58.6231066Z T=std::vector> 2022-12-01T11:17:58.6231123Z ] 2022-12-01T11:17:58.6231480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6231835Z 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-12-01T11:17:58.6232174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6232233Z with 2022-12-01T11:17:58.6232290Z [ 2022-12-01T11:17:58.6232410Z T=std::vector> 2022-12-01T11:17:58.6232466Z ] 2022-12-01T11:17:58.6232769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6232831Z with 2022-12-01T11:17:58.6232890Z [ 2022-12-01T11:17:58.6233031Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6233086Z ] 2022-12-01T11:17:58.6233410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6233468Z with 2022-12-01T11:17:58.6233524Z [ 2022-12-01T11:17:58.6233668Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6233723Z ] 2022-12-01T11:17:58.6234081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6234141Z with 2022-12-01T11:17:58.6234197Z [ 2022-12-01T11:17:58.6234399Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6234459Z ] 2022-12-01T11:17:58.6234846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6234908Z with 2022-12-01T11:17:58.6234964Z [ 2022-12-01T11:17:58.6235112Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6235160Z ] 2022-12-01T11:17:58.6235544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6236042Z 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-12-01T11:17:58.6236493Z 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-12-01T11:17:58.6236837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6236890Z with 2022-12-01T11:17:58.6236952Z [ 2022-12-01T11:17:58.6237101Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6237156Z ] 2022-12-01T11:17:58.6237460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6237521Z with 2022-12-01T11:17:58.6237578Z [ 2022-12-01T11:17:58.6237726Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6237786Z ] 2022-12-01T11:17:58.6238108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6238169Z with 2022-12-01T11:17:58.6238226Z [ 2022-12-01T11:17:58.6238372Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6238429Z ] 2022-12-01T11:17:58.6238789Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6238855Z with 2022-12-01T11:17:58.6238902Z [ 2022-12-01T11:17:58.6239045Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6239101Z ] 2022-12-01T11:17:58.6239483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6239542Z with 2022-12-01T11:17:58.6239599Z [ 2022-12-01T11:17:58.6239745Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6239802Z ] 2022-12-01T11:17:58.6240186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6240639Z 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-12-01T11:17:58.6241026Z 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-12-01T11:17:58.6241365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6241427Z with 2022-12-01T11:17:58.6241484Z [ 2022-12-01T11:17:58.6241632Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6241693Z ] 2022-12-01T11:17:58.6242413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6242483Z with 2022-12-01T11:17:58.6242545Z [ 2022-12-01T11:17:58.6242705Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6242756Z ] 2022-12-01T11:17:58.6243079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6243141Z with 2022-12-01T11:17:58.6243199Z [ 2022-12-01T11:17:58.6243300Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6243357Z ] 2022-12-01T11:17:58.6243720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6243783Z with 2022-12-01T11:17:58.6243840Z [ 2022-12-01T11:17:58.6243940Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6243995Z ] 2022-12-01T11:17:58.6244380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6244438Z with 2022-12-01T11:17:58.6244492Z [ 2022-12-01T11:17:58.6244590Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6244645Z ] 2022-12-01T11:17:58.6244997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6245329Z 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-12-01T11:17:58.6245381Z with 2022-12-01T11:17:58.6245438Z [ 2022-12-01T11:17:58.6245537Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6245599Z ] 2022-12-01T11:17:58.6245977Z 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-12-01T11:17:58.6246317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6246380Z with 2022-12-01T11:17:58.6246439Z [ 2022-12-01T11:17:58.6246601Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6246659Z ] 2022-12-01T11:17:58.6246959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6247017Z with 2022-12-01T11:17:58.6247072Z [ 2022-12-01T11:17:58.6247263Z T=std::vector> 2022-12-01T11:17:58.6247320Z ] 2022-12-01T11:17:58.6247642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6247701Z with 2022-12-01T11:17:58.6247750Z [ 2022-12-01T11:17:58.6247937Z T=std::vector> 2022-12-01T11:17:58.6248044Z ] 2022-12-01T11:17:58.6248458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6248520Z with 2022-12-01T11:17:58.6248579Z [ 2022-12-01T11:17:58.6248768Z T=std::vector> 2022-12-01T11:17:58.6248830Z ] 2022-12-01T11:17:58.6249262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6249322Z with 2022-12-01T11:17:58.6249380Z [ 2022-12-01T11:17:58.6249567Z T=std::vector> 2022-12-01T11:17:58.6249626Z ] 2022-12-01T11:17:58.6250037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6250452Z 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-12-01T11:17:58.6250790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6250850Z with 2022-12-01T11:17:58.6250908Z [ 2022-12-01T11:17:58.6251097Z T=std::vector> 2022-12-01T11:17:58.6251154Z ] 2022-12-01T11:17:58.6251456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6251517Z with 2022-12-01T11:17:58.6251566Z [ 2022-12-01T11:17:58.6251659Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6251717Z ] 2022-12-01T11:17:58.6252036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6252096Z with 2022-12-01T11:17:58.6252151Z [ 2022-12-01T11:17:58.6252249Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6252355Z ] 2022-12-01T11:17:58.6252720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6252782Z with 2022-12-01T11:17:58.6252839Z [ 2022-12-01T11:17:58.6252931Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6252987Z ] 2022-12-01T11:17:58.6253374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6253434Z with 2022-12-01T11:17:58.6253482Z [ 2022-12-01T11:17:58.6253579Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6253637Z ] 2022-12-01T11:17:58.6254032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6254435Z 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-12-01T11:17:58.6254778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6254838Z with 2022-12-01T11:17:58.6254896Z [ 2022-12-01T11:17:58.6254988Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6255046Z ] 2022-12-01T11:17:58.6255403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6255468Z with 2022-12-01T11:17:58.6255527Z [ 2022-12-01T11:17:58.6255602Z T=c10::IValue 2022-12-01T11:17:58.6255665Z ] 2022-12-01T11:17:58.6255985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6256044Z with 2022-12-01T11:17:58.6256092Z [ 2022-12-01T11:17:58.6256166Z T=c10::IValue 2022-12-01T11:17:58.6256224Z ] 2022-12-01T11:17:58.6256585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6256645Z with 2022-12-01T11:17:58.6256700Z [ 2022-12-01T11:17:58.6256775Z T=c10::IValue 2022-12-01T11:17:58.6256833Z ] 2022-12-01T11:17:58.6257218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6257278Z with 2022-12-01T11:17:58.6257334Z [ 2022-12-01T11:17:58.6257409Z T=c10::IValue 2022-12-01T11:17:58.6257468Z ] 2022-12-01T11:17:58.6257795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6258204Z 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-12-01T11:17:58.6258599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6258661Z with 2022-12-01T11:17:58.6258718Z [ 2022-12-01T11:17:58.6258783Z T=c10::IValue 2022-12-01T11:17:58.6258842Z ] 2022-12-01T11:17:58.6259145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6259205Z with 2022-12-01T11:17:58.6259262Z [ 2022-12-01T11:17:58.6259340Z T=c10::AliasInfo 2022-12-01T11:17:58.6259398Z ] 2022-12-01T11:17:58.6259717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6259780Z with 2022-12-01T11:17:58.6259881Z [ 2022-12-01T11:17:58.6259959Z T=c10::AliasInfo 2022-12-01T11:17:58.6260016Z ] 2022-12-01T11:17:58.6260373Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6260433Z with 2022-12-01T11:17:58.6260482Z [ 2022-12-01T11:17:58.6260606Z T=c10::AliasInfo 2022-12-01T11:17:58.6260668Z ] 2022-12-01T11:17:58.6261057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6261118Z with 2022-12-01T11:17:58.6261175Z [ 2022-12-01T11:17:58.6261251Z T=c10::AliasInfo 2022-12-01T11:17:58.6261314Z ] 2022-12-01T11:17:58.6261681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6262013Z 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-12-01T11:17:58.6262354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6262417Z with 2022-12-01T11:17:58.6262475Z [ 2022-12-01T11:17:58.6262550Z T=c10::AliasInfo 2022-12-01T11:17:58.6262606Z ] 2022-12-01T11:17:58.6262913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6262977Z with 2022-12-01T11:17:58.6263034Z [ 2022-12-01T11:17:58.6263155Z T=std::vector> 2022-12-01T11:17:58.6263213Z ] 2022-12-01T11:17:58.6263530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6263591Z with 2022-12-01T11:17:58.6263647Z [ 2022-12-01T11:17:58.6263772Z T=std::vector> 2022-12-01T11:17:58.6263827Z ] 2022-12-01T11:17:58.6264193Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6264303Z with 2022-12-01T11:17:58.6264361Z [ 2022-12-01T11:17:58.6264492Z T=std::vector> 2022-12-01T11:17:58.6264549Z ] 2022-12-01T11:17:58.6264932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6264994Z with 2022-12-01T11:17:58.6265050Z [ 2022-12-01T11:17:58.6265174Z T=std::vector> 2022-12-01T11:17:58.6265221Z ] 2022-12-01T11:17:58.6265565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6265672Z with 2022-12-01T11:17:58.6265730Z [ 2022-12-01T11:17:58.6265803Z T=c10::SymInt 2022-12-01T11:17:58.6265858Z ] 2022-12-01T11:17:58.6266200Z 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-12-01T11:17:58.6266259Z with 2022-12-01T11:17:58.6266315Z [ 2022-12-01T11:17:58.6266387Z T=c10::SymInt 2022-12-01T11:17:58.6266446Z ] 2022-12-01T11:17:58.6266864Z 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-12-01T11:17:58.6267297Z 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-12-01T11:17:58.6267683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6267750Z with 2022-12-01T11:17:58.6267806Z [ 2022-12-01T11:17:58.6267938Z T=std::vector> 2022-12-01T11:17:58.6267991Z ] 2022-12-01T11:17:58.6268294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6268346Z with 2022-12-01T11:17:58.6268402Z [ 2022-12-01T11:17:58.6268535Z T=c10::either 2022-12-01T11:17:58.6268598Z ] 2022-12-01T11:17:58.6268917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6268977Z with 2022-12-01T11:17:58.6269035Z [ 2022-12-01T11:17:58.6269171Z T=c10::either 2022-12-01T11:17:58.6269230Z ] 2022-12-01T11:17:58.6269588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6269651Z with 2022-12-01T11:17:58.6269708Z [ 2022-12-01T11:17:58.6269841Z T=c10::either 2022-12-01T11:17:58.6269896Z ] 2022-12-01T11:17:58.6270333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6270392Z with 2022-12-01T11:17:58.6270439Z [ 2022-12-01T11:17:58.6270572Z T=c10::either 2022-12-01T11:17:58.6270630Z ] 2022-12-01T11:17:58.6270994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6271392Z 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-12-01T11:17:58.6271780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6271842Z with 2022-12-01T11:17:58.6271900Z [ 2022-12-01T11:17:58.6272037Z T=c10::either 2022-12-01T11:17:58.6272094Z ] 2022-12-01T11:17:58.6272400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6272459Z with 2022-12-01T11:17:58.6272514Z [ 2022-12-01T11:17:58.6272603Z T=at::StepCallbacks 2022-12-01T11:17:58.6272657Z ] 2022-12-01T11:17:58.6272979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6273085Z with 2022-12-01T11:17:58.6273147Z [ 2022-12-01T11:17:58.6273226Z T=at::StepCallbacks 2022-12-01T11:17:58.6273286Z ] 2022-12-01T11:17:58.6273647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6274179Z with 2022-12-01T11:17:58.6274342Z [ 2022-12-01T11:17:58.6274518Z T=at::StepCallbacks 2022-12-01T11:17:58.6274692Z ] 2022-12-01T11:17:58.6275168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6275604Z with 2022-12-01T11:17:58.6275758Z [ 2022-12-01T11:17:58.6275934Z T=at::StepCallbacks 2022-12-01T11:17:58.6276115Z ] 2022-12-01T11:17:58.6276543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6277219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6277898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6278285Z with 2022-12-01T11:17:58.6278435Z [ 2022-12-01T11:17:58.6278612Z T=at::StepCallbacks 2022-12-01T11:17:58.6278844Z ] 2022-12-01T11:17:58.6279240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6279650Z with 2022-12-01T11:17:58.6279805Z [ 2022-12-01T11:17:58.6279975Z T=c10::DimVector 2022-12-01T11:17:58.6280188Z ] 2022-12-01T11:17:58.6280593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6280966Z with 2022-12-01T11:17:58.6281120Z [ 2022-12-01T11:17:58.6281284Z T=c10::DimVector 2022-12-01T11:17:58.6281446Z ] 2022-12-01T11:17:58.6281950Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6282354Z with 2022-12-01T11:17:58.6282503Z [ 2022-12-01T11:17:58.6282673Z T=c10::DimVector 2022-12-01T11:17:58.6282840Z ] 2022-12-01T11:17:58.6283382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6283876Z with 2022-12-01T11:17:58.6284044Z [ 2022-12-01T11:17:58.6284234Z T=c10::DimVector 2022-12-01T11:17:58.6284425Z ] 2022-12-01T11:17:58.6284919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6285684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6286494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6286898Z with 2022-12-01T11:17:58.6287059Z [ 2022-12-01T11:17:58.6287225Z T=c10::DimVector 2022-12-01T11:17:58.6287394Z ] 2022-12-01T11:17:58.6287793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6288157Z with 2022-12-01T11:17:58.6288317Z [ 2022-12-01T11:17:58.6288502Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6288689Z ] 2022-12-01T11:17:58.6289103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6289488Z with 2022-12-01T11:17:58.6289645Z [ 2022-12-01T11:17:58.6289841Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6290037Z ] 2022-12-01T11:17:58.6290483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6290901Z with 2022-12-01T11:17:58.6291052Z [ 2022-12-01T11:17:58.6291237Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6291416Z ] 2022-12-01T11:17:58.6291947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6292443Z with 2022-12-01T11:17:58.6292630Z [ 2022-12-01T11:17:58.6292816Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6292998Z ] 2022-12-01T11:17:58.6293432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6294130Z 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-12-01T11:17:58.6294884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6295284Z with 2022-12-01T11:17:58.6295425Z [ 2022-12-01T11:17:58.6295612Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6295797Z ] 2022-12-01T11:17:58.6296196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6296554Z with 2022-12-01T11:17:58.6296704Z [ 2022-12-01T11:17:58.6296922Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6297141Z ] 2022-12-01T11:17:58.6297555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6297932Z with 2022-12-01T11:17:58.6298218Z [ 2022-12-01T11:17:58.6298446Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6298658Z ] 2022-12-01T11:17:58.6299159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6299596Z with 2022-12-01T11:17:58.6299747Z [ 2022-12-01T11:17:58.6299975Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6300188Z ] 2022-12-01T11:17:58.6300670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6301131Z with 2022-12-01T11:17:58.6301297Z [ 2022-12-01T11:17:58.6301527Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6301758Z ] 2022-12-01T11:17:58.6302225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6302994Z 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-12-01T11:17:58.6303725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6304127Z with 2022-12-01T11:17:58.6304322Z [ 2022-12-01T11:17:58.6304561Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6304844Z ] 2022-12-01T11:17:58.6305292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6305659Z with 2022-12-01T11:17:58.6305818Z [ 2022-12-01T11:17:58.6306013Z T=std::tuple 2022-12-01T11:17:58.6306213Z ] 2022-12-01T11:17:58.6306626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6307001Z with 2022-12-01T11:17:58.6307155Z [ 2022-12-01T11:17:58.6307364Z T=std::tuple 2022-12-01T11:17:58.6307553Z ] 2022-12-01T11:17:58.6308060Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6308482Z with 2022-12-01T11:17:58.6308632Z [ 2022-12-01T11:17:58.6308837Z T=std::tuple 2022-12-01T11:17:58.6309028Z ] 2022-12-01T11:17:58.6309533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6309997Z with 2022-12-01T11:17:58.6310147Z [ 2022-12-01T11:17:58.6310349Z T=std::tuple 2022-12-01T11:17:58.6310592Z ] 2022-12-01T11:17:58.6311042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6311814Z 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-12-01T11:17:58.6312515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6312902Z with 2022-12-01T11:17:58.6313057Z [ 2022-12-01T11:17:58.6313262Z T=std::tuple 2022-12-01T11:17:58.6313459Z ] 2022-12-01T11:17:58.6313852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6314226Z with 2022-12-01T11:17:58.6314370Z [ 2022-12-01T11:17:58.6314545Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6314719Z ] 2022-12-01T11:17:58.6315126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6315507Z with 2022-12-01T11:17:58.6315663Z [ 2022-12-01T11:17:58.6315832Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6316013Z ] 2022-12-01T11:17:58.6316461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6316944Z with 2022-12-01T11:17:58.6317100Z [ 2022-12-01T11:17:58.6317298Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6317573Z ] 2022-12-01T11:17:58.6318072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6318526Z with 2022-12-01T11:17:58.6318679Z [ 2022-12-01T11:17:58.6318857Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6319034Z ] 2022-12-01T11:17:58.6319452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6320141Z 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-12-01T11:17:58.6320898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6321326Z with 2022-12-01T11:17:58.6321479Z [ 2022-12-01T11:17:58.6321665Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6321840Z ] 2022-12-01T11:17:58.6322227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6322595Z with 2022-12-01T11:17:58.6322747Z [ 2022-12-01T11:17:58.6323000Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6323193Z ] 2022-12-01T11:17:58.6323612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6324036Z with 2022-12-01T11:17:58.6324189Z [ 2022-12-01T11:17:58.6324394Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6324584Z ] 2022-12-01T11:17:58.6325027Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6325435Z with 2022-12-01T11:17:58.6325572Z [ 2022-12-01T11:17:58.6325774Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6325963Z ] 2022-12-01T11:17:58.6326441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6326875Z with 2022-12-01T11:17:58.6327028Z [ 2022-12-01T11:17:58.6327213Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6327399Z ] 2022-12-01T11:17:58.6327843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6328548Z 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-12-01T11:17:58.6329289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6329693Z with 2022-12-01T11:17:58.6329845Z [ 2022-12-01T11:17:58.6330153Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6330347Z ] 2022-12-01T11:17:58.6330743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6331109Z with 2022-12-01T11:17:58.6331263Z [ 2022-12-01T11:17:58.6331463Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6331643Z ] 2022-12-01T11:17:58.6332054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6332432Z with 2022-12-01T11:17:58.6332580Z [ 2022-12-01T11:17:58.6332775Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6332951Z ] 2022-12-01T11:17:58.6333445Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6333932Z with 2022-12-01T11:17:58.6334096Z [ 2022-12-01T11:17:58.6334293Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6334482Z ] 2022-12-01T11:17:58.6334957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6335382Z with 2022-12-01T11:17:58.6335585Z [ 2022-12-01T11:17:58.6335781Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6335967Z ] 2022-12-01T11:17:58.6336460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6337172Z 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-12-01T11:17:58.6337851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6338337Z with 2022-12-01T11:17:58.6338489Z [ 2022-12-01T11:17:58.6338686Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6338875Z ] 2022-12-01T11:17:58.6339270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6339639Z with 2022-12-01T11:17:58.6339781Z [ 2022-12-01T11:17:58.6339963Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6340141Z ] 2022-12-01T11:17:58.6340555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6340933Z with 2022-12-01T11:17:58.6341072Z [ 2022-12-01T11:17:58.6341244Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6341413Z ] 2022-12-01T11:17:58.6341906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6342319Z with 2022-12-01T11:17:58.6342522Z [ 2022-12-01T11:17:58.6342691Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6343011Z ] 2022-12-01T11:17:58.6343498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6343940Z with 2022-12-01T11:17:58.6344091Z [ 2022-12-01T11:17:58.6344268Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6344428Z ] 2022-12-01T11:17:58.6344853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6345531Z 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-12-01T11:17:58.6346327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6346725Z with 2022-12-01T11:17:58.6346877Z [ 2022-12-01T11:17:58.6347055Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6347218Z ] 2022-12-01T11:17:58.6347613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6348025Z with 2022-12-01T11:17:58.6348181Z [ 2022-12-01T11:17:58.6348366Z T=at::ThreadLocalState 2022-12-01T11:17:58.6348556Z ] 2022-12-01T11:17:58.6348964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6349401Z with 2022-12-01T11:17:58.6349554Z [ 2022-12-01T11:17:58.6349733Z T=at::ThreadLocalState 2022-12-01T11:17:58.6349911Z ] 2022-12-01T11:17:58.6350363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6350771Z with 2022-12-01T11:17:58.6350923Z [ 2022-12-01T11:17:58.6351106Z T=at::ThreadLocalState 2022-12-01T11:17:58.6351285Z ] 2022-12-01T11:17:58.6351765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6352198Z with 2022-12-01T11:17:58.6352338Z [ 2022-12-01T11:17:58.6352523Z T=at::ThreadLocalState 2022-12-01T11:17:58.6352708Z ] 2022-12-01T11:17:58.6353141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6353837Z 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-12-01T11:17:58.6354575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6354974Z with 2022-12-01T11:17:58.6355117Z [ 2022-12-01T11:17:58.6355345Z T=at::ThreadLocalState 2022-12-01T11:17:58.6355522Z ] 2022-12-01T11:17:58.6356304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6356672Z with 2022-12-01T11:17:58.6356828Z [ 2022-12-01T11:17:58.6357019Z T=std::shared_ptr 2022-12-01T11:17:58.6357211Z ] 2022-12-01T11:17:58.6357621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6358000Z with 2022-12-01T11:17:58.6358148Z [ 2022-12-01T11:17:58.6358336Z T=std::shared_ptr 2022-12-01T11:17:58.6358526Z ] 2022-12-01T11:17:58.6359032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6359453Z with 2022-12-01T11:17:58.6359604Z [ 2022-12-01T11:17:58.6359804Z T=std::shared_ptr 2022-12-01T11:17:58.6359985Z ] 2022-12-01T11:17:58.6360464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6360965Z with 2022-12-01T11:17:58.6361123Z [ 2022-12-01T11:17:58.6361318Z T=std::shared_ptr 2022-12-01T11:17:58.6361514Z ] 2022-12-01T11:17:58.6362003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6362696Z 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-12-01T11:17:58.6363407Z 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-12-01T11:17:58.6364111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6364513Z with 2022-12-01T11:17:58.6364664Z [ 2022-12-01T11:17:58.6364864Z T=std::shared_ptr 2022-12-01T11:17:58.6365054Z ] 2022-12-01T11:17:58.6365444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6365810Z with 2022-12-01T11:17:58.6365964Z [ 2022-12-01T11:17:58.6366150Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6366333Z ] 2022-12-01T11:17:58.6366739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6367162Z with 2022-12-01T11:17:58.6367312Z [ 2022-12-01T11:17:58.6367499Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6367682Z ] 2022-12-01T11:17:58.6368181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6368664Z with 2022-12-01T11:17:58.6368803Z [ 2022-12-01T11:17:58.6368990Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6369171Z ] 2022-12-01T11:17:58.6369645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6370084Z with 2022-12-01T11:17:58.6370236Z [ 2022-12-01T11:17:58.6370409Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6370590Z ] 2022-12-01T11:17:58.6371026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6371742Z 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-12-01T11:17:58.6372446Z 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-12-01T11:17:58.6373145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6373600Z with 2022-12-01T11:17:58.6373756Z [ 2022-12-01T11:17:58.6373935Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6374170Z ] 2022-12-01T11:17:58.6374576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6374937Z with 2022-12-01T11:17:58.6375085Z [ 2022-12-01T11:17:58.6375260Z T=torch::jit::Method 2022-12-01T11:17:58.6375425Z ] 2022-12-01T11:17:58.6375838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6376216Z with 2022-12-01T11:17:58.6376369Z [ 2022-12-01T11:17:58.6376540Z T=torch::jit::Method 2022-12-01T11:17:58.6376699Z ] 2022-12-01T11:17:58.6377143Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6377550Z with 2022-12-01T11:17:58.6377702Z [ 2022-12-01T11:17:58.6377878Z T=torch::jit::Method 2022-12-01T11:17:58.6378049Z ] 2022-12-01T11:17:58.6378623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6379060Z with 2022-12-01T11:17:58.6379213Z [ 2022-12-01T11:17:58.6379383Z T=torch::jit::Method 2022-12-01T11:17:58.6379603Z ] 2022-12-01T11:17:58.6380034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6380741Z 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-12-01T11:17:58.6381472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6381871Z with 2022-12-01T11:17:58.6382024Z [ 2022-12-01T11:17:58.6382199Z T=torch::jit::Method 2022-12-01T11:17:58.6382371Z ] 2022-12-01T11:17:58.6382762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6383117Z with 2022-12-01T11:17:58.6383268Z [ 2022-12-01T11:17:58.6383490Z T=std::vector> 2022-12-01T11:17:58.6383703Z ] 2022-12-01T11:17:58.6384158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6384553Z with 2022-12-01T11:17:58.6384694Z [ 2022-12-01T11:17:58.6384918Z T=std::vector> 2022-12-01T11:17:58.6385124Z ] 2022-12-01T11:17:58.6385570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6386029Z with 2022-12-01T11:17:58.6386182Z [ 2022-12-01T11:17:58.6386394Z T=std::vector> 2022-12-01T11:17:58.6386654Z ] 2022-12-01T11:17:58.6387140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6387584Z with 2022-12-01T11:17:58.6387738Z [ 2022-12-01T11:17:58.6387958Z T=std::vector> 2022-12-01T11:17:58.6388159Z ] 2022-12-01T11:17:58.6388619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6389351Z 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-12-01T11:17:58.6390058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6390460Z with 2022-12-01T11:17:58.6390615Z [ 2022-12-01T11:17:58.6390839Z T=std::vector> 2022-12-01T11:17:58.6391053Z ] 2022-12-01T11:17:58.6391441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6391807Z with 2022-12-01T11:17:58.6391954Z [ 2022-12-01T11:17:58.6392297Z T=std::function 2022-12-01T11:17:58.6392533Z ] 2022-12-01T11:17:58.6392999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6393372Z with 2022-12-01T11:17:58.6393591Z [ 2022-12-01T11:17:58.6393850Z T=std::function 2022-12-01T11:17:58.6394089Z ] 2022-12-01T11:17:58.6394537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6394953Z with 2022-12-01T11:17:58.6395098Z [ 2022-12-01T11:17:58.6395352Z T=std::function 2022-12-01T11:17:58.6395591Z ] 2022-12-01T11:17:58.6396077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6396520Z with 2022-12-01T11:17:58.6396679Z [ 2022-12-01T11:17:58.6396972Z T=std::function 2022-12-01T11:17:58.6397213Z ] 2022-12-01T11:17:58.6397694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6398546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6399345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6399753Z with 2022-12-01T11:17:58.6399911Z [ 2022-12-01T11:17:58.6400168Z T=std::function 2022-12-01T11:17:58.6400391Z ] 2022-12-01T11:17:58.6400793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6401158Z with 2022-12-01T11:17:58.6401316Z [ 2022-12-01T11:17:58.6401592Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6401864Z ] 2022-12-01T11:17:58.6402269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6402653Z with 2022-12-01T11:17:58.6402810Z [ 2022-12-01T11:17:58.6403093Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6403350Z ] 2022-12-01T11:17:58.6403799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6404217Z with 2022-12-01T11:17:58.6404362Z [ 2022-12-01T11:17:58.6404712Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6404972Z ] 2022-12-01T11:17:58.6413914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6414397Z with 2022-12-01T11:17:58.6414719Z [ 2022-12-01T11:17:58.6415016Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6415273Z ] 2022-12-01T11:17:58.6415800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6416677Z 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-12-01T11:17:58.6417531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6417997Z with 2022-12-01T11:17:58.6418961Z [ 2022-12-01T11:17:58.6419273Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6419540Z ] 2022-12-01T11:17:58.6419933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6420310Z with 2022-12-01T11:17:58.6420467Z [ 2022-12-01T11:17:58.6420685Z T=std::vector> 2022-12-01T11:17:58.6420890Z ] 2022-12-01T11:17:58.6421300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6421672Z with 2022-12-01T11:17:58.6421830Z [ 2022-12-01T11:17:58.6422050Z T=std::vector> 2022-12-01T11:17:58.6422263Z ] 2022-12-01T11:17:58.6422722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6423140Z with 2022-12-01T11:17:58.6423334Z [ 2022-12-01T11:17:58.6423548Z T=std::vector> 2022-12-01T11:17:58.6423748Z ] 2022-12-01T11:17:58.6424277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6424731Z with 2022-12-01T11:17:58.6424885Z [ 2022-12-01T11:17:58.6425089Z T=std::vector> 2022-12-01T11:17:58.6425294Z ] 2022-12-01T11:17:58.6425728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6426131Z with 2022-12-01T11:17:58.6426277Z [ 2022-12-01T11:17:58.6426438Z T=double 2022-12-01T11:17:58.6426588Z ] 2022-12-01T11:17:58.6427066Z 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-12-01T11:17:58.6427515Z with 2022-12-01T11:17:58.6427669Z [ 2022-12-01T11:17:58.6427827Z T=double 2022-12-01T11:17:58.6427977Z ] 2022-12-01T11:17:58.6428412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6428877Z with 2022-12-01T11:17:58.6429030Z [ 2022-12-01T11:17:58.6429237Z T=std::vector> 2022-12-01T11:17:58.6429498Z ] 2022-12-01T11:17:58.6429905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6430329Z with 2022-12-01T11:17:58.6430486Z [ 2022-12-01T11:17:58.6430688Z T=std::tuple 2022-12-01T11:17:58.6430872Z ] 2022-12-01T11:17:58.6431290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6431676Z with 2022-12-01T11:17:58.6431833Z [ 2022-12-01T11:17:58.6432091Z T=std::tuple 2022-12-01T11:17:58.6432272Z ] 2022-12-01T11:17:58.6432725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6433144Z with 2022-12-01T11:17:58.6433300Z [ 2022-12-01T11:17:58.6433506Z T=std::tuple 2022-12-01T11:17:58.6433690Z ] 2022-12-01T11:17:58.6434159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6434607Z with 2022-12-01T11:17:58.6434761Z [ 2022-12-01T11:17:58.6434960Z T=std::tuple 2022-12-01T11:17:58.6435154Z ] 2022-12-01T11:17:58.6435595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6436373Z 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-12-01T11:17:58.6437139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6437527Z with 2022-12-01T11:17:58.6437687Z [ 2022-12-01T11:17:58.6437894Z T=std::tuple 2022-12-01T11:17:58.6438091Z ] 2022-12-01T11:17:58.6438489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6438897Z with 2022-12-01T11:17:58.6439043Z [ 2022-12-01T11:17:58.6439269Z T=std::vector> 2022-12-01T11:17:58.6439479Z ] 2022-12-01T11:17:58.6439901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6440286Z with 2022-12-01T11:17:58.6440442Z [ 2022-12-01T11:17:58.6440657Z T=std::vector> 2022-12-01T11:17:58.6440865Z ] 2022-12-01T11:17:58.6441329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6441818Z with 2022-12-01T11:17:58.6442032Z [ 2022-12-01T11:17:58.6442263Z T=std::vector> 2022-12-01T11:17:58.6442468Z ] 2022-12-01T11:17:58.6443003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6443074Z with 2022-12-01T11:17:58.6443134Z [ 2022-12-01T11:17:58.6443267Z T=std::vector> 2022-12-01T11:17:58.6443324Z ] 2022-12-01T11:17:58.6443747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6444151Z 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-12-01T11:17:58.6444497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6444563Z with 2022-12-01T11:17:58.6444624Z [ 2022-12-01T11:17:58.6444761Z T=std::vector> 2022-12-01T11:17:58.6444822Z ] 2022-12-01T11:17:58.6445313Z [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-12-01T11:17:58.6445495Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-12-01T11:17:58.6445628Z Loading extension module reloaded_jit_extension_v2... 2022-12-01T11:17:58.6445693Z ok (38.699s) 2022-12-01T11:17:58.6446041Z 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_cpu as PyTorch extensions root... 2022-12-01T11:17:58.6446267Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-12-01T11:17:58.6446529Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-12-01T11:17:58.6446655Z Building extension module is_python_module_v1... 2022-12-01T11:17:58.6446864Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.6447815Z [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_cpu\is_python_module\main.cpp /Fomain.o 2022-12-01T11:17:58.6447973Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.6448149Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.6448171Z 2022-12-01T11:17:58.6448524Z 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-12-01T11:17:58.6448841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6448908Z with 2022-12-01T11:17:58.6448970Z [ 2022-12-01T11:17:58.6449050Z T=c10::SymInt 2022-12-01T11:17:58.6449159Z ] 2022-12-01T11:17:58.6449489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6449557Z with 2022-12-01T11:17:58.6449623Z [ 2022-12-01T11:17:58.6449750Z T=c10::SymInt 2022-12-01T11:17:58.6449812Z ] 2022-12-01T11:17:58.6450176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6450238Z with 2022-12-01T11:17:58.6450296Z [ 2022-12-01T11:17:58.6450373Z T=c10::SymInt 2022-12-01T11:17:58.6450435Z ] 2022-12-01T11:17:58.6450811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6450877Z with 2022-12-01T11:17:58.6450939Z [ 2022-12-01T11:17:58.6451016Z T=c10::SymInt 2022-12-01T11:17:58.6451077Z ] 2022-12-01T11:17:58.6451409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6451731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6452076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6452140Z with 2022-12-01T11:17:58.6452201Z [ 2022-12-01T11:17:58.6452278Z T=c10::SymInt 2022-12-01T11:17:58.6452341Z ] 2022-12-01T11:17:58.6452638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.6452951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6453015Z with 2022-12-01T11:17:58.6453078Z [ 2022-12-01T11:17:58.6453165Z T=at::TensorBase 2022-12-01T11:17:58.6453228Z ] 2022-12-01T11:17:58.6453535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6453602Z with 2022-12-01T11:17:58.6453665Z [ 2022-12-01T11:17:58.6453746Z T=at::TensorBase 2022-12-01T11:17:58.6453809Z ] 2022-12-01T11:17:58.6454173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6454283Z with 2022-12-01T11:17:58.6454344Z [ 2022-12-01T11:17:58.6454428Z T=at::TensorBase 2022-12-01T11:17:58.6454487Z ] 2022-12-01T11:17:58.6454927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6454994Z with 2022-12-01T11:17:58.6455054Z [ 2022-12-01T11:17:58.6455138Z T=at::TensorBase 2022-12-01T11:17:58.6455201Z ] 2022-12-01T11:17:58.6455563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6455946Z 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-12-01T11:17:58.6456295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6456363Z with 2022-12-01T11:17:58.6456428Z [ 2022-12-01T11:17:58.6456511Z T=at::TensorBase 2022-12-01T11:17:58.6456574Z ] 2022-12-01T11:17:58.6456879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6456943Z with 2022-12-01T11:17:58.6457004Z [ 2022-12-01T11:17:58.6457082Z T=at::Tensor 2022-12-01T11:17:58.6457144Z ] 2022-12-01T11:17:58.6457468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6457529Z with 2022-12-01T11:17:58.6457588Z [ 2022-12-01T11:17:58.6457666Z T=at::Tensor 2022-12-01T11:17:58.6457716Z ] 2022-12-01T11:17:58.6458080Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6458233Z with 2022-12-01T11:17:58.6458302Z [ 2022-12-01T11:17:58.6458383Z T=at::Tensor 2022-12-01T11:17:58.6458444Z ] 2022-12-01T11:17:58.6458831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6458899Z with 2022-12-01T11:17:58.6458959Z [ 2022-12-01T11:17:58.6459036Z T=at::Tensor 2022-12-01T11:17:58.6459097Z ] 2022-12-01T11:17:58.6459423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6459748Z 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-12-01T11:17:58.6460087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6460207Z with 2022-12-01T11:17:58.6460270Z [ 2022-12-01T11:17:58.6460351Z T=at::Tensor 2022-12-01T11:17:58.6460413Z ] 2022-12-01T11:17:58.6460715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6460780Z with 2022-12-01T11:17:58.6460888Z [ 2022-12-01T11:17:58.6460974Z T=at::Generator 2022-12-01T11:17:58.6461035Z ] 2022-12-01T11:17:58.6461355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6461420Z with 2022-12-01T11:17:58.6461482Z [ 2022-12-01T11:17:58.6461563Z T=at::Generator 2022-12-01T11:17:58.6461669Z ] 2022-12-01T11:17:58.6462079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6462146Z with 2022-12-01T11:17:58.6462208Z [ 2022-12-01T11:17:58.6462290Z T=at::Generator 2022-12-01T11:17:58.6462338Z ] 2022-12-01T11:17:58.6462730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6462795Z with 2022-12-01T11:17:58.6462858Z [ 2022-12-01T11:17:58.6462938Z T=at::Generator 2022-12-01T11:17:58.6462999Z ] 2022-12-01T11:17:58.6463326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6463660Z 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-12-01T11:17:58.6464002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6464066Z with 2022-12-01T11:17:58.6464126Z [ 2022-12-01T11:17:58.6464207Z T=at::Generator 2022-12-01T11:17:58.6464268Z ] 2022-12-01T11:17:58.6464576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6464638Z with 2022-12-01T11:17:58.6464701Z [ 2022-12-01T11:17:58.6464781Z T=c10::Scalar 2022-12-01T11:17:58.6464829Z ] 2022-12-01T11:17:58.6465150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6465216Z with 2022-12-01T11:17:58.6465277Z [ 2022-12-01T11:17:58.6465354Z T=c10::Scalar 2022-12-01T11:17:58.6465415Z ] 2022-12-01T11:17:58.6465780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6465846Z with 2022-12-01T11:17:58.6465905Z [ 2022-12-01T11:17:58.6465981Z T=c10::Scalar 2022-12-01T11:17:58.6466037Z ] 2022-12-01T11:17:58.6466476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6466539Z with 2022-12-01T11:17:58.6466601Z [ 2022-12-01T11:17:58.6466679Z T=c10::Scalar 2022-12-01T11:17:58.6466740Z ] 2022-12-01T11:17:58.6467056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6467436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6467831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6467901Z with 2022-12-01T11:17:58.6467959Z [ 2022-12-01T11:17:58.6468045Z T=c10::Scalar 2022-12-01T11:17:58.6468151Z ] 2022-12-01T11:17:58.6468460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6468521Z with 2022-12-01T11:17:58.6468581Z [ 2022-12-01T11:17:58.6468645Z T=std::string 2022-12-01T11:17:58.6468707Z ] 2022-12-01T11:17:58.6469028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6469093Z with 2022-12-01T11:17:58.6469154Z [ 2022-12-01T11:17:58.6469233Z T=std::string 2022-12-01T11:17:58.6469296Z ] 2022-12-01T11:17:58.6469655Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6469718Z with 2022-12-01T11:17:58.6469777Z [ 2022-12-01T11:17:58.6469852Z T=std::string 2022-12-01T11:17:58.6469910Z ] 2022-12-01T11:17:58.6470295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6470358Z with 2022-12-01T11:17:58.6470418Z [ 2022-12-01T11:17:58.6470481Z T=std::string 2022-12-01T11:17:58.6470544Z ] 2022-12-01T11:17:58.6470877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6471208Z 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-12-01T11:17:58.6471554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6471619Z with 2022-12-01T11:17:58.6471679Z [ 2022-12-01T11:17:58.6471756Z T=std::string 2022-12-01T11:17:58.6471818Z ] 2022-12-01T11:17:58.6472125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6472235Z with 2022-12-01T11:17:58.6472296Z [ 2022-12-01T11:17:58.6472389Z T=c10::QualifiedName 2022-12-01T11:17:58.6472447Z ] 2022-12-01T11:17:58.6472769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6472831Z with 2022-12-01T11:17:58.6472892Z [ 2022-12-01T11:17:58.6472968Z T=c10::QualifiedName 2022-12-01T11:17:58.6473029Z ] 2022-12-01T11:17:58.6473394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6473456Z with 2022-12-01T11:17:58.6473517Z [ 2022-12-01T11:17:58.6473606Z T=c10::QualifiedName 2022-12-01T11:17:58.6473767Z ] 2022-12-01T11:17:58.6474162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6474226Z with 2022-12-01T11:17:58.6474285Z [ 2022-12-01T11:17:58.6474374Z T=c10::QualifiedName 2022-12-01T11:17:58.6474440Z ] 2022-12-01T11:17:58.6474826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6475168Z 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-12-01T11:17:58.6475515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6475576Z with 2022-12-01T11:17:58.6475638Z [ 2022-12-01T11:17:58.6475724Z T=c10::QualifiedName 2022-12-01T11:17:58.6475771Z ] 2022-12-01T11:17:58.6476077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6476143Z with 2022-12-01T11:17:58.6476204Z [ 2022-12-01T11:17:58.6476337Z T=std::shared_ptr 2022-12-01T11:17:58.6476400Z ] 2022-12-01T11:17:58.6476722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6476790Z with 2022-12-01T11:17:58.6476850Z [ 2022-12-01T11:17:58.6476982Z T=std::shared_ptr 2022-12-01T11:17:58.6477043Z ] 2022-12-01T11:17:58.6477408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6477469Z with 2022-12-01T11:17:58.6477528Z [ 2022-12-01T11:17:58.6477658Z T=std::shared_ptr 2022-12-01T11:17:58.6477705Z ] 2022-12-01T11:17:58.6478095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6478204Z with 2022-12-01T11:17:58.6478267Z [ 2022-12-01T11:17:58.6478393Z T=std::shared_ptr 2022-12-01T11:17:58.6478454Z ] 2022-12-01T11:17:58.6478822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6479183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6479520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6479586Z with 2022-12-01T11:17:58.6479651Z [ 2022-12-01T11:17:58.6479822Z T=std::shared_ptr 2022-12-01T11:17:58.6479886Z ] 2022-12-01T11:17:58.6480241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6480307Z with 2022-12-01T11:17:58.6480369Z [ 2022-12-01T11:17:58.6480500Z T=std::weak_ptr 2022-12-01T11:17:58.6480562Z ] 2022-12-01T11:17:58.6480933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6480986Z with 2022-12-01T11:17:58.6481045Z [ 2022-12-01T11:17:58.6481172Z T=std::weak_ptr 2022-12-01T11:17:58.6481232Z ] 2022-12-01T11:17:58.6481596Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6481661Z with 2022-12-01T11:17:58.6481721Z [ 2022-12-01T11:17:58.6481849Z T=std::weak_ptr 2022-12-01T11:17:58.6481912Z ] 2022-12-01T11:17:58.6482306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6482371Z with 2022-12-01T11:17:58.6482430Z [ 2022-12-01T11:17:58.6482555Z T=std::weak_ptr 2022-12-01T11:17:58.6482615Z ] 2022-12-01T11:17:58.6482985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6483346Z 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-12-01T11:17:58.6483685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6483748Z with 2022-12-01T11:17:58.6483808Z [ 2022-12-01T11:17:58.6483920Z T=std::weak_ptr 2022-12-01T11:17:58.6483981Z ] 2022-12-01T11:17:58.6484293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6484408Z with 2022-12-01T11:17:58.6484469Z [ 2022-12-01T11:17:58.6484627Z T=std::vector> 2022-12-01T11:17:58.6484691Z ] 2022-12-01T11:17:58.6485015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6485083Z with 2022-12-01T11:17:58.6485143Z [ 2022-12-01T11:17:58.6485300Z T=std::vector> 2022-12-01T11:17:58.6485360Z ] 2022-12-01T11:17:58.6485767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6485834Z with 2022-12-01T11:17:58.6485896Z [ 2022-12-01T11:17:58.6486049Z T=std::vector> 2022-12-01T11:17:58.6486097Z ] 2022-12-01T11:17:58.6486531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6486598Z with 2022-12-01T11:17:58.6486658Z [ 2022-12-01T11:17:58.6486810Z T=std::vector> 2022-12-01T11:17:58.6486873Z ] 2022-12-01T11:17:58.6487291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6487680Z 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-12-01T11:17:58.6488020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6488086Z with 2022-12-01T11:17:58.6488147Z [ 2022-12-01T11:17:58.6488299Z T=std::vector> 2022-12-01T11:17:58.6488355Z ] 2022-12-01T11:17:58.6488663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6488730Z with 2022-12-01T11:17:58.6488794Z [ 2022-12-01T11:17:58.6488916Z T=std::vector> 2022-12-01T11:17:58.6488979Z ] 2022-12-01T11:17:58.6489305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6489373Z with 2022-12-01T11:17:58.6489420Z [ 2022-12-01T11:17:58.6489538Z T=std::vector> 2022-12-01T11:17:58.6489599Z ] 2022-12-01T11:17:58.6489964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6490029Z with 2022-12-01T11:17:58.6490090Z [ 2022-12-01T11:17:58.6490257Z T=std::vector> 2022-12-01T11:17:58.6490316Z ] 2022-12-01T11:17:58.6490704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6490771Z with 2022-12-01T11:17:58.6490833Z [ 2022-12-01T11:17:58.6490951Z T=std::vector> 2022-12-01T11:17:58.6491014Z ] 2022-12-01T11:17:58.6491364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6491758Z 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-12-01T11:17:58.6492109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6492174Z with 2022-12-01T11:17:58.6492234Z [ 2022-12-01T11:17:58.6492340Z T=std::vector> 2022-12-01T11:17:58.6492402Z ] 2022-12-01T11:17:58.6492754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6492823Z with 2022-12-01T11:17:58.6492883Z [ 2022-12-01T11:17:58.6493053Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6493115Z ] 2022-12-01T11:17:58.6493497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6493563Z with 2022-12-01T11:17:58.6493621Z [ 2022-12-01T11:17:58.6493793Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6493855Z ] 2022-12-01T11:17:58.6494222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6494287Z with 2022-12-01T11:17:58.6494348Z [ 2022-12-01T11:17:58.6494516Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6494563Z ] 2022-12-01T11:17:58.6494956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6495023Z with 2022-12-01T11:17:58.6495085Z [ 2022-12-01T11:17:58.6495255Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6495315Z ] 2022-12-01T11:17:58.6495714Z C:\actions-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-12-01T11:17:58.6496102Z 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-12-01T11:17:58.6496483Z 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-12-01T11:17:58.6496826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6496892Z with 2022-12-01T11:17:58.6496954Z [ 2022-12-01T11:17:58.6497120Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6497181Z ] 2022-12-01T11:17:58.6497490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6497558Z with 2022-12-01T11:17:58.6497620Z [ 2022-12-01T11:17:58.6497823Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6497888Z ] 2022-12-01T11:17:58.6498290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6498360Z with 2022-12-01T11:17:58.6498422Z [ 2022-12-01T11:17:58.6498569Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6498631Z ] 2022-12-01T11:17:58.6499048Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6499114Z with 2022-12-01T11:17:58.6499180Z [ 2022-12-01T11:17:58.6499341Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6499400Z ] 2022-12-01T11:17:58.6499837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6499902Z with 2022-12-01T11:17:58.6499964Z [ 2022-12-01T11:17:58.6500126Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6500189Z ] 2022-12-01T11:17:58.6500581Z C:\actions-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-12-01T11:17:58.6500967Z 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-12-01T11:17:58.6501289Z 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-12-01T11:17:58.6501628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6501694Z with 2022-12-01T11:17:58.6501758Z [ 2022-12-01T11:17:58.6501919Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6501981Z ] 2022-12-01T11:17:58.6502296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6502735Z with 2022-12-01T11:17:58.6502782Z [ 2022-12-01T11:17:58.6502912Z T=std::vector> 2022-12-01T11:17:58.6502974Z ] 2022-12-01T11:17:58.6503301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6503369Z with 2022-12-01T11:17:58.6503430Z [ 2022-12-01T11:17:58.6503556Z T=std::vector> 2022-12-01T11:17:58.6503616Z ] 2022-12-01T11:17:58.6504030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6504098Z with 2022-12-01T11:17:58.6504160Z [ 2022-12-01T11:17:58.6504286Z T=std::vector> 2022-12-01T11:17:58.6504347Z ] 2022-12-01T11:17:58.6504738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6504803Z with 2022-12-01T11:17:58.6504862Z [ 2022-12-01T11:17:58.6505019Z T=std::vector> 2022-12-01T11:17:58.6505081Z ] 2022-12-01T11:17:58.6505439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6505850Z 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-12-01T11:17:58.6506196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6506262Z with 2022-12-01T11:17:58.6506321Z [ 2022-12-01T11:17:58.6506444Z T=std::vector> 2022-12-01T11:17:58.6506504Z ] 2022-12-01T11:17:58.6506815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6506878Z with 2022-12-01T11:17:58.6506941Z [ 2022-12-01T11:17:58.6507098Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6507161Z ] 2022-12-01T11:17:58.6507481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6507546Z with 2022-12-01T11:17:58.6507604Z [ 2022-12-01T11:17:58.6507760Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6507807Z ] 2022-12-01T11:17:58.6508170Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6508234Z with 2022-12-01T11:17:58.6508293Z [ 2022-12-01T11:17:58.6508443Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6508557Z ] 2022-12-01T11:17:58.6508942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6509003Z with 2022-12-01T11:17:58.6509064Z [ 2022-12-01T11:17:58.6509215Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6509280Z ] 2022-12-01T11:17:58.6509669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6510114Z 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-12-01T11:17:58.6510511Z 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-12-01T11:17:58.6510855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6510920Z with 2022-12-01T11:17:58.6510981Z [ 2022-12-01T11:17:58.6511132Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6511242Z ] 2022-12-01T11:17:58.6511560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6511629Z with 2022-12-01T11:17:58.6511676Z [ 2022-12-01T11:17:58.6511824Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6511885Z ] 2022-12-01T11:17:58.6512260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6512325Z with 2022-12-01T11:17:58.6512384Z [ 2022-12-01T11:17:58.6512535Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6512597Z ] 2022-12-01T11:17:58.6512960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6513025Z with 2022-12-01T11:17:58.6513087Z [ 2022-12-01T11:17:58.6513239Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6513300Z ] 2022-12-01T11:17:58.6513688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6513752Z with 2022-12-01T11:17:58.6513812Z [ 2022-12-01T11:17:58.6513961Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6514008Z ] 2022-12-01T11:17:58.6514394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6514794Z 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-12-01T11:17:58.6515237Z 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-12-01T11:17:58.6515595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6515647Z with 2022-12-01T11:17:58.6515713Z [ 2022-12-01T11:17:58.6515864Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6515929Z ] 2022-12-01T11:17:58.6516285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6516354Z with 2022-12-01T11:17:58.6516415Z [ 2022-12-01T11:17:58.6516522Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6516584Z ] 2022-12-01T11:17:58.6516907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6516975Z with 2022-12-01T11:17:58.6517040Z [ 2022-12-01T11:17:58.6517145Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6517203Z ] 2022-12-01T11:17:58.6517612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6517682Z with 2022-12-01T11:17:58.6517729Z [ 2022-12-01T11:17:58.6517832Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6517892Z ] 2022-12-01T11:17:58.6518328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6518394Z with 2022-12-01T11:17:58.6518457Z [ 2022-12-01T11:17:58.6518564Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6518626Z ] 2022-12-01T11:17:58.6518976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6519308Z 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-12-01T11:17:58.6519377Z with 2022-12-01T11:17:58.6519437Z [ 2022-12-01T11:17:58.6519541Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6519601Z ] 2022-12-01T11:17:58.6519983Z 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-12-01T11:17:58.6520324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6520390Z with 2022-12-01T11:17:58.6520438Z [ 2022-12-01T11:17:58.6520541Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6520655Z ] 2022-12-01T11:17:58.6520971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6521039Z with 2022-12-01T11:17:58.6521102Z [ 2022-12-01T11:17:58.6521296Z T=std::vector> 2022-12-01T11:17:58.6521357Z ] 2022-12-01T11:17:58.6521688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6521753Z with 2022-12-01T11:17:58.6521816Z [ 2022-12-01T11:17:58.6522005Z T=std::vector> 2022-12-01T11:17:58.6522068Z ] 2022-12-01T11:17:58.6522478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6522543Z with 2022-12-01T11:17:58.6522603Z [ 2022-12-01T11:17:58.6522790Z T=std::vector> 2022-12-01T11:17:58.6522838Z ] 2022-12-01T11:17:58.6523225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6523291Z with 2022-12-01T11:17:58.6523353Z [ 2022-12-01T11:17:58.6523538Z T=std::vector> 2022-12-01T11:17:58.6523609Z ] 2022-12-01T11:17:58.6524068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6524530Z 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-12-01T11:17:58.6524880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6524947Z with 2022-12-01T11:17:58.6525009Z [ 2022-12-01T11:17:58.6525204Z T=std::vector> 2022-12-01T11:17:58.6525268Z ] 2022-12-01T11:17:58.6525578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6525643Z with 2022-12-01T11:17:58.6525703Z [ 2022-12-01T11:17:58.6525802Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6525864Z ] 2022-12-01T11:17:58.6526189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6526254Z with 2022-12-01T11:17:58.6526315Z [ 2022-12-01T11:17:58.6526398Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6526460Z ] 2022-12-01T11:17:58.6526831Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6526944Z with 2022-12-01T11:17:58.6527005Z [ 2022-12-01T11:17:58.6527101Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6527161Z ] 2022-12-01T11:17:58.6527550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6527616Z with 2022-12-01T11:17:58.6527677Z [ 2022-12-01T11:17:58.6527773Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6527831Z ] 2022-12-01T11:17:58.6528531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6528899Z 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-12-01T11:17:58.6529246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6529311Z with 2022-12-01T11:17:58.6529374Z [ 2022-12-01T11:17:58.6529468Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6529517Z ] 2022-12-01T11:17:58.6529827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6529940Z with 2022-12-01T11:17:58.6530003Z [ 2022-12-01T11:17:58.6530081Z T=c10::IValue 2022-12-01T11:17:58.6530143Z ] 2022-12-01T11:17:58.6530463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6530528Z with 2022-12-01T11:17:58.6530591Z [ 2022-12-01T11:17:58.6530711Z T=c10::IValue 2022-12-01T11:17:58.6530772Z ] 2022-12-01T11:17:58.6531137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6531200Z with 2022-12-01T11:17:58.6531256Z [ 2022-12-01T11:17:58.6531320Z T=c10::IValue 2022-12-01T11:17:58.6531386Z ] 2022-12-01T11:17:58.6531777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6531842Z with 2022-12-01T11:17:58.6531903Z [ 2022-12-01T11:17:58.6531982Z T=c10::IValue 2022-12-01T11:17:58.6532045Z ] 2022-12-01T11:17:58.6532381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6532709Z 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-12-01T11:17:58.6533054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6533176Z with 2022-12-01T11:17:58.6533237Z [ 2022-12-01T11:17:58.6533316Z T=c10::IValue 2022-12-01T11:17:58.6533378Z ] 2022-12-01T11:17:58.6533684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6533750Z with 2022-12-01T11:17:58.6533812Z [ 2022-12-01T11:17:58.6533882Z T=c10::AliasInfo 2022-12-01T11:17:58.6533944Z ] 2022-12-01T11:17:58.6534268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6534335Z with 2022-12-01T11:17:58.6534397Z [ 2022-12-01T11:17:58.6534523Z T=c10::AliasInfo 2022-12-01T11:17:58.6534588Z ] 2022-12-01T11:17:58.6534957Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6535022Z with 2022-12-01T11:17:58.6535084Z [ 2022-12-01T11:17:58.6535165Z T=c10::AliasInfo 2022-12-01T11:17:58.6535229Z ] 2022-12-01T11:17:58.6535620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6535688Z with 2022-12-01T11:17:58.6535750Z [ 2022-12-01T11:17:58.6535834Z T=c10::AliasInfo 2022-12-01T11:17:58.6535890Z ] 2022-12-01T11:17:58.6536226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6536682Z 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-12-01T11:17:58.6542378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6542477Z with 2022-12-01T11:17:58.6542542Z [ 2022-12-01T11:17:58.6542639Z T=c10::AliasInfo 2022-12-01T11:17:58.6542700Z ] 2022-12-01T11:17:58.6543040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6543112Z with 2022-12-01T11:17:58.6543175Z [ 2022-12-01T11:17:58.6543315Z T=std::vector> 2022-12-01T11:17:58.6543380Z ] 2022-12-01T11:17:58.6543716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6543782Z with 2022-12-01T11:17:58.6543844Z [ 2022-12-01T11:17:58.6543981Z T=std::vector> 2022-12-01T11:17:58.6544029Z ] 2022-12-01T11:17:58.6544397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6544687Z with 2022-12-01T11:17:58.6544778Z [ 2022-12-01T11:17:58.6544970Z T=std::vector> 2022-12-01T11:17:58.6545054Z ] 2022-12-01T11:17:58.6545572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6545640Z with 2022-12-01T11:17:58.6545707Z [ 2022-12-01T11:17:58.6545843Z T=std::vector> 2022-12-01T11:17:58.6545904Z ] 2022-12-01T11:17:58.6546259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6546327Z with 2022-12-01T11:17:58.6546389Z [ 2022-12-01T11:17:58.6546548Z T=c10::SymInt 2022-12-01T11:17:58.6546613Z ] 2022-12-01T11:17:58.6546949Z 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-12-01T11:17:58.6547017Z with 2022-12-01T11:17:58.6547079Z [ 2022-12-01T11:17:58.6547157Z T=c10::SymInt 2022-12-01T11:17:58.6547218Z ] 2022-12-01T11:17:58.6547596Z 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-12-01T11:17:58.6548027Z 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-12-01T11:17:58.6548376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6548448Z with 2022-12-01T11:17:58.6548509Z [ 2022-12-01T11:17:58.6548643Z T=std::vector> 2022-12-01T11:17:58.6548704Z ] 2022-12-01T11:17:58.6549017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6549079Z with 2022-12-01T11:17:58.6549136Z [ 2022-12-01T11:17:58.6549277Z T=c10::either 2022-12-01T11:17:58.6549343Z ] 2022-12-01T11:17:58.6549673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6549739Z with 2022-12-01T11:17:58.6549787Z [ 2022-12-01T11:17:58.6549929Z T=c10::either 2022-12-01T11:17:58.6549990Z ] 2022-12-01T11:17:58.6550354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6550416Z with 2022-12-01T11:17:58.6550477Z [ 2022-12-01T11:17:58.6550616Z T=c10::either 2022-12-01T11:17:58.6550676Z ] 2022-12-01T11:17:58.6551062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6551172Z with 2022-12-01T11:17:58.6551229Z [ 2022-12-01T11:17:58.6551367Z T=c10::either 2022-12-01T11:17:58.6551426Z ] 2022-12-01T11:17:58.6551791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6552190Z 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-12-01T11:17:58.6552576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6552642Z with 2022-12-01T11:17:58.6552703Z [ 2022-12-01T11:17:58.6552838Z T=c10::either 2022-12-01T11:17:58.6552897Z ] 2022-12-01T11:17:58.6553200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6553261Z with 2022-12-01T11:17:58.6553322Z [ 2022-12-01T11:17:58.6553411Z T=at::StepCallbacks 2022-12-01T11:17:58.6553460Z ] 2022-12-01T11:17:58.6553781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6553848Z with 2022-12-01T11:17:58.6553909Z [ 2022-12-01T11:17:58.6553996Z T=at::StepCallbacks 2022-12-01T11:17:58.6554055Z ] 2022-12-01T11:17:58.6554418Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6554480Z with 2022-12-01T11:17:58.6554538Z [ 2022-12-01T11:17:58.6554623Z T=at::StepCallbacks 2022-12-01T11:17:58.6554681Z ] 2022-12-01T11:17:58.6555067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6555129Z with 2022-12-01T11:17:58.6555189Z [ 2022-12-01T11:17:58.6555279Z T=at::StepCallbacks 2022-12-01T11:17:58.6555327Z ] 2022-12-01T11:17:58.6555670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6556018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6556355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6556418Z with 2022-12-01T11:17:58.6556477Z [ 2022-12-01T11:17:58.6556564Z T=at::StepCallbacks 2022-12-01T11:17:58.6556623Z ] 2022-12-01T11:17:58.6556977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6557039Z with 2022-12-01T11:17:58.6557111Z [ 2022-12-01T11:17:58.6557191Z T=c10::DimVector 2022-12-01T11:17:58.6557250Z ] 2022-12-01T11:17:58.6557647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6557712Z with 2022-12-01T11:17:58.6557772Z [ 2022-12-01T11:17:58.6557853Z T=c10::DimVector 2022-12-01T11:17:58.6557900Z ] 2022-12-01T11:17:58.6558308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6558427Z with 2022-12-01T11:17:58.6558491Z [ 2022-12-01T11:17:58.6558571Z T=c10::DimVector 2022-12-01T11:17:58.6558631Z ] 2022-12-01T11:17:58.6559018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6559081Z with 2022-12-01T11:17:58.6559141Z [ 2022-12-01T11:17:58.6559218Z T=c10::DimVector 2022-12-01T11:17:58.6559277Z ] 2022-12-01T11:17:58.6559602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6559938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6560283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6560351Z with 2022-12-01T11:17:58.6560415Z [ 2022-12-01T11:17:58.6560494Z T=c10::DimVector 2022-12-01T11:17:58.6560542Z ] 2022-12-01T11:17:58.6560847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6560912Z with 2022-12-01T11:17:58.6560999Z [ 2022-12-01T11:17:58.6561119Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6561182Z ] 2022-12-01T11:17:58.6561511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6561583Z with 2022-12-01T11:17:58.6561642Z [ 2022-12-01T11:17:58.6561745Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6561803Z ] 2022-12-01T11:17:58.6562164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6562224Z with 2022-12-01T11:17:58.6562280Z [ 2022-12-01T11:17:58.6562376Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6562435Z ] 2022-12-01T11:17:58.6562824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6562932Z with 2022-12-01T11:17:58.6562978Z [ 2022-12-01T11:17:58.6563076Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6563137Z ] 2022-12-01T11:17:58.6563485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6563852Z 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-12-01T11:17:58.6564191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6564258Z with 2022-12-01T11:17:58.6564357Z [ 2022-12-01T11:17:58.6564461Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6564523Z ] 2022-12-01T11:17:58.6564833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6564897Z with 2022-12-01T11:17:58.6564957Z [ 2022-12-01T11:17:58.6565101Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6565159Z ] 2022-12-01T11:17:58.6565479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6565542Z with 2022-12-01T11:17:58.6565601Z [ 2022-12-01T11:17:58.6565729Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6565791Z ] 2022-12-01T11:17:58.6566152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6566216Z with 2022-12-01T11:17:58.6566275Z [ 2022-12-01T11:17:58.6566411Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6566471Z ] 2022-12-01T11:17:58.6566861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6566924Z with 2022-12-01T11:17:58.6566983Z [ 2022-12-01T11:17:58.6567120Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6567182Z ] 2022-12-01T11:17:58.6567559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6567954Z 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-12-01T11:17:58.6568296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6568357Z with 2022-12-01T11:17:58.6568416Z [ 2022-12-01T11:17:58.6568556Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6568615Z ] 2022-12-01T11:17:58.6568959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6569022Z with 2022-12-01T11:17:58.6569083Z [ 2022-12-01T11:17:58.6569199Z T=std::tuple 2022-12-01T11:17:58.6569259Z ] 2022-12-01T11:17:58.6569582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6569643Z with 2022-12-01T11:17:58.6569702Z [ 2022-12-01T11:17:58.6569817Z T=std::tuple 2022-12-01T11:17:58.6569876Z ] 2022-12-01T11:17:58.6570278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6570344Z with 2022-12-01T11:17:58.6570404Z [ 2022-12-01T11:17:58.6570521Z T=std::tuple 2022-12-01T11:17:58.6570579Z ] 2022-12-01T11:17:58.6570965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6571025Z with 2022-12-01T11:17:58.6571073Z [ 2022-12-01T11:17:58.6571187Z T=std::tuple 2022-12-01T11:17:58.6571245Z ] 2022-12-01T11:17:58.6571599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6571977Z 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-12-01T11:17:58.6572318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6572385Z with 2022-12-01T11:17:58.6572444Z [ 2022-12-01T11:17:58.6572557Z T=std::tuple 2022-12-01T11:17:58.6572618Z ] 2022-12-01T11:17:58.6572923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6572986Z with 2022-12-01T11:17:58.6573044Z [ 2022-12-01T11:17:58.6573141Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6573201Z ] 2022-12-01T11:17:58.6573524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6573585Z with 2022-12-01T11:17:58.6573631Z [ 2022-12-01T11:17:58.6573724Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6573782Z ] 2022-12-01T11:17:58.6574139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6574201Z with 2022-12-01T11:17:58.6574260Z [ 2022-12-01T11:17:58.6574351Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6574410Z ] 2022-12-01T11:17:58.6574845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6574907Z with 2022-12-01T11:17:58.6574966Z [ 2022-12-01T11:17:58.6575057Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6575116Z ] 2022-12-01T11:17:58.6575460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6575816Z 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-12-01T11:17:58.6576192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6576258Z with 2022-12-01T11:17:58.6576319Z [ 2022-12-01T11:17:58.6576400Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6576459Z ] 2022-12-01T11:17:58.6576767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6576830Z with 2022-12-01T11:17:58.6576888Z [ 2022-12-01T11:17:58.6577002Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6577061Z ] 2022-12-01T11:17:58.6577384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6577447Z with 2022-12-01T11:17:58.6577506Z [ 2022-12-01T11:17:58.6577618Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6577676Z ] 2022-12-01T11:17:58.6578037Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6578099Z with 2022-12-01T11:17:58.6578273Z [ 2022-12-01T11:17:58.6578377Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6578438Z ] 2022-12-01T11:17:58.6578825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6578890Z with 2022-12-01T11:17:58.6578951Z [ 2022-12-01T11:17:58.6579068Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6579129Z ] 2022-12-01T11:17:58.6579482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6579841Z 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-12-01T11:17:58.6580178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6580243Z with 2022-12-01T11:17:58.6580303Z [ 2022-12-01T11:17:58.6580415Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6580528Z ] 2022-12-01T11:17:58.6580840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6580903Z with 2022-12-01T11:17:58.6580962Z [ 2022-12-01T11:17:58.6581072Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6581119Z ] 2022-12-01T11:17:58.6581438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6581501Z with 2022-12-01T11:17:58.6581560Z [ 2022-12-01T11:17:58.6581669Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6581731Z ] 2022-12-01T11:17:58.6582133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6582201Z with 2022-12-01T11:17:58.6582259Z [ 2022-12-01T11:17:58.6582368Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6582426Z ] 2022-12-01T11:17:58.6582806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6582869Z with 2022-12-01T11:17:58.6582927Z [ 2022-12-01T11:17:58.6583035Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6583092Z ] 2022-12-01T11:17:58.6583428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6583785Z 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-12-01T11:17:58.6584124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6584188Z with 2022-12-01T11:17:58.6584247Z [ 2022-12-01T11:17:58.6584356Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6584415Z ] 2022-12-01T11:17:58.6584724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6584788Z with 2022-12-01T11:17:58.6584847Z [ 2022-12-01T11:17:58.6584943Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6585002Z ] 2022-12-01T11:17:58.6585317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6585380Z with 2022-12-01T11:17:58.6585438Z [ 2022-12-01T11:17:58.6585526Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6585583Z ] 2022-12-01T11:17:58.6585932Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6585994Z with 2022-12-01T11:17:58.6586053Z [ 2022-12-01T11:17:58.6586139Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6586197Z ] 2022-12-01T11:17:58.6586584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6586694Z with 2022-12-01T11:17:58.6586753Z [ 2022-12-01T11:17:58.6586840Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6586899Z ] 2022-12-01T11:17:58.6587235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6587581Z 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-12-01T11:17:58.6587962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6588028Z with 2022-12-01T11:17:58.6588087Z [ 2022-12-01T11:17:58.6588178Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6588236Z ] 2022-12-01T11:17:58.6588543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6588594Z with 2022-12-01T11:17:58.6588707Z [ 2022-12-01T11:17:58.6588825Z T=at::ThreadLocalState 2022-12-01T11:17:58.6588886Z ] 2022-12-01T11:17:58.6589213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6589278Z with 2022-12-01T11:17:58.6589373Z [ 2022-12-01T11:17:58.6589490Z T=at::ThreadLocalState 2022-12-01T11:17:58.6589551Z ] 2022-12-01T11:17:58.6589913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6589975Z with 2022-12-01T11:17:58.6590034Z [ 2022-12-01T11:17:58.6590125Z T=at::ThreadLocalState 2022-12-01T11:17:58.6590184Z ] 2022-12-01T11:17:58.6590570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6590632Z with 2022-12-01T11:17:58.6590681Z [ 2022-12-01T11:17:58.6590772Z T=at::ThreadLocalState 2022-12-01T11:17:58.6590829Z ] 2022-12-01T11:17:58.6591177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6591538Z 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-12-01T11:17:58.6591875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6591941Z with 2022-12-01T11:17:58.6592001Z [ 2022-12-01T11:17:58.6592087Z T=at::ThreadLocalState 2022-12-01T11:17:58.6592146Z ] 2022-12-01T11:17:58.6592453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6592567Z with 2022-12-01T11:17:58.6592625Z [ 2022-12-01T11:17:58.6592736Z T=std::shared_ptr 2022-12-01T11:17:58.6592796Z ] 2022-12-01T11:17:58.6593116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6593179Z with 2022-12-01T11:17:58.6593226Z [ 2022-12-01T11:17:58.6593337Z T=std::shared_ptr 2022-12-01T11:17:58.6593396Z ] 2022-12-01T11:17:58.6593756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6593820Z with 2022-12-01T11:17:58.6593929Z [ 2022-12-01T11:17:58.6594046Z T=std::shared_ptr 2022-12-01T11:17:58.6594109Z ] 2022-12-01T11:17:58.6594495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6594561Z with 2022-12-01T11:17:58.6594610Z [ 2022-12-01T11:17:58.6594728Z T=std::shared_ptr 2022-12-01T11:17:58.6594790Z ] 2022-12-01T11:17:58.6595144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6595494Z 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-12-01T11:17:58.6595868Z 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-12-01T11:17:58.6596210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6596276Z with 2022-12-01T11:17:58.6596339Z [ 2022-12-01T11:17:58.6596451Z T=std::shared_ptr 2022-12-01T11:17:58.6596513Z ] 2022-12-01T11:17:58.6596820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6596884Z with 2022-12-01T11:17:58.6596945Z [ 2022-12-01T11:17:58.6597046Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6597109Z ] 2022-12-01T11:17:58.6597430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6597497Z with 2022-12-01T11:17:58.6597560Z [ 2022-12-01T11:17:58.6597645Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6597710Z ] 2022-12-01T11:17:58.6598073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6598183Z with 2022-12-01T11:17:58.6598245Z [ 2022-12-01T11:17:58.6598345Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6598402Z ] 2022-12-01T11:17:58.6598789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6598852Z with 2022-12-01T11:17:58.6598912Z [ 2022-12-01T11:17:58.6599009Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6599069Z ] 2022-12-01T11:17:58.6599416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6599795Z 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-12-01T11:17:58.6600171Z 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-12-01T11:17:58.6600517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6600584Z with 2022-12-01T11:17:58.6600646Z [ 2022-12-01T11:17:58.6600747Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6600796Z ] 2022-12-01T11:17:58.6601106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6601172Z with 2022-12-01T11:17:58.6601234Z [ 2022-12-01T11:17:58.6601322Z T=torch::jit::Method 2022-12-01T11:17:58.6601383Z ] 2022-12-01T11:17:58.6601708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6601773Z with 2022-12-01T11:17:58.6601834Z [ 2022-12-01T11:17:58.6601921Z T=torch::jit::Method 2022-12-01T11:17:58.6601985Z ] 2022-12-01T11:17:58.6602349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6602411Z with 2022-12-01T11:17:58.6602471Z [ 2022-12-01T11:17:58.6602559Z T=torch::jit::Method 2022-12-01T11:17:58.6602611Z ] 2022-12-01T11:17:58.6603002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6603065Z with 2022-12-01T11:17:58.6603129Z [ 2022-12-01T11:17:58.6603218Z T=torch::jit::Method 2022-12-01T11:17:58.6603281Z ] 2022-12-01T11:17:58.6603616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6603952Z 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-12-01T11:17:58.6604301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6604780Z with 2022-12-01T11:17:58.6604842Z [ 2022-12-01T11:17:58.6604936Z T=torch::jit::Method 2022-12-01T11:17:58.6604997Z ] 2022-12-01T11:17:58.6605305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6605368Z with 2022-12-01T11:17:58.6605428Z [ 2022-12-01T11:17:58.6605566Z T=std::vector> 2022-12-01T11:17:58.6605628Z ] 2022-12-01T11:17:58.6605939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6606060Z with 2022-12-01T11:17:58.6606126Z [ 2022-12-01T11:17:58.6606265Z T=std::vector> 2022-12-01T11:17:58.6606327Z ] 2022-12-01T11:17:58.6606689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6606754Z with 2022-12-01T11:17:58.6606815Z [ 2022-12-01T11:17:58.6606951Z T=std::vector> 2022-12-01T11:17:58.6607013Z ] 2022-12-01T11:17:58.6607401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6607473Z with 2022-12-01T11:17:58.6607534Z [ 2022-12-01T11:17:58.6607668Z T=std::vector> 2022-12-01T11:17:58.6607731Z ] 2022-12-01T11:17:58.6608105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6608482Z 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-12-01T11:17:58.6608824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6608892Z with 2022-12-01T11:17:58.6608943Z [ 2022-12-01T11:17:58.6609078Z T=std::vector> 2022-12-01T11:17:58.6609140Z ] 2022-12-01T11:17:58.6609450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6609516Z with 2022-12-01T11:17:58.6609579Z [ 2022-12-01T11:17:58.6609745Z T=std::function 2022-12-01T11:17:58.6609810Z ] 2022-12-01T11:17:58.6610130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6610196Z with 2022-12-01T11:17:58.6610256Z [ 2022-12-01T11:17:58.6610426Z T=std::function 2022-12-01T11:17:58.6610533Z ] 2022-12-01T11:17:58.6610891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6610957Z with 2022-12-01T11:17:58.6611018Z [ 2022-12-01T11:17:58.6611185Z T=std::function 2022-12-01T11:17:58.6611234Z ] 2022-12-01T11:17:58.6611620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6611686Z with 2022-12-01T11:17:58.6611745Z [ 2022-12-01T11:17:58.6611952Z T=std::function 2022-12-01T11:17:58.6612016Z ] 2022-12-01T11:17:58.6612413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6612828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6613168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6613233Z with 2022-12-01T11:17:58.6613297Z [ 2022-12-01T11:17:58.6613463Z T=std::function 2022-12-01T11:17:58.6613526Z ] 2022-12-01T11:17:58.6613835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6613899Z with 2022-12-01T11:17:58.6613961Z [ 2022-12-01T11:17:58.6614151Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6614212Z ] 2022-12-01T11:17:58.6614539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6614603Z with 2022-12-01T11:17:58.6614651Z [ 2022-12-01T11:17:58.6614840Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6614911Z ] 2022-12-01T11:17:58.6615282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6615346Z with 2022-12-01T11:17:58.6615408Z [ 2022-12-01T11:17:58.6615596Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6615660Z ] 2022-12-01T11:17:58.6616048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6616114Z with 2022-12-01T11:17:58.6616175Z [ 2022-12-01T11:17:58.6616357Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6616466Z ] 2022-12-01T11:17:58.6616892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6617347Z 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-12-01T11:17:58.6617691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6617757Z with 2022-12-01T11:17:58.6617820Z [ 2022-12-01T11:17:58.6618058Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6618212Z ] 2022-12-01T11:17:58.6618527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6618579Z with 2022-12-01T11:17:58.6618642Z [ 2022-12-01T11:17:58.6618771Z T=std::vector> 2022-12-01T11:17:58.6618832Z ] 2022-12-01T11:17:58.6619156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6619221Z with 2022-12-01T11:17:58.6619283Z [ 2022-12-01T11:17:58.6619413Z T=std::vector> 2022-12-01T11:17:58.6619477Z ] 2022-12-01T11:17:58.6619844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6619909Z with 2022-12-01T11:17:58.6619970Z [ 2022-12-01T11:17:58.6620094Z T=std::vector> 2022-12-01T11:17:58.6620158Z ] 2022-12-01T11:17:58.6620545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6620610Z with 2022-12-01T11:17:58.6620660Z [ 2022-12-01T11:17:58.6620789Z T=std::vector> 2022-12-01T11:17:58.6620853Z ] 2022-12-01T11:17:58.6621203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6621269Z with 2022-12-01T11:17:58.6621333Z [ 2022-12-01T11:17:58.6621407Z T=double 2022-12-01T11:17:58.6621470Z ] 2022-12-01T11:17:58.6621865Z 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-12-01T11:17:58.6621928Z with 2022-12-01T11:17:58.6621987Z [ 2022-12-01T11:17:58.6622057Z T=double 2022-12-01T11:17:58.6622116Z ] 2022-12-01T11:17:58.6622457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6622579Z with 2022-12-01T11:17:58.6622628Z [ 2022-12-01T11:17:58.6622752Z T=std::vector> 2022-12-01T11:17:58.6622813Z ] 2022-12-01T11:17:58.6623124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6623188Z with 2022-12-01T11:17:58.6623251Z [ 2022-12-01T11:17:58.6623365Z T=std::tuple 2022-12-01T11:17:58.6623426Z ] 2022-12-01T11:17:58.6623747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6623811Z with 2022-12-01T11:17:58.6623870Z [ 2022-12-01T11:17:58.6623982Z T=std::tuple 2022-12-01T11:17:58.6624090Z ] 2022-12-01T11:17:58.6624457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6624522Z with 2022-12-01T11:17:58.6624583Z [ 2022-12-01T11:17:58.6624681Z T=std::tuple 2022-12-01T11:17:58.6624743Z ] 2022-12-01T11:17:58.6625128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6625194Z with 2022-12-01T11:17:58.6625255Z [ 2022-12-01T11:17:58.6625365Z T=std::tuple 2022-12-01T11:17:58.6625427Z ] 2022-12-01T11:17:58.6625784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6626172Z 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-12-01T11:17:58.6626515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6626579Z with 2022-12-01T11:17:58.6626642Z [ 2022-12-01T11:17:58.6626751Z T=std::tuple 2022-12-01T11:17:58.6626816Z ] 2022-12-01T11:17:58.6627124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6627188Z with 2022-12-01T11:17:58.6627249Z [ 2022-12-01T11:17:58.6627385Z T=std::vector> 2022-12-01T11:17:58.6627435Z ] 2022-12-01T11:17:58.6627760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6627827Z with 2022-12-01T11:17:58.6627888Z [ 2022-12-01T11:17:58.6628024Z T=std::vector> 2022-12-01T11:17:58.6628091Z ] 2022-12-01T11:17:58.6628458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6628569Z with 2022-12-01T11:17:58.6628630Z [ 2022-12-01T11:17:58.6628763Z T=std::vector> 2022-12-01T11:17:58.6628822Z ] 2022-12-01T11:17:58.6629208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6629272Z with 2022-12-01T11:17:58.6629333Z [ 2022-12-01T11:17:58.6629468Z T=std::vector> 2022-12-01T11:17:58.6629535Z ] 2022-12-01T11:17:58.6629906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6630685Z 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-12-01T11:17:58.6631039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6631104Z with 2022-12-01T11:17:58.6631153Z [ 2022-12-01T11:17:58.6631287Z T=std::vector> 2022-12-01T11:17:58.6631348Z ] 2022-12-01T11:17:58.6631658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6631728Z with 2022-12-01T11:17:58.6631793Z [ 2022-12-01T11:17:58.6631887Z T=torch::jit::Operator 2022-12-01T11:17:58.6631952Z ] 2022-12-01T11:17:58.6632278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6632343Z with 2022-12-01T11:17:58.6632402Z [ 2022-12-01T11:17:58.6632493Z T=torch::jit::Operator 2022-12-01T11:17:58.6632551Z ] 2022-12-01T11:17:58.6632912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6632975Z with 2022-12-01T11:17:58.6633023Z [ 2022-12-01T11:17:58.6633117Z T=torch::jit::Operator 2022-12-01T11:17:58.6633182Z ] 2022-12-01T11:17:58.6633571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6633636Z with 2022-12-01T11:17:58.6633696Z [ 2022-12-01T11:17:58.6633786Z T=torch::jit::Operator 2022-12-01T11:17:58.6633850Z ] 2022-12-01T11:17:58.6634190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6634550Z 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-12-01T11:17:58.6634943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6635008Z with 2022-12-01T11:17:58.6635072Z [ 2022-12-01T11:17:58.6635160Z T=torch::jit::Operator 2022-12-01T11:17:58.6635230Z ] 2022-12-01T11:17:58.6635540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6635602Z with 2022-12-01T11:17:58.6635660Z [ 2022-12-01T11:17:58.6635742Z T=torch::jit::NamedValue 2022-12-01T11:17:58.6635801Z ] 2022-12-01T11:17:58.6636120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6636188Z with 2022-12-01T11:17:58.6636293Z [ 2022-12-01T11:17:58.6636387Z T=torch::jit::NamedValue 2022-12-01T11:17:58.6636446Z ] 2022-12-01T11:17:58.6636808Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6636868Z with 2022-12-01T11:17:58.6636923Z [ 2022-12-01T11:17:58.6637015Z T=torch::jit::NamedValue 2022-12-01T11:17:58.6637073Z ] 2022-12-01T11:17:58.6637457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6637519Z with 2022-12-01T11:17:58.6637578Z [ 2022-12-01T11:17:58.6637664Z T=torch::jit::NamedValue 2022-12-01T11:17:58.6637723Z ] 2022-12-01T11:17:58.6638064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6638425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6638760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6638823Z with 2022-12-01T11:17:58.6638883Z [ 2022-12-01T11:17:58.6638974Z T=torch::jit::NamedValue 2022-12-01T11:17:58.6639037Z ] 2022-12-01T11:17:58.6639523Z [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-12-01T11:17:58.6639685Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-12-01T11:17:58.6639807Z Loading extension module is_python_module_v1... 2022-12-01T11:17:58.6639873Z ok (13.474s) 2022-12-01T11:17:58.6640216Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-12-01T11:17:58.6640471Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type... 2022-12-01T11:17:58.6640792Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type\build.ninja... 2022-12-01T11:17:58.6640916Z Building extension module test_set_default_type... 2022-12-01T11:17:58.6641121Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:17:58.6642130Z [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_cpu\test_set_default_type\main.cpp /Fomain.o 2022-12-01T11:17:58.6642276Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-12-01T11:17:58.6642421Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-12-01T11:17:58.6642431Z 2022-12-01T11:17:58.6642746Z 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-12-01T11:17:58.6643059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6643122Z with 2022-12-01T11:17:58.6643182Z [ 2022-12-01T11:17:58.6643260Z T=c10::SymInt 2022-12-01T11:17:58.6643320Z ] 2022-12-01T11:17:58.6643643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6643710Z with 2022-12-01T11:17:58.6643759Z [ 2022-12-01T11:17:58.6643836Z T=c10::SymInt 2022-12-01T11:17:58.6643896Z ] 2022-12-01T11:17:58.6644264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6644327Z with 2022-12-01T11:17:58.6644388Z [ 2022-12-01T11:17:58.6644462Z T=c10::SymInt 2022-12-01T11:17:58.6644522Z ] 2022-12-01T11:17:58.6645007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6645077Z with 2022-12-01T11:17:58.6645139Z [ 2022-12-01T11:17:58.6645216Z T=c10::SymInt 2022-12-01T11:17:58.6645277Z ] 2022-12-01T11:17:58.6645660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6645987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6646330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6646392Z with 2022-12-01T11:17:58.6646440Z [ 2022-12-01T11:17:58.6646517Z T=c10::SymInt 2022-12-01T11:17:58.6646627Z ] 2022-12-01T11:17:58.6646921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:17:58.6647225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6647288Z with 2022-12-01T11:17:58.6647347Z [ 2022-12-01T11:17:58.6647429Z T=at::TensorBase 2022-12-01T11:17:58.6647489Z ] 2022-12-01T11:17:58.6647809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6647872Z with 2022-12-01T11:17:58.6647932Z [ 2022-12-01T11:17:58.6648016Z T=at::TensorBase 2022-12-01T11:17:58.6648078Z ] 2022-12-01T11:17:58.6648484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6648548Z with 2022-12-01T11:17:58.6648597Z [ 2022-12-01T11:17:58.6648675Z T=at::TensorBase 2022-12-01T11:17:58.6648736Z ] 2022-12-01T11:17:58.6649125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6649188Z with 2022-12-01T11:17:58.6649249Z [ 2022-12-01T11:17:58.6649331Z T=at::TensorBase 2022-12-01T11:17:58.6649389Z ] 2022-12-01T11:17:58.6649720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6650053Z 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-12-01T11:17:58.6650395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6650457Z with 2022-12-01T11:17:58.6650515Z [ 2022-12-01T11:17:58.6650596Z T=at::TensorBase 2022-12-01T11:17:58.6650653Z ] 2022-12-01T11:17:58.6650958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6651027Z with 2022-12-01T11:17:58.6651075Z [ 2022-12-01T11:17:58.6651153Z T=at::Tensor 2022-12-01T11:17:58.6651214Z ] 2022-12-01T11:17:58.6651537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6651600Z with 2022-12-01T11:17:58.6651659Z [ 2022-12-01T11:17:58.6651735Z T=at::Tensor 2022-12-01T11:17:58.6651795Z ] 2022-12-01T11:17:58.6652153Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6652214Z with 2022-12-01T11:17:58.6652274Z [ 2022-12-01T11:17:58.6652350Z T=at::Tensor 2022-12-01T11:17:58.6652458Z ] 2022-12-01T11:17:58.6652848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6652912Z with 2022-12-01T11:17:58.6652961Z [ 2022-12-01T11:17:58.6653038Z T=at::Tensor 2022-12-01T11:17:58.6653097Z ] 2022-12-01T11:17:58.6653422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6653748Z 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-12-01T11:17:58.6654133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6654201Z with 2022-12-01T11:17:58.6654261Z [ 2022-12-01T11:17:58.6654339Z T=at::Tensor 2022-12-01T11:17:58.6654400Z ] 2022-12-01T11:17:58.6654705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6654768Z with 2022-12-01T11:17:58.6654829Z [ 2022-12-01T11:17:58.6654911Z T=at::Generator 2022-12-01T11:17:58.6654971Z ] 2022-12-01T11:17:58.6655292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6655353Z with 2022-12-01T11:17:58.6655405Z [ 2022-12-01T11:17:58.6655483Z T=at::Generator 2022-12-01T11:17:58.6655542Z ] 2022-12-01T11:17:58.6655907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6655971Z with 2022-12-01T11:17:58.6656032Z [ 2022-12-01T11:17:58.6656112Z T=at::Generator 2022-12-01T11:17:58.6656175Z ] 2022-12-01T11:17:58.6656563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6656629Z with 2022-12-01T11:17:58.6656688Z [ 2022-12-01T11:17:58.6656765Z T=at::Generator 2022-12-01T11:17:58.6656828Z ] 2022-12-01T11:17:58.6657159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6657488Z 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-12-01T11:17:58.6657832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6657897Z with 2022-12-01T11:17:58.6657944Z [ 2022-12-01T11:17:58.6658023Z T=at::Generator 2022-12-01T11:17:58.6658085Z ] 2022-12-01T11:17:58.6658476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6658591Z with 2022-12-01T11:17:58.6658651Z [ 2022-12-01T11:17:58.6658729Z T=c10::Scalar 2022-12-01T11:17:58.6658791Z ] 2022-12-01T11:17:58.6659111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6659173Z with 2022-12-01T11:17:58.6659232Z [ 2022-12-01T11:17:58.6659311Z T=c10::Scalar 2022-12-01T11:17:58.6659372Z ] 2022-12-01T11:17:58.6659736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6659800Z with 2022-12-01T11:17:58.6659851Z [ 2022-12-01T11:17:58.6659971Z T=c10::Scalar 2022-12-01T11:17:58.6660034Z ] 2022-12-01T11:17:58.6660422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6660487Z with 2022-12-01T11:17:58.6660548Z [ 2022-12-01T11:17:58.6660623Z T=c10::Scalar 2022-12-01T11:17:58.6660687Z ] 2022-12-01T11:17:58.6661016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6661343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6661696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6661761Z with 2022-12-01T11:17:58.6661822Z [ 2022-12-01T11:17:58.6661901Z T=c10::Scalar 2022-12-01T11:17:58.6661962Z ] 2022-12-01T11:17:58.6662268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6662331Z with 2022-12-01T11:17:58.6662379Z [ 2022-12-01T11:17:58.6662454Z T=std::string 2022-12-01T11:17:58.6662513Z ] 2022-12-01T11:17:58.6662830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6662901Z with 2022-12-01T11:17:58.6662963Z [ 2022-12-01T11:17:58.6663039Z T=std::string 2022-12-01T11:17:58.6663098Z ] 2022-12-01T11:17:58.6663461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6663524Z with 2022-12-01T11:17:58.6663582Z [ 2022-12-01T11:17:58.6663658Z T=std::string 2022-12-01T11:17:58.6663718Z ] 2022-12-01T11:17:58.6664105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6664167Z with 2022-12-01T11:17:58.6664259Z [ 2022-12-01T11:17:58.6664339Z T=std::string 2022-12-01T11:17:58.6664401Z ] 2022-12-01T11:17:58.6664729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6665057Z 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-12-01T11:17:58.6665399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6665464Z with 2022-12-01T11:17:58.6665526Z [ 2022-12-01T11:17:58.6665607Z T=std::string 2022-12-01T11:17:58.6665669Z ] 2022-12-01T11:17:58.6666021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6666088Z with 2022-12-01T11:17:58.6666146Z [ 2022-12-01T11:17:58.6666238Z T=c10::QualifiedName 2022-12-01T11:17:58.6666302Z ] 2022-12-01T11:17:58.6666623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6666684Z with 2022-12-01T11:17:58.6666733Z [ 2022-12-01T11:17:58.6666824Z T=c10::QualifiedName 2022-12-01T11:17:58.6666882Z ] 2022-12-01T11:17:58.6667241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6667310Z with 2022-12-01T11:17:58.6667368Z [ 2022-12-01T11:17:58.6667455Z T=c10::QualifiedName 2022-12-01T11:17:58.6667516Z ] 2022-12-01T11:17:58.6667899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6667963Z with 2022-12-01T11:17:58.6668021Z [ 2022-12-01T11:17:58.6668110Z T=c10::QualifiedName 2022-12-01T11:17:58.6668169Z ] 2022-12-01T11:17:58.6668505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6668842Z 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-12-01T11:17:58.6669190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6669257Z with 2022-12-01T11:17:58.6669305Z [ 2022-12-01T11:17:58.6669393Z T=c10::QualifiedName 2022-12-01T11:17:58.6669453Z ] 2022-12-01T11:17:58.6669759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6669822Z with 2022-12-01T11:17:58.6669881Z [ 2022-12-01T11:17:58.6670014Z T=std::shared_ptr 2022-12-01T11:17:58.6670076Z ] 2022-12-01T11:17:58.6670444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6670507Z with 2022-12-01T11:17:58.6670568Z [ 2022-12-01T11:17:58.6670699Z T=std::shared_ptr 2022-12-01T11:17:58.6670760Z ] 2022-12-01T11:17:58.6671122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6671184Z with 2022-12-01T11:17:58.6671242Z [ 2022-12-01T11:17:58.6671359Z T=std::shared_ptr 2022-12-01T11:17:58.6671418Z ] 2022-12-01T11:17:58.6671848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6671915Z with 2022-12-01T11:17:58.6671973Z [ 2022-12-01T11:17:58.6672098Z T=std::shared_ptr 2022-12-01T11:17:58.6672159Z ] 2022-12-01T11:17:58.6672525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6672885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6673224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6673287Z with 2022-12-01T11:17:58.6673350Z [ 2022-12-01T11:17:58.6673475Z T=std::shared_ptr 2022-12-01T11:17:58.6673533Z ] 2022-12-01T11:17:58.6673840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6673902Z with 2022-12-01T11:17:58.6673962Z [ 2022-12-01T11:17:58.6674092Z T=std::weak_ptr 2022-12-01T11:17:58.6674140Z ] 2022-12-01T11:17:58.6674459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6674524Z with 2022-12-01T11:17:58.6674584Z [ 2022-12-01T11:17:58.6674716Z T=std::weak_ptr 2022-12-01T11:17:58.6674776Z ] 2022-12-01T11:17:58.6675140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6675205Z with 2022-12-01T11:17:58.6675265Z [ 2022-12-01T11:17:58.6675393Z T=std::weak_ptr 2022-12-01T11:17:58.6675453Z ] 2022-12-01T11:17:58.6675836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6675901Z with 2022-12-01T11:17:58.6675963Z [ 2022-12-01T11:17:58.6676140Z T=std::weak_ptr 2022-12-01T11:17:58.6676201Z ] 2022-12-01T11:17:58.6676568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6676928Z 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-12-01T11:17:58.6677268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6677320Z with 2022-12-01T11:17:58.6683524Z [ 2022-12-01T11:17:58.6683714Z T=std::weak_ptr 2022-12-01T11:17:58.6683913Z ] 2022-12-01T11:17:58.6684249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6684315Z with 2022-12-01T11:17:58.6684378Z [ 2022-12-01T11:17:58.6684539Z T=std::vector> 2022-12-01T11:17:58.6684604Z ] 2022-12-01T11:17:58.6684941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6685007Z with 2022-12-01T11:17:58.6685065Z [ 2022-12-01T11:17:58.6685223Z T=std::vector> 2022-12-01T11:17:58.6685280Z ] 2022-12-01T11:17:58.6685654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6685709Z with 2022-12-01T11:17:58.6685769Z [ 2022-12-01T11:17:58.6685920Z T=std::vector> 2022-12-01T11:17:58.6685975Z ] 2022-12-01T11:17:58.6686369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6686434Z with 2022-12-01T11:17:58.6686492Z [ 2022-12-01T11:17:58.6686642Z T=std::vector> 2022-12-01T11:17:58.6686699Z ] 2022-12-01T11:17:58.6687080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6687465Z 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-12-01T11:17:58.6687806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6687869Z with 2022-12-01T11:17:58.6687928Z [ 2022-12-01T11:17:58.6688081Z T=std::vector> 2022-12-01T11:17:58.6688140Z ] 2022-12-01T11:17:58.6688450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6688566Z with 2022-12-01T11:17:58.6688622Z [ 2022-12-01T11:17:58.6688729Z T=std::vector> 2022-12-01T11:17:58.6688789Z ] 2022-12-01T11:17:58.6689115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6689180Z with 2022-12-01T11:17:58.6689239Z [ 2022-12-01T11:17:58.6689358Z T=std::vector> 2022-12-01T11:17:58.6689418Z ] 2022-12-01T11:17:58.6689785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6689889Z with 2022-12-01T11:17:58.6689952Z [ 2022-12-01T11:17:58.6690069Z T=std::vector> 2022-12-01T11:17:58.6690125Z ] 2022-12-01T11:17:58.6690514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6690577Z with 2022-12-01T11:17:58.6690635Z [ 2022-12-01T11:17:58.6690750Z T=std::vector> 2022-12-01T11:17:58.6690799Z ] 2022-12-01T11:17:58.6691154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6691511Z 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-12-01T11:17:58.6691851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6691915Z with 2022-12-01T11:17:58.6691975Z [ 2022-12-01T11:17:58.6692092Z T=std::vector> 2022-12-01T11:17:58.6692151Z ] 2022-12-01T11:17:58.6692454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6692516Z with 2022-12-01T11:17:58.6692575Z [ 2022-12-01T11:17:58.6692750Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6692808Z ] 2022-12-01T11:17:58.6693133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6693192Z with 2022-12-01T11:17:58.6693249Z [ 2022-12-01T11:17:58.6693418Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6693477Z ] 2022-12-01T11:17:58.6693838Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6693903Z with 2022-12-01T11:17:58.6693950Z [ 2022-12-01T11:17:58.6694116Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6694222Z ] 2022-12-01T11:17:58.6694616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6694681Z with 2022-12-01T11:17:58.6694738Z [ 2022-12-01T11:17:58.6694903Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6694962Z ] 2022-12-01T11:17:58.6695357Z C:\actions-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-12-01T11:17:58.6695794Z 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-12-01T11:17:58.6696125Z 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-12-01T11:17:58.6696466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6696530Z with 2022-12-01T11:17:58.6696589Z [ 2022-12-01T11:17:58.6696755Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6696812Z ] 2022-12-01T11:17:58.6697114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6697181Z with 2022-12-01T11:17:58.6697240Z [ 2022-12-01T11:17:58.6697400Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6697460Z ] 2022-12-01T11:17:58.6697778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6697840Z with 2022-12-01T11:17:58.6697901Z [ 2022-12-01T11:17:58.6698061Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6698212Z ] 2022-12-01T11:17:58.6698573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6698638Z with 2022-12-01T11:17:58.6698687Z [ 2022-12-01T11:17:58.6698851Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6698913Z ] 2022-12-01T11:17:58.6699298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6699362Z with 2022-12-01T11:17:58.6699423Z [ 2022-12-01T11:17:58.6699582Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6699642Z ] 2022-12-01T11:17:58.6700032Z C:\actions-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-12-01T11:17:58.6700469Z 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-12-01T11:17:58.6700790Z 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-12-01T11:17:58.6701133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6701195Z with 2022-12-01T11:17:58.6701259Z [ 2022-12-01T11:17:58.6701460Z T=std::vector,std::allocator>> 2022-12-01T11:17:58.6701525Z ] 2022-12-01T11:17:58.6701830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6701893Z with 2022-12-01T11:17:58.6701949Z [ 2022-12-01T11:17:58.6702074Z T=std::vector> 2022-12-01T11:17:58.6702130Z ] 2022-12-01T11:17:58.6702439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6702502Z with 2022-12-01T11:17:58.6702560Z [ 2022-12-01T11:17:58.6702683Z T=std::vector> 2022-12-01T11:17:58.6702744Z ] 2022-12-01T11:17:58.6703108Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6703177Z with 2022-12-01T11:17:58.6703237Z [ 2022-12-01T11:17:58.6703358Z T=std::vector> 2022-12-01T11:17:58.6703416Z ] 2022-12-01T11:17:58.6703803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6703864Z with 2022-12-01T11:17:58.6703920Z [ 2022-12-01T11:17:58.6704036Z T=std::vector> 2022-12-01T11:17:58.6704093Z ] 2022-12-01T11:17:58.6704449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6704810Z 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-12-01T11:17:58.6705152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6705217Z with 2022-12-01T11:17:58.6705267Z [ 2022-12-01T11:17:58.6705391Z T=std::vector> 2022-12-01T11:17:58.6705450Z ] 2022-12-01T11:17:58.6705756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6706220Z with 2022-12-01T11:17:58.6706281Z [ 2022-12-01T11:17:58.6706438Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6706497Z ] 2022-12-01T11:17:58.6706820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6706885Z with 2022-12-01T11:17:58.6706944Z [ 2022-12-01T11:17:58.6707098Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6707158Z ] 2022-12-01T11:17:58.6707520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6707586Z with 2022-12-01T11:17:58.6707701Z [ 2022-12-01T11:17:58.6707841Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6707901Z ] 2022-12-01T11:17:58.6708290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6708353Z with 2022-12-01T11:17:58.6708413Z [ 2022-12-01T11:17:58.6708564Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6708626Z ] 2022-12-01T11:17:58.6709010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6709415Z 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-12-01T11:17:58.6709800Z 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-12-01T11:17:58.6710142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6710208Z with 2022-12-01T11:17:58.6710272Z [ 2022-12-01T11:17:58.6710422Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:17:58.6710480Z ] 2022-12-01T11:17:58.6710788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6710851Z with 2022-12-01T11:17:58.6710909Z [ 2022-12-01T11:17:58.6711056Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6711117Z ] 2022-12-01T11:17:58.6711435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6711488Z with 2022-12-01T11:17:58.6711550Z [ 2022-12-01T11:17:58.6711701Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6711762Z ] 2022-12-01T11:17:58.6712121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6712228Z with 2022-12-01T11:17:58.6712286Z [ 2022-12-01T11:17:58.6712435Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6712496Z ] 2022-12-01T11:17:58.6712880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6712941Z with 2022-12-01T11:17:58.6713003Z [ 2022-12-01T11:17:58.6713149Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6713207Z ] 2022-12-01T11:17:58.6713634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6714031Z 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-12-01T11:17:58.6714418Z 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-12-01T11:17:58.6714756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6714817Z with 2022-12-01T11:17:58.6714876Z [ 2022-12-01T11:17:58.6715032Z T=c10::impl::InlineStreamGuard 2022-12-01T11:17:58.6715081Z ] 2022-12-01T11:17:58.6715394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6715456Z with 2022-12-01T11:17:58.6715512Z [ 2022-12-01T11:17:58.6715615Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6715672Z ] 2022-12-01T11:17:58.6715990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6716052Z with 2022-12-01T11:17:58.6716110Z [ 2022-12-01T11:17:58.6716210Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6716270Z ] 2022-12-01T11:17:58.6716637Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6716703Z with 2022-12-01T11:17:58.6716761Z [ 2022-12-01T11:17:58.6716864Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6716912Z ] 2022-12-01T11:17:58.6717295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6717356Z with 2022-12-01T11:17:58.6717414Z [ 2022-12-01T11:17:58.6717515Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6717571Z ] 2022-12-01T11:17:58.6717923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6718304Z 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-12-01T11:17:58.6718368Z with 2022-12-01T11:17:58.6718427Z [ 2022-12-01T11:17:58.6718529Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6718587Z ] 2022-12-01T11:17:58.6718961Z 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-12-01T11:17:58.6719304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6719371Z with 2022-12-01T11:17:58.6719471Z [ 2022-12-01T11:17:58.6719575Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:17:58.6719635Z ] 2022-12-01T11:17:58.6719928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6719991Z with 2022-12-01T11:17:58.6720051Z [ 2022-12-01T11:17:58.6720240Z T=std::vector> 2022-12-01T11:17:58.6720299Z ] 2022-12-01T11:17:58.6720624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6720685Z with 2022-12-01T11:17:58.6720746Z [ 2022-12-01T11:17:58.6720941Z T=std::vector> 2022-12-01T11:17:58.6721002Z ] 2022-12-01T11:17:58.6721367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6721430Z with 2022-12-01T11:17:58.6721490Z [ 2022-12-01T11:17:58.6721677Z T=std::vector> 2022-12-01T11:17:58.6721735Z ] 2022-12-01T11:17:58.6722124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6722189Z with 2022-12-01T11:17:58.6722249Z [ 2022-12-01T11:17:58.6722436Z T=std::vector> 2022-12-01T11:17:58.6722486Z ] 2022-12-01T11:17:58.6722896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6723307Z 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-12-01T11:17:58.6723649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6723763Z with 2022-12-01T11:17:58.6723825Z [ 2022-12-01T11:17:58.6724012Z T=std::vector> 2022-12-01T11:17:58.6724075Z ] 2022-12-01T11:17:58.6724385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6724448Z with 2022-12-01T11:17:58.6724510Z [ 2022-12-01T11:17:58.6724607Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6724665Z ] 2022-12-01T11:17:58.6724983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6725043Z with 2022-12-01T11:17:58.6725101Z [ 2022-12-01T11:17:58.6725235Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6725295Z ] 2022-12-01T11:17:58.6725653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6725718Z with 2022-12-01T11:17:58.6725767Z [ 2022-12-01T11:17:58.6725866Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6725927Z ] 2022-12-01T11:17:58.6726311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6726375Z with 2022-12-01T11:17:58.6726435Z [ 2022-12-01T11:17:58.6726531Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6726594Z ] 2022-12-01T11:17:58.6726941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6727291Z 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-12-01T11:17:58.6727628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6727691Z with 2022-12-01T11:17:58.6727748Z [ 2022-12-01T11:17:58.6727842Z T=torch::autograd::ViewInfo 2022-12-01T11:17:58.6727899Z ] 2022-12-01T11:17:58.6728210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6728272Z with 2022-12-01T11:17:58.6728321Z [ 2022-12-01T11:17:58.6728401Z T=c10::IValue 2022-12-01T11:17:58.6728462Z ] 2022-12-01T11:17:58.6728781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6728846Z with 2022-12-01T11:17:58.6728906Z [ 2022-12-01T11:17:58.6728981Z T=c10::IValue 2022-12-01T11:17:58.6729038Z ] 2022-12-01T11:17:58.6729400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6729509Z with 2022-12-01T11:17:58.6729568Z [ 2022-12-01T11:17:58.6729641Z T=c10::IValue 2022-12-01T11:17:58.6729699Z ] 2022-12-01T11:17:58.6730084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6730148Z with 2022-12-01T11:17:58.6730197Z [ 2022-12-01T11:17:58.6730275Z T=c10::IValue 2022-12-01T11:17:58.6730336Z ] 2022-12-01T11:17:58.6730662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6731336Z 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-12-01T11:17:58.6731693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6731758Z with 2022-12-01T11:17:58.6731818Z [ 2022-12-01T11:17:58.6731894Z T=c10::IValue 2022-12-01T11:17:58.6731953Z ] 2022-12-01T11:17:58.6732257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6732317Z with 2022-12-01T11:17:58.6732374Z [ 2022-12-01T11:17:58.6732453Z T=c10::AliasInfo 2022-12-01T11:17:58.6732510Z ] 2022-12-01T11:17:58.6732837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6732903Z with 2022-12-01T11:17:58.6732952Z [ 2022-12-01T11:17:58.6733036Z T=c10::AliasInfo 2022-12-01T11:17:58.6733097Z ] 2022-12-01T11:17:58.6733459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6733522Z with 2022-12-01T11:17:58.6733580Z [ 2022-12-01T11:17:58.6733662Z T=c10::AliasInfo 2022-12-01T11:17:58.6733719Z ] 2022-12-01T11:17:58.6734104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6734168Z with 2022-12-01T11:17:58.6734228Z [ 2022-12-01T11:17:58.6734305Z T=c10::AliasInfo 2022-12-01T11:17:58.6734362Z ] 2022-12-01T11:17:58.6734685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6735017Z 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-12-01T11:17:58.6735354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6735414Z with 2022-12-01T11:17:58.6735463Z [ 2022-12-01T11:17:58.6735548Z T=c10::AliasInfo 2022-12-01T11:17:58.6735662Z ] 2022-12-01T11:17:58.6735969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6736031Z with 2022-12-01T11:17:58.6736088Z [ 2022-12-01T11:17:58.6736223Z T=std::vector> 2022-12-01T11:17:58.6736285Z ] 2022-12-01T11:17:58.6736611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6736662Z with 2022-12-01T11:17:58.6736723Z [ 2022-12-01T11:17:58.6736856Z T=std::vector> 2022-12-01T11:17:58.6736915Z ] 2022-12-01T11:17:58.6737319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6737385Z with 2022-12-01T11:17:58.6737444Z [ 2022-12-01T11:17:58.6737576Z T=std::vector> 2022-12-01T11:17:58.6737640Z ] 2022-12-01T11:17:58.6738025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6738087Z with 2022-12-01T11:17:58.6738235Z [ 2022-12-01T11:17:58.6738370Z T=std::vector> 2022-12-01T11:17:58.6738431Z ] 2022-12-01T11:17:58.6738788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6738852Z with 2022-12-01T11:17:58.6738899Z [ 2022-12-01T11:17:58.6738976Z T=c10::SymInt 2022-12-01T11:17:58.6739037Z ] 2022-12-01T11:17:58.6739377Z 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-12-01T11:17:58.6739441Z with 2022-12-01T11:17:58.6739499Z [ 2022-12-01T11:17:58.6739576Z T=c10::SymInt 2022-12-01T11:17:58.6739635Z ] 2022-12-01T11:17:58.6740003Z 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-12-01T11:17:58.6740431Z 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-12-01T11:17:58.6740770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6740833Z with 2022-12-01T11:17:58.6740894Z [ 2022-12-01T11:17:58.6741028Z T=std::vector> 2022-12-01T11:17:58.6741089Z ] 2022-12-01T11:17:58.6741393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6741456Z with 2022-12-01T11:17:58.6741570Z [ 2022-12-01T11:17:58.6741700Z T=c10::either 2022-12-01T11:17:58.6741758Z ] 2022-12-01T11:17:58.6742078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6742143Z with 2022-12-01T11:17:58.6742201Z [ 2022-12-01T11:17:58.6742339Z T=c10::either 2022-12-01T11:17:58.6742397Z ] 2022-12-01T11:17:58.6742755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6742817Z with 2022-12-01T11:17:58.6742875Z [ 2022-12-01T11:17:58.6743007Z T=c10::either 2022-12-01T11:17:58.6743110Z ] 2022-12-01T11:17:58.6743495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6743557Z with 2022-12-01T11:17:58.6743617Z [ 2022-12-01T11:17:58.6743755Z T=c10::either 2022-12-01T11:17:58.6743814Z ] 2022-12-01T11:17:58.6744172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6744573Z 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-12-01T11:17:58.6744927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6744980Z with 2022-12-01T11:17:58.6745039Z [ 2022-12-01T11:17:58.6745174Z T=c10::either 2022-12-01T11:17:58.6745237Z ] 2022-12-01T11:17:58.6745537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6745600Z with 2022-12-01T11:17:58.6745657Z [ 2022-12-01T11:17:58.6745745Z T=at::StepCallbacks 2022-12-01T11:17:58.6745803Z ] 2022-12-01T11:17:58.6746217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6746288Z with 2022-12-01T11:17:58.6746347Z [ 2022-12-01T11:17:58.6746438Z T=at::StepCallbacks 2022-12-01T11:17:58.6746496Z ] 2022-12-01T11:17:58.6746917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6746970Z with 2022-12-01T11:17:58.6747031Z [ 2022-12-01T11:17:58.6747119Z T=at::StepCallbacks 2022-12-01T11:17:58.6747178Z ] 2022-12-01T11:17:58.6747564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6747682Z with 2022-12-01T11:17:58.6747739Z [ 2022-12-01T11:17:58.6747825Z T=at::StepCallbacks 2022-12-01T11:17:58.6747887Z ] 2022-12-01T11:17:58.6748223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6748567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6748902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6748965Z with 2022-12-01T11:17:58.6749026Z [ 2022-12-01T11:17:58.6749153Z T=at::StepCallbacks 2022-12-01T11:17:58.6749215Z ] 2022-12-01T11:17:58.6749527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6749590Z with 2022-12-01T11:17:58.6749638Z [ 2022-12-01T11:17:58.6749719Z T=c10::DimVector 2022-12-01T11:17:58.6749779Z ] 2022-12-01T11:17:58.6750099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6750164Z with 2022-12-01T11:17:58.6750224Z [ 2022-12-01T11:17:58.6750303Z T=c10::DimVector 2022-12-01T11:17:58.6750360Z ] 2022-12-01T11:17:58.6750722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6750785Z with 2022-12-01T11:17:58.6750845Z [ 2022-12-01T11:17:58.6750919Z T=c10::DimVector 2022-12-01T11:17:58.6750975Z ] 2022-12-01T11:17:58.6751359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6751423Z with 2022-12-01T11:17:58.6751471Z [ 2022-12-01T11:17:58.6751551Z T=c10::DimVector 2022-12-01T11:17:58.6751609Z ] 2022-12-01T11:17:58.6751936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6752345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:17:58.6752689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6752752Z with 2022-12-01T11:17:58.6752811Z [ 2022-12-01T11:17:58.6752893Z T=c10::DimVector 2022-12-01T11:17:58.6752952Z ] 2022-12-01T11:17:58.6753309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6753372Z with 2022-12-01T11:17:58.6753430Z [ 2022-12-01T11:17:58.6753582Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6753638Z ] 2022-12-01T11:17:58.6753955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6754018Z with 2022-12-01T11:17:58.6754065Z [ 2022-12-01T11:17:58.6754167Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6754227Z ] 2022-12-01T11:17:58.6754589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6754651Z with 2022-12-01T11:17:58.6754711Z [ 2022-12-01T11:17:58.6754816Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6754879Z ] 2022-12-01T11:17:58.6755311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6755373Z with 2022-12-01T11:17:58.6755432Z [ 2022-12-01T11:17:58.6755531Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6755589Z ] 2022-12-01T11:17:58.6755936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6756300Z 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-12-01T11:17:58.6756640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6756705Z with 2022-12-01T11:17:58.6756753Z [ 2022-12-01T11:17:58.6756855Z T=c10::impl::AnnotatedSchema 2022-12-01T11:17:58.6756919Z ] 2022-12-01T11:17:58.6757221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6757283Z with 2022-12-01T11:17:58.6757343Z [ 2022-12-01T11:17:58.6757486Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6757545Z ] 2022-12-01T11:17:58.6757863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6757930Z with 2022-12-01T11:17:58.6757994Z [ 2022-12-01T11:17:58.6758134Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6758193Z ] 2022-12-01T11:17:58.6758622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6758683Z with 2022-12-01T11:17:58.6758740Z [ 2022-12-01T11:17:58.6758867Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6758927Z ] 2022-12-01T11:17:58.6759378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6759446Z with 2022-12-01T11:17:58.6759554Z [ 2022-12-01T11:17:58.6759698Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6759759Z ] 2022-12-01T11:17:58.6760138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6760533Z 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-12-01T11:17:58.6760873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6760936Z with 2022-12-01T11:17:58.6760999Z [ 2022-12-01T11:17:58.6761181Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:17:58.6761244Z ] 2022-12-01T11:17:58.6761553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6761616Z with 2022-12-01T11:17:58.6761673Z [ 2022-12-01T11:17:58.6761790Z T=std::tuple 2022-12-01T11:17:58.6761848Z ] 2022-12-01T11:17:58.6762159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6762220Z with 2022-12-01T11:17:58.6762280Z [ 2022-12-01T11:17:58.6762398Z T=std::tuple 2022-12-01T11:17:58.6762460Z ] 2022-12-01T11:17:58.6762829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6762893Z with 2022-12-01T11:17:58.6762952Z [ 2022-12-01T11:17:58.6763068Z T=std::tuple 2022-12-01T11:17:58.6763129Z ] 2022-12-01T11:17:58.6763517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6763581Z with 2022-12-01T11:17:58.6763639Z [ 2022-12-01T11:17:58.6763751Z T=std::tuple 2022-12-01T11:17:58.6763810Z ] 2022-12-01T11:17:58.6764166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6764600Z 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-12-01T11:17:58.6764938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6765002Z with 2022-12-01T11:17:58.6765080Z [ 2022-12-01T11:17:58.6765216Z T=std::tuple 2022-12-01T11:17:58.6765275Z ] 2022-12-01T11:17:58.6765584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6765700Z with 2022-12-01T11:17:58.6765759Z [ 2022-12-01T11:17:58.6765857Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6765919Z ] 2022-12-01T11:17:58.6766239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6766301Z with 2022-12-01T11:17:58.6766360Z [ 2022-12-01T11:17:58.6766453Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6766513Z ] 2022-12-01T11:17:58.6766877Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6766938Z with 2022-12-01T11:17:58.6766987Z [ 2022-12-01T11:17:58.6767129Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6767188Z ] 2022-12-01T11:17:58.6767573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6767637Z with 2022-12-01T11:17:58.6767695Z [ 2022-12-01T11:17:58.6767787Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6767845Z ] 2022-12-01T11:17:58.6768182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6768542Z 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-12-01T11:17:58.6768882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6768947Z with 2022-12-01T11:17:58.6769009Z [ 2022-12-01T11:17:58.6769104Z T=torch::jit::SourceRange 2022-12-01T11:17:58.6769164Z ] 2022-12-01T11:17:58.6769472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6769533Z with 2022-12-01T11:17:58.6769591Z [ 2022-12-01T11:17:58.6769694Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6769752Z ] 2022-12-01T11:17:58.6770074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6770139Z with 2022-12-01T11:17:58.6770198Z [ 2022-12-01T11:17:58.6770311Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6770370Z ] 2022-12-01T11:17:58.6770785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6770848Z with 2022-12-01T11:17:58.6770908Z [ 2022-12-01T11:17:58.6771019Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6771125Z ] 2022-12-01T11:17:58.6771529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6771644Z with 2022-12-01T11:17:58.6771703Z [ 2022-12-01T11:17:58.6771802Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6771862Z ] 2022-12-01T11:17:58.6772225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6772588Z 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-12-01T11:17:58.6772932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6772999Z with 2022-12-01T11:17:58.6773098Z [ 2022-12-01T11:17:58.6773216Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:17:58.6773275Z ] 2022-12-01T11:17:58.6773583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6773644Z with 2022-12-01T11:17:58.6773699Z [ 2022-12-01T11:17:58.6773809Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6773867Z ] 2022-12-01T11:17:58.6774189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6774251Z with 2022-12-01T11:17:58.6774308Z [ 2022-12-01T11:17:58.6774416Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6774466Z ] 2022-12-01T11:17:58.6774830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6774893Z with 2022-12-01T11:17:58.6774951Z [ 2022-12-01T11:17:58.6775058Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6775118Z ] 2022-12-01T11:17:58.6775506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6775571Z with 2022-12-01T11:17:58.6775632Z [ 2022-12-01T11:17:58.6775740Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6775797Z ] 2022-12-01T11:17:58.6776149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6776570Z 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-12-01T11:17:58.6776912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6776972Z with 2022-12-01T11:17:58.6777033Z [ 2022-12-01T11:17:58.6777199Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:17:58.6777260Z ] 2022-12-01T11:17:58.6777558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6777670Z with 2022-12-01T11:17:58.6777729Z [ 2022-12-01T11:17:58.6777820Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6777879Z ] 2022-12-01T11:17:58.6778281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6778345Z with 2022-12-01T11:17:58.6778405Z [ 2022-12-01T11:17:58.6778493Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6778552Z ] 2022-12-01T11:17:58.6778914Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6778975Z with 2022-12-01T11:17:58.6779039Z [ 2022-12-01T11:17:58.6779171Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6779228Z ] 2022-12-01T11:17:58.6779600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6779661Z with 2022-12-01T11:17:58.6779719Z [ 2022-12-01T11:17:58.6779807Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6779867Z ] 2022-12-01T11:17:58.6780206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6780550Z 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-12-01T11:17:58.6780898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6780963Z with 2022-12-01T11:17:58.6781022Z [ 2022-12-01T11:17:58.6781111Z T=torch::jit::ScopePtr 2022-12-01T11:17:58.6781172Z ] 2022-12-01T11:17:58.6781474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6781536Z with 2022-12-01T11:17:58.6781596Z [ 2022-12-01T11:17:58.6781687Z T=at::ThreadLocalState 2022-12-01T11:17:58.6781741Z ] 2022-12-01T11:17:58.6782062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6782115Z with 2022-12-01T11:17:58.6782172Z [ 2022-12-01T11:17:58.6782262Z T=at::ThreadLocalState 2022-12-01T11:17:58.6782323Z ] 2022-12-01T11:17:58.6782749Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6782815Z with 2022-12-01T11:17:58.6782874Z [ 2022-12-01T11:17:58.6782966Z T=at::ThreadLocalState 2022-12-01T11:17:58.6783029Z ] 2022-12-01T11:17:58.6783481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6783594Z with 2022-12-01T11:17:58.6783654Z [ 2022-12-01T11:17:58.6783741Z T=at::ThreadLocalState 2022-12-01T11:17:58.6783800Z ] 2022-12-01T11:17:58.6784138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6784498Z 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-12-01T11:17:58.6784834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6784895Z with 2022-12-01T11:17:58.6784943Z [ 2022-12-01T11:17:58.6785034Z T=at::ThreadLocalState 2022-12-01T11:17:58.6785137Z ] 2022-12-01T11:17:58.6785449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6785514Z with 2022-12-01T11:17:58.6785575Z [ 2022-12-01T11:17:58.6785690Z T=std::shared_ptr 2022-12-01T11:17:58.6785749Z ] 2022-12-01T11:17:58.6786069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6786132Z with 2022-12-01T11:17:58.6786191Z [ 2022-12-01T11:17:58.6786301Z T=std::shared_ptr 2022-12-01T11:17:58.6786358Z ] 2022-12-01T11:17:58.6786717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6786781Z with 2022-12-01T11:17:58.6786827Z [ 2022-12-01T11:17:58.6786939Z T=std::shared_ptr 2022-12-01T11:17:58.6786996Z ] 2022-12-01T11:17:58.6787375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6787437Z with 2022-12-01T11:17:58.6787496Z [ 2022-12-01T11:17:58.6787607Z T=std::shared_ptr 2022-12-01T11:17:58.6787670Z ] 2022-12-01T11:17:58.6788023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6788371Z 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-12-01T11:17:58.6788809Z 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-12-01T11:17:58.6789214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6789282Z with 2022-12-01T11:17:58.6789342Z [ 2022-12-01T11:17:58.6789454Z T=std::shared_ptr 2022-12-01T11:17:58.6789563Z ] 2022-12-01T11:17:58.6789870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6789932Z with 2022-12-01T11:17:58.6789991Z [ 2022-12-01T11:17:58.6790078Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6790137Z ] 2022-12-01T11:17:58.6790458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6790521Z with 2022-12-01T11:17:58.6790578Z [ 2022-12-01T11:17:58.6790675Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6790735Z ] 2022-12-01T11:17:58.6791133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6791199Z with 2022-12-01T11:17:58.6791260Z [ 2022-12-01T11:17:58.6791355Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6791414Z ] 2022-12-01T11:17:58.6791804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6791868Z with 2022-12-01T11:17:58.6791927Z [ 2022-12-01T11:17:58.6792019Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6792065Z ] 2022-12-01T11:17:58.6792410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6792754Z 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-12-01T11:17:58.6793126Z 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-12-01T11:17:58.6793466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6793528Z with 2022-12-01T11:17:58.6793589Z [ 2022-12-01T11:17:58.6793688Z T=torch::jit::GraphExecutor 2022-12-01T11:17:58.6793748Z ] 2022-12-01T11:17:58.6794059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6794125Z with 2022-12-01T11:17:58.6794185Z [ 2022-12-01T11:17:58.6794272Z T=torch::jit::Method 2022-12-01T11:17:58.6794333Z ] 2022-12-01T11:17:58.6794711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6794772Z with 2022-12-01T11:17:58.6794828Z [ 2022-12-01T11:17:58.6794914Z T=torch::jit::Method 2022-12-01T11:17:58.6794961Z ] 2022-12-01T11:17:58.6795367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6795474Z with 2022-12-01T11:17:58.6795536Z [ 2022-12-01T11:17:58.6795626Z T=torch::jit::Method 2022-12-01T11:17:58.6795684Z ] 2022-12-01T11:17:58.6796071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6796135Z with 2022-12-01T11:17:58.6796194Z [ 2022-12-01T11:17:58.6796281Z T=torch::jit::Method 2022-12-01T11:17:58.6796339Z ] 2022-12-01T11:17:58.6796678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6797055Z 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-12-01T11:17:58.6797401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6797464Z with 2022-12-01T11:17:58.6797524Z [ 2022-12-01T11:17:58.6797611Z T=torch::jit::Method 2022-12-01T11:17:58.6797659Z ] 2022-12-01T11:17:58.6797962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6798024Z with 2022-12-01T11:17:58.6798082Z [ 2022-12-01T11:17:58.6798219Z T=std::vector> 2022-12-01T11:17:58.6798280Z ] 2022-12-01T11:17:58.6798605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6798671Z with 2022-12-01T11:17:58.6798729Z [ 2022-12-01T11:17:58.6798864Z T=std::vector> 2022-12-01T11:17:58.6798924Z ] 2022-12-01T11:17:58.6799283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6799349Z with 2022-12-01T11:17:58.6799406Z [ 2022-12-01T11:17:58.6799538Z T=std::vector> 2022-12-01T11:17:58.6799596Z ] 2022-12-01T11:17:58.6799984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6800047Z with 2022-12-01T11:17:58.6800094Z [ 2022-12-01T11:17:58.6800226Z T=std::vector> 2022-12-01T11:17:58.6800283Z ] 2022-12-01T11:17:58.6800711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6801133Z 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-12-01T11:17:58.6801491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6801899Z with 2022-12-01T11:17:58.6801961Z [ 2022-12-01T11:17:58.6802098Z T=std::vector> 2022-12-01T11:17:58.6802157Z ] 2022-12-01T11:17:58.6802468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6802530Z with 2022-12-01T11:17:58.6802588Z [ 2022-12-01T11:17:58.6802754Z T=std::function 2022-12-01T11:17:58.6802813Z ] 2022-12-01T11:17:58.6803131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6803247Z with 2022-12-01T11:17:58.6803305Z [ 2022-12-01T11:17:58.6803457Z T=std::function 2022-12-01T11:17:58.6803511Z ] 2022-12-01T11:17:58.6803868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6803930Z with 2022-12-01T11:17:58.6803989Z [ 2022-12-01T11:17:58.6804151Z T=std::function 2022-12-01T11:17:58.6804210Z ] 2022-12-01T11:17:58.6804596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6804664Z with 2022-12-01T11:17:58.6804722Z [ 2022-12-01T11:17:58.6804883Z T=std::function 2022-12-01T11:17:58.6804943Z ] 2022-12-01T11:17:58.6805338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6805746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:17:58.6806087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6806151Z with 2022-12-01T11:17:58.6806212Z [ 2022-12-01T11:17:58.6806375Z T=std::function 2022-12-01T11:17:58.6806435Z ] 2022-12-01T11:17:58.6806805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6806869Z with 2022-12-01T11:17:58.6806916Z [ 2022-12-01T11:17:58.6807108Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6807227Z ] 2022-12-01T11:17:58.6807554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6807671Z with 2022-12-01T11:17:58.6807731Z [ 2022-12-01T11:17:58.6807917Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6807974Z ] 2022-12-01T11:17:58.6808330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6808392Z with 2022-12-01T11:17:58.6808448Z [ 2022-12-01T11:17:58.6808633Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6808693Z ] 2022-12-01T11:17:58.6809076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6809141Z with 2022-12-01T11:17:58.6809241Z [ 2022-12-01T11:17:58.6809426Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6809473Z ] 2022-12-01T11:17:58.6809893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:17:58.6810344Z 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-12-01T11:17:58.6810696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6810749Z with 2022-12-01T11:17:58.6810809Z [ 2022-12-01T11:17:58.6811002Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:17:58.6811060Z ] 2022-12-01T11:17:58.6811357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6811417Z with 2022-12-01T11:17:58.6811478Z [ 2022-12-01T11:17:58.6811605Z T=std::vector> 2022-12-01T11:17:58.6811663Z ] 2022-12-01T11:17:58.6811979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6812038Z with 2022-12-01T11:17:58.6812094Z [ 2022-12-01T11:17:58.6812221Z T=std::vector> 2022-12-01T11:17:58.6812276Z ] 2022-12-01T11:17:58.6812699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6812761Z with 2022-12-01T11:17:58.6812817Z [ 2022-12-01T11:17:58.6812938Z T=std::vector> 2022-12-01T11:17:58.6812998Z ] 2022-12-01T11:17:58.6813445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6813508Z with 2022-12-01T11:17:58.6813554Z [ 2022-12-01T11:17:58.6813728Z T=std::vector> 2022-12-01T11:17:58.6813788Z ] 2022-12-01T11:17:58.6814139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6814202Z with 2022-12-01T11:17:58.6814258Z [ 2022-12-01T11:17:58.6814326Z T=double 2022-12-01T11:17:58.6814385Z ] 2022-12-01T11:17:58.6814767Z 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-12-01T11:17:58.6814826Z with 2022-12-01T11:17:58.6814884Z [ 2022-12-01T11:17:58.6814950Z T=double 2022-12-01T11:17:58.6815006Z ] 2022-12-01T11:17:58.6815381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6815448Z with 2022-12-01T11:17:58.6815496Z [ 2022-12-01T11:17:58.6815620Z T=std::vector> 2022-12-01T11:17:58.6815677Z ] 2022-12-01T11:17:58.6815988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6816047Z with 2022-12-01T11:17:58.6816103Z [ 2022-12-01T11:17:58.6816210Z T=std::tuple 2022-12-01T11:17:58.6816266Z ] 2022-12-01T11:17:58.6816584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6816650Z with 2022-12-01T11:17:58.6816706Z [ 2022-12-01T11:17:58.6816813Z T=std::tuple 2022-12-01T11:17:58.6816871Z ] 2022-12-01T11:17:58.6817233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6817295Z with 2022-12-01T11:17:58.6817343Z [ 2022-12-01T11:17:58.6817449Z T=std::tuple 2022-12-01T11:17:58.6817508Z ] 2022-12-01T11:17:58.6817891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6817955Z with 2022-12-01T11:17:58.6818014Z [ 2022-12-01T11:17:58.6818200Z T=std::tuple 2022-12-01T11:17:58.6818259Z ] 2022-12-01T11:17:58.6818679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:17:58.6819063Z 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-12-01T11:17:58.6819460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6819526Z with 2022-12-01T11:17:58.6819584Z [ 2022-12-01T11:17:58.6819747Z T=std::tuple 2022-12-01T11:17:58.6819805Z ] 2022-12-01T11:17:58.6820108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6820166Z with 2022-12-01T11:17:58.6820221Z [ 2022-12-01T11:17:58.6820345Z T=std::vector> 2022-12-01T11:17:58.6820402Z ] 2022-12-01T11:17:58.6820725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:17:58.6820788Z with 2022-12-01T11:17:58.6820847Z [ 2022-12-01T11:17:58.6820978Z T=std::vector> 2022-12-01T11:17:58.6821037Z ] 2022-12-01T11:17:58.6821444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:17:58.6821507Z with 2022-12-01T11:17:58.6821563Z [ 2022-12-01T11:17:58.6821694Z T=std::vector> 2022-12-01T11:17:58.6821750Z ] 2022-12-01T11:17:58.6822134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:17:58.6822194Z with 2022-12-01T11:17:58.6822251Z [ 2022-12-01T11:17:58.6822379Z T=std::vector> 2022-12-01T11:17:58.6822435Z ] 2022-12-01T11:17:58.6822793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:17:58.6823198Z 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-12-01T11:17:58.6823542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:17:58.6823595Z with 2022-12-01T11:17:58.6823653Z [ 2022-12-01T11:17:58.6823783Z T=std::vector> 2022-12-01T11:17:58.6823845Z ] 2022-12-01T11:17:58.6824329Z [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-12-01T11:17:58.6824556Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-12-01T11:17:58.6824686Z Loading extension module test_set_default_type... 2022-12-01T11:17:58.6824750Z ok (12.939s) 2022-12-01T11:17:58.6825091Z test_warning (__main__.TestCppExtensionJIT) ... [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:17:58.6825422Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:17:58.6825704Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:17:58.6826015Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:17:58.6826321Z UserWarning: Error with torch.DoubleTensor (Triggered internally at C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12.) 2022-12-01T11:17:58.6826384Z ok (25.365s) 2022-12-01T11:17:58.6826504Z Not wiping extensions build folder because Windows 2022-12-01T11:17:58.6826513Z 2022-12-01T11:17:58.6826667Z ---------------------------------------------------------------------- 2022-12-01T11:17:58.6826746Z Ran 23 tests in 205.531s 2022-12-01T11:17:58.6826752Z 2022-12-01T11:17:58.6826819Z OK (skipped=7) 2022-12-01T11:17:58.6826824Z 2022-12-01T11:17:58.6826911Z Generating XML reports... 2022-12-01T11:17:58.6827557Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221201111432.xml 2022-12-01T11:17:58.6827570Z 2022-12-01T11:17:58.6827897Z ##[endgroup] 2022-12-01T11:17:58.6828158Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_90vy25nh) 2022-12-01T11:17:58.6828174Z 2022-12-01T11:17:58.6828274Z Running test_modules ... [2022-12-01 11:17:58.421610] 2022-12-01T11:17:58.6828549Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:17:58.422234] 2022-12-01T11:20:32.5702241Z 2022-12-01T11:20:32.5702866Z Expand the folded group to see the log file of test_modules 2022-12-01T11:20:32.5703755Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_61oeugjs) 2022-12-01T11:20:32.5714278Z 2022-12-01T11:20:32.5714356Z Running tests... 2022-12-01T11:20:32.5714752Z ---------------------------------------------------------------------- 2022-12-01T11:20:32.5715116Z Test results will be stored in test-reports\python-unittest\test_modules 2022-12-01T11:20:32.5717346Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5717744Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5718113Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5718536Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5718869Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5719218Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.5719617Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5720067Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5720641Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5721352Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5722062Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5722617Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5723140Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5723731Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5724554Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5725332Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.5725913Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5726465Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5727044Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5727617Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5728182Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5728824Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5729392Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5729924Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5730420Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.014s) 2022-12-01T11:20:32.5730965Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5731483Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5731993Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5732538Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5733196Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5733771Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5734338Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5734858Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.5735443Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.5735999Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5736559Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5737116Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5737669Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5738168Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5738580Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5738950Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5739347Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5739757Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5740235Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5740632Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5741029Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5741434Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5741819Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5742219Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5742635Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5743120Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5743541Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5743944Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5744339Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5744731Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5745108Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5745509Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5745920Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5746325Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5746738Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5747151Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5747559Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5747946Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5748358Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5748763Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5749163Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5749562Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5749980Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T11:20:32.5750454Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5750891Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5751305Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5751742Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5752227Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5752643Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5753039Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5753466Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5753921Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5754353Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:20:32.5754859Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5755284Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.5755685Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5756082Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5756470Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5756863Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5757265Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5757651Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5758060Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.5758458Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.5758848Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T11:20:32.5759246Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5759649Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5760075Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5760512Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5760982Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5761466Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5761950Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5762431Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5762874Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5763278Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.5763686Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5764108Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5764505Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5764897Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5765277Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5765647Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5766027Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5766420Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5766834Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5767232Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5767622Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5768016Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5768409Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5768798Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5769173Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5769513Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5769875Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5770236Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5770593Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5770941Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.5771290Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5771619Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5771995Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5772872Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T11:20:32.5773597Z result = torch.complex(real, imag) 2022-12-01T11:20:32.5773821Z ok (0.006s) 2022-12-01T11:20:32.5774124Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5774517Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5774901Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5775261Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5775647Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5776030Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5776409Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5776858Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5777253Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5777626Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5777949Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5778313Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5778679Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5779047Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5779400Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5779804Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:20:32.5780154Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T11:20:32.5780520Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T11:20:32.5780894Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:20:32.5781268Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5781653Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5782027Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5782395Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5782736Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5783104Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5783463Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5783813Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5784178Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.167s) 2022-12-01T11:20:32.5784551Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T11:20:32.5784918Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T11:20:32.5785270Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T11:20:32.5785920Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5786534Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5786799Z ok (0.012s) 2022-12-01T11:20:32.5787081Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5787449Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5787816Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5788158Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5788518Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.5788906Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5789362Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5789759Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5790152Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5790544Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5790908Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5791286Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5791646Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5792038Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.110s) 2022-12-01T11:20:32.5792502Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.105s) 2022-12-01T11:20:32.5792922Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.118s) 2022-12-01T11:20:32.5793335Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-12-01T11:20:32.5793698Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5794065Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5794421Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5794770Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5795126Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T11:20:32.5795503Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T11:20:32.5795852Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T11:20:32.5796217Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T11:20:32.5796583Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5796932Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5797285Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5797644Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5798031Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.100s) 2022-12-01T11:20:32.5798434Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.090s) 2022-12-01T11:20:32.5798867Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T11:20:32.5799301Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:20:32.5799738Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-12-01T11:20:32.5800180Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T11:20:32.5800582Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.185s) 2022-12-01T11:20:32.5800949Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.282s) 2022-12-01T11:20:32.5801303Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5801743Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5815794Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5816240Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5816607Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5816992Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5817385Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5817787Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5818190Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5818596Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5819120Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5819519Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5819920Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5820324Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5820709Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.5821086Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5821457Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5821784Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5822147Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5822515Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5822878Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5823234Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5824180Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-12-01T11:20:32.5824995Z warnings.warn( 2022-12-01T11:20:32.5825221Z ok (0.007s) 2022-12-01T11:20:32.5825567Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.669s) 2022-12-01T11:20:32.5825953Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5826360Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5826758Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5827152Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5827543Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5827935Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5828677Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.5829036Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5829522Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5829900Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5830257Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5830619Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5830995Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5831333Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5831703Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5832072Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:20:32.5832450Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T11:20:32.5832879Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T11:20:32.5833261Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T11:20:32.5833644Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5834004Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5834391Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5834767Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5835136Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5835495Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5835860Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5836205Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5836575Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T11:20:32.5836947Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.149s) 2022-12-01T11:20:32.5837323Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.146s) 2022-12-01T11:20:32.5837697Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.143s) 2022-12-01T11:20:32.5838079Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5838419Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5838795Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5839171Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5839548Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5839918Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5840309Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5840717Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5841082Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5841489Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5841892Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5842292Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5842672Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5843094Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5843496Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.200s) 2022-12-01T11:20:32.5843890Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.210s) 2022-12-01T11:20:32.5844325Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.202s) 2022-12-01T11:20:32.5844753Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.196s) 2022-12-01T11:20:32.5845157Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5845522Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5845892Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5846221Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5846644Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.114s) 2022-12-01T11:20:32.5847025Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:20:32.5847405Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.109s) 2022-12-01T11:20:32.5847780Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.101s) 2022-12-01T11:20:32.5848144Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5848505Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5848834Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5849200Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5849603Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.135s) 2022-12-01T11:20:32.5850037Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.129s) 2022-12-01T11:20:32.5850484Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:20:32.5850939Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.097s) 2022-12-01T11:20:32.5851358Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T11:20:32.5851813Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T11:20:32.5852223Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.234s) 2022-12-01T11:20:32.5852613Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.236s) 2022-12-01T11:20:32.5853119Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5853531Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5853913Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5854259Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5854651Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5855041Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5855427Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5855804Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:20:32.5856162Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.5856519Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.5856900Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.5857273Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5857658Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5858043Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.5858429Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.5858800Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5859124Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5859486Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.5859847Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.828s) 2022-12-01T11:20:32.5860263Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.828s) 2022-12-01T11:20:32.5860646Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.5861026Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5861352Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.5861714Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-12-01T11:20:32.5862079Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.089s) 2022-12-01T11:20:32.5862451Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.152s) 2022-12-01T11:20:32.5863101Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5863741Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5864323Z 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-12-01T11:20:32.5864876Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5865409Z 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-12-01T11:20:32.5865957Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5866538Z 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-12-01T11:20:32.5867096Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5867386Z ok (0.016s) 2022-12-01T11:20:32.5867954Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5868573Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5869147Z 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-12-01T11:20:32.5869702Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5870285Z 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-12-01T11:20:32.5870836Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5871402Z 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-12-01T11:20:32.5871952Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5872242Z ok (0.024s) 2022-12-01T11:20:32.5872854Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5873475Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5874042Z 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-12-01T11:20:32.5874586Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5875115Z 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-12-01T11:20:32.5875659Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5876235Z 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-12-01T11:20:32.5876786Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5877076Z ok (0.028s) 2022-12-01T11:20:32.5877662Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5878287Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5878852Z 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-12-01T11:20:32.5879395Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5879653Z ok (0.011s) 2022-12-01T11:20:32.5880229Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5880860Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5881426Z 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-12-01T11:20:32.5881971Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5882256Z ok (0.011s) 2022-12-01T11:20:32.5882832Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5883978Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5884519Z 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-12-01T11:20:32.5885065Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5885357Z ok (0.016s) 2022-12-01T11:20:32.5885652Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5886015Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.403s) 2022-12-01T11:20:32.5886443Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.337s) 2022-12-01T11:20:32.5886891Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.5887362Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.5887901Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.918s) 2022-12-01T11:20:32.5888507Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.805s) 2022-12-01T11:20:32.5889059Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5889584Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5890185Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.037s) 2022-12-01T11:20:32.5890834Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.544s) 2022-12-01T11:20:32.5891503Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.508s) 2022-12-01T11:20:32.5892108Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.401s) 2022-12-01T11:20:32.5892725Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5893434Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5894050Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5894524Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5894939Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5895345Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5895751Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5896155Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T11:20:32.5896493Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-12-01T11:20:32.5896864Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:20:32.5897228Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-12-01T11:20:32.5897613Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.5898013Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:20:32.5898417Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T11:20:32.5898783Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T11:20:32.5899169Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5899682Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5900066Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.092s) 2022-12-01T11:20:32.5900448Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.083s) 2022-12-01T11:20:32.5900835Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.266s) 2022-12-01T11:20:32.5901227Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:20:32.5901578Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.5901956Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.123s) 2022-12-01T11:20:32.5902338Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.006s) 2022-12-01T11:20:32.5902731Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.463s) 2022-12-01T11:20:32.5903469Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5904115Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5904699Z 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-12-01T11:20:32.5905254Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5905792Z 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-12-01T11:20:32.5906347Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5906928Z 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-12-01T11:20:32.5907600Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5907960Z ok (0.049s) 2022-12-01T11:20:32.5908546Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5909171Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5909749Z 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-12-01T11:20:32.5910298Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5910823Z 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-12-01T11:20:32.5911376Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5911948Z 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-12-01T11:20:32.5912499Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5912857Z ok (0.055s) 2022-12-01T11:20:32.5913440Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5914068Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5914644Z 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-12-01T11:20:32.5915196Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5915726Z 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-12-01T11:20:32.5916321Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5916893Z 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-12-01T11:20:32.5917445Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5917736Z ok (0.060s) 2022-12-01T11:20:32.5918333Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5918974Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5919544Z 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-12-01T11:20:32.5920093Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5920346Z ok (0.037s) 2022-12-01T11:20:32.5920929Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5921569Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5922142Z 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-12-01T11:20:32.5922696Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5922984Z ok (0.031s) 2022-12-01T11:20:32.5923573Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5924204Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5924727Z 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-12-01T11:20:32.5925237Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5925496Z ok (0.043s) 2022-12-01T11:20:32.5925820Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:20:32.5926199Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.523s) 2022-12-01T11:20:32.5926605Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.468s) 2022-12-01T11:20:32.5926979Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:20:32.5927303Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T11:20:32.5927653Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.970s) 2022-12-01T11:20:32.5928011Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.860s) 2022-12-01T11:20:32.5928358Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.5928699Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5929132Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (9.290s) 2022-12-01T11:20:32.5929552Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.425s) 2022-12-01T11:20:32.5929962Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.926s) 2022-12-01T11:20:32.5930353Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (24.730s) 2022-12-01T11:20:32.5930749Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5931171Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5931593Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5932017Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5932429Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5932909Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5933307Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5933700Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5934094Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5934489Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5934878Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5935269Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5935632Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5936009Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5936383Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5936755Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5937120Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5937492Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5938432Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-12-01T11:20:32.5939251Z warnings.warn( 2022-12-01T11:20:32.5939444Z ok (0.008s) 2022-12-01T11:20:32.5939755Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-12-01T11:20:32.5940187Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5940602Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5941511Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5941944Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5942347Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5942749Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5943132Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5943549Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5943964Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5944356Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5944735Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5945123Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5945511Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5945875Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5946258Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5946633Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.5947005Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5947399Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5947813Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5948212Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5948580Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5948962Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5949340Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5949729Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5950117Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5950500Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.5950933Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.5951589Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... 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-12-01T11:20:32.5952191Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:20:32.5952455Z ok (0.005s) 2022-12-01T11:20:32.5952758Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5953153Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5953591Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5953990Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5954382Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5954768Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.5955191Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5955615Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5956037Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5956458Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5956881Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5957283Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5957644Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5958051Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.5958471Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-12-01T11:20:32.5958874Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5959257Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5959633Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.5960007Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.5960354Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.5960725Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.5961100Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5961469Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5961846Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5962225Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.5962688Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T11:20:32.5963129Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:20:32.5963536Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:20:32.5963976Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.5964391Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T11:20:32.5964788Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.097s) 2022-12-01T11:20:32.5965182Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5965614Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5966005Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5966372Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5966757Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-12-01T11:20:32.5967142Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.010s) 2022-12-01T11:20:32.5967525Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5967908Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5968290Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5968673Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.5969034Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.5969411Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5969795Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5970176Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5970559Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5970939Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5971302Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5971632Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5971976Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5972316Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.5972674Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-12-01T11:20:32.5973178Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-12-01T11:20:32.5973562Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5973946Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T11:20:32.5974344Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5974723Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.5975152Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5975546Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-12-01T11:20:32.5975958Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-12-01T11:20:32.5976357Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-12-01T11:20:32.5976759Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:20:32.5977125Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5977507Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:20:32.5977910Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5978255Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5978621Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5979004Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5979357Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5979703Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5980064Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T11:20:32.5980421Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T11:20:32.5980776Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T11:20:32.5981142Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T11:20:32.5981524Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-12-01T11:20:32.5981909Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-12-01T11:20:32.5982309Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.5982662Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5983029Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5983404Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5983764Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5984122Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5984457Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-12-01T11:20:32.5984815Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-12-01T11:20:32.5985177Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.129s) 2022-12-01T11:20:32.5985540Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.151s) 2022-12-01T11:20:32.5985896Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.5986253Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.5986590Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5986946Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5987374Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:20:32.5987770Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.003s) 2022-12-01T11:20:32.5988163Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5988558Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5988971Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:20:32.5989377Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:20:32.5989801Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:20:32.5990264Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:20:32.5990669Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5991046Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5991456Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:20:32.5991891Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-12-01T11:20:32.5992321Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-12-01T11:20:32.5992732Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-12-01T11:20:32.5993156Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-12-01T11:20:32.5993517Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.013s) 2022-12-01T11:20:32.5993873Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5994216Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.5994565Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:20:32.5994919Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T11:20:32.5995270Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.090s) 2022-12-01T11:20:32.5995625Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-12-01T11:20:32.5995947Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.5996288Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.5996630Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.5996972Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.5997370Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5997806Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5998231Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5998688Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5999146Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.5999646Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:20:32.6000063Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:20:32.6000447Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:20:32.6000873Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6001330Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.6001767Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6002270Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6002716Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6003136Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6003570Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6004014Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6004463Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6004913Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6005343Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6005782Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6006232Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6006682Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6007114Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:20:32.6007525Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:20:32.6007935Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6008352Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6008847Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.6009311Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6009717Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6010128Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T11:20:32.6010558Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6011011Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6011511Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6011959Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6012383Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6012894Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6013333Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6013766Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6014244Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6014747Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6015197Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6015682Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6016071Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6016486Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:20:32.6016907Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:20:32.6017316Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6017715Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6018120Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T11:20:32.6018529Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6018945Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6019354Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6019786Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6020227Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6020658Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6021141Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6021610Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6022026Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6022439Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6022832Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6023317Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6023742Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6024165Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6024598Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6025021Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6025446Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6025908Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6026315Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.6026736Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6027219Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6027715Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6028171Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6028626Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6029089Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6029536Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:20:32.6029970Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6030401Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6030807Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6031253Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6031726Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6032204Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6032680Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6033181Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6033628Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6034040Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6034444Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6034917Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6035342Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6035763Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6036186Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6036597Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6036986Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:20:32.6037397Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:20:32.6037855Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:20:32.6038310Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6038785Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:20:32.6039338Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6039888Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6040386Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:20:32.6040869Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6041331Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:20:32.6041759Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T11:20:32.6042192Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.6042627Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:20:32.6043051Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6043459Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6043851Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6044207Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6044595Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6045055Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6045464Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.6045924Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6046319Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6046715Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6047140Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6047544Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6047913Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:20:32.6048270Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:20:32.6048624Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6048975Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-12-01T11:20:32.6049325Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.6049661Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.6050065Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:20:32.6050418Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:20:32.6050795Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6051317Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-12-01T11:20:32.6051788Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6052184Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6052554Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6053035Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6053419Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6053802Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.6054181Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6054560Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T11:20:32.6054951Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-12-01T11:20:32.6055308Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6055655Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6056016Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6056378Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6056732Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6057151Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6057508Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.375s) 2022-12-01T11:20:32.6057913Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.412s) 2022-12-01T11:20:32.6058279Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.360s) 2022-12-01T11:20:32.6058645Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.386s) 2022-12-01T11:20:32.6059093Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6059473Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.6059838Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.6060198Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6060541Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.6060895Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6061248Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:20:32.6061607Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.6062022Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.020s) 2022-12-01T11:20:32.6062391Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.984s) 2022-12-01T11:20:32.6062745Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.016s) 2022-12-01T11:20:32.6063172Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.936s) 2022-12-01T11:20:32.6063546Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6063967Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:20:32.6064331Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.6064694Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:20:32.6065058Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:20:32.6065403Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:20:32.6065788Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6066186Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:20:32.6066581Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6066972Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.6067366Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6067756Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:20:32.6068129Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.6068467Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.6068850Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.875s) 2022-12-01T11:20:32.6069313Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.852s) 2022-12-01T11:20:32.6069726Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.921s) 2022-12-01T11:20:32.6070191Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.836s) 2022-12-01T11:20:32.6070567Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:20:32.6070920Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:20:32.6071309Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:20:32.6071658Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6072019Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.519s) 2022-12-01T11:20:32.6072382Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.533s) 2022-12-01T11:20:32.6072747Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.520s) 2022-12-01T11:20:32.6073113Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.495s) 2022-12-01T11:20:32.6073464Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.6073793Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.6074190Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6074543Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6074927Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.464s) 2022-12-01T11:20:32.6075408Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.379s) 2022-12-01T11:20:32.6075830Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.313s) 2022-12-01T11:20:32.6076313Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.312s) 2022-12-01T11:20:32.6076735Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.269s) 2022-12-01T11:20:32.6077176Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.274s) 2022-12-01T11:20:32.6077572Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.644s) 2022-12-01T11:20:32.6077935Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.620s) 2022-12-01T11:20:32.6078295Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6078651Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6079001Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6079341Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6079678Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6080007Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6080342Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6080694Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6081035Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6081432Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6081782Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6082186Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6082527Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6082873Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6083604Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6083920Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6084226Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6084539Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.6084847Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.6085148Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6085450Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6085753Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6086067Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6086487Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-12-01T11:20:32.6086857Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6087200Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6087608Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6087936Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6088315Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6088629Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6088959Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6089301Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:20:32.6089651Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:20:32.6089973Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6090274Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6090575Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6090897Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:20:32.6091210Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6091519Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6091838Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.081s) 2022-12-01T11:20:32.6092157Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-12-01T11:20:32.6092482Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T11:20:32.6092889Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T11:20:32.6093226Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6093624Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6093955Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6094331Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6094649Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6094946Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6095254Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6095627Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6095950Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.130s) 2022-12-01T11:20:32.6096276Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.151s) 2022-12-01T11:20:32.6096601Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.137s) 2022-12-01T11:20:32.6096928Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.141s) 2022-12-01T11:20:32.6097243Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6097567Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6097886Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.6098203Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6098568Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.6098886Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6099214Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6099573Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6099995Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6100406Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6100761Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6101113Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:20:32.6101444Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:20:32.6101749Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6102098Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.225s) 2022-12-01T11:20:32.6102475Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.210s) 2022-12-01T11:20:32.6102850Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.216s) 2022-12-01T11:20:32.6103221Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.224s) 2022-12-01T11:20:32.6103568Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6103871Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6104184Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6104494Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6104816Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.109s) 2022-12-01T11:20:32.6105135Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.102s) 2022-12-01T11:20:32.6105462Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.113s) 2022-12-01T11:20:32.6105845Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-12-01T11:20:32.6106153Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6106514Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6106825Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:20:32.6107142Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6107488Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-12-01T11:20:32.6107919Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.128s) 2022-12-01T11:20:32.6108295Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.114s) 2022-12-01T11:20:32.6108692Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:20:32.6109098Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T11:20:32.6109501Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-12-01T11:20:32.6109865Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.224s) 2022-12-01T11:20:32.6110193Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.213s) 2022-12-01T11:20:32.6110532Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6110917Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6111273Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6111619Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6112014Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6112359Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6112715Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6113049Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6113396Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:20:32.6113739Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6114081Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6114419Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6114763Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6115112Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6115425Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6115737Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6116046Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6116351Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6116646Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6116945Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6117232Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6117525Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6117912Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6118264Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6118662Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6118996Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6119335Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6119657Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6120044Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6120379Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6120705Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:20:32.6121044Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:20:32.6121387Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6121692Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6121988Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6122300Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6122620Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6122975Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6123284Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6123584Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:20:32.6123963Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:20:32.6124285Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:20:32.6124663Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6124998Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6125334Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6125660Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6125967Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:20:32.6126281Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6126582Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6126889Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6127205Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6127522Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:20:32.6127832Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:20:32.6128156Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:20:32.6128479Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:20:32.6128804Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6129127Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6129448Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6129761Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.6130124Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6130437Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6130828Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6131184Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6131539Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6131888Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6132280Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6132629Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6133044Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6133353Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6133694Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6134071Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:20:32.6134447Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:20:32.6134805Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:20:32.6135146Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6135851Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6136232Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6136571Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:20:32.6136901Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.6137210Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:20:32.6137535Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6137852Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6138161Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-12-01T11:20:32.6138458Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:20:32.6138771Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6139070Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:20:32.6139413Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:20:32.6139786Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:20:32.6140167Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.6140565Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:20:32.6140963Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:20:32.6141358Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:20:32.6141707Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T11:20:32.6142089Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T11:20:32.6142272Z 2022-12-01T11:20:32.6142430Z ---------------------------------------------------------------------- 2022-12-01T11:20:32.6142736Z Ran 918 tests in 150.828s 2022-12-01T11:20:32.6142854Z 2022-12-01T11:20:32.6142957Z OK (skipped=214, expected failures=17) 2022-12-01T11:20:32.6143091Z 2022-12-01T11:20:32.6143180Z Generating XML reports... 2022-12-01T11:20:32.6143531Z Generated XML report: test-reports\python-unittest\test_modules\TEST-TestModuleCPU-20221201111801.xml 2022-12-01T11:20:32.6143776Z 2022-12-01T11:20:32.6144116Z ##[endgroup] 2022-12-01T11:20:32.6144465Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_61oeugjs) 2022-12-01T11:20:32.6144718Z 2022-12-01T11:20:32.6144825Z Running test_linalg ... [2022-12-01 11:20:32.570453] 2022-12-01T11:20:32.6145305Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:20:32.570453] 2022-12-01T11:22:42.5445908Z 2022-12-01T11:22:42.5446404Z Expand the folded group to see the log file of test_linalg 2022-12-01T11:22:42.5447285Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_u911wg5n) 2022-12-01T11:22:42.5455866Z 2022-12-01T11:22:42.5455960Z Running tests... 2022-12-01T11:22:42.5458650Z ---------------------------------------------------------------------- 2022-12-01T11:22:42.5459126Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-12-01T11:22:42.5459455Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.595s) 2022-12-01T11:22:42.5460656Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.456s) 2022-12-01T11:22:42.5461042Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.450s) 2022-12-01T11:22:42.5462173Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.377s) 2022-12-01T11:22:42.5462541Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.347s) 2022-12-01T11:22:42.5462866Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5463237Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5463599Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5463985Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5464328Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5464635Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5464929Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5465234Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5465535Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5465841Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.701s) 2022-12-01T11:22:42.5466318Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5466784Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:22:42.5467289Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5467727Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5468189Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:22:42.5468581Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5469078Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5469591Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5470036Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5470448Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5470913Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5471382Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:22:42.5471837Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:22:42.5472288Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5472746Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5473180Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5473574Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5474563Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5474979Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5475436Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5475854Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.445s) 2022-12-01T11:22:42.5476261Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.894s) 2022-12-01T11:22:42.5476652Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.354s) 2022-12-01T11:22:42.5477080Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.336s) 2022-12-01T11:22:42.5477484Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.791s) 2022-12-01T11:22:42.5477879Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.693s) 2022-12-01T11:22:42.5478309Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5479363Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5479840Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5480278Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5480784Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5481199Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5481570Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5481892Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5482212Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5482516Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5482827Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5483764Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4699: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5484671Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T11:22:42.5484904Z ok (0.010s) 2022-12-01T11:22:42.5485773Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4674: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5486781Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T11:22:42.5487017Z ok (0.000s) 2022-12-01T11:22:42.5487271Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5487635Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5487930Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5488239Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5488637Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5489564Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5490382Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5491584Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5492352Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5493232Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5494020Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5494847Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5495604Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5496428Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5497192Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5498013Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5498826Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5499698Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5500533Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5501368Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5502422Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5503247Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5504016Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5504897Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5505713Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5506550Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5507314Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5508145Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5508897Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5509724Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5510550Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5511428Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5761: 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:24.) 2022-12-01T11:22:42.5512242Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:22:42.5512441Z ok (1.131s) 2022-12-01T11:22:42.5512689Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.129s) 2022-12-01T11:22:42.5512996Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.139s) 2022-12-01T11:22:42.5513562Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.929s) 2022-12-01T11:22:42.5513870Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.932s) 2022-12-01T11:22:42.5514820Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5515661Z torch.matmul(l, r, out=out) 2022-12-01T11:22:42.5516501Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5517325Z torch.matmul(l, r, out=out) 2022-12-01T11:22:42.5517523Z ok (0.018s) 2022-12-01T11:22:42.5517782Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5518674Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1580: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:971.) 2022-12-01T11:22:42.5519450Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T11:22:42.5519690Z ok (0.000s) 2022-12-01T11:22:42.5519951Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (3.932s) 2022-12-01T11:22:42.5520257Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5520569Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:22:42.5520881Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5521223Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5521594Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5521961Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5522372Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5522717Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5523046Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5523416Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5523738Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5524109Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5524433Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5524768Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5525092Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5525426Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5526053Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:22:42.5526404Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5526822Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5527163Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5527557Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5527941Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5528315Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5528699Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5529092Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5529458Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5529888Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5530541Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:2507: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5531035Z L = torch.cholesky(A) 2022-12-01T11:22:42.5531247Z should be replaced with 2022-12-01T11:22:42.5531470Z L = torch.linalg.cholesky(A) 2022-12-01T11:22:42.5531668Z and 2022-12-01T11:22:42.5531845Z U = torch.cholesky(A, upper=True) 2022-12-01T11:22:42.5532064Z should be replaced with 2022-12-01T11:22:42.5532294Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:22:42.5532803Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1626.) 2022-12-01T11:22:42.5533280Z L = torch.cholesky(A, upper=upper) 2022-12-01T11:22:42.5533489Z ok (0.008s) 2022-12-01T11:22:42.5533748Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5534103Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5534445Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5534880Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-12-01T11:22:42.5535394Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5536041Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5536584Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5536977Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5537313Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5537642Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5537962Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5538318Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5539043Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5539443Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5539807Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5540142Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5540451Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5540625Z 2022-12-01T11:22:42.5540768Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5541003Z ok (0.052s) 2022-12-01T11:22:42.5541240Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5541519Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5541689Z 2022-12-01T11:22:42.5541829Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5542131Z ok (0.043s) 2022-12-01T11:22:42.5542368Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5542659Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5542874Z 2022-12-01T11:22:42.5543013Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5543226Z ok (0.074s) 2022-12-01T11:22:42.5543458Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5543745Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5543910Z 2022-12-01T11:22:42.5544050Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5544282Z ok (0.043s) 2022-12-01T11:22:42.5544555Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5544898Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5545255Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5545608Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5545967Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.643s) 2022-12-01T11:22:42.5546340Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.996s) 2022-12-01T11:22:42.5546713Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.790s) 2022-12-01T11:22:42.5547079Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.564s) 2022-12-01T11:22:42.5547420Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.776s) 2022-12-01T11:22:42.5547783Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (1.695s) 2022-12-01T11:22:42.5548142Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (1.844s) 2022-12-01T11:22:42.5548660Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.134s) 2022-12-01T11:22:42.5549162Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (1.743s) 2022-12-01T11:22:42.5549717Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (1.786s) 2022-12-01T11:22:42.5550207Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5550704Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5551231Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5551699Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5552081Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5552486Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5553324Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5553716Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5554116Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5554581Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5554985Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-12-01T11:22:42.5555429Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:22:42.5555829Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-12-01T11:22:42.5556180Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:22:42.5556462Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5556788Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-12-01T11:22:42.5557163Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.007s) 2022-12-01T11:22:42.5557512Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5557833Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5558154Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5558456Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5558857Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:22:42.5559291Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5559687Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:22:42.5560078Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5560463Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5560873Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5561227Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5561607Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5561953Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5562366Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5562682Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5562996Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5563314Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5563622Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5563943Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5564262Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5564576Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:22:42.5564885Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:22:42.5565188Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:22:42.5565786Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5566133Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5566580Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5566937Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5567289Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5567632Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5567948Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5568282Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5568608Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5568982Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:22:42.5569397Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:22:42.5569798Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5570191Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.007s) 2022-12-01T11:22:42.5570553Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5570915Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5571291Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5571646Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5572027Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5572362Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5572735Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5573062Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5573381Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5573697Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5574343Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1043: 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:250.) 2022-12-01T11:22:42.5574948Z out = torch.empty_like(t).to(real_dtype) 2022-12-01T11:22:42.5575233Z ok (0.006s) 2022-12-01T11:22:42.5575518Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5575886Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5576252Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5576592Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5576890Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T11:22:42.5577203Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:22:42.5577515Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5577840Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (4.071s) 2022-12-01T11:22:42.5578166Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.599s) 2022-12-01T11:22:42.5578823Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:22:42.5579169Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5579500Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T11:22:42.5579817Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:22:42.5580123Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:22:42.5580420Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:22:42.5580756Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5581090Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5581437Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5581774Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5582140Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5582481Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5582785Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:22:42.5583119Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5583458Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5583807Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5584150Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5584492Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5584831Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5585170Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5585478Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5585799Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5586136Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5586465Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5586787Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5587153Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5587495Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.102s) 2022-12-01T11:22:42.5587814Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.095s) 2022-12-01T11:22:42.5588129Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.081s) 2022-12-01T11:22:42.5588597Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:22:42.5588969Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5589306Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5589635Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5589936Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5590273Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.250s) 2022-12-01T11:22:42.5590622Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.660s) 2022-12-01T11:22:42.5590968Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.329s) 2022-12-01T11:22:42.5591305Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.539s) 2022-12-01T11:22:42.5592063Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:22:42.5592546Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-12-01T11:22:42.5593026Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5593495Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5593880Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5594192Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5594503Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5594800Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5595098Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5595424Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5595748Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5596056Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5597024Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5597864Z torch.kron(a, b, out=out) 2022-12-01T11:22:42.5598064Z ok (0.003s) 2022-12-01T11:22:42.5598961Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5599804Z torch.kron(a, b, out=out) 2022-12-01T11:22:42.5600002Z ok (0.002s) 2022-12-01T11:22:42.5600886Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5602065Z torch.kron(a, b, out=out) 2022-12-01T11:22:42.5602245Z ok (0.003s) 2022-12-01T11:22:42.5603169Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5604016Z torch.kron(a, b, out=out) 2022-12-01T11:22:42.5604214Z ok (0.000s) 2022-12-01T11:22:42.5604468Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5604966Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7312: ComplexWarning: scipy.linalg.ldl(): 2022-12-01T11:22:42.5605487Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-12-01T11:22:42.5605863Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-12-01T11:22:42.5606098Z ok (0.270s) 2022-12-01T11:22:42.5606337Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.118s) 2022-12-01T11:22:42.5606787Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T11:22:42.5607105Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T11:22:42.5607427Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5607750Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5608066Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5608355Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5608674Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5608998Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5609349Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5609720Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5610096Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:22:42.5610452Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-12-01T11:22:42.5610830Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:22:42.5611196Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T11:22:42.5611538Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.974s) 2022-12-01T11:22:42.5611868Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.896s) 2022-12-01T11:22:42.5612188Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.595s) 2022-12-01T11:22:42.5612487Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.495s) 2022-12-01T11:22:42.5612826Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:22:42.5613252Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5613604Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5613949Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5614293Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5614641Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5614965Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5615301Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5615977Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5616546Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:22:42.5616779Z should be replaced with 2022-12-01T11:22:42.5617039Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:22:42.5617268Z and 2022-12-01T11:22:42.5617487Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:22:42.5617738Z should be replaced with 2022-12-01T11:22:42.5618186Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:22:42.5618673Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:22:42.5618920Z ok (0.391s) 2022-12-01T11:22:42.5619187Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.369s) 2022-12-01T11:22:42.5619562Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.300s) 2022-12-01T11:22:42.5619901Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.409s) 2022-12-01T11:22:42.5620273Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T11:22:42.5620607Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:22:42.5620938Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5621258Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:22:42.5621653Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:22:42.5622148Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-12-01T11:22:42.5622634Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T11:22:42.5623119Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T11:22:42.5623528Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:22:42.5623877Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5624240Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5624615Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5624967Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5625337Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5625771Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T11:22:42.5626157Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-12-01T11:22:42.5626540Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T11:22:42.5626906Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:22:42.5627278Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5627618Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5627965Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:22:42.5628313Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5628737Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:22:42.5629137Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:22:42.5629530Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:22:42.5629890Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5630262Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.174s) 2022-12-01T11:22:42.5630621Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.047s) 2022-12-01T11:22:42.5630974Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.409s) 2022-12-01T11:22:42.5631324Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.374s) 2022-12-01T11:22:42.5631710Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5632130Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5632517Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5632912Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5633278Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5633852Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5120: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5634477Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:22:42.5634845Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:22:42.5635070Z should be replaced with 2022-12-01T11:22:42.5635317Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:22:42.5635553Z and 2022-12-01T11:22:42.5635761Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:22:42.5635994Z should be replaced with 2022-12-01T11:22:42.5636443Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:22:42.5636856Z e = torch.symeig(A)[0] 2022-12-01T11:22:42.5637032Z ok (0.957s) 2022-12-01T11:22:42.5637287Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (8.488s) 2022-12-01T11:22:42.5637595Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5637924Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-12-01T11:22:42.5638262Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T11:22:42.5638627Z ------------------------------------------------------- 2022-12-01T11:22:42.5638886Z | standard | generalized | method 2022-12-01T11:22:42.5639135Z torch.lobpcg | 230.43 | 270.69 | ortho 2022-12-01T11:22:42.5639374Z scipy_lobpcg | 258.36 | 316.82 | N/A 2022-12-01T11:22:42.5639633Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-12-01T11:22:42.5639856Z 2022-12-01T11:22:42.5640143Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-12-01T11:22:42.5640529Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T11:22:42.5640890Z ---------------------------------------------------------------------------- 2022-12-01T11:22:42.5641209Z | standard | generalized | niter | method 2022-12-01T11:22:42.5641477Z torch.lobpcg | 9.18e-14 | 7.23e-15 | 1000 | ortho 2022-12-01T11:22:42.5641792Z scipy_lobpcg | -1.00e+00 | 9.02e-10 | -1 | N/A 2022-12-01T11:22:42.5642073Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-12-01T11:22:42.5642261Z 2022-12-01T11:22:42.5642335Z ok (24.984s) 2022-12-01T11:22:42.5642607Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.207s) 2022-12-01T11:22:42.5642941Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5643525Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6975: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:22:42.5644076Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:22:42.5644342Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:22:42.5644543Z should be replaced with 2022-12-01T11:22:42.5644968Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:22:42.5645391Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-12-01T11:22:42.5645601Z ok (0.003s) 2022-12-01T11:22:42.5645888Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5646257Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5646709Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5647055Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5647395Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5647729Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5648060Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5648483Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5648983Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:22:42.5649453Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:22:42.5649939Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:22:42.5650328Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5650648Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5650962Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5651335Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5651695Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5652079Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5652474Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:22:42.5652866Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5653231Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5653576Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5654609Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-12-01T11:22:42.5655464Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:22:42.5656309Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 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:24.) 2022-12-01T11:22:42.5657074Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:22:42.5657879Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [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:24.) 2022-12-01T11:22:42.5658621Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:22:42.5658823Z ok (0.553s) 2022-12-01T11:22:42.5659100Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.449s) 2022-12-01T11:22:42.5659440Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.260s) 2022-12-01T11:22:42.5659806Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.305s) 2022-12-01T11:22:42.5660166Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.838s) 2022-12-01T11:22:42.5660518Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.132s) 2022-12-01T11:22:42.5660875Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.529s) 2022-12-01T11:22:42.5661234Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (2.200s) 2022-12-01T11:22:42.5661562Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.238s) 2022-12-01T11:22:42.5661896Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5662214Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5662604Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:22:42.5662953Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5663305Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5663660Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5663983Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5664327Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:22:42.5664658Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:22:42.5664988Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5665319Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5665709Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5666028Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5666359Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5666685Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5667008Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5667333Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:22:42.5667656Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5667949Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5668283Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5668621Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5668956Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5669283Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5669641Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5670026Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5670384Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5670755Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5671109Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5671434Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5671828Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:22:42.5672272Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:22:42.5672710Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:22:42.5673117Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:22:42.5673541Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:22:42.5673963Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:22:42.5674327Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5674645Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5675016Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5675344Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5675652Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:22:42.5676037Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5676353Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T11:22:42.5676723Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:22:42.5677046Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-12-01T11:22:42.5677366Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T11:22:42.5677659Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T11:22:42.5678020Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:22:42.5678340Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:22:42.5678656Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:22:42.5679006Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.002s) 2022-12-01T11:22:42.5679347Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5679659Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-12-01T11:22:42.5680045Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5680447Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5680803Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.182s) 2022-12-01T11:22:42.5681120Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.194s) 2022-12-01T11:22:42.5681468Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T11:22:42.5682073Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T11:22:42.5682418Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T11:22:42.5682778Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T11:22:42.5683100Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:22:42.5683417Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5683744Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-12-01T11:22:42.5684055Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.827s) 2022-12-01T11:22:42.5684381Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:22:42.5684760Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-12-01T11:22:42.5685128Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:22:42.5685491Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:22:42.5685852Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.751s) 2022-12-01T11:22:42.5686204Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5686636Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:22:42.5686949Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5687293Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5687647Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5688057Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5688394Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5688825Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:22:42.5689281Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:42.5689670Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5690076Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:42.5690472Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5690878Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5691207Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5691540Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5691843Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5692176Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5692521Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5692858Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5693190Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5693514Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-12-01T11:22:42.5693830Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-12-01T11:22:42.5694121Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T11:22:42.5694453Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-12-01T11:22:42.5694979Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5695513Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5696041Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5696566Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5697614Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:133: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1136.) 2022-12-01T11:22:42.5698514Z torch.ger(a, b, out=out) 2022-12-01T11:22:42.5698795Z ok (0.012s) 2022-12-01T11:22:42.5699151Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5699600Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5700044Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5700440Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5700722Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5701019Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5701319Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5701609Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5701899Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5702301Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5702579Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5702900Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5703258Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5703624Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5703989Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5704360Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5704704Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5705064Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5705470Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5705828Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5706177Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5706529Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5706882Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5707214Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5707563Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5707918Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5708273Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5708634Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5708985Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5709314Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5709657Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5710005Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5710349Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5710691Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5711032Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5711373Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5711712Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5712080Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5712447Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5712819Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5713187Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5713546Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5713884Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5714242Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5714649Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5715001Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5715358Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5715708Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5716062Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5716406Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5716771Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5717140Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5717505Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5717918Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5718275Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5718623Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5718959Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5719310Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5719667Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5720021Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5720378Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5720735Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5721076Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5721437Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5721797Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5722150Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5722497Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5722844Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5723190Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5723514Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5723867Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5724214Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5724561Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5724915Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5725269Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5725630Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5725971Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5726323Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T11:22:42.5726818Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5727239Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5727584Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5727926Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5728254Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5728601Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5728951Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5729302Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5729657Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5730067Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5730425Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5730760Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5731111Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5731461Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5731808Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5732155Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5732500Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5732828Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5733187Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5733539Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5733890Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5734247Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5734597Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5734949Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5735270Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5735613Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5735958Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5736305Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5736700Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5737071Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5737449Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5737790Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5738168Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5738561Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5738947Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5739325Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5753217Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5753723Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5754055Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5754393Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5754730Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5755064Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5755401Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5755740Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5756227Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5756577Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5756924Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5757263Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5757600Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5757939Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5758273Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5758590Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5758920Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5759257Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5759595Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5759932Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5760274Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5760625Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5760956Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5761295Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5761622Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5761952Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5762287Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5762614Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5762928Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5763261Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5763598Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5763935Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5764276Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5764625Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5764972Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5765361Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5765697Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5766037Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5766371Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5766828Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5767161Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5767480Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5767791Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.858s) 2022-12-01T11:22:42.5768088Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5768443Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.154s) 2022-12-01T11:22:42.5768743Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.151s) 2022-12-01T11:22:42.5769036Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.134s) 2022-12-01T11:22:42.5769312Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.123s) 2022-12-01T11:22:42.5769633Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:22:42.5769982Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5770324Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5770664Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5770992Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:22:42.5771305Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:22:42.5771603Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5771905Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5772244Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:42.5772568Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5772900Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.003s) 2022-12-01T11:22:42.5773220Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5773530Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.003s) 2022-12-01T11:22:42.5773840Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5774157Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-12-01T11:22:42.5774467Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5774786Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.000s) 2022-12-01T11:22:42.5775342Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3522: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5775878Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:22:42.5776134Z Q, R = torch.qr(A, some) 2022-12-01T11:22:42.5776337Z should be replaced with 2022-12-01T11:22:42.5776774Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:22:42.5777251Z Q, R = torch.qr(A, some=some) 2022-12-01T11:22:42.5777684Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3540: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5778262Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:22:42.5778518Z Q, R = torch.qr(A, some) 2022-12-01T11:22:42.5778721Z should be replaced with 2022-12-01T11:22:42.5779156Z 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:2367.) 2022-12-01T11:22:42.5779579Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-12-01T11:22:42.5779787Z ok (0.051s) 2022-12-01T11:22:42.5780026Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T11:22:42.5780305Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T11:22:42.5780591Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:22:42.5780892Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5781194Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5781528Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.008s) 2022-12-01T11:22:42.5781817Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5782088Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-12-01T11:22:42.5782366Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5782643Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.009s) 2022-12-01T11:22:42.5782923Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:22:42.5783198Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.000s) 2022-12-01T11:22:42.5783466Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5783752Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5784053Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T11:22:42.5784366Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-12-01T11:22:42.5784674Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:22:42.5784971Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T11:22:42.5785288Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5785645Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5786000Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5786344Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5786699Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5787056Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5787410Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5787747Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5788074Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T11:22:42.5788375Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T11:22:42.5788664Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:22:42.5788950Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:22:42.5789248Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5789545Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5789863Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5790162Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.157s) 2022-12-01T11:22:42.5790454Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.184s) 2022-12-01T11:22:42.5790803Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.146s) 2022-12-01T11:22:42.5791088Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.156s) 2022-12-01T11:22:42.5791369Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.118s) 2022-12-01T11:22:42.5791698Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.525s) 2022-12-01T11:22:42.5792041Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.281s) 2022-12-01T11:22:42.5792381Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.127s) 2022-12-01T11:22:42.5792711Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.209s) 2022-12-01T11:22:42.5793028Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5793329Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5793486Z 2022-12-01T11:22:42.5793625Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5793843Z 2022-12-01T11:22:42.5793979Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5794143Z 2022-12-01T11:22:42.5794277Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5794500Z ok (0.011s) 2022-12-01T11:22:42.5794742Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5795037Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5795200Z 2022-12-01T11:22:42.5795322Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5795484Z 2022-12-01T11:22:42.5795620Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5795782Z 2022-12-01T11:22:42.5795925Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5796142Z ok (0.007s) 2022-12-01T11:22:42.5796360Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5796648Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5796810Z 2022-12-01T11:22:42.5796945Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5797099Z 2022-12-01T11:22:42.5797235Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5797395Z 2022-12-01T11:22:42.5797527Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-12-01T11:22:42.5797743Z ok (0.006s) 2022-12-01T11:22:42.5797952Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... 2022-12-01T11:22:42.5798234Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5798386Z 2022-12-01T11:22:42.5798517Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5798678Z 2022-12-01T11:22:42.5798810Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5798963Z 2022-12-01T11:22:42.5799092Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-12-01T11:22:42.5799313Z ok (0.007s) 2022-12-01T11:22:42.5799796Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7012: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:22:42.5800409Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:22:42.5800738Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:22:42.5800946Z should be replaced with 2022-12-01T11:22:42.5801197Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:22:42.5801414Z and 2022-12-01T11:22:42.5801618Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:22:42.5801819Z should be replaced with 2022-12-01T11:22:42.5802251Z 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:2824.) 2022-12-01T11:22:42.5802784Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:22:42.5803667Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [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:24.) 2022-12-01T11:22:42.5804508Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:22:42.5805440Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [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:24.) 2022-12-01T11:22:42.5806271Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:22:42.5807234Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [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:24.) 2022-12-01T11:22:42.5808040Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:22:42.5808926Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [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:24.) 2022-12-01T11:22:42.5809753Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:22:42.5809995Z ok (0.024s) 2022-12-01T11:22:42.5810230Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T11:22:42.5810536Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:22:42.5810824Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:22:42.5811139Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5811498Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5811852Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5812200Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5812503Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5812799Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:22:42.5813099Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:22:42.5813407Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5814154Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:22:42.5814462Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5814787Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5815098Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5815397Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5815725Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5816080Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:22:42.5816429Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5816776Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5817179Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5817529Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5817861Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-12-01T11:22:42.5818196Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:22:42.5818526Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5818846Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5819157Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5819466Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5819776Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5820108Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5820437Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5820763Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:22:42.5821105Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5821742Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4234: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:22:42.5822387Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:22:42.5822716Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:22:42.5822926Z should be replaced with 2022-12-01T11:22:42.5823348Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:22:42.5823857Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-12-01T11:22:42.5824141Z ok (0.058s) 2022-12-01T11:22:42.5824434Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T11:22:42.5824821Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:22:42.5825182Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:22:42.5825545Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5825899Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:22:42.5826248Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:22:42.5826641Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:22:42.5827082Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:22:42.5827593Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:22:42.5828084Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:22:42.5828582Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:22:42.5828995Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5829377Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:22:42.5829711Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:22:42.5830037Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:22:42.5830392Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5830768Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:22:42.5831149Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5831524Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:22:42.5831866Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:22:42.5832183Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5832501Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:22:42.5832814Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.302s) 2022-12-01T11:22:42.5833113Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.191s) 2022-12-01T11:22:42.5833430Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.303s) 2022-12-01T11:22:42.5833741Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.293s) 2022-12-01T11:22:42.5834050Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.322s) 2022-12-01T11:22:42.5834354Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.189s) 2022-12-01T11:22:42.5834666Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:22:42.5835141Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:22:42.5835532Z ret **= (1 / ord) 2022-12-01T11:22:42.5835887Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T11:22:42.5836222Z absx **= ord 2022-12-01T11:22:42.5836569Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:22:42.5836890Z absx **= ord 2022-12-01T11:22:42.5837044Z ok (0.020s) 2022-12-01T11:22:42.5837151Z 2022-12-01T11:22:42.5837310Z ---------------------------------------------------------------------- 2022-12-01T11:22:42.5837572Z Ran 741 tests in 127.344s 2022-12-01T11:22:42.5837693Z 2022-12-01T11:22:42.5837768Z OK (skipped=64) 2022-12-01T11:22:42.5837880Z 2022-12-01T11:22:42.5837972Z Generating XML reports... 2022-12-01T11:22:42.5838327Z Generated XML report: test-reports\python-unittest\test_linalg\TEST-TestLinalgCPU-20221201112034.xml 2022-12-01T11:22:42.5838623Z 2022-12-01T11:22:42.5838959Z ##[endgroup] 2022-12-01T11:22:42.5839300Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_u911wg5n) 2022-12-01T11:22:42.5839559Z 2022-12-01T11:22:42.5839704Z Running distributions/test_distributions ... [2022-12-01 11:22:42.548118] 2022-12-01T11:22:42.5840175Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:22:42.548726] 2022-12-01T11:23:23.5178948Z 2022-12-01T11:23:23.5179768Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T11:23:23.5180614Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_jv8jftpr) 2022-12-01T11:23:23.5181560Z 2022-12-01T11:23:23.5181956Z Running tests... 2022-12-01T11:23:23.5182509Z ---------------------------------------------------------------------- 2022-12-01T11:23:23.5182914Z Test results will be stored in test-reports\python-unittest\distributions\test_distributions 2022-12-01T11:23:23.5183565Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5183999Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5188276Z ok (0.050s) 2022-12-01T11:23:23.5188557Z test_icdf (__main__.TestAgainstScipy) ... ok (0.028s) 2022-12-01T11:23:23.5188879Z test_mean (__main__.TestAgainstScipy) ... ok (1.140s) 2022-12-01T11:23:23.5189993Z 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-12-01T11:23:23.5191084Z return torch.as_tensor(tensor_like) 2022-12-01T11:23:23.5191351Z ok (0.043s) 2022-12-01T11:23:23.5191694Z test_params_constraints (__main__.TestConstraints) ... ok (0.068s) 2022-12-01T11:23:23.5192115Z test_support_constraints (__main__.TestConstraints) ... ok (0.077s) 2022-12-01T11:23:23.5192579Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T11:23:23.5193076Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5193542Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5194011Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-12-01T11:23:23.5194465Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5194932Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5195294Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.010s) 2022-12-01T11:23:23.5195642Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5195994Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5196331Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5196672Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-12-01T11:23:23.5197037Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5197420Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5197957Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.011s) 2022-12-01T11:23:23.5198283Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.024s) 2022-12-01T11:23:23.5198618Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5198987Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:23:23.5199346Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5199696Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5200053Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5200416Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5200773Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5201208Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.008s) 2022-12-01T11:23:23.5201577Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5201947Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5202310Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:23:23.5202665Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5203017Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5203342Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:23:23.5203687Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:23:23.5204036Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5204494Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T11:23:23.5204943Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:23:23.5205300Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5205656Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:23:23.5206012Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5206362Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T11:23:23.5206714Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5207046Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5207394Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5207745Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-12-01T11:23:23.5208098Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-12-01T11:23:23.5208440Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T11:23:23.5208750Z test_bernoulli (__main__.TestDistributions) ... ok (0.129s) 2022-12-01T11:23:23.5209026Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5209343Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:23:23.5209655Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.064s) 2022-12-01T11:23:23.5209946Z test_beta_sample (__main__.TestDistributions) ... ok (0.396s) 2022-12-01T11:23:23.5210234Z test_beta_shape (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5210526Z test_beta_underflow (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T11:23:23.5210916Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:23:23.5211236Z test_binomial (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:23:23.5211545Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5211872Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5212202Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.065s) 2022-12-01T11:23:23.5212544Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5212867Z test_binomial_sample (__main__.TestDistributions) ... ok (0.055s) 2022-12-01T11:23:23.5213156Z test_binomial_stable (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5213476Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.093s) 2022-12-01T11:23:23.5214361Z test_categorical_1d (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:23:23.5214681Z test_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T11:23:23.5215009Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:23:23.5215322Z test_cauchy (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T11:23:23.5215794Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5216249Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5216463Z ok (0.266s) 2022-12-01T11:23:23.5216697Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.100s) 2022-12-01T11:23:23.5216993Z test_chi2_sample (__main__.TestDistributions) ... ok (0.121s) 2022-12-01T11:23:23.5217281Z test_chi2_shape (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5217580Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T11:23:23.5217901Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:23:23.5218218Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5218530Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:23:23.5218835Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.034s) 2022-12-01T11:23:23.5219140Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5219622Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5220067Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5220278Z ok (0.665s) 2022-12-01T11:23:23.5220535Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.163s) 2022-12-01T11:23:23.5220873Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.029s) 2022-12-01T11:23:23.5221179Z test_exponential (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5221470Z test_exponential_sample (__main__.TestDistributions) ... ok (0.110s) 2022-12-01T11:23:23.5221776Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:23:23.5222092Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.980s) 2022-12-01T11:23:23.5222428Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:23:23.5222775Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-12-01T11:23:23.5223108Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:23:23.5223418Z test_gamma_sample (__main__.TestDistributions) ... ok (0.319s) 2022-12-01T11:23:23.5223697Z test_gamma_shape (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5224062Z test_geometric (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5224381Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T11:23:23.5224704Z test_geometric_sample (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:23:23.5224996Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:23:23.5225284Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.678s) 2022-12-01T11:23:23.5225565Z test_halfcauchy (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:23:23.5225859Z test_halfnormal (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:23:23.5226160Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:23:23.5226471Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.099s) 2022-12-01T11:23:23.5226778Z test_has_examples (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5227321Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5227761Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5227975Z ok (0.823s) 2022-12-01T11:23:23.5228218Z test_independent_shape (__main__.TestDistributions) ... ok (0.325s) 2022-12-01T11:23:23.5228552Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.700s) 2022-12-01T11:23:23.5228891Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.031s) 2022-12-01T11:23:23.5229211Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5229496Z test_laplace (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T11:23:23.5229790Z test_laplace_sample (__main__.TestDistributions) ... ok (0.338s) 2022-12-01T11:23:23.5230102Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5230423Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:23:23.5230734Z test_logisticnormal (__main__.TestDistributions) ... ok (0.027s) 2022-12-01T11:23:23.5231050Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5231361Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.390s) 2022-12-01T11:23:23.5231666Z test_lognormal (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:23:23.5231963Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:23:23.5232272Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.318s) 2022-12-01T11:23:23.5232605Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5232961Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.027s) 2022-12-01T11:23:23.5233310Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5233674Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.059s) 2022-12-01T11:23:23.5234024Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.052s) 2022-12-01T11:23:23.5234364Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5234693Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.057s) 2022-12-01T11:23:23.5235018Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5235503Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5235923Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5236135Z ok (0.120s) 2022-12-01T11:23:23.5236370Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T11:23:23.5236760Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:23:23.5237086Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5237406Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:23:23.5237725Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T11:23:23.5238067Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:23:23.5238412Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.122s) 2022-12-01T11:23:23.5238743Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.076s) 2022-12-01T11:23:23.5239105Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:23:23.5239448Z test_negative_binomial (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T11:23:23.5239802Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.055s) 2022-12-01T11:23:23.5240165Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5240488Z test_normal (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T11:23:23.5240776Z test_normal_sample (__main__.TestDistributions) ... ok (0.349s) 2022-12-01T11:23:23.5241087Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:23:23.5241405Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5241744Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:23:23.5242050Z test_pareto (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:23:23.5242341Z test_pareto_sample (__main__.TestDistributions) ... ok (0.320s) 2022-12-01T11:23:23.5242643Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T11:23:23.5242980Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:23:23.5243734Z test_poisson_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T11:23:23.5244517Z warnings.warn(msg, FutureWarning) 2022-12-01T11:23:23.5244726Z ok (0.009s) 2022-12-01T11:23:23.5244950Z test_poisson_sample (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:23:23.5245251Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:23:23.5245559Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T11:23:23.5245886Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5246230Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T11:23:23.5246531Z test_repr (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T11:23:23.5246832Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T11:23:23.5247327Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5247772Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5247983Z ok (0.026s) 2022-12-01T11:23:23.5248222Z test_sample_detached (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:23:23.5248517Z test_studentT (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:23:23.5248809Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.098s) 2022-12-01T11:23:23.5249102Z test_studentT_sample (__main__.TestDistributions) ... ok (1.355s) 2022-12-01T11:23:23.5249481Z test_support_attributes (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T11:23:23.5249780Z test_uniform (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:23:23.5250097Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:23:23.5250425Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:23:23.5250730Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.529s) 2022-12-01T11:23:23.5251201Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5251648Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5251861Z ok (0.084s) 2022-12-01T11:23:23.5252401Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:23:23.5252999Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:23:23.5253276Z ok (1.602s) 2022-12-01T11:23:23.5253524Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:23:23.5253821Z test_wishart_sample (__main__.TestDistributions) ... ok (0.355s) 2022-12-01T11:23:23.5254307Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5254743Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5255154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5255544Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5255954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5256334Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5256721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5257105Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5257503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5257881Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5258273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5258649Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5258844Z ok (0.141s) 2022-12-01T11:23:23.5259121Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-12-01T11:23:23.5259484Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-12-01T11:23:23.5259802Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.000s) 2022-12-01T11:23:23.5260083Z test_cat_transform (__main__.TestFunctors) ... ok (0.010s) 2022-12-01T11:23:23.5260372Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.010s) 2022-12-01T11:23:23.5260658Z test_stack_transform (__main__.TestFunctors) ... ok (0.000s) 2022-12-01T11:23:23.5261101Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:23:23.5261514Z warnings.warn("Singular sample detected.") 2022-12-01T11:23:23.5261732Z ok (1.035s) 2022-12-01T11:23:23.5262193Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:23:23.5262812Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:23:23.5263090Z ok (1.179s) 2022-12-01T11:23:23.5263306Z test_enumerate_support (__main__.TestJit) ... ok (0.407s) 2022-12-01T11:23:23.5263567Z test_log_prob (__main__.TestJit) ... ok (2.176s) 2022-12-01T11:23:23.5263811Z test_mean (__main__.TestJit) ... ok (0.989s) 2022-12-01T11:23:23.5264052Z test_rsample (__main__.TestJit) ... ok (0.641s) 2022-12-01T11:23:23.5264297Z test_sample (__main__.TestJit) ... ok (0.731s) 2022-12-01T11:23:23.5264549Z test_variance (__main__.TestJit) ... ok (1.246s) 2022-12-01T11:23:23.5264812Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.046s) 2022-12-01T11:23:23.5265102Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.496s) 2022-12-01T11:23:23.5265423Z test_kl_edgecases (__main__.TestKL) ... ok (0.024s) 2022-12-01T11:23:23.5265696Z test_kl_exponential_family (__main__.TestKL) ... ok (0.025s) 2022-12-01T11:23:23.5265960Z test_kl_infinite (__main__.TestKL) ... ok (0.016s) 2022-12-01T11:23:23.5266225Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.031s) 2022-12-01T11:23:23.5266537Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.020s) 2022-12-01T11:23:23.5266823Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.159s) 2022-12-01T11:23:23.5267095Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.034s) 2022-12-01T11:23:23.5267383Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.019s) 2022-12-01T11:23:23.5267705Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.011s) 2022-12-01T11:23:23.5267977Z test_kl_shape (__main__.TestKL) ... ok (0.066s) 2022-12-01T11:23:23.5268232Z test_kl_transformed (__main__.TestKL) ... ok (0.018s) 2022-12-01T11:23:23.5268565Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-12-01T11:23:23.5268951Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-12-01T11:23:23.5269307Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.015s) 2022-12-01T11:23:23.5269653Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T11:23:23.5270014Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-12-01T11:23:23.5270355Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.011s) 2022-12-01T11:23:23.5270708Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:23:23.5271077Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.041s) 2022-12-01T11:23:23.5271452Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T11:23:23.5271842Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-12-01T11:23:23.5272203Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T11:23:23.5272539Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:23:23.5272855Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.046s) 2022-12-01T11:23:23.5273131Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.041s) 2022-12-01T11:23:23.5273387Z test_chi2 (__main__.TestRsample) ... ok (0.033s) 2022-12-01T11:23:23.5273669Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.638s) 2022-12-01T11:23:23.5274083Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.056s) 2022-12-01T11:23:23.5274370Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.119s) 2022-12-01T11:23:23.5274706Z test_gamma (__main__.TestRsample) ... ok (0.037s) 2022-12-01T11:23:23.5275042Z test_invalid (__main__.TestValidation) ... ok (0.024s) 2022-12-01T11:23:23.5275334Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.339s) 2022-12-01T11:23:23.5275621Z test_valid (__main__.TestValidation) ... ok (0.016s) 2022-12-01T11:23:23.5275931Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.008s) 2022-12-01T11:23:23.5276123Z 2022-12-01T11:23:23.5276265Z ---------------------------------------------------------------------- 2022-12-01T11:23:23.5276528Z Ran 219 tests in 37.922s 2022-12-01T11:23:23.5276653Z 2022-12-01T11:23:23.5276726Z OK (skipped=5) 2022-12-01T11:23:23.5276836Z 2022-12-01T11:23:23.5276925Z Generating XML reports... 2022-12-01T11:23:23.5277323Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestAgainstScipy-20221201112244.xml 2022-12-01T11:23:23.5277864Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestConstraints-20221201112244.xml 2022-12-01T11:23:23.5278460Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestDistributionShapes-20221201112244.xml 2022-12-01T11:23:23.5279001Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestDistributions-20221201112244.xml 2022-12-01T11:23:23.5279518Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestFunctors-20221201112244.xml 2022-12-01T11:23:23.5280075Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestJit-20221201112244.xml 2022-12-01T11:23:23.5280574Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestKL-20221201112244.xml 2022-12-01T11:23:23.5281175Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestLazyLogitsInitialization-20221201112244.xml 2022-12-01T11:23:23.5281764Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestNumericalStability-20221201112244.xml 2022-12-01T11:23:23.5282303Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestRsample-20221201112244.xml 2022-12-01T11:23:23.5282818Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestValidation-20221201112244.xml 2022-12-01T11:23:23.5283092Z 2022-12-01T11:23:23.5283443Z ##[endgroup] 2022-12-01T11:23:23.5283863Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_jv8jftpr) 2022-12-01T11:23:23.5284269Z 2022-12-01T11:23:23.5284391Z Running test_tensorexpr ... [2022-12-01 11:23:23.517284] 2022-12-01T11:23:23.5284835Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:23:23.517284] 2022-12-01T11:23:56.1963511Z 2022-12-01T11:23:56.1964023Z Expand the folded group to see the log file of test_tensorexpr 2022-12-01T11:23:56.1964823Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_dbh4j5yj) 2022-12-01T11:23:56.1965110Z 2022-12-01T11:23:56.1965188Z Running tests... 2022-12-01T11:23:56.1965458Z ---------------------------------------------------------------------- 2022-12-01T11:23:56.1965808Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-12-01T11:23:56.1967736Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.488s) 2022-12-01T11:23:56.1968259Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T11:23:56.1968814Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T11:23:56.1969473Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-12-01T11:23:56.1970037Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.240s) 2022-12-01T11:23:56.1970831Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.056s) 2022-12-01T11:23:56.1971343Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-12-01T11:23:56.1971861Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.434s) 2022-12-01T11:23:56.1972389Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-12-01T11:23:56.1972775Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.078s) 2022-12-01T11:23:56.1973088Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.593s) 2022-12-01T11:23:56.1973451Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-12-01T11:23:56.1973765Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (2.259s) 2022-12-01T11:23:56.1974163Z test_cat (__main__.TestTensorExprFuser) ... ok (1.711s) 2022-12-01T11:23:56.1974511Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.277s) 2022-12-01T11:23:56.1974828Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.273s) 2022-12-01T11:23:56.1975380Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-12-01T11:23:56.1975760Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.270s) 2022-12-01T11:23:56.1976157Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-12-01T11:23:56.1976465Z test_char (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-12-01T11:23:56.1976753Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.083s) 2022-12-01T11:23:56.1977040Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-12-01T11:23:56.1977328Z test_constant (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-12-01T11:23:56.1977610Z test_double (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-12-01T11:23:56.1977916Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-12-01T11:23:56.1978289Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.010s) 2022-12-01T11:23:56.1978637Z test_easy (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-12-01T11:23:56.1978919Z test_eq (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-12-01T11:23:56.1979203Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-12-01T11:23:56.1979480Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T11:23:56.1979766Z test_ge (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-12-01T11:23:56.1980045Z test_gt (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T11:23:56.1980364Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-12-01T11:23:56.1980693Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.000s) 2022-12-01T11:23:56.1980998Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.000s) 2022-12-01T11:23:56.1981335Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-12-01T11:23:56.1981663Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-12-01T11:23:56.1981991Z test_le (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-12-01T11:23:56.1982279Z test_loop (__main__.TestTensorExprFuser) ... ok (0.149s) 2022-12-01T11:23:56.1982561Z test_lt (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-12-01T11:23:56.1982834Z test_mask (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-12-01T11:23:56.1983118Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T11:23:56.1983431Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-12-01T11:23:56.1983753Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-12-01T11:23:56.1984084Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-12-01T11:23:56.1984416Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-12-01T11:23:56.1984718Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-12-01T11:23:56.1985104Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-12-01T11:23:56.1985415Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-12-01T11:23:56.1985712Z test_nans (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-12-01T11:23:56.1985992Z test_ne (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-12-01T11:23:56.1986283Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-12-01T11:23:56.1986589Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (11.283s) 2022-12-01T11:23:56.1986904Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.410s) 2022-12-01T11:23:56.1987200Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.174s) 2022-12-01T11:23:56.1987555Z test_relu (__main__.TestTensorExprFuser) ... ok (0.070s) 2022-12-01T11:23:56.1987851Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.111s) 2022-12-01T11:23:56.1988197Z test_reps (__main__.TestTensorExprFuser) ... ok (0.420s) 2022-12-01T11:23:56.1988523Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-12-01T11:23:56.1988813Z test_short (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-12-01T11:23:56.1989103Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-12-01T11:23:56.1989393Z test_slice (__main__.TestTensorExprFuser) ... ok (5.485s) 2022-12-01T11:23:56.1989691Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T11:23:56.1989994Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.149s) 2022-12-01T11:23:56.1990307Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:23:56.1990656Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-12-01T11:23:56.1990976Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T11:23:56.1991273Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.145s) 2022-12-01T11:23:56.1991580Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-12-01T11:23:56.1991879Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.914s) 2022-12-01T11:23:56.1992157Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (2.406s) 2022-12-01T11:23:56.1992448Z test_where (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T11:23:56.1992611Z 2022-12-01T11:23:56.1992771Z ---------------------------------------------------------------------- 2022-12-01T11:23:56.1993033Z Ran 72 tests in 30.610s 2022-12-01T11:23:56.1993152Z 2022-12-01T11:23:56.1993226Z OK (skipped=4) 2022-12-01T11:23:56.1993406Z 2022-12-01T11:23:56.1993502Z Generating XML reports... 2022-12-01T11:23:56.1993879Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221201112325.xml 2022-12-01T11:23:56.1994205Z 2022-12-01T11:23:56.1994524Z ##[endgroup] 2022-12-01T11:23:56.1994893Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_dbh4j5yj) 2022-12-01T11:23:56.1995167Z 2022-12-01T11:23:56.1995282Z Running test_autograd ... [2022-12-01 11:23:56.196970] 2022-12-01T11:23:56.1995725Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:23:56.197588] 2022-12-01T11:24:22.5051388Z 2022-12-01T11:24:22.5051969Z Expand the folded group to see the log file of test_autograd 2022-12-01T11:24:22.5052712Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_6sxd1b9r) 2022-12-01T11:24:22.5059559Z 2022-12-01T11:24:22.5060094Z Running tests... 2022-12-01T11:24:22.5060503Z ---------------------------------------------------------------------- 2022-12-01T11:24:22.5060940Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-12-01T11:24:22.5061384Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.666s) 2022-12-01T11:24:22.5063155Z 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:1064.) 2022-12-01T11:24:22.5064445Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:24:22.5064817Z ok (0.005s) 2022-12-01T11:24:22.5065289Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5065747Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5066590Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T11:24:22.5067146Z with detect_anomaly(): 2022-12-01T11:24:22.5067391Z ok (0.003s) 2022-12-01T11:24:22.5067641Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5068007Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:24:22.5068460Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5068826Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5081239Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.042s) 2022-12-01T11:24:22.5081729Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5082268Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5082754Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5083229Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.052s) 2022-12-01T11:24:22.5083688Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:24:22.5084089Z test_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5084468Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5084881Z test_backward_copy (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5085316Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5085737Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5086189Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5086715Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5087209Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5087701Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5088148Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5088624Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5089579Z test_calculate_shape_util (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:84: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-12-01T11:24:22.5090515Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-12-01T11:24:22.5091102Z ok (0.003s) 2022-12-01T11:24:22.5091455Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5091830Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5092160Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5092556Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:24:22.5092941Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T11:24:22.5093308Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.010s) 2022-12-01T11:24:22.5093668Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T11:24:22.5094132Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.001s) 2022-12-01T11:24:22.5094673Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T11:24:22.5095057Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.004s) 2022-12-01T11:24:22.5095413Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T11:24:22.5095768Z Verifies that correct gradients are calculated for checkpoint ... ok (0.003s) 2022-12-01T11:24:22.5096146Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5096521Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T11:24:22.5096875Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-12-01T11:24:22.5097288Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5097721Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5098121Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T11:24:22.5098546Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:24:22.5098972Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T11:24:22.5099396Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:24:22.5099842Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-12-01T11:24:22.5100283Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T11:24:22.5100643Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-12-01T11:24:22.5101056Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.408s) 2022-12-01T11:24:22.5101405Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:24:22.5101742Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5102067Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.143s) 2022-12-01T11:24:22.5102356Z test_custom_function_error (__main__.TestAutograd) ... ok (0.095s) 2022-12-01T11:24:22.5102671Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5103013Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:24:22.5103376Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5103754Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5104194Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5104554Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5104878Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5105204Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5105546Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T11:24:22.5105893Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5106269Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:24:22.5106610Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5106951Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.259s) 2022-12-01T11:24:22.5107357Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5107679Z test_dep_nograd (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5107971Z test_dependent_backward (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5108261Z test_detach (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:24:22.5108521Z test_detach_base (__main__.TestAutograd) 2022-12-01T11:24:22.5108769Z detaching base does not detach view ... ok (0.002s) 2022-12-01T11:24:22.5109088Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5109440Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5110096Z test_diagonal_expanded_v (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:2294: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:24:22.5110690Z v_expanded = torch.tensor(value).expand(10) 2022-12-01T11:24:22.5110909Z ok (0.002s) 2022-12-01T11:24:22.5111468Z test_dir (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5111747Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5112089Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5112420Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5112808Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5113173Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5113511Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.349s) 2022-12-01T11:24:22.5113810Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.669s) 2022-12-01T11:24:22.5114153Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.818s) 2022-12-01T11:24:22.5114459Z test_function (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5114761Z test_function_returns_input (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5115093Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5115398Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T11:24:22.5115710Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.783s) 2022-12-01T11:24:22.5116023Z test_grad (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5116307Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5116606Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5116905Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5117212Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T11:24:22.5117580Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5117877Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5118205Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5118543Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5118933Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5120094Z 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-12-01T11:24:22.5121137Z self.assertIsNone(x.grad) 2022-12-01T11:24:22.5121339Z ok (0.004s) 2022-12-01T11:24:22.5121592Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5122641Z 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-12-01T11:24:22.5123578Z self.assertIsNone(x_list[0].grad) 2022-12-01T11:24:22.5124533Z 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-12-01T11:24:22.5125520Z self.assertIsNone(x_list[i].grad) 2022-12-01T11:24:22.5125741Z ok (0.004s) 2022-12-01T11:24:22.5125990Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5126294Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5126653Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.025s) 2022-12-01T11:24:22.5127003Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:24:22.5127340Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T11:24:22.5127697Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.024s) 2022-12-01T11:24:22.5128434Z 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-12-01T11:24:22.5129037Z warnings.warn( 2022-12-01T11:24:22.5129209Z ok (0.006s) 2022-12-01T11:24:22.5129498Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5130868Z 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-12-01T11:24:22.5131505Z warnings.warn( 2022-12-01T11:24:22.5131696Z ok (0.020s) 2022-12-01T11:24:22.5131972Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5132311Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.108s) 2022-12-01T11:24:22.5132629Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5132997Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5133453Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:24:22.5134360Z 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-12-01T11:24:22.5135206Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:24:22.5135483Z ok (0.011s) 2022-12-01T11:24:22.5136274Z 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-12-01T11:24:22.5137189Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:24:22.5137515Z ok (0.009s) 2022-12-01T11:24:22.5138146Z 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-12-01T11:24:22.5138732Z warnings.warn( 2022-12-01T11:24:22.5138906Z ok (0.048s) 2022-12-01T11:24:22.5139527Z 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-12-01T11:24:22.5140123Z warnings.warn( 2022-12-01T11:24:22.5140312Z ok (0.020s) 2022-12-01T11:24:22.5140582Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.085s) 2022-12-01T11:24:22.5140957Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5141288Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:24:22.5142099Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3971: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:24:22.5143054Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-12-01T11:24:22.5143378Z expected failure (0.003s) 2022-12-01T11:24:22.5143707Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5144391Z 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-12-01T11:24:22.5144962Z warnings.warn( 2022-12-01T11:24:22.5145159Z ok (0.000s) 2022-12-01T11:24:22.5145421Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.018s) 2022-12-01T11:24:22.5145805Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:24:22.5146157Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5146479Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:24:22.5146820Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-12-01T11:24:22.5147153Z test_hessian_vector (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5147441Z test_hook_none (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5147713Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5148000Z test_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5148280Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5148597Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5148909Z test_indexing (__main__.TestAutograd) ... ok (0.040s) 2022-12-01T11:24:22.5149279Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:24:22.5149555Z test_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5149918Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:24:22.5150242Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:24:22.5150568Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5150893Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5151222Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.079s) 2022-12-01T11:24:22.5151516Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5151819Z test_integer_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5152124Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5152428Z test_isolated_node (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5152726Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5153059Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5153356Z test_lobpcg (__main__.TestAutograd) ... ok (2.316s) 2022-12-01T11:24:22.5153663Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5153991Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5154326Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5154646Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5154950Z test_multi_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5155295Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5156142Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1105: 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:1761.) 2022-12-01T11:24:22.5156927Z return super(Tensor, self).refine_names(names) 2022-12-01T11:24:22.5157151Z ok (0.000s) 2022-12-01T11:24:22.5157432Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.003s) 2022-12-01T11:24:22.5157804Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5158175Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5158500Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:24:22.5158888Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5159214Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5159499Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5159793Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5160093Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5160748Z test_no_grad_copy_sparse (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2325: 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-12-01T11:24:22.5161464Z warnings.warn( 2022-12-01T11:24:22.5161660Z ok (0.008s) 2022-12-01T11:24:22.5161906Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5162283Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5162600Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T11:24:22.5162899Z Python Functions should respect grad mode. ... ok (0.001s) 2022-12-01T11:24:22.5163192Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5163509Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5163827Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5164151Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5164468Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5164780Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5165070Z test_once_differentiable (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5165411Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5165795Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5166120Z test_pickle (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5166425Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5166735Z test_power_function (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5167228Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:10 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5167949Z STAGE:2022-12-01 11:24:10 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5168393Z ok (0.000s) 2022-12-01T11:24:22.5168656Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5169273Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:10 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5169953Z STAGE:2022-12-01 11:24:10 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5170266Z 2022-12-01T11:24:22.5170408Z =================================================================================================================================================================== 2022-12-01T11:24:22.5170627Z TEST 2022-12-01T11:24:22.5171017Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5171493Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:24:22.5172028Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5172507Z aten::lstm 0.99% 250.000us 4.94% 1.252ms 1.252ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5172828Z aten::lstm 0.92% 234.000us 4.98% 1.261ms 1.261ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5173145Z aten::lstm 0.91% 230.000us 4.82% 1.222ms 1.222ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5173457Z aten::lstm 0.88% 222.000us 5.99% 1.519ms 1.519ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5173833Z aten::lstm 0.88% 222.000us 4.80% 1.217ms 1.217ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5174147Z aten::lstm 0.88% 222.000us 4.96% 1.256ms 1.256ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5174449Z aten::lstm 0.83% 211.000us 4.98% 1.262ms 1.262ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5174809Z aten::lstm 0.77% 196.000us 4.77% 1.209ms 1.209ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5175098Z aten::lstm 0.76% 192.000us 4.74% 1.202ms 1.202ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5175399Z aten::lstm 0.74% 188.000us 4.87% 1.233ms 1.233ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5175816Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5176179Z Self CPU time total: 25.340ms 2022-12-01T11:24:22.5176310Z 2022-12-01T11:24:22.5176567Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5177048Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:24:22.5177524Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5178017Z aten::lstm 14.79% 3.748ms 98.52% 24.965ms 1.248ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5178331Z aten::addmm 9.75% 2.471ms 13.07% 3.313ms 16.565us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T11:24:22.5178644Z aten::mul 9.70% 2.459ms 9.70% 2.459ms 4.098us 600 [[3, 20], [3, 20]] 2022-12-01T11:24:22.5178966Z aten::sigmoid_ 9.24% 2.341ms 9.24% 2.341ms 3.902us 600 [[3, 20]] 2022-12-01T11:24:22.5179284Z aten::slice 6.00% 1.520ms 6.33% 1.604ms 2.005us 800 [[3, 80], [], [], [], []] 2022-12-01T11:24:22.5180271Z aten::unsafe_split 4.78% 1.212ms 15.37% 3.895ms 19.475us 200 [[3, 80], [], []] 2022-12-01T11:24:22.5180681Z aten::narrow 4.19% 1.063ms 9.19% 2.330ms 2.913us 800 [[3, 80], [], [], []] 2022-12-01T11:24:22.5181003Z aten::tanh 3.49% 884.000us 3.49% 884.000us 4.420us 200 [[3, 20]] 2022-12-01T11:24:22.5181317Z aten::add_ 3.34% 847.000us 3.34% 847.000us 4.235us 200 [[3, 80], [3, 80], []] 2022-12-01T11:24:22.5181630Z aten::tanh_ 3.10% 786.000us 3.10% 786.000us 3.930us 200 [[3, 20]] 2022-12-01T11:24:22.5182071Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5182433Z Self CPU time total: 25.340ms 2022-12-01T11:24:22.5182566Z 2022-12-01T11:24:22.5182707Z =================================================================================================================================================================== 2022-12-01T11:24:22.5182916Z TEST 2022-12-01T11:24:22.5183148Z =================================================================================================================================================================== 2022-12-01T11:24:22.5183427Z This report only display top-level ops statistics 2022-12-01T11:24:22.5183862Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5184354Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:24:22.5184839Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5185279Z aten::lstm 0.99% 250.000us 4.94% 1.252ms 1.252ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5185567Z aten::lstm 0.92% 234.000us 4.98% 1.261ms 1.261ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5185861Z aten::lstm 0.91% 230.000us 4.82% 1.222ms 1.222ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5186232Z aten::lstm 0.88% 222.000us 5.99% 1.519ms 1.519ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5186617Z aten::lstm 0.88% 222.000us 4.80% 1.217ms 1.217ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5186981Z aten::lstm 0.88% 222.000us 4.96% 1.256ms 1.256ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5187281Z aten::lstm 0.83% 211.000us 4.98% 1.262ms 1.262ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5187587Z aten::lstm 0.77% 196.000us 4.77% 1.209ms 1.209ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5187887Z aten::lstm 0.76% 192.000us 4.74% 1.202ms 1.202ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5188234Z aten::lstm 0.74% 188.000us 4.87% 1.233ms 1.233ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5188650Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5189015Z Self CPU time total: 25.340ms 2022-12-01T11:24:22.5189144Z 2022-12-01T11:24:22.5189277Z =================================================================================================================================================================== 2022-12-01T11:24:22.5189552Z This report only display top-level ops statistics 2022-12-01T11:24:22.5189961Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5190444Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:24:22.5190925Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5191362Z aten::lstm 14.79% 3.748ms 98.52% 24.965ms 1.248ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:24:22.5191681Z aten::randn 0.84% 214.000us 1.48% 375.000us 6.250us 60 [[], [], [], [], []] 2022-12-01T11:24:22.5192162Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:24:22.5192537Z Self CPU time total: 25.340ms 2022-12-01T11:24:22.5192722Z 2022-12-01T11:24:22.5192863Z Total time based on python measurements: 27.664ms 2022-12-01T11:24:22.5193155Z CPU time measurement python side overhead: 9.17% 2022-12-01T11:24:22.5193366Z ok (2.173s) 2022-12-01T11:24:22.5193613Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T11:24:22.5194156Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5194846Z STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5195230Z ok (0.010s) 2022-12-01T11:24:22.5195490Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5196033Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5196759Z STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5197125Z ok (0.081s) 2022-12-01T11:24:22.5197721Z 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.003s) 2022-12-01T11:24:22.5198606Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5199376Z STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5199698Z 2022-12-01T11:24:22.5199965Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:24:22.5200441Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:24:22.5201020Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:24:22.5201451Z aten::linear 3.19% 6.000us 57.98% 109.000us 109.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T11:24:22.5201774Z aten::t 13.30% 25.000us 18.09% 34.000us 34.000us 1 [[30, 20]] 2022-12-01T11:24:22.5202095Z aten::transpose 3.19% 6.000us 4.79% 9.000us 9.000us 1 [[30, 20], [], []] 2022-12-01T11:24:22.5202424Z aten::as_strided 1.60% 3.000us 1.60% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-12-01T11:24:22.5202748Z aten::addmm 30.32% 57.000us 36.70% 69.000us 69.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T11:24:22.5203064Z aten::expand 1.60% 3.000us 1.60% 3.000us 3.000us 1 [[30], [], []] 2022-12-01T11:24:22.5203363Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-12-01T11:24:22.5203689Z aten::copy_ 4.79% 9.000us 4.79% 9.000us 9.000us 1 [[128, 30], [128, 30], []] 2022-12-01T11:24:22.5204011Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:24:22.5204396Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T11:24:22.5204717Z aten::linear 1.06% 2.000us 42.02% 79.000us 79.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T11:24:22.5205093Z aten::t 2.13% 4.000us 3.72% 7.000us 7.000us 1 [[40, 30]] 2022-12-01T11:24:22.5205409Z aten::transpose 1.06% 2.000us 1.06% 2.000us 2.000us 1 [[40, 30], [], []] 2022-12-01T11:24:22.5205792Z aten::as_strided 0.53% 1.000us 0.53% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-12-01T11:24:22.5206113Z aten::addmm 29.79% 56.000us 37.23% 70.000us 70.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T11:24:22.5206428Z aten::expand 1.06% 2.000us 1.60% 3.000us 3.000us 1 [[40], [], []] 2022-12-01T11:24:22.5206744Z aten::as_strided 0.53% 1.000us 0.53% 1.000us 1.000us 1 [[40], [], [], []] 2022-12-01T11:24:22.5207059Z aten::copy_ 5.85% 11.000us 5.85% 11.000us 11.000us 1 [[128, 40], [128, 40], []] 2022-12-01T11:24:22.5207375Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T11:24:22.5207747Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:24:22.5208156Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:24:22.5208519Z Self CPU time total: 188.000us 2022-12-01T11:24:22.5208654Z 2022-12-01T11:24:22.5208729Z ok (0.005s) 2022-12-01T11:24:22.5209208Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5209882Z STAGE:2022-12-01 11:24:12 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5210324Z ok (0.001s) 2022-12-01T11:24:22.5210590Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (2.151s) 2022-12-01T11:24:22.5211184Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5211817Z STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5212419Z STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5213020Z STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5213403Z ok (0.006s) 2022-12-01T11:24:22.5213878Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5214537Z STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5214912Z ok (0.003s) 2022-12-01T11:24:22.5215179Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5215711Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:24:22.5216439Z STAGE:2022-12-01 11:24:15 32:2480 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:24:22.5216940Z ok (0.000s) 2022-12-01T11:24:22.5217200Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5217509Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5217846Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5218200Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5218517Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5218864Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:24:22.5219209Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5219527Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5219821Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5220175Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5220465Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5220761Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5221065Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5221387Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5221703Z test_return_duplicate (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5222014Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5222302Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5222602Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5222909Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5223224Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5223535Z test_save_output_nr (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5223901Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5224330Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5224749Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5225160Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:24:22.5225508Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5225836Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5226158Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.025s) 2022-12-01T11:24:22.5226468Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5226750Z test_select_sum (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5227050Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5227410Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5227730Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5228042Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5228427Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5228785Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5229122Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5229407Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5229778Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5230119Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5230431Z test_setitem (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:24:22.5230713Z test_setitem_mask (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5231064Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:24:22.5231445Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5231774Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5232056Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:24:22.5232346Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5232644Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5233002Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5233303Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5233606Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5233909Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5234223Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5234534Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5234836Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:24:22.5235388Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3823: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:24:22.5235998Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:24:22.5236351Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:24:22.5236578Z should be replaced with 2022-12-01T11:24:22.5236841Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:24:22.5237069Z and 2022-12-01T11:24:22.5237276Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:24:22.5237494Z should be replaced with 2022-12-01T11:24:22.5237937Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:24:22.5238380Z w, v = torch.symeig(A, eigenvectors=False) 2022-12-01T11:24:22.5238597Z ok (0.002s) 2022-12-01T11:24:22.5238841Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5239202Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.001s) 2022-12-01T11:24:22.5239532Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5239831Z test_type_conversions (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:24:22.5240130Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:24:22.5240427Z test_unused_output (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5240732Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:24:22.5241159Z test_variable_traverse (__main__.TestAutograd) ... ok (0.121s) 2022-12-01T11:24:22.5241441Z test_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5241743Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-12-01T11:24:22.5242057Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T11:24:22.5242424Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.005s) 2022-12-01T11:24:22.5242895Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.002s) 2022-12-01T11:24:22.5243330Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:22.5243758Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5244263Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T11:24:22.5244708Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5245082Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5245494Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5245872Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5246331Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:24:22.5246755Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:22.5247148Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:22.5247570Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:22.5248013Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5248414Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5249541Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:8397: 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-12-01T11:24:22.5250509Z self.assertIsNone(a.grad) 2022-12-01T11:24:22.5250716Z ok (0.003s) 2022-12-01T11:24:22.5251019Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5251402Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:22.5251806Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:22.5252202Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5252601Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:22.5253004Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5253404Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5253794Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5254173Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5254566Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5254938Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:24:22.5255326Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:22.5255807Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:24:22.5256247Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:22.5256632Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:22.5256988Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5257363Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5257743Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:22.5258119Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5258513Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:22.5258956Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:22.5259369Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:22.5259769Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5260163Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5260589Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:24:22.5261435Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:24:22.5262133Z func_out = func(*tupled_inputs) 2022-12-01T11:24:22.5262738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1008.) 2022-12-01T11:24:22.5263306Z func_out = func(*tupled_inputs) 2022-12-01T11:24:22.5263507Z ok (0.010s) 2022-12-01T11:24:22.5263802Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:22.5264231Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5264650Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5265070Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5265478Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5265888Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5266296Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5266702Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:22.5267115Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:22.5267502Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:22.5267903Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:24:22.5268318Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:24:22.5268760Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5269140Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:22.5269479Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:22.5269880Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-12-01T11:24:22.5270286Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:22.5270657Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:22.5271018Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:22.5271387Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5271817Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5272169Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5272547Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.020s) 2022-12-01T11:24:22.5272927Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.012s) 2022-12-01T11:24:22.5273278Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5273620Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5273973Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5274297Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5274655Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5275054Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5275532Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5275898Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:24:22.5276339Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:24:22.5276731Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:24:22.5277127Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5277539Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:24:22.5277930Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5278296Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5278639Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-12-01T11:24:22.5278980Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5279286Z test_print (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5279648Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5280012Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5280368Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-12-01T11:24:22.5280754Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5281231Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-12-01T11:24:22.5281648Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.010s) 2022-12-01T11:24:22.5282119Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-12-01T11:24:22.5282557Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-12-01T11:24:22.5282984Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.010s) 2022-12-01T11:24:22.5283392Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-12-01T11:24:22.5283834Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5284330Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:24:22.5284910Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:24:22.5285413Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-12-01T11:24:22.5285876Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.162s) 2022-12-01T11:24:22.5286373Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.154s) 2022-12-01T11:24:22.5286868Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.081s) 2022-12-01T11:24:22.5287355Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.506s) 2022-12-01T11:24:22.5287822Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5288278Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:24:22.5288749Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5289208Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5289685Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5290169Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:24:22.5290642Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5291115Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:24:22.5291576Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5292022Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:24:22.5292463Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5292879Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:24:22.5293314Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5293747Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-12-01T11:24:22.5294196Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5294660Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:24:22.5295186Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5295657Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:24:22.5296108Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5296579Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5297062Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-12-01T11:24:22.5297562Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.133s) 2022-12-01T11:24:22.5298103Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5298599Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.043s) 2022-12-01T11:24:22.5299102Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:24:22.5299617Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.037s) 2022-12-01T11:24:22.5300098Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5300586Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5301055Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.087s) 2022-12-01T11:24:22.5301497Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.561s) 2022-12-01T11:24:22.5301937Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5302373Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5302810Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5303260Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5303677Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5304103Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5304526Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5304957Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:24:22.5305383Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5305806Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:24:22.5306267Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.061s) 2022-12-01T11:24:22.5306740Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.438s) 2022-12-01T11:24:22.5307231Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.041s) 2022-12-01T11:24:22.5307714Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.306s) 2022-12-01T11:24:22.5308239Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:24:22.5308699Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:24:22.5309169Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5309652Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5310135Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5310596Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:24:22.5311080Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5311611Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5312076Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5312525Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:24:22.5312965Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5313402Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5313821Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5314263Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:24:22.5314722Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5315191Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5315645Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5316082Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:24:22.5316530Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5316973Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5317493Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T11:24:22.5318068Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T11:24:22.5318615Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5319130Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5319636Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5320134Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.027s) 2022-12-01T11:24:22.5320646Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5321276Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-12-01T11:24:22.5322318Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5322817Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-12-01T11:24:22.5323326Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:24:22.5323849Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-12-01T11:24:22.5324354Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5324848Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.048s) 2022-12-01T11:24:22.5325392Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5325882Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5326324Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.078s) 2022-12-01T11:24:22.5326765Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.434s) 2022-12-01T11:24:22.5327205Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5327638Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5328079Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5328530Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5328970Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5329381Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:24:22.5329807Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5330235Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:24:22.5330658Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5331089Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5331525Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.082s) 2022-12-01T11:24:22.5332065Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.510s) 2022-12-01T11:24:22.5332483Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5332963Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:24:22.5333401Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5333848Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:24:22.5334280Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5334704Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:24:22.5335124Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5335593Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5336016Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:24:22.5336440Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5336874Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.060s) 2022-12-01T11:24:22.5337316Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.361s) 2022-12-01T11:24:22.5337751Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5338183Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5338599Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:24:22.5339097Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:24:22.5339540Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:24:22.5339966Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-12-01T11:24:22.5340383Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:24:22.5340802Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:24:22.5341296Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:24:22.5341704Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:24:22.5342114Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:24:22.5342503Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5342903Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5343318Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-12-01T11:24:22.5343732Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5344150Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:24:22.5344551Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5344957Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:24:22.5345374Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5345801Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5346212Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:24:22.5346597Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5346988Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5347391Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-12-01T11:24:22.5347775Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5348177Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T11:24:22.5348631Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5349030Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5349420Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-12-01T11:24:22.5349855Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.011s) 2022-12-01T11:24:22.5350317Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-12-01T11:24:22.5350713Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T11:24:22.5351111Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T11:24:22.5351498Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-12-01T11:24:22.5351886Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.087s) 2022-12-01T11:24:22.5352240Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.010s) 2022-12-01T11:24:22.5352591Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.022s) 2022-12-01T11:24:22.5352931Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:24:22.5353309Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.004s) 2022-12-01T11:24:22.5353674Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:24:22.5354021Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.007s) 2022-12-01T11:24:22.5354355Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5354708Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-12-01T11:24:22.5354907Z 2022-12-01T11:24:22.5355069Z ---------------------------------------------------------------------- 2022-12-01T11:24:22.5355312Z Ran 507 tests in 23.016s 2022-12-01T11:24:22.5355433Z 2022-12-01T11:24:22.5355534Z OK (skipped=24, expected failures=2) 2022-12-01T11:24:22.5355674Z 2022-12-01T11:24:22.5355765Z Generating XML reports... 2022-12-01T11:24:22.5356120Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221201112358.xml 2022-12-01T11:24:22.5356649Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221201112358.xml 2022-12-01T11:24:22.5357203Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradDeviceTypeCPU-20221201112358.xml 2022-12-01T11:24:22.5357728Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221201112358.xml 2022-12-01T11:24:22.5358268Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221201112358.xml 2022-12-01T11:24:22.5358875Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221201112358.xml 2022-12-01T11:24:22.5359447Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221201112358.xml 2022-12-01T11:24:22.5359997Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradMultipleDispatchCPU-20221201112358.xml 2022-12-01T11:24:22.5360532Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221201112358.xml 2022-12-01T11:24:22.5360919Z 2022-12-01T11:24:22.5361309Z ##[endgroup] 2022-12-01T11:24:22.5361664Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_6sxd1b9r) 2022-12-01T11:24:22.5361924Z 2022-12-01T11:24:22.5362018Z Running test_torch ... [2022-12-01 11:24:22.509445] 2022-12-01T11:24:22.5362515Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:22.510686] 2022-12-01T11:24:42.6612023Z 2022-12-01T11:24:42.6612656Z Expand the folded group to see the log file of test_torch 2022-12-01T11:24:42.6613418Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_fnm371_3) 2022-12-01T11:24:42.6622353Z 2022-12-01T11:24:42.6622472Z Running tests... 2022-12-01T11:24:42.6625950Z ---------------------------------------------------------------------- 2022-12-01T11:24:42.6626355Z Test results will be stored in test-reports\python-unittest\test_torch 2022-12-01T11:24:42.6626703Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.003s) 2022-12-01T11:24:42.6627118Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T11:24:42.6627604Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T11:24:42.6628384Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6628834Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6629330Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6629797Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6630245Z test_Size_iter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6630708Z test_Size_scalar (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6631190Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6631660Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6632096Z test_apply (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6632451Z test_as_subclass (__main__.TestTorch) ... ok (0.016s) 2022-12-01T11:24:42.6632831Z test_assert_async (__main__.TestTorch) ... ok (0.657s) 2022-12-01T11:24:42.6633300Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.047s) 2022-12-01T11:24:42.6633730Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.018s) 2022-12-01T11:24:42.6635018Z test_bmm_multithreaded (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6636100Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6637199Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6638206Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6639309Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6640560Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6641744Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6642772Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6644646Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6645741Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6646652Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6647546Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6648637Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6649412Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6650253Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6651025Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6651886Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6652713Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6653548Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6654402Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6655237Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6656011Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6656892Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6657666Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6658537Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6659350Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6660181Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8295: 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:24.) 2022-12-01T11:24:42.6660940Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:24:42.6661136Z ok (0.932s) 2022-12-01T11:24:42.6661364Z test_boxMullerState (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6661708Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T11:24:42.6662440Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6662720Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:24:42.6663005Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6663341Z test_contains (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:24:42.6663655Z test_copy_broadcast (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6664001Z test_copy_dtypes (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6664318Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6665033Z test_copy_transpose (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7525: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-12-01T11:24:42.6665768Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-12-01T11:24:42.6666064Z ok (0.006s) 2022-12-01T11:24:42.6666332Z test_cuda_not_built (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6666608Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6666923Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6667241Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6667540Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6677844Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6678163Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] CUDA.used False 2022-12-01T11:24:42.6678488Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:24:42.6678734Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:24:42.6679019Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:24:42.6679444Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:24:42.6679709Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:24:42.6679980Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:24:42.6680669Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\python_variable.cpp:327] 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-12-01T11:24:42.6681268Z ok (0.002s) 2022-12-01T11:24:42.6681610Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6681904Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6682268Z test_deterministic_flag (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6682543Z test_device (__main__.TestTorch) ... ok (0.018s) 2022-12-01T11:24:42.6682850Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6683080Z test_doc (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6683323Z test_doc_template (__main__.TestTorch) 2022-12-01T11:24:42.6683630Z Test that all public API doc strings use the same standard template for ... ok (0.028s) 2022-12-01T11:24:42.6683946Z test_dot_data_use (__main__.TestTorch) ... ok (0.013s) 2022-12-01T11:24:42.6684215Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6684486Z test_element_size (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6684740Z test_empty_meta (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6685016Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6685279Z test_equal (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6685561Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6685854Z test_fill_diagonal (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6686133Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6686388Z test_from_buffer (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6686650Z test_from_file (__main__.TestTorch) ... ok (0.025s) 2022-12-01T11:24:42.6686915Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6687186Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6687469Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6687750Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6688385Z test_index_add (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T11:24:42.6689013Z 2022-12-01T11:24:42.6689307Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T11:24:42.6689886Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T11:24:42.6690375Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:24:42.6690736Z warnings.warn(msg, FutureWarning) 2022-12-01T11:24:42.6690945Z ok (0.018s) 2022-12-01T11:24:42.6691187Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6691480Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6691749Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:24:42.6692092Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6692377Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6692679Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:24:42.6692964Z test_is_nonzero (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6693626Z test_is_same_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-12-01T11:24:42.6694351Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T11:24:42.6694593Z ok (0.000s) 2022-12-01T11:24:42.6694865Z test_iter (__main__.TestTorch) ... ok (0.012s) 2022-12-01T11:24:42.6695210Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6695502Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6695784Z test_manual_seed (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:24:42.6696042Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6696277Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6696532Z test_max_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6696802Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6697073Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6697344Z test_memory_format (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6697671Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6698013Z test_memory_format_empty (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6698291Z test_min_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6698562Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6698900Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.002s) 2022-12-01T11:24:42.6699237Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6699514Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6699759Z test_ndim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6700007Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6700286Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.008s) 2022-12-01T11:24:42.6700632Z test_newindex (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6700897Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6701205Z test_normal_shape (__main__.TestTorch) ... ok (0.014s) 2022-12-01T11:24:42.6701467Z test_numel (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6701797Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6702074Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6702345Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6702993Z 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-12-01T11:24:42.6703716Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-12-01T11:24:42.6704134Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-12-01T11:24:42.6704385Z ok (0.006s) 2022-12-01T11:24:42.6704604Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6704915Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6705185Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6705463Z test_pickle_function (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6705732Z test_pickle_parameter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6706044Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6706341Z test_pickle_size (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6706670Z test_pin_memory (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6706931Z test_print (__main__.TestTorch) ... ok (0.069s) 2022-12-01T11:24:42.6707197Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6707516Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6707817Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (1.281s) 2022-12-01T11:24:42.6708107Z test_qengine (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6708374Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:24:42.6708660Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6708935Z test_reversed (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6709192Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6709469Z test_select_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6709791Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-12-01T11:24:42.6710124Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6710410Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6710667Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6710922Z test_sizeof (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6711174Z test_slice (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6711511Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:24:42.6711838Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6712138Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.151s) 2022-12-01T11:24:42.6712444Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6712786Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:24:42.6713133Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6713455Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.012s) 2022-12-01T11:24:42.6713805Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6714091Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6714467Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6714779Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6715083Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6715398Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6715696Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6715994Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6716284Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6716566Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6716861Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6717152Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6717405Z test_split_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6717735Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6718005Z test_std_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6718271Z test_storage_casts (__main__.TestTorch) ... ok (0.021s) 2022-12-01T11:24:42.6718539Z test_storage_error (__main__.TestTorch) ... ok (0.020s) 2022-12-01T11:24:42.6718825Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6719164Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6719450Z test_subclass_preserved (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6719736Z test_subclass_tensors (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6720063Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6720331Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6720603Z test_tensor_base_init (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6720866Z test_tensor_base_new (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6721141Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6721423Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.130s) 2022-12-01T11:24:42.6721811Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.060s) 2022-12-01T11:24:42.6722098Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6722392Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6722656Z test_tensor_set (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6722926Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6723207Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6723496Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6723802Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.161s) 2022-12-01T11:24:42.6724084Z test_to (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6724327Z test_to_with_tensor (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:24:42.6724599Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-12-01T11:24:42.6724870Z test_torch_from_file (__main__.TestTorch) ... ok (0.029s) 2022-12-01T11:24:42.6725146Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:24:42.6725471Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:24:42.6725713Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6726063Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6726356Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6726620Z test_unflatten (__main__.TestTorch) ... ok (0.013s) 2022-12-01T11:24:42.6726888Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6727158Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6727502Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:24:42.6727803Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6728087Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:24:42.6728358Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:24:42.6728675Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6729023Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6729359Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6729699Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6730035Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6730364Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6730737Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6731065Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6731382Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6731787Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6732190Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6732538Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6732878Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6733209Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6733538Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6733855Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6734186Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6734513Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6734895Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6735372Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:24:42.6735874Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:24:42.6736297Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6736639Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6736999Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6737350Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6737762Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6738163Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6738523Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6738858Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6739204Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6739551Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6739896Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6740296Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6740643Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.085s) 2022-12-01T11:24:42.6740995Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6741332Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6741682Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6742036Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6742389Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6742734Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6743080Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6743551Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:24:42.6743905Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6744298Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6744637Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6744978Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6745310Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6745635Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6745980Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:24:42.6746313Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6746653Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6747013Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6747383Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6747753Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6748094Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6748433Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6748773Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.6749112Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6749449Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6749858Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6750254Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6750599Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6750955Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6751315Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6751673Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6752028Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6752362Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6752706Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6753049Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6753450Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6753796Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6754144Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.303s) 2022-12-01T11:24:42.6754494Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6754822Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6755164Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6755653Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:24:42.6756195Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:24:42.6756687Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6757050Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6757397Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:24:42.6757738Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6758161Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:24:42.6758560Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.153s) 2022-12-01T11:24:42.6758910Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6759269Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6759613Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.327s) 2022-12-01T11:24:42.6759947Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:24:42.6760266Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6760623Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6760985Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6761336Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6761854Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6762264Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6762636Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:24:42.6763054Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:24:42.6763732Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5209: 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:250.) 2022-12-01T11:24:42.6764268Z t.copy_(src) 2022-12-01T11:24:42.6764444Z ok (0.005s) 2022-12-01T11:24:42.6764696Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6765030Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6765356Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6765695Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6766029Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6766423Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6766746Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6767065Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6767375Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6767768Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6768091Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6768471Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6768816Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6769169Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6769519Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6769931Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6770315Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6770692Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6771339Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:100.) 2022-12-01T11:24:42.6771872Z res = torch.corrcoef(x) 2022-12-01T11:24:42.6772223Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-12-01T11:24:42.6772541Z avg = a.mean(axis) 2022-12-01T11:24:42.6772887Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6773222Z ret = um.true_divide( 2022-12-01T11:24:42.6773631Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2683: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:24:42.6773975Z c = cov(x, y, rowvar, dtype=dtype) 2022-12-01T11:24:42.6774406Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6774757Z c *= np.true_divide(1, fact) 2022-12-01T11:24:42.6775109Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:24:42.6775456Z c *= np.true_divide(1, fact) 2022-12-01T11:24:42.6775823Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2689: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6776156Z return c / c 2022-12-01T11:24:42.6776506Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2691: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6776838Z c /= stddev[:, None] 2022-12-01T11:24:42.6777180Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2692: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6777516Z c /= stddev[None, :] 2022-12-01T11:24:42.6777696Z ok (0.005s) 2022-12-01T11:24:42.6777962Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6778305Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6778925Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:100.) 2022-12-01T11:24:42.6779661Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:24:42.6780070Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:24:42.6780519Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:24:42.6780946Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:24:42.6781339Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T11:24:42.6781566Z ok (0.062s) 2022-12-01T11:24:42.6781822Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:24:42.6782137Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:24:42.6782491Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.362s) 2022-12-01T11:24:42.6782961Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:24:42.6783352Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6783703Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6784067Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6784408Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6784716Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6785052Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6785406Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:24:42.6785832Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6786258Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6786657Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.005s) 2022-12-01T11:24:42.6787007Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:24:42.6787340Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:24:42.6787679Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:24:42.6788007Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:24:42.6788333Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:24:42.6788660Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:42.6788987Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:24:42.6789296Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:24:42.6789619Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:24:42.6789944Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:24:42.6790266Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:24:42.6790603Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:24:42.6790965Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:24:42.6791314Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:24:42.6791737Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:24:42.6792088Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T11:24:42.6792484Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:24:42.6792841Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:24:42.6793245Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6793579Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6793926Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:24:42.6794271Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:24:42.6794618Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:24:42.6794971Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6795311Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6795643Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6795976Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6796375Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6796732Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6797085Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6797433Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6797836Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6798199Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.6798617Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6798979Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6799381Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6799794Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:24:42.6800199Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.728s) 2022-12-01T11:24:42.6800573Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.706s) 2022-12-01T11:24:42.6800920Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6801258Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6801666Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6802002Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6802339Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6802676Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6803001Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6803324Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6803640Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6804045Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6804403Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6804814Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6805156Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6805497Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6805832Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6806715Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6807070Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6807422Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6807771Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.178s) 2022-12-01T11:24:42.6808121Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.150s) 2022-12-01T11:24:42.6808636Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1084: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6809042Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:24:42.6809406Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6809806Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T11:24:42.6810231Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1086: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6810572Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:24:42.6810980Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in add 2022-12-01T11:24:42.6811383Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6811786Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1140: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6812124Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T11:24:42.6812493Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1141: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6812837Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T11:24:42.6813204Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:24:42.6813616Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6814024Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1123: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6814361Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:24:42.6814729Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1124: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6815066Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T11:24:42.6815415Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in add 2022-12-01T11:24:42.6815816Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6816282Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in add 2022-12-01T11:24:42.6816680Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6817137Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6817527Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:24:42.6817928Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6818311Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:24:42.6818708Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:24:42.6819171Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6819587Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1125: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6819912Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:24:42.6820266Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:24:42.6820667Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6821075Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:24:42.6821474Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6821885Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1142: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:24:42.6822349Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T11:24:42.6822736Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:24:42.6823142Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:24:42.6823542Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:24:42.6823924Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:24:42.6824148Z ok (0.154s) 2022-12-01T11:24:42.6824430Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.100s) 2022-12-01T11:24:42.6824793Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.069s) 2022-12-01T11:24:42.6825158Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-12-01T11:24:42.6825715Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1080: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6826205Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T11:24:42.6826634Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6827038Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:24:42.6827456Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6827851Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:24:42.6828822Z 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-12-01T11:24:42.6829669Z return torch.as_tensor(tensor_like) 2022-12-01T11:24:42.6830057Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6830486Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6830916Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6831344Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6831824Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:24:42.6832242Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:24:42.6832479Z ok (0.055s) 2022-12-01T11:24:42.6832720Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6833073Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.162s) 2022-12-01T11:24:42.6833433Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6833784Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:24:42.6834121Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6834522Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6834993Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6835345Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6835684Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6836020Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6836356Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6836687Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6837003Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6837331Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6837662Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6838015Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.855s) 2022-12-01T11:24:42.6838371Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6838725Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6839083Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6839433Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6839806Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6840168Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6840583Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6840940Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6841354Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6841779Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6842121Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6842474Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6842820Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6843167Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6843507Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6843847Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6844177Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6844582Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6844919Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6845255Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6845587Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6845911Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6846226Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6846609Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6846936Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6847331Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6847735Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6848112Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6848833Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T11:24:42.6849339Z 2022-12-01T11:24:42.6849640Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T11:24:42.6850199Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T11:24:42.6850678Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:24:42.6851030Z warnings.warn(msg, FutureWarning) 2022-12-01T11:24:42.6851594Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1008.) 2022-12-01T11:24:42.6852161Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-12-01T11:24:42.6852395Z ok (0.052s) 2022-12-01T11:24:42.6852738Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:24:42.6853113Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:24:42.6853531Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:24:42.6853899Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:24:42.6854265Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:24:42.6854626Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:24:42.6854984Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:24:42.6855348Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:24:42.6855714Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:24:42.6856071Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:24:42.6856438Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-12-01T11:24:42.6856861Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:24:42.6857221Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:24:42.6857590Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:24:42.6857949Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:24:42.6858303Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:24:42.6858651Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T11:24:42.6859080Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-12-01T11:24:42.6859511Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-12-01T11:24:42.6860336Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-12-01T11:24:42.6860720Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T11:24:42.6861085Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:24:42.6861431Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:24:42.6861784Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:24:42.6862154Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:24:42.6862525Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:24:42.6862898Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-12-01T11:24:42.6863273Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-12-01T11:24:42.6863654Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:24:42.6864013Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.070s) 2022-12-01T11:24:42.6864377Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:24:42.6864807Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:24:42.6865162Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:24:42.6865570Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:42.6865932Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:24:42.6866284Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:24:42.6866617Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6866965Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6867318Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6867664Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6868003Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6868341Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6868665Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6868998Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6869326Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6869736Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6870072Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6870431Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6870775Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6871138Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6871515Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6871844Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6872171Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6872503Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6872829Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6873193Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6873514Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6873839Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6874160Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6874473Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6874786Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6875089Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6875403Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6875762Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:24:42.6876159Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.6876530Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6876896Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6877248Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6877640Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6877976Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.6878320Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6878678Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6879029Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6879372Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6879703Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6880057Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6880407Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6880755Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6881099Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6881565Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6881921Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6882279Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6882709Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6883061Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6883410Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6883760Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6884105Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6884436Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6884783Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6885129Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6885472Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:42.6885869Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6886211Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6886553Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6886880Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6887227Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6887568Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6887912Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6888325Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6888707Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6889066Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6889423Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6889770Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6890121Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.6890478Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6890829Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6891161Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6891500Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6891845Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6892187Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6892526Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6892863Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6893205Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6893570Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.6893955Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6894760Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6895514Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6895721Z ok (0.005s) 2022-12-01T11:24:42.6896404Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6897092Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6897296Z ok (0.005s) 2022-12-01T11:24:42.6898043Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6898724Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6898912Z ok (0.005s) 2022-12-01T11:24:42.6899602Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6900291Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6900492Z ok (0.005s) 2022-12-01T11:24:42.6901183Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6901873Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6902073Z ok (0.005s) 2022-12-01T11:24:42.6902762Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6903437Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6903625Z ok (0.005s) 2022-12-01T11:24:42.6904389Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6905134Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6905337Z ok (0.005s) 2022-12-01T11:24:42.6906024Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6906706Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6906908Z ok (0.003s) 2022-12-01T11:24:42.6907652Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6908326Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6908526Z ok (0.003s) 2022-12-01T11:24:42.6909185Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6909866Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6910118Z ok (0.006s) 2022-12-01T11:24:42.6910814Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6911493Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6911695Z ok (0.000s) 2022-12-01T11:24:42.6912374Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1730.) 2022-12-01T11:24:42.6913064Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:24:42.6913264Z ok (0.014s) 2022-12-01T11:24:42.6913529Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6913892Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6914254Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6914651Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6915042Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6915435Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.368s) 2022-12-01T11:24:42.6915811Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.242s) 2022-12-01T11:24:42.6916198Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6916593Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6916958Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:24:42.6917304Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6917665Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.145s) 2022-12-01T11:24:42.6918060Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6918426Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6918793Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6919152Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6919561Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:24:42.6919912Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6920311Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.6920746Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:24:42.6921156Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.6921691Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:24:42.6922097Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6922485Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6922968Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-12-01T11:24:42.6923467Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:24:42.6923894Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6924270Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6924705Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6925128Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6925533Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6925933Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6926342Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6926770Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6927185Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6927601Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6928054Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.002s) 2022-12-01T11:24:42.6928511Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6928923Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6929386Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.002s) 2022-12-01T11:24:42.6929836Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6930250Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6930689Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.002s) 2022-12-01T11:24:42.6931139Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6931559Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6931964Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6932420Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6932830Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6933242Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6933641Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6934066Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6934480Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6934883Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6935330Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6935809Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6936282Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6936671Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6937076Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6937477Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6937870Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6938271Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6938665Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6939065Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6939448Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6939854Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6940245Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6940649Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6941075Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6941498Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6941922Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6942331Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6943360Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], 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:24.) 2022-12-01T11:24:42.6944258Z torch.median(a, 0, out=(result, indices)) 2022-12-01T11:24:42.6944472Z ok (0.004s) 2022-12-01T11:24:42.6944772Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6945227Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6945599Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6945954Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6946288Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:24:42.6946647Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6947021Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6947377Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6947749Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6948420Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\amp\grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-12-01T11:24:42.6949038Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-12-01T11:24:42.6949322Z ok (0.005s) 2022-12-01T11:24:42.6949612Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:24:42.6950001Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6950358Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6950726Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6951085Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6951446Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6951781Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6952134Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6952489Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6952838Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6953187Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6953540Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6953861Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:24:42.6954199Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:24:42.6954526Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:24:42.6954856Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:24:42.6955177Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:24:42.6955497Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:24:42.6955814Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:24:42.6956116Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:24:42.6956429Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6956744Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:24:42.6957055Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:24:42.6957372Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6957700Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6958077Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6958411Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:24:42.6958742Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6959089Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6959462Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.770s) 2022-12-01T11:24:42.6959834Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6960163Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6960498Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6960957Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6961534Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6961976Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6962362Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6962752Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6963134Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6963521Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6963900Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6964285Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6964663Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6965037Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6965407Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6965766Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6966142Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6966535Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6966945Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6967364Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6967785Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6968201Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6968609Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6969003Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6969410Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6969812Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6970277Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6970673Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6971070Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6971444Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6971797Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6972168Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6972533Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.6972900Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6973303Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6973657Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6974010Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6974357Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6974713Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6975074Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6975424Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6975772Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6976120Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6976480Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:42.6976840Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6977179Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6977518Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6977867Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6978208Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6978547Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6978873Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.6979207Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6979543Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6979871Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6980200Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6980529Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:24:42.6980851Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6981172Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6981531Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:24:42.6981886Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6982219Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.6982612Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.6982945Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6983278Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6983607Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6983929Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.6984246Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6984562Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.6984886Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6985219Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6985580Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6985990Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.6986361Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6986721Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6987079Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6987423Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6987777Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6988128Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.6988476Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6988827Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6989176Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6989537Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6989890Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6990317Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6990739Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6991155Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.6991647Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6992068Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.6992534Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6992910Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6993309Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.6993707Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6994104Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6994492Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.6994884Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6995252Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6995712Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.6996101Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.6996495Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7007250Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.7007727Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7008084Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.7008436Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7008777Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7009129Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7009637Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7009992Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.7010443Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.097s) 2022-12-01T11:24:42.7010817Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.7011215Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:24:42.7011546Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.7011872Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:24:42.7012203Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.7012531Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:42.7012857Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.7013175Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.7013494Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.7013813Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7014131Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.7014449Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.7014770Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7015074Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7015424Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7015784Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7016155Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7016571Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7016950Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:42.7017368Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:42.7017720Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7018076Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:24:42.7018423Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7018775Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7019127Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7019960Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:24:42.7020366Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T11:24:42.7020743Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:24:42.7021100Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7021461Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7021828Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7022199Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7022565Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7023058Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.7023479Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.7023837Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.7024193Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.7024544Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.7024970Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:24:42.7025538Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.7031349Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:24:42.7031753Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7032140Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.7032630Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7033487Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7033890Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7034266Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.7034620Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7034985Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-12-01T11:24:42.7035344Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:24:42.7035689Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.7036054Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7036465Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7036821Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.7037226Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.7037580Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.7037939Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7038289Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:42.7038634Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:42.7038984Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:24:42.7039489Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:42.7039861Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:42.7040260Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:24:42.7040473Z 2022-12-01T11:24:42.7040633Z ---------------------------------------------------------------------- 2022-12-01T11:24:42.7040898Z Ran 826 tests in 17.328s 2022-12-01T11:24:42.7041021Z 2022-12-01T11:24:42.7041100Z OK (skipped=38) 2022-12-01T11:24:42.7041214Z 2022-12-01T11:24:42.7041293Z Generating XML reports... 2022-12-01T11:24:42.7041765Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221201112424.xml 2022-12-01T11:24:42.7042236Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221201112424.xml 2022-12-01T11:24:42.7042848Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorchDeviceTypeCPU-20221201112424.xml 2022-12-01T11:24:42.7043412Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestVitalSignsCudaCPU-20221201112424.xml 2022-12-01T11:24:42.7043767Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:24:42.7044037Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:24:42.7044296Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:24:42.7044444Z 2022-12-01T11:24:42.7044825Z ##[endgroup] 2022-12-01T11:24:42.7045174Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_fnm371_3) 2022-12-01T11:24:42.7045428Z 2022-12-01T11:24:42.7045565Z Running test_namedtuple_return_api ... [2022-12-01 11:24:42.665252] 2022-12-01T11:24:42.7046025Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:42.665852] 2022-12-01T11:24:46.6109403Z 2022-12-01T11:24:46.6110159Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T11:24:46.6111155Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_048rafdy) 2022-12-01T11:24:46.6111551Z 2022-12-01T11:24:46.6111632Z Running tests... 2022-12-01T11:24:46.6111905Z ---------------------------------------------------------------------- 2022-12-01T11:24:46.6112274Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-12-01T11:24:46.6112626Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.437s) 2022-12-01T11:24:46.6113192Z 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-12-01T11:24:46.6113763Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:24:46.6114038Z Q, R = torch.qr(A, some) 2022-12-01T11:24:46.6114241Z should be replaced with 2022-12-01T11:24:46.6114677Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:24:46.6115076Z ret1 = func(a, *op.input) 2022-12-01T11:24:46.6115501Z 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-12-01T11:24:46.6115985Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:24:46.6116254Z Q, R = torch.qr(A, some) 2022-12-01T11:24:46.6116455Z should be replaced with 2022-12-01T11:24:46.6116889Z 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:2367.) 2022-12-01T11:24:46.6117487Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:24:46.6117965Z 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-12-01T11:24:46.6118522Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:24:46.6118867Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:24:46.6119087Z should be replaced with 2022-12-01T11:24:46.6119349Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:24:46.6119572Z and 2022-12-01T11:24:46.6119772Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:24:46.6119980Z should be replaced with 2022-12-01T11:24:46.6120485Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:24:46.6120901Z ret1 = func(a, *op.input) 2022-12-01T11:24:46.6121359Z 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-12-01T11:24:46.6121924Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:24:46.6122361Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:24:46.6122566Z should be replaced with 2022-12-01T11:24:46.6122822Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:24:46.6123048Z and 2022-12-01T11:24:46.6123251Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:24:46.6123476Z should be replaced with 2022-12-01T11:24:46.6123908Z 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:2824.) 2022-12-01T11:24:46.6124324Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:24:46.6124937Z 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-12-01T11:24:46.6125552Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:24:46.6125878Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:24:46.6126101Z should be replaced with 2022-12-01T11:24:46.6126517Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:24:46.6126905Z ret1 = func(a, *op.input) 2022-12-01T11:24:46.6127375Z 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-12-01T11:24:46.6127847Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:24:46.6128072Z should be replaced with 2022-12-01T11:24:46.6128319Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:24:46.6128536Z and 2022-12-01T11:24:46.6128762Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:24:46.6128991Z should be replaced with 2022-12-01T11:24:46.6129424Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:24:46.6129834Z ret1 = func(a, *op.input) 2022-12-01T11:24:46.6130023Z ok (0.022s) 2022-12-01T11:24:46.6130274Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.536s) 2022-12-01T11:24:46.6130537Z 2022-12-01T11:24:46.6130698Z ---------------------------------------------------------------------- 2022-12-01T11:24:46.6130941Z Ran 3 tests in 2.000s 2022-12-01T11:24:46.6131061Z 2022-12-01T11:24:46.6131124Z OK 2022-12-01T11:24:46.6131219Z 2022-12-01T11:24:46.6131310Z Generating XML reports... 2022-12-01T11:24:46.6131702Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221201112444.xml 2022-12-01T11:24:46.6131982Z 2022-12-01T11:24:46.6132266Z ##[endgroup] 2022-12-01T11:24:46.6132640Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_048rafdy) 2022-12-01T11:24:46.6132934Z 2022-12-01T11:24:46.6133077Z Running test_mobile_optimizer ... [2022-12-01 11:24:46.606880] 2022-12-01T11:24:46.6133516Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:46.606880] 2022-12-01T11:24:50.4462509Z 2022-12-01T11:24:50.4463143Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T11:24:50.4464018Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_h6uoqmwe) 2022-12-01T11:24:50.4464306Z 2022-12-01T11:24:50.4464370Z Running tests... 2022-12-01T11:24:50.4464649Z ---------------------------------------------------------------------- 2022-12-01T11:24:50.4465007Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-12-01T11:24:50.4465353Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.130s) 2022-12-01T11:24:50.4465679Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.043s) 2022-12-01T11:24:50.4466013Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.004s) 2022-12-01T11:24:50.4466370Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-12-01T11:24:50.4466708Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.585s) 2022-12-01T11:24:50.4467032Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.087s) 2022-12-01T11:24:50.4467364Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.000s) 2022-12-01T11:24:50.4467548Z 2022-12-01T11:24:50.4467703Z ---------------------------------------------------------------------- 2022-12-01T11:24:50.4467957Z Ran 7 tests in 1.859s 2022-12-01T11:24:50.4468080Z 2022-12-01T11:24:50.4468155Z OK (skipped=1) 2022-12-01T11:24:50.4468266Z 2022-12-01T11:24:50.4468357Z Generating XML reports... 2022-12-01T11:24:50.4468710Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221201112448.xml 2022-12-01T11:24:50.4468972Z 2022-12-01T11:24:50.4469200Z ##[endgroup] 2022-12-01T11:24:50.4469576Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_h6uoqmwe) 2022-12-01T11:24:50.4469858Z 2022-12-01T11:24:50.4469982Z Running test_fake_tensor ... [2022-12-01 11:24:50.439637] 2022-12-01T11:24:50.4473580Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:50.439637] 2022-12-01T11:24:54.4823750Z 2022-12-01T11:24:54.4824694Z Expand the folded group to see the log file of test_fake_tensor 2022-12-01T11:24:54.4825854Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_ritshrmy) 2022-12-01T11:24:54.4826235Z 2022-12-01T11:24:54.4826317Z Running tests... 2022-12-01T11:24:54.4826591Z ---------------------------------------------------------------------- 2022-12-01T11:24:54.4826942Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-12-01T11:24:54.4827300Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.454s) 2022-12-01T11:24:54.4827887Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-12-01T11:24:54.4828247Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.006s) 2022-12-01T11:24:54.4828574Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-12-01T11:24:54.4828921Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-12-01T11:24:54.4829289Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.010s) 2022-12-01T11:24:54.4829634Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T11:24:54.4830066Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T11:24:54.4830379Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4830739Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4831704Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T11:24:54.4832089Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4832436Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-12-01T11:24:54.4832763Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4833099Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4833446Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4833819Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:24:54.4834174Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.022s) 2022-12-01T11:24:54.4834530Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.099s) 2022-12-01T11:24:54.4834915Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.685s) 2022-12-01T11:24:54.4835324Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.138s) 2022-12-01T11:24:54.4835664Z test_basic (__main__.FakeTensorTest) ... ok (0.010s) 2022-12-01T11:24:54.4835991Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4836285Z test_constructor (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4836595Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4836921Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.010s) 2022-12-01T11:24:54.4837245Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4837548Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4837842Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.010s) 2022-12-01T11:24:54.4838129Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4838420Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4838746Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4839067Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4839382Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.010s) 2022-12-01T11:24:54.4839727Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:24:54.4840018Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:24:54.4840291Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.539s) 2022-12-01T11:24:54.4840580Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4840904Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4841307Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4841636Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.003s) 2022-12-01T11:24:54.4841950Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4842246Z test_randperm (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4842538Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.006s) 2022-12-01T11:24:54.4842843Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.000s) 2022-12-01T11:24:54.4843260Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4843592Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4843905Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4844213Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4844594Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:24:54.4844771Z 2022-12-01T11:24:54.4844929Z ---------------------------------------------------------------------- 2022-12-01T11:24:54.4845190Z Ran 50 tests in 2.015s 2022-12-01T11:24:54.4845310Z 2022-12-01T11:24:54.4845414Z OK (skipped=13, expected failures=1) 2022-12-01T11:24:54.4845555Z 2022-12-01T11:24:54.4845645Z Generating XML reports... 2022-12-01T11:24:54.4846024Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221201112452.xml 2022-12-01T11:24:54.4846562Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221201112452.xml 2022-12-01T11:24:54.4847113Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221201112452.xml 2022-12-01T11:24:54.4847626Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221201112452.xml 2022-12-01T11:24:54.4847877Z 2022-12-01T11:24:54.4848173Z ##[endgroup] 2022-12-01T11:24:54.4848534Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_ritshrmy) 2022-12-01T11:24:54.4848804Z 2022-12-01T11:24:54.4848928Z Running test_jit_disabled ... [2022-12-01 11:24:54.482979] 2022-12-01T11:24:54.4849352Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:54.483051] 2022-12-01T11:24:57.2018947Z 2022-12-01T11:24:57.2019773Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T11:24:57.2020557Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_64_ykz8w) 2022-12-01T11:24:57.2020856Z 2022-12-01T11:24:57.2020938Z Running tests... 2022-12-01T11:24:57.2021214Z ---------------------------------------------------------------------- 2022-12-01T11:24:57.2021590Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-12-01T11:24:57.2021923Z test_attribute (__main__.TestJitDisabled) ... ok (0.571s) 2022-12-01T11:24:57.2022210Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.117s) 2022-12-01T11:24:57.2022538Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.112s) 2022-12-01T11:24:57.2022723Z 2022-12-01T11:24:57.2022878Z ---------------------------------------------------------------------- 2022-12-01T11:24:57.2023134Z Ran 3 tests in 0.797s 2022-12-01T11:24:57.2023255Z 2022-12-01T11:24:57.2023321Z OK 2022-12-01T11:24:57.2023416Z 2022-12-01T11:24:57.2023509Z Generating XML reports... 2022-12-01T11:24:57.2023880Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221201112456.xml 2022-12-01T11:24:57.2024141Z 2022-12-01T11:24:57.2024352Z ##[endgroup] 2022-12-01T11:24:57.2024715Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_64_ykz8w) 2022-12-01T11:24:57.2025172Z 2022-12-01T11:24:57.2025317Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 11:24:57.194273] 2022-12-01T11:24:59.0554974Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T11:24:59.2116084Z running install 2022-12-01T11:24:59.2132193Z 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-12-01T11:24:59.2132647Z warnings.warn( 2022-12-01T11:24:59.2256437Z running build 2022-12-01T11:24:59.2256673Z running build_py 2022-12-01T11:24:59.2362458Z creating build 2022-12-01T11:24:59.2364495Z creating build\lib.win-amd64-cpython-39 2022-12-01T11:24:59.2366016Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-12-01T11:24:59.2369262Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-12-01T11:24:59.2376385Z running build_ext 2022-12-01T11:24:59.2453860Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:24:59.2466204Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-12-01T11:24:59.2467858Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-12-01T11:24:59.2526577Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-12-01T11:24:59.2531324Z Compiling objects... 2022-12-01T11:24:59.2531651Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:25:11.6672218Z [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-12-01T11:25:11.6674750Z 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-12-01T11:25:11.6675423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6675809Z with 2022-12-01T11:25:11.6675974Z [ 2022-12-01T11:25:11.6676138Z T=c10::SymInt 2022-12-01T11:25:11.6676316Z ] 2022-12-01T11:25:11.6676788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6677397Z with 2022-12-01T11:25:11.6677563Z [ 2022-12-01T11:25:11.6677745Z T=c10::SymInt 2022-12-01T11:25:11.6677905Z ] 2022-12-01T11:25:11.6678369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6678789Z with 2022-12-01T11:25:11.6678956Z [ 2022-12-01T11:25:11.6679126Z T=c10::SymInt 2022-12-01T11:25:11.6679295Z ] 2022-12-01T11:25:11.6679914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6680491Z with 2022-12-01T11:25:11.6680711Z [ 2022-12-01T11:25:11.6681085Z T=c10::SymInt 2022-12-01T11:25:11.6681317Z ] 2022-12-01T11:25:11.6681877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6682743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:11.6683624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6684141Z with 2022-12-01T11:25:11.6684360Z [ 2022-12-01T11:25:11.6684591Z T=c10::SymInt 2022-12-01T11:25:11.6684825Z ] 2022-12-01T11:25:11.6685433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:25:11.6686234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6686730Z with 2022-12-01T11:25:11.6686936Z [ 2022-12-01T11:25:11.6687180Z T=at::Generator 2022-12-01T11:25:11.6687413Z ] 2022-12-01T11:25:11.6687977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6688482Z with 2022-12-01T11:25:11.6688665Z [ 2022-12-01T11:25:11.6688839Z T=at::Generator 2022-12-01T11:25:11.6689012Z ] 2022-12-01T11:25:11.6689477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6689892Z with 2022-12-01T11:25:11.6690051Z [ 2022-12-01T11:25:11.6690212Z T=at::Generator 2022-12-01T11:25:11.6690383Z ] 2022-12-01T11:25:11.6690867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6691317Z with 2022-12-01T11:25:11.6691475Z [ 2022-12-01T11:25:11.6691646Z T=at::Generator 2022-12-01T11:25:11.6691805Z ] 2022-12-01T11:25:11.6692232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6692987Z 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-12-01T11:25:11.6693662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6694071Z with 2022-12-01T11:25:11.6694239Z [ 2022-12-01T11:25:11.6694419Z T=at::Generator 2022-12-01T11:25:11.6694584Z ] 2022-12-01T11:25:11.6694992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6695367Z with 2022-12-01T11:25:11.6695531Z [ 2022-12-01T11:25:11.6695774Z T=at::TensorBase 2022-12-01T11:25:11.6695940Z ] 2022-12-01T11:25:11.6696367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6696757Z with 2022-12-01T11:25:11.6696920Z [ 2022-12-01T11:25:11.6697101Z T=at::TensorBase 2022-12-01T11:25:11.6697281Z ] 2022-12-01T11:25:11.6697732Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6698160Z with 2022-12-01T11:25:11.6698324Z [ 2022-12-01T11:25:11.6698506Z T=at::TensorBase 2022-12-01T11:25:11.6698684Z ] 2022-12-01T11:25:11.6699178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6699616Z with 2022-12-01T11:25:11.6699783Z [ 2022-12-01T11:25:11.6699966Z T=at::TensorBase 2022-12-01T11:25:11.6700145Z ] 2022-12-01T11:25:11.6700575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6701239Z 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-12-01T11:25:11.6701914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6702312Z with 2022-12-01T11:25:11.6702477Z [ 2022-12-01T11:25:11.6702653Z T=at::TensorBase 2022-12-01T11:25:11.6702832Z ] 2022-12-01T11:25:11.6703297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6703665Z with 2022-12-01T11:25:11.6703810Z [ 2022-12-01T11:25:11.6703979Z T=at::Tensor 2022-12-01T11:25:11.6704153Z ] 2022-12-01T11:25:11.6704570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6704954Z with 2022-12-01T11:25:11.6705160Z [ 2022-12-01T11:25:11.6705331Z T=at::Tensor 2022-12-01T11:25:11.6705502Z ] 2022-12-01T11:25:11.6705962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6706381Z with 2022-12-01T11:25:11.6706539Z [ 2022-12-01T11:25:11.6706694Z T=at::Tensor 2022-12-01T11:25:11.6706862Z ] 2022-12-01T11:25:11.6707348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6707792Z with 2022-12-01T11:25:11.6707950Z [ 2022-12-01T11:25:11.6708120Z T=at::Tensor 2022-12-01T11:25:11.6708276Z ] 2022-12-01T11:25:11.6708747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6709401Z 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-12-01T11:25:11.6710068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6710464Z with 2022-12-01T11:25:11.6710623Z [ 2022-12-01T11:25:11.6710795Z T=at::Tensor 2022-12-01T11:25:11.6710956Z ] 2022-12-01T11:25:11.6711358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6711726Z with 2022-12-01T11:25:11.6711886Z [ 2022-12-01T11:25:11.6712056Z T=c10::Scalar 2022-12-01T11:25:11.6712214Z ] 2022-12-01T11:25:11.6712630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6713007Z with 2022-12-01T11:25:11.6713164Z [ 2022-12-01T11:25:11.6713332Z T=c10::Scalar 2022-12-01T11:25:11.6713503Z ] 2022-12-01T11:25:11.6713944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6714367Z with 2022-12-01T11:25:11.6714525Z [ 2022-12-01T11:25:11.6714703Z T=c10::Scalar 2022-12-01T11:25:11.6714874Z ] 2022-12-01T11:25:11.6715358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6715801Z with 2022-12-01T11:25:11.6715956Z [ 2022-12-01T11:25:11.6716123Z T=c10::Scalar 2022-12-01T11:25:11.6716290Z ] 2022-12-01T11:25:11.6716707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6717364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:11.6718091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6718481Z with 2022-12-01T11:25:11.6718642Z [ 2022-12-01T11:25:11.6718815Z T=c10::Scalar 2022-12-01T11:25:11.6718989Z ] 2022-12-01T11:25:11.6719393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6719766Z with 2022-12-01T11:25:11.6719912Z [ 2022-12-01T11:25:11.6720086Z T=std::string 2022-12-01T11:25:11.6720254Z ] 2022-12-01T11:25:11.6720666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6721051Z with 2022-12-01T11:25:11.6721257Z [ 2022-12-01T11:25:11.6721425Z T=std::string 2022-12-01T11:25:11.6721590Z ] 2022-12-01T11:25:11.6722045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6722469Z with 2022-12-01T11:25:11.6722632Z [ 2022-12-01T11:25:11.6722790Z T=std::string 2022-12-01T11:25:11.6722961Z ] 2022-12-01T11:25:11.6723446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6723894Z with 2022-12-01T11:25:11.6724056Z [ 2022-12-01T11:25:11.6724223Z T=std::string 2022-12-01T11:25:11.6724381Z ] 2022-12-01T11:25:11.6724798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6725568Z 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-12-01T11:25:11.6726228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6726633Z with 2022-12-01T11:25:11.6726796Z [ 2022-12-01T11:25:11.6726968Z T=std::string 2022-12-01T11:25:11.6727127Z ] 2022-12-01T11:25:11.6727530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6727904Z with 2022-12-01T11:25:11.6728066Z [ 2022-12-01T11:25:11.6728252Z T=c10::QualifiedName 2022-12-01T11:25:11.6728420Z ] 2022-12-01T11:25:11.6728836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6729221Z with 2022-12-01T11:25:11.6729375Z [ 2022-12-01T11:25:11.6729556Z T=c10::QualifiedName 2022-12-01T11:25:11.6729731Z ] 2022-12-01T11:25:11.6730173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6730664Z with 2022-12-01T11:25:11.6730826Z [ 2022-12-01T11:25:11.6731011Z T=c10::QualifiedName 2022-12-01T11:25:11.6731188Z ] 2022-12-01T11:25:11.6731739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6732188Z with 2022-12-01T11:25:11.6732333Z [ 2022-12-01T11:25:11.6732515Z T=c10::QualifiedName 2022-12-01T11:25:11.6732752Z ] 2022-12-01T11:25:11.6733193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6733936Z 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-12-01T11:25:11.6734625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6735032Z with 2022-12-01T11:25:11.6735183Z [ 2022-12-01T11:25:11.6735434Z T=c10::QualifiedName 2022-12-01T11:25:11.6735643Z ] 2022-12-01T11:25:11.6736189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6736594Z with 2022-12-01T11:25:11.6736764Z [ 2022-12-01T11:25:11.6737050Z T=std::shared_ptr 2022-12-01T11:25:11.6737330Z ] 2022-12-01T11:25:11.6737763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6738158Z with 2022-12-01T11:25:11.6738323Z [ 2022-12-01T11:25:11.6738553Z T=std::shared_ptr 2022-12-01T11:25:11.6738756Z ] 2022-12-01T11:25:11.6739216Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6739634Z with 2022-12-01T11:25:11.6739800Z [ 2022-12-01T11:25:11.6740023Z T=std::shared_ptr 2022-12-01T11:25:11.6740238Z ] 2022-12-01T11:25:11.6740710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6741157Z with 2022-12-01T11:25:11.6741317Z [ 2022-12-01T11:25:11.6741537Z T=std::shared_ptr 2022-12-01T11:25:11.6741746Z ] 2022-12-01T11:25:11.6742202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6742916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:11.6743606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6744081Z with 2022-12-01T11:25:11.6744301Z [ 2022-12-01T11:25:11.6744607Z T=std::shared_ptr 2022-12-01T11:25:11.6744847Z ] 2022-12-01T11:25:11.6745351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6745788Z with 2022-12-01T11:25:11.6745934Z [ 2022-12-01T11:25:11.6746154Z T=std::weak_ptr 2022-12-01T11:25:11.6746365Z ] 2022-12-01T11:25:11.6746787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6747174Z with 2022-12-01T11:25:11.6747318Z [ 2022-12-01T11:25:11.6747619Z T=std::weak_ptr 2022-12-01T11:25:11.6747831Z ] 2022-12-01T11:25:11.6748291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6748712Z with 2022-12-01T11:25:11.6748871Z [ 2022-12-01T11:25:11.6749076Z T=std::weak_ptr 2022-12-01T11:25:11.6749284Z ] 2022-12-01T11:25:11.6749770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6750208Z with 2022-12-01T11:25:11.6750365Z [ 2022-12-01T11:25:11.6750581Z T=std::weak_ptr 2022-12-01T11:25:11.6750780Z ] 2022-12-01T11:25:11.6751245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6751956Z 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-12-01T11:25:11.6752656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6753057Z with 2022-12-01T11:25:11.6753219Z [ 2022-12-01T11:25:11.6753437Z T=std::weak_ptr 2022-12-01T11:25:11.6753637Z ] 2022-12-01T11:25:11.6754035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6754408Z with 2022-12-01T11:25:11.6754566Z [ 2022-12-01T11:25:11.6754811Z T=std::vector> 2022-12-01T11:25:11.6755043Z ] 2022-12-01T11:25:11.6755445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6755826Z with 2022-12-01T11:25:11.6755985Z [ 2022-12-01T11:25:11.6756229Z T=std::vector> 2022-12-01T11:25:11.6756460Z ] 2022-12-01T11:25:11.6756917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6757420Z with 2022-12-01T11:25:11.6757566Z [ 2022-12-01T11:25:11.6757817Z T=std::vector> 2022-12-01T11:25:11.6758054Z ] 2022-12-01T11:25:11.6758544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6758994Z with 2022-12-01T11:25:11.6759156Z [ 2022-12-01T11:25:11.6759391Z T=std::vector> 2022-12-01T11:25:11.6759629Z ] 2022-12-01T11:25:11.6760163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.6760921Z 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-12-01T11:25:11.6761632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6762035Z with 2022-12-01T11:25:11.6762194Z [ 2022-12-01T11:25:11.6762429Z T=std::vector> 2022-12-01T11:25:11.6762662Z ] 2022-12-01T11:25:11.6763067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6763438Z with 2022-12-01T11:25:11.6763599Z [ 2022-12-01T11:25:11.6763813Z T=std::vector> 2022-12-01T11:25:11.6764001Z ] 2022-12-01T11:25:11.6764413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6764797Z with 2022-12-01T11:25:11.6764953Z [ 2022-12-01T11:25:11.6765253Z T=std::vector> 2022-12-01T11:25:11.6765467Z ] 2022-12-01T11:25:11.6765914Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6766342Z with 2022-12-01T11:25:11.6766511Z [ 2022-12-01T11:25:11.6767127Z T=std::vector> 2022-12-01T11:25:11.6767334Z ] 2022-12-01T11:25:11.6767819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6768263Z with 2022-12-01T11:25:11.6768407Z [ 2022-12-01T11:25:11.6768617Z T=std::vector> 2022-12-01T11:25:11.6768818Z ] 2022-12-01T11:25:11.6769270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.6769977Z 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-12-01T11:25:11.6770750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6771159Z with 2022-12-01T11:25:11.6771305Z [ 2022-12-01T11:25:11.6771519Z T=std::vector> 2022-12-01T11:25:11.6771724Z ] 2022-12-01T11:25:11.6772131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6772505Z with 2022-12-01T11:25:11.6772665Z [ 2022-12-01T11:25:11.6772913Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6773222Z ] 2022-12-01T11:25:11.6773644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6774031Z with 2022-12-01T11:25:11.6774187Z [ 2022-12-01T11:25:11.6774448Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6774679Z ] 2022-12-01T11:25:11.6775137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6775559Z with 2022-12-01T11:25:11.6775720Z [ 2022-12-01T11:25:11.6775979Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6776221Z ] 2022-12-01T11:25:11.6776694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6777139Z with 2022-12-01T11:25:11.6777299Z [ 2022-12-01T11:25:11.6777555Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6777796Z ] 2022-12-01T11:25:11.6778290Z C:\actions-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-12-01T11:25:11.6779074Z 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-12-01T11:25:11.6779786Z 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-12-01T11:25:11.6780469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6780865Z with 2022-12-01T11:25:11.6781033Z [ 2022-12-01T11:25:11.6781297Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6781547Z ] 2022-12-01T11:25:11.6781959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6782386Z with 2022-12-01T11:25:11.6782539Z [ 2022-12-01T11:25:11.6782799Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6783039Z ] 2022-12-01T11:25:11.6783465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6783854Z with 2022-12-01T11:25:11.6784015Z [ 2022-12-01T11:25:11.6784255Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6784492Z ] 2022-12-01T11:25:11.6784952Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6785436Z with 2022-12-01T11:25:11.6785607Z [ 2022-12-01T11:25:11.6785864Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6786094Z ] 2022-12-01T11:25:11.6786586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6787039Z with 2022-12-01T11:25:11.6787202Z [ 2022-12-01T11:25:11.6787463Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6787704Z ] 2022-12-01T11:25:11.6788187Z C:\actions-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-12-01T11:25:11.6788938Z 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-12-01T11:25:11.6789642Z 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-12-01T11:25:11.6790313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6790717Z with 2022-12-01T11:25:11.6790879Z [ 2022-12-01T11:25:11.6791135Z T=std::vector,std::allocator>> 2022-12-01T11:25:11.6791373Z ] 2022-12-01T11:25:11.6791777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6792136Z with 2022-12-01T11:25:11.6792294Z [ 2022-12-01T11:25:11.6792511Z T=std::vector> 2022-12-01T11:25:11.6792716Z ] 2022-12-01T11:25:11.6793134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6793517Z with 2022-12-01T11:25:11.6793667Z [ 2022-12-01T11:25:11.6793883Z T=std::vector> 2022-12-01T11:25:11.6794096Z ] 2022-12-01T11:25:11.6794560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6795561Z with 2022-12-01T11:25:11.6795721Z [ 2022-12-01T11:25:11.6795931Z T=std::vector> 2022-12-01T11:25:11.6796137Z ] 2022-12-01T11:25:11.6796626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6797076Z with 2022-12-01T11:25:11.6797236Z [ 2022-12-01T11:25:11.6797451Z T=std::vector> 2022-12-01T11:25:11.6797642Z ] 2022-12-01T11:25:11.6798162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.6798877Z 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-12-01T11:25:11.6799565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6799970Z with 2022-12-01T11:25:11.6800135Z [ 2022-12-01T11:25:11.6800354Z T=std::vector> 2022-12-01T11:25:11.6800547Z ] 2022-12-01T11:25:11.6800948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6801325Z with 2022-12-01T11:25:11.6801485Z [ 2022-12-01T11:25:11.6801733Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:11.6801971Z ] 2022-12-01T11:25:11.6802376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6802761Z with 2022-12-01T11:25:11.6802920Z [ 2022-12-01T11:25:11.6803162Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:11.6803392Z ] 2022-12-01T11:25:11.6803849Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6804266Z with 2022-12-01T11:25:11.6804413Z [ 2022-12-01T11:25:11.6804659Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:11.6804888Z ] 2022-12-01T11:25:11.6805475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6805926Z with 2022-12-01T11:25:11.6806075Z [ 2022-12-01T11:25:11.6806328Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:11.6806563Z ] 2022-12-01T11:25:11.6807046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6807825Z 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-12-01T11:25:11.6808686Z 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-12-01T11:25:11.6809414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6809828Z with 2022-12-01T11:25:11.6809990Z [ 2022-12-01T11:25:11.6810221Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:11.6810454Z ] 2022-12-01T11:25:11.6810911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6811287Z with 2022-12-01T11:25:11.6811446Z [ 2022-12-01T11:25:11.6811694Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:11.6811909Z ] 2022-12-01T11:25:11.6812326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6812715Z with 2022-12-01T11:25:11.6812877Z [ 2022-12-01T11:25:11.6813123Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:11.6813350Z ] 2022-12-01T11:25:11.6813793Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6814207Z with 2022-12-01T11:25:11.6814368Z [ 2022-12-01T11:25:11.6814610Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:11.6814840Z ] 2022-12-01T11:25:11.6815325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6815760Z with 2022-12-01T11:25:11.6815917Z [ 2022-12-01T11:25:11.6816160Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:11.6816391Z ] 2022-12-01T11:25:11.6816870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6817647Z 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-12-01T11:25:11.6818427Z 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-12-01T11:25:11.6819148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6819546Z with 2022-12-01T11:25:11.6819697Z [ 2022-12-01T11:25:11.6819942Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:11.6820235Z ] 2022-12-01T11:25:11.6820638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6821012Z with 2022-12-01T11:25:11.6821156Z [ 2022-12-01T11:25:11.6821350Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6821544Z ] 2022-12-01T11:25:11.6821966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6822351Z with 2022-12-01T11:25:11.6822512Z [ 2022-12-01T11:25:11.6822691Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6822882Z ] 2022-12-01T11:25:11.6823393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6823811Z with 2022-12-01T11:25:11.6823969Z [ 2022-12-01T11:25:11.6824163Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6824341Z ] 2022-12-01T11:25:11.6824878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6825356Z with 2022-12-01T11:25:11.6825560Z [ 2022-12-01T11:25:11.6825779Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6837442Z ] 2022-12-01T11:25:11.6837948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6838662Z 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-12-01T11:25:11.6839069Z with 2022-12-01T11:25:11.6839233Z [ 2022-12-01T11:25:11.6839435Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6839618Z ] 2022-12-01T11:25:11.6840101Z 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-12-01T11:25:11.6840834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6841245Z with 2022-12-01T11:25:11.6841412Z [ 2022-12-01T11:25:11.6841612Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:11.6841791Z ] 2022-12-01T11:25:11.6842198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6842573Z with 2022-12-01T11:25:11.6842736Z [ 2022-12-01T11:25:11.6843019Z T=std::vector> 2022-12-01T11:25:11.6843285Z ] 2022-12-01T11:25:11.6843689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6844079Z with 2022-12-01T11:25:11.6844243Z [ 2022-12-01T11:25:11.6844527Z T=std::vector> 2022-12-01T11:25:11.6844964Z ] 2022-12-01T11:25:11.6845520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6845948Z with 2022-12-01T11:25:11.6846096Z [ 2022-12-01T11:25:11.6846381Z T=std::vector> 2022-12-01T11:25:11.6846643Z ] 2022-12-01T11:25:11.6847134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6847577Z with 2022-12-01T11:25:11.6847740Z [ 2022-12-01T11:25:11.6848087Z T=std::vector> 2022-12-01T11:25:11.6848352Z ] 2022-12-01T11:25:11.6848872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.6849702Z 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-12-01T11:25:11.6850453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6850868Z with 2022-12-01T11:25:11.6851034Z [ 2022-12-01T11:25:11.6851319Z T=std::vector> 2022-12-01T11:25:11.6851572Z ] 2022-12-01T11:25:11.6851977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6852349Z with 2022-12-01T11:25:11.6852509Z [ 2022-12-01T11:25:11.6852700Z T=torch::autograd::ViewInfo 2022-12-01T11:25:11.6852893Z ] 2022-12-01T11:25:11.6853297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6853683Z with 2022-12-01T11:25:11.6853847Z [ 2022-12-01T11:25:11.6854040Z T=torch::autograd::ViewInfo 2022-12-01T11:25:11.6854233Z ] 2022-12-01T11:25:11.6854689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6855094Z with 2022-12-01T11:25:11.6855255Z [ 2022-12-01T11:25:11.6855446Z T=torch::autograd::ViewInfo 2022-12-01T11:25:11.6855631Z ] 2022-12-01T11:25:11.6856115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6856562Z with 2022-12-01T11:25:11.6856708Z [ 2022-12-01T11:25:11.6856899Z T=torch::autograd::ViewInfo 2022-12-01T11:25:11.6857088Z ] 2022-12-01T11:25:11.6857590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6858280Z 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-12-01T11:25:11.6858970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6859377Z with 2022-12-01T11:25:11.6859524Z [ 2022-12-01T11:25:11.6859719Z T=torch::autograd::ViewInfo 2022-12-01T11:25:11.6859910Z ] 2022-12-01T11:25:11.6860868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6861259Z with 2022-12-01T11:25:11.6861422Z [ 2022-12-01T11:25:11.6861583Z T=c10::IValue 2022-12-01T11:25:11.6861755Z ] 2022-12-01T11:25:11.6862175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6862565Z with 2022-12-01T11:25:11.6862727Z [ 2022-12-01T11:25:11.6862885Z T=c10::IValue 2022-12-01T11:25:11.6863056Z ] 2022-12-01T11:25:11.6863513Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6863937Z with 2022-12-01T11:25:11.6864098Z [ 2022-12-01T11:25:11.6864272Z T=c10::IValue 2022-12-01T11:25:11.6864426Z ] 2022-12-01T11:25:11.6864914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6865361Z with 2022-12-01T11:25:11.6865522Z [ 2022-12-01T11:25:11.6865695Z T=c10::IValue 2022-12-01T11:25:11.6865862Z ] 2022-12-01T11:25:11.6866273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6866927Z 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-12-01T11:25:11.6867606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6868013Z with 2022-12-01T11:25:11.6868175Z [ 2022-12-01T11:25:11.6868347Z T=c10::IValue 2022-12-01T11:25:11.6868516Z ] 2022-12-01T11:25:11.6868902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6869266Z with 2022-12-01T11:25:11.6869427Z [ 2022-12-01T11:25:11.6869598Z T=c10::AliasInfo 2022-12-01T11:25:11.6869775Z ] 2022-12-01T11:25:11.6870194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6870650Z with 2022-12-01T11:25:11.6870811Z [ 2022-12-01T11:25:11.6870972Z T=c10::AliasInfo 2022-12-01T11:25:11.6871148Z ] 2022-12-01T11:25:11.6871607Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6872031Z with 2022-12-01T11:25:11.6872193Z [ 2022-12-01T11:25:11.6872354Z T=c10::AliasInfo 2022-12-01T11:25:11.6872529Z ] 2022-12-01T11:25:11.6873016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6873465Z with 2022-12-01T11:25:11.6873627Z [ 2022-12-01T11:25:11.6873853Z T=c10::AliasInfo 2022-12-01T11:25:11.6874015Z ] 2022-12-01T11:25:11.6874444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6875104Z 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-12-01T11:25:11.6875775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6876181Z with 2022-12-01T11:25:11.6876342Z [ 2022-12-01T11:25:11.6876519Z T=c10::AliasInfo 2022-12-01T11:25:11.6876682Z ] 2022-12-01T11:25:11.6877090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6877464Z with 2022-12-01T11:25:11.6877628Z [ 2022-12-01T11:25:11.6877862Z T=std::vector> 2022-12-01T11:25:11.6878080Z ] 2022-12-01T11:25:11.6878484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6878874Z with 2022-12-01T11:25:11.6879036Z [ 2022-12-01T11:25:11.6879266Z T=std::vector> 2022-12-01T11:25:11.6879480Z ] 2022-12-01T11:25:11.6879944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6880347Z with 2022-12-01T11:25:11.6880508Z [ 2022-12-01T11:25:11.6880736Z T=std::vector> 2022-12-01T11:25:11.6880954Z ] 2022-12-01T11:25:11.6881441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6881884Z with 2022-12-01T11:25:11.6882032Z [ 2022-12-01T11:25:11.6882261Z T=std::vector> 2022-12-01T11:25:11.6882478Z ] 2022-12-01T11:25:11.6882924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.6883397Z with 2022-12-01T11:25:11.6883557Z [ 2022-12-01T11:25:11.6883715Z T=c10::SymInt 2022-12-01T11:25:11.6883889Z ] 2022-12-01T11:25:11.6884330Z 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-12-01T11:25:11.6884730Z with 2022-12-01T11:25:11.6884893Z [ 2022-12-01T11:25:11.6885064Z T=c10::SymInt 2022-12-01T11:25:11.6885316Z ] 2022-12-01T11:25:11.6885786Z 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-12-01T11:25:11.6886636Z 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-12-01T11:25:11.6887396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6887804Z with 2022-12-01T11:25:11.6887967Z [ 2022-12-01T11:25:11.6888197Z T=std::vector> 2022-12-01T11:25:11.6888400Z ] 2022-12-01T11:25:11.6888800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6889177Z with 2022-12-01T11:25:11.6889341Z [ 2022-12-01T11:25:11.6889583Z T=c10::either 2022-12-01T11:25:11.6889808Z ] 2022-12-01T11:25:11.6890217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6890603Z with 2022-12-01T11:25:11.6890767Z [ 2022-12-01T11:25:11.6891000Z T=c10::either 2022-12-01T11:25:11.6891226Z ] 2022-12-01T11:25:11.6891684Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6892101Z with 2022-12-01T11:25:11.6892249Z [ 2022-12-01T11:25:11.6892486Z T=c10::either 2022-12-01T11:25:11.6892710Z ] 2022-12-01T11:25:11.6893200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6893648Z with 2022-12-01T11:25:11.6893795Z [ 2022-12-01T11:25:11.6894028Z T=c10::either 2022-12-01T11:25:11.6894251Z ] 2022-12-01T11:25:11.6894719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6895488Z 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-12-01T11:25:11.6896295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6896701Z with 2022-12-01T11:25:11.6896865Z [ 2022-12-01T11:25:11.6897087Z T=c10::either 2022-12-01T11:25:11.6897310Z ] 2022-12-01T11:25:11.6897713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6898089Z with 2022-12-01T11:25:11.6898254Z [ 2022-12-01T11:25:11.6898443Z T=at::StepCallbacks 2022-12-01T11:25:11.6898613Z ] 2022-12-01T11:25:11.6899092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6899487Z with 2022-12-01T11:25:11.6899652Z [ 2022-12-01T11:25:11.6899836Z T=at::StepCallbacks 2022-12-01T11:25:11.6900002Z ] 2022-12-01T11:25:11.6900467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6900890Z with 2022-12-01T11:25:11.6901055Z [ 2022-12-01T11:25:11.6901238Z T=at::StepCallbacks 2022-12-01T11:25:11.6901419Z ] 2022-12-01T11:25:11.6901892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6902348Z with 2022-12-01T11:25:11.6902509Z [ 2022-12-01T11:25:11.6902695Z T=at::StepCallbacks 2022-12-01T11:25:11.6902881Z ] 2022-12-01T11:25:11.6903318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6904001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:11.6904670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6905073Z with 2022-12-01T11:25:11.6905236Z [ 2022-12-01T11:25:11.6905424Z T=at::StepCallbacks 2022-12-01T11:25:11.6905611Z ] 2022-12-01T11:25:11.6906017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6906379Z with 2022-12-01T11:25:11.6906539Z [ 2022-12-01T11:25:11.6906718Z T=c10::DimVector 2022-12-01T11:25:11.6906897Z ] 2022-12-01T11:25:11.6907316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6907707Z with 2022-12-01T11:25:11.6907853Z [ 2022-12-01T11:25:11.6908030Z T=c10::DimVector 2022-12-01T11:25:11.6908206Z ] 2022-12-01T11:25:11.6908668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6909156Z with 2022-12-01T11:25:11.6909316Z [ 2022-12-01T11:25:11.6909478Z T=c10::DimVector 2022-12-01T11:25:11.6909654Z ] 2022-12-01T11:25:11.6910141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6910585Z with 2022-12-01T11:25:11.6910745Z [ 2022-12-01T11:25:11.6910920Z T=c10::DimVector 2022-12-01T11:25:11.6911079Z ] 2022-12-01T11:25:11.6911509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6912232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:11.6912912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6913316Z with 2022-12-01T11:25:11.6913474Z [ 2022-12-01T11:25:11.6913634Z T=c10::DimVector 2022-12-01T11:25:11.6913809Z ] 2022-12-01T11:25:11.6914214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6914582Z with 2022-12-01T11:25:11.6914741Z [ 2022-12-01T11:25:11.6914936Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:11.6915117Z ] 2022-12-01T11:25:11.6915534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6915917Z with 2022-12-01T11:25:11.6916077Z [ 2022-12-01T11:25:11.6916273Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:11.6916464Z ] 2022-12-01T11:25:11.6916909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6917324Z with 2022-12-01T11:25:11.6917484Z [ 2022-12-01T11:25:11.6917682Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:11.6917871Z ] 2022-12-01T11:25:11.6918356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6918785Z with 2022-12-01T11:25:11.6918949Z [ 2022-12-01T11:25:11.6919145Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:11.6919338Z ] 2022-12-01T11:25:11.6919782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6920498Z 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-12-01T11:25:11.6921207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6921654Z with 2022-12-01T11:25:11.6921816Z [ 2022-12-01T11:25:11.6922016Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:11.6922209Z ] 2022-12-01T11:25:11.6922612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6922986Z with 2022-12-01T11:25:11.6923132Z [ 2022-12-01T11:25:11.6923372Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:11.6923601Z ] 2022-12-01T11:25:11.6924020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6924407Z with 2022-12-01T11:25:11.6924568Z [ 2022-12-01T11:25:11.6924844Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:11.6925070Z ] 2022-12-01T11:25:11.6925637Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6926059Z with 2022-12-01T11:25:11.6926218Z [ 2022-12-01T11:25:11.6926456Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:11.6926666Z ] 2022-12-01T11:25:11.6927150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6927595Z with 2022-12-01T11:25:11.6927756Z [ 2022-12-01T11:25:11.6927995Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:11.6928218Z ] 2022-12-01T11:25:11.6928679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6929458Z 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-12-01T11:25:11.6930196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6930609Z with 2022-12-01T11:25:11.6930769Z [ 2022-12-01T11:25:11.6931013Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:11.6931242Z ] 2022-12-01T11:25:11.6931632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6932005Z with 2022-12-01T11:25:11.6932165Z [ 2022-12-01T11:25:11.6932377Z T=std::tuple 2022-12-01T11:25:11.6932582Z ] 2022-12-01T11:25:11.6933003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6933376Z with 2022-12-01T11:25:11.6933538Z [ 2022-12-01T11:25:11.6933751Z T=std::tuple 2022-12-01T11:25:11.6933956Z ] 2022-12-01T11:25:11.6934417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6934986Z with 2022-12-01T11:25:11.6935134Z [ 2022-12-01T11:25:11.6935352Z T=std::tuple 2022-12-01T11:25:11.6935609Z ] 2022-12-01T11:25:11.6936102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6936555Z with 2022-12-01T11:25:11.6936719Z [ 2022-12-01T11:25:11.6936917Z T=std::tuple 2022-12-01T11:25:11.6937121Z ] 2022-12-01T11:25:11.6937630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6938369Z 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-12-01T11:25:11.6939088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6939498Z with 2022-12-01T11:25:11.6939663Z [ 2022-12-01T11:25:11.6939879Z T=std::tuple 2022-12-01T11:25:11.6940072Z ] 2022-12-01T11:25:11.6940481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6940866Z with 2022-12-01T11:25:11.6941079Z [ 2022-12-01T11:25:11.6941281Z T=torch::jit::SourceRange 2022-12-01T11:25:11.6941461Z ] 2022-12-01T11:25:11.6941885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6942325Z with 2022-12-01T11:25:11.6942489Z [ 2022-12-01T11:25:11.6942683Z T=torch::jit::SourceRange 2022-12-01T11:25:11.6942875Z ] 2022-12-01T11:25:11.6943321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6943743Z with 2022-12-01T11:25:11.6943907Z [ 2022-12-01T11:25:11.6944104Z T=torch::jit::SourceRange 2022-12-01T11:25:11.6944293Z ] 2022-12-01T11:25:11.6944780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6945215Z with 2022-12-01T11:25:11.6945378Z [ 2022-12-01T11:25:11.6945568Z T=torch::jit::SourceRange 2022-12-01T11:25:11.6945754Z ] 2022-12-01T11:25:11.6946193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6946898Z 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-12-01T11:25:11.6947704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6948114Z with 2022-12-01T11:25:11.6948309Z [ 2022-12-01T11:25:11.6948507Z T=torch::jit::SourceRange 2022-12-01T11:25:11.6948698Z ] 2022-12-01T11:25:11.6949102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6949481Z with 2022-12-01T11:25:11.6949629Z [ 2022-12-01T11:25:11.6949840Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:11.6950048Z ] 2022-12-01T11:25:11.6950514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6950902Z with 2022-12-01T11:25:11.6951058Z [ 2022-12-01T11:25:11.6951259Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:11.6951442Z ] 2022-12-01T11:25:11.6951902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6952324Z with 2022-12-01T11:25:11.6952482Z [ 2022-12-01T11:25:11.6952688Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:11.6952882Z ] 2022-12-01T11:25:11.6953350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6953848Z with 2022-12-01T11:25:11.6954009Z [ 2022-12-01T11:25:11.6954213Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:11.6954404Z ] 2022-12-01T11:25:11.6954884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6955578Z 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-12-01T11:25:11.6956264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6956647Z with 2022-12-01T11:25:11.6956797Z [ 2022-12-01T11:25:11.6957000Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:11.6957190Z ] 2022-12-01T11:25:11.6957582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6957947Z with 2022-12-01T11:25:11.6958091Z [ 2022-12-01T11:25:11.6958285Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:11.6958479Z ] 2022-12-01T11:25:11.6958894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6959273Z with 2022-12-01T11:25:11.6959415Z [ 2022-12-01T11:25:11.6959609Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:11.6959795Z ] 2022-12-01T11:25:11.6960295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6960817Z with 2022-12-01T11:25:11.6960968Z [ 2022-12-01T11:25:11.6961155Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:11.6961353Z ] 2022-12-01T11:25:11.6961833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6962279Z with 2022-12-01T11:25:11.6962428Z [ 2022-12-01T11:25:11.6962622Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:11.6962805Z ] 2022-12-01T11:25:11.6963300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6964015Z 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-12-01T11:25:11.6964691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6965085Z with 2022-12-01T11:25:11.6965315Z [ 2022-12-01T11:25:11.6965512Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:11.6965694Z ] 2022-12-01T11:25:11.6966097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6966523Z with 2022-12-01T11:25:11.6966672Z [ 2022-12-01T11:25:11.6966896Z T=torch::jit::ScopePtr 2022-12-01T11:25:11.6967068Z ] 2022-12-01T11:25:11.6967468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6967842Z with 2022-12-01T11:25:11.6967995Z [ 2022-12-01T11:25:11.6968173Z T=torch::jit::ScopePtr 2022-12-01T11:25:11.6968346Z ] 2022-12-01T11:25:11.6968799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6969205Z with 2022-12-01T11:25:11.6969356Z [ 2022-12-01T11:25:11.6969533Z T=torch::jit::ScopePtr 2022-12-01T11:25:11.6969708Z ] 2022-12-01T11:25:11.6970182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6970618Z with 2022-12-01T11:25:11.6970757Z [ 2022-12-01T11:25:11.6970931Z T=torch::jit::ScopePtr 2022-12-01T11:25:11.6971110Z ] 2022-12-01T11:25:11.6971543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6972217Z 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-12-01T11:25:11.6973047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6973445Z with 2022-12-01T11:25:11.6973589Z [ 2022-12-01T11:25:11.6973770Z T=torch::jit::ScopePtr 2022-12-01T11:25:11.6973949Z ] 2022-12-01T11:25:11.6974352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6974720Z with 2022-12-01T11:25:11.6974876Z [ 2022-12-01T11:25:11.6975050Z T=at::ThreadLocalState 2022-12-01T11:25:11.6975235Z ] 2022-12-01T11:25:11.6975652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6976089Z with 2022-12-01T11:25:11.6976247Z [ 2022-12-01T11:25:11.6976419Z T=at::ThreadLocalState 2022-12-01T11:25:11.6976602Z ] 2022-12-01T11:25:11.6977057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6977468Z with 2022-12-01T11:25:11.6977623Z [ 2022-12-01T11:25:11.6977806Z T=at::ThreadLocalState 2022-12-01T11:25:11.6977974Z ] 2022-12-01T11:25:11.6978499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6978948Z with 2022-12-01T11:25:11.6979148Z [ 2022-12-01T11:25:11.6979336Z T=at::ThreadLocalState 2022-12-01T11:25:11.6979516Z ] 2022-12-01T11:25:11.6979936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6980636Z 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-12-01T11:25:11.6981337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6981735Z with 2022-12-01T11:25:11.6981893Z [ 2022-12-01T11:25:11.6982082Z T=at::ThreadLocalState 2022-12-01T11:25:11.6982265Z ] 2022-12-01T11:25:11.6982652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6983020Z with 2022-12-01T11:25:11.6983176Z [ 2022-12-01T11:25:11.6983379Z T=std::shared_ptr 2022-12-01T11:25:11.6983577Z ] 2022-12-01T11:25:11.6983990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6984358Z with 2022-12-01T11:25:11.6984561Z [ 2022-12-01T11:25:11.6984768Z T=std::shared_ptr 2022-12-01T11:25:11.6984960Z ] 2022-12-01T11:25:11.6985457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6985941Z with 2022-12-01T11:25:11.6986085Z [ 2022-12-01T11:25:11.6986286Z T=std::shared_ptr 2022-12-01T11:25:11.6986481Z ] 2022-12-01T11:25:11.6986962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6987412Z with 2022-12-01T11:25:11.6987571Z [ 2022-12-01T11:25:11.6987767Z T=std::shared_ptr 2022-12-01T11:25:11.6987962Z ] 2022-12-01T11:25:11.6988404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.6989144Z 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-12-01T11:25:11.6989873Z 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-12-01T11:25:11.6990625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6991031Z with 2022-12-01T11:25:11.6991189Z [ 2022-12-01T11:25:11.6991426Z T=std::shared_ptr 2022-12-01T11:25:11.6991625Z ] 2022-12-01T11:25:11.6992028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.6992395Z with 2022-12-01T11:25:11.6992552Z [ 2022-12-01T11:25:11.6992740Z T=torch::jit::GraphExecutor 2022-12-01T11:25:11.6992915Z ] 2022-12-01T11:25:11.6993330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.6993711Z with 2022-12-01T11:25:11.6993867Z [ 2022-12-01T11:25:11.6994053Z T=torch::jit::GraphExecutor 2022-12-01T11:25:11.6994224Z ] 2022-12-01T11:25:11.6994676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.6995088Z with 2022-12-01T11:25:11.6995241Z [ 2022-12-01T11:25:11.6995427Z T=torch::jit::GraphExecutor 2022-12-01T11:25:11.6995610Z ] 2022-12-01T11:25:11.6996077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.6996526Z with 2022-12-01T11:25:11.6996687Z [ 2022-12-01T11:25:11.6996919Z T=torch::jit::GraphExecutor 2022-12-01T11:25:11.6997106Z ] 2022-12-01T11:25:11.6997588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.6998269Z 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-12-01T11:25:11.6999034Z 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-12-01T11:25:11.6999728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7000129Z with 2022-12-01T11:25:11.7000292Z [ 2022-12-01T11:25:11.7000481Z T=torch::jit::GraphExecutor 2022-12-01T11:25:11.7000669Z ] 2022-12-01T11:25:11.7001115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7001493Z with 2022-12-01T11:25:11.7001635Z [ 2022-12-01T11:25:11.7001816Z T=torch::jit::Method 2022-12-01T11:25:11.7001994Z ] 2022-12-01T11:25:11.7002411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7002837Z with 2022-12-01T11:25:11.7002982Z [ 2022-12-01T11:25:11.7003162Z T=torch::jit::Method 2022-12-01T11:25:11.7003340Z ] 2022-12-01T11:25:11.7003831Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7004242Z with 2022-12-01T11:25:11.7004396Z [ 2022-12-01T11:25:11.7004562Z T=torch::jit::Method 2022-12-01T11:25:11.7004735Z ] 2022-12-01T11:25:11.7005295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7005740Z with 2022-12-01T11:25:11.7005896Z [ 2022-12-01T11:25:11.7006078Z T=torch::jit::Method 2022-12-01T11:25:11.7006243Z ] 2022-12-01T11:25:11.7006670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.7007340Z 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-12-01T11:25:11.7008019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7008423Z with 2022-12-01T11:25:11.7008578Z [ 2022-12-01T11:25:11.7008757Z T=torch::jit::Method 2022-12-01T11:25:11.7008924Z ] 2022-12-01T11:25:11.7009371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7009787Z with 2022-12-01T11:25:11.7009946Z [ 2022-12-01T11:25:11.7010172Z T=std::vector> 2022-12-01T11:25:11.7010378Z ] 2022-12-01T11:25:11.7010794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7011624Z with 2022-12-01T11:25:11.7011781Z [ 2022-12-01T11:25:11.7012011Z T=std::vector> 2022-12-01T11:25:11.7012225Z ] 2022-12-01T11:25:11.7012666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7013080Z with 2022-12-01T11:25:11.7013239Z [ 2022-12-01T11:25:11.7013468Z T=std::vector> 2022-12-01T11:25:11.7013684Z ] 2022-12-01T11:25:11.7014285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7014740Z with 2022-12-01T11:25:11.7014886Z [ 2022-12-01T11:25:11.7015119Z T=std::vector> 2022-12-01T11:25:11.7015398Z ] 2022-12-01T11:25:11.7015872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.7016650Z 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-12-01T11:25:11.7017365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7017768Z with 2022-12-01T11:25:11.7017914Z [ 2022-12-01T11:25:11.7018145Z T=std::vector> 2022-12-01T11:25:11.7018358Z ] 2022-12-01T11:25:11.7018755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7019125Z with 2022-12-01T11:25:11.7019280Z [ 2022-12-01T11:25:11.7019523Z T=std::function 2022-12-01T11:25:11.7019764Z ] 2022-12-01T11:25:11.7020181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7020564Z with 2022-12-01T11:25:11.7020723Z [ 2022-12-01T11:25:11.7020976Z T=std::function 2022-12-01T11:25:11.7021200Z ] 2022-12-01T11:25:11.7021699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7022118Z with 2022-12-01T11:25:11.7022311Z [ 2022-12-01T11:25:11.7022574Z T=std::function 2022-12-01T11:25:11.7022810Z ] 2022-12-01T11:25:11.7023292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7023783Z with 2022-12-01T11:25:11.7023943Z [ 2022-12-01T11:25:11.7024191Z T=std::function 2022-12-01T11:25:11.7024430Z ] 2022-12-01T11:25:11.7024917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.7025721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:11.7026508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7026904Z with 2022-12-01T11:25:11.7027048Z [ 2022-12-01T11:25:11.7027305Z T=std::function 2022-12-01T11:25:11.7027543Z ] 2022-12-01T11:25:11.7027988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7028363Z with 2022-12-01T11:25:11.7028565Z [ 2022-12-01T11:25:11.7028834Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:11.7029098Z ] 2022-12-01T11:25:11.7029515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7029894Z with 2022-12-01T11:25:11.7030050Z [ 2022-12-01T11:25:11.7030332Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:11.7030585Z ] 2022-12-01T11:25:11.7031044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7031463Z with 2022-12-01T11:25:11.7031618Z [ 2022-12-01T11:25:11.7031893Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:11.7032155Z ] 2022-12-01T11:25:11.7032626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7033076Z with 2022-12-01T11:25:11.7033233Z [ 2022-12-01T11:25:11.7033515Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:11.7033777Z ] 2022-12-01T11:25:11.7034327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:11.7035230Z 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-12-01T11:25:11.7036012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7036466Z with 2022-12-01T11:25:11.7036631Z [ 2022-12-01T11:25:11.7036911Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:11.7037174Z ] 2022-12-01T11:25:11.7037570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7037942Z with 2022-12-01T11:25:11.7038087Z [ 2022-12-01T11:25:11.7038307Z T=std::vector> 2022-12-01T11:25:11.7038515Z ] 2022-12-01T11:25:11.7038929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7039311Z with 2022-12-01T11:25:11.7039466Z [ 2022-12-01T11:25:11.7039673Z T=std::vector> 2022-12-01T11:25:11.7039923Z ] 2022-12-01T11:25:11.7040426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7040889Z with 2022-12-01T11:25:11.7041047Z [ 2022-12-01T11:25:11.7041264Z T=std::vector> 2022-12-01T11:25:11.7041460Z ] 2022-12-01T11:25:11.7041947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7042391Z with 2022-12-01T11:25:11.7042547Z [ 2022-12-01T11:25:11.7042759Z T=std::vector> 2022-12-01T11:25:11.7042965Z ] 2022-12-01T11:25:11.7043397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.7043817Z with 2022-12-01T11:25:11.7043972Z [ 2022-12-01T11:25:11.7044131Z T=double 2022-12-01T11:25:11.7044293Z ] 2022-12-01T11:25:11.7044776Z 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-12-01T11:25:11.7045295Z with 2022-12-01T11:25:11.7045458Z [ 2022-12-01T11:25:11.7045617Z T=double 2022-12-01T11:25:11.7045781Z ] 2022-12-01T11:25:11.7046217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7046663Z with 2022-12-01T11:25:11.7046809Z [ 2022-12-01T11:25:11.7047026Z T=std::vector> 2022-12-01T11:25:11.7047274Z ] 2022-12-01T11:25:11.7047676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7048045Z with 2022-12-01T11:25:11.7048190Z [ 2022-12-01T11:25:11.7048392Z T=std::tuple 2022-12-01T11:25:11.7048585Z ] 2022-12-01T11:25:11.7049000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7049446Z with 2022-12-01T11:25:11.7049604Z [ 2022-12-01T11:25:11.7049789Z T=std::tuple 2022-12-01T11:25:11.7050060Z ] 2022-12-01T11:25:11.7050715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7051139Z with 2022-12-01T11:25:11.7051296Z [ 2022-12-01T11:25:11.7051500Z T=std::tuple 2022-12-01T11:25:11.7051683Z ] 2022-12-01T11:25:11.7052164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7052693Z with 2022-12-01T11:25:11.7052849Z [ 2022-12-01T11:25:11.7053129Z T=std::tuple 2022-12-01T11:25:11.7053360Z ] 2022-12-01T11:25:11.7053795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:11.7054531Z 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-12-01T11:25:11.7055257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7055665Z with 2022-12-01T11:25:11.7055825Z [ 2022-12-01T11:25:11.7056028Z T=std::tuple 2022-12-01T11:25:11.7056225Z ] 2022-12-01T11:25:11.7056612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7056980Z with 2022-12-01T11:25:11.7057135Z [ 2022-12-01T11:25:11.7057360Z T=std::vector> 2022-12-01T11:25:11.7057575Z ] 2022-12-01T11:25:11.7057985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:11.7058352Z with 2022-12-01T11:25:11.7058506Z [ 2022-12-01T11:25:11.7058728Z T=std::vector> 2022-12-01T11:25:11.7058992Z ] 2022-12-01T11:25:11.7059448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:11.7059912Z with 2022-12-01T11:25:11.7060056Z [ 2022-12-01T11:25:11.7060279Z T=std::vector> 2022-12-01T11:25:11.7060490Z ] 2022-12-01T11:25:11.7060968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:11.7061406Z with 2022-12-01T11:25:11.7061560Z [ 2022-12-01T11:25:11.7061770Z T=std::vector> 2022-12-01T11:25:11.7061982Z ] 2022-12-01T11:25:11.7062439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:11.7063258Z 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-12-01T11:25:11.7063978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:11.7064382Z with 2022-12-01T11:25:11.7064540Z [ 2022-12-01T11:25:11.7064767Z T=std::vector> 2022-12-01T11:25:11.7064972Z ] 2022-12-01T11:25:11.7067074Z "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-12-01T11:25:11.9088340Z 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-12-01T11:25:11.9296990Z Generating code 2022-12-01T11:25:13.4106149Z Finished generating code 2022-12-01T11:25:13.6496614Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:25:13.6569229Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-12-01T11:25:13.6573245Z Compiling objects... 2022-12-01T11:25:13.6573576Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:25:26.0061680Z [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-12-01T11:25:26.0064814Z 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-12-01T11:25:26.0065733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0066249Z with 2022-12-01T11:25:26.0066482Z [ 2022-12-01T11:25:26.0066700Z T=c10::SymInt 2022-12-01T11:25:26.0067274Z ] 2022-12-01T11:25:26.0067945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0068477Z with 2022-12-01T11:25:26.0068693Z [ 2022-12-01T11:25:26.0068935Z T=c10::SymInt 2022-12-01T11:25:26.0069165Z ] 2022-12-01T11:25:26.0069757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0070336Z with 2022-12-01T11:25:26.0070559Z [ 2022-12-01T11:25:26.0070831Z T=c10::SymInt 2022-12-01T11:25:26.0071066Z ] 2022-12-01T11:25:26.0071767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0072357Z with 2022-12-01T11:25:26.0072578Z [ 2022-12-01T11:25:26.0072815Z T=c10::SymInt 2022-12-01T11:25:26.0073051Z ] 2022-12-01T11:25:26.0073629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0074487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:26.0075376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0075900Z with 2022-12-01T11:25:26.0076116Z [ 2022-12-01T11:25:26.0076357Z T=c10::SymInt 2022-12-01T11:25:26.0076597Z ] 2022-12-01T11:25:26.0077159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:25:26.0077875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0078248Z with 2022-12-01T11:25:26.0078398Z [ 2022-12-01T11:25:26.0078576Z T=at::Generator 2022-12-01T11:25:26.0078753Z ] 2022-12-01T11:25:26.0079173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0079559Z with 2022-12-01T11:25:26.0079706Z [ 2022-12-01T11:25:26.0079879Z T=at::Generator 2022-12-01T11:25:26.0080130Z ] 2022-12-01T11:25:26.0080593Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0081009Z with 2022-12-01T11:25:26.0081168Z [ 2022-12-01T11:25:26.0081329Z T=at::Generator 2022-12-01T11:25:26.0081504Z ] 2022-12-01T11:25:26.0081986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0082436Z with 2022-12-01T11:25:26.0082597Z [ 2022-12-01T11:25:26.0082772Z T=at::Generator 2022-12-01T11:25:26.0082932Z ] 2022-12-01T11:25:26.0083478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0084194Z 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-12-01T11:25:26.0084870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0085273Z with 2022-12-01T11:25:26.0085437Z [ 2022-12-01T11:25:26.0085618Z T=at::Generator 2022-12-01T11:25:26.0085779Z ] 2022-12-01T11:25:26.0086182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0086554Z with 2022-12-01T11:25:26.0086718Z [ 2022-12-01T11:25:26.0087003Z T=at::TensorBase 2022-12-01T11:25:26.0087166Z ] 2022-12-01T11:25:26.0087586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0087976Z with 2022-12-01T11:25:26.0088137Z [ 2022-12-01T11:25:26.0088365Z T=at::TensorBase 2022-12-01T11:25:26.0098544Z ] 2022-12-01T11:25:26.0099156Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0099592Z with 2022-12-01T11:25:26.0099743Z [ 2022-12-01T11:25:26.0099931Z T=at::TensorBase 2022-12-01T11:25:26.0100110Z ] 2022-12-01T11:25:26.0100627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0101077Z with 2022-12-01T11:25:26.0101223Z [ 2022-12-01T11:25:26.0101401Z T=at::TensorBase 2022-12-01T11:25:26.0101638Z ] 2022-12-01T11:25:26.0102072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0102793Z 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-12-01T11:25:26.0103474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0104030Z with 2022-12-01T11:25:26.0104179Z [ 2022-12-01T11:25:26.0104358Z T=at::TensorBase 2022-12-01T11:25:26.0104535Z ] 2022-12-01T11:25:26.0104944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0105318Z with 2022-12-01T11:25:26.0105478Z [ 2022-12-01T11:25:26.0105635Z T=at::Tensor 2022-12-01T11:25:26.0105807Z ] 2022-12-01T11:25:26.0106227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0106616Z with 2022-12-01T11:25:26.0106776Z [ 2022-12-01T11:25:26.0107012Z T=at::Tensor 2022-12-01T11:25:26.0107171Z ] 2022-12-01T11:25:26.0107627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0108108Z with 2022-12-01T11:25:26.0108266Z [ 2022-12-01T11:25:26.0108469Z T=at::Tensor 2022-12-01T11:25:26.0108634Z ] 2022-12-01T11:25:26.0109117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0109562Z with 2022-12-01T11:25:26.0109721Z [ 2022-12-01T11:25:26.0109889Z T=at::Tensor 2022-12-01T11:25:26.0110056Z ] 2022-12-01T11:25:26.0110466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0111126Z 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-12-01T11:25:26.0111792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0112200Z with 2022-12-01T11:25:26.0112361Z [ 2022-12-01T11:25:26.0112531Z T=at::Tensor 2022-12-01T11:25:26.0112702Z ] 2022-12-01T11:25:26.0113089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0113461Z with 2022-12-01T11:25:26.0113620Z [ 2022-12-01T11:25:26.0113791Z T=c10::Scalar 2022-12-01T11:25:26.0114010Z ] 2022-12-01T11:25:26.0114426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0114843Z with 2022-12-01T11:25:26.0115005Z [ 2022-12-01T11:25:26.0115174Z T=c10::Scalar 2022-12-01T11:25:26.0115341Z ] 2022-12-01T11:25:26.0115795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0116211Z with 2022-12-01T11:25:26.0116357Z [ 2022-12-01T11:25:26.0116599Z T=c10::Scalar 2022-12-01T11:25:26.0116770Z ] 2022-12-01T11:25:26.0117252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0117695Z with 2022-12-01T11:25:26.0117842Z [ 2022-12-01T11:25:26.0118010Z T=c10::Scalar 2022-12-01T11:25:26.0118180Z ] 2022-12-01T11:25:26.0118603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0119261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:26.0119975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0120431Z with 2022-12-01T11:25:26.0120578Z [ 2022-12-01T11:25:26.0120749Z T=c10::Scalar 2022-12-01T11:25:26.0120921Z ] 2022-12-01T11:25:26.0121366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0121743Z with 2022-12-01T11:25:26.0121904Z [ 2022-12-01T11:25:26.0122061Z T=std::string 2022-12-01T11:25:26.0122230Z ] 2022-12-01T11:25:26.0122647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0123032Z with 2022-12-01T11:25:26.0123190Z [ 2022-12-01T11:25:26.0123345Z T=std::string 2022-12-01T11:25:26.0123513Z ] 2022-12-01T11:25:26.0123967Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0124387Z with 2022-12-01T11:25:26.0124546Z [ 2022-12-01T11:25:26.0124713Z T=std::string 2022-12-01T11:25:26.0124867Z ] 2022-12-01T11:25:26.0125352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0125796Z with 2022-12-01T11:25:26.0125953Z [ 2022-12-01T11:25:26.0126124Z T=std::string 2022-12-01T11:25:26.0126293Z ] 2022-12-01T11:25:26.0126740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0127534Z 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-12-01T11:25:26.0128206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0128618Z with 2022-12-01T11:25:26.0128781Z [ 2022-12-01T11:25:26.0128953Z T=std::string 2022-12-01T11:25:26.0129122Z ] 2022-12-01T11:25:26.0129515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0129962Z with 2022-12-01T11:25:26.0130123Z [ 2022-12-01T11:25:26.0130311Z T=c10::QualifiedName 2022-12-01T11:25:26.0130482Z ] 2022-12-01T11:25:26.0130900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0131288Z with 2022-12-01T11:25:26.0131449Z [ 2022-12-01T11:25:26.0131632Z T=c10::QualifiedName 2022-12-01T11:25:26.0131814Z ] 2022-12-01T11:25:26.0132257Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0132684Z with 2022-12-01T11:25:26.0132942Z [ 2022-12-01T11:25:26.0133129Z T=c10::QualifiedName 2022-12-01T11:25:26.0133308Z ] 2022-12-01T11:25:26.0133841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0134280Z with 2022-12-01T11:25:26.0134441Z [ 2022-12-01T11:25:26.0134623Z T=c10::QualifiedName 2022-12-01T11:25:26.0134805Z ] 2022-12-01T11:25:26.0135241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0135916Z 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-12-01T11:25:26.0136603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0136990Z with 2022-12-01T11:25:26.0137154Z [ 2022-12-01T11:25:26.0137340Z T=c10::QualifiedName 2022-12-01T11:25:26.0137523Z ] 2022-12-01T11:25:26.0137924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0138304Z with 2022-12-01T11:25:26.0138452Z [ 2022-12-01T11:25:26.0138682Z T=std::shared_ptr 2022-12-01T11:25:26.0138943Z ] 2022-12-01T11:25:26.0139370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0139803Z with 2022-12-01T11:25:26.0139963Z [ 2022-12-01T11:25:26.0140176Z T=std::shared_ptr 2022-12-01T11:25:26.0140388Z ] 2022-12-01T11:25:26.0140849Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0141271Z with 2022-12-01T11:25:26.0141432Z [ 2022-12-01T11:25:26.0141658Z T=std::shared_ptr 2022-12-01T11:25:26.0141857Z ] 2022-12-01T11:25:26.0142348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0142861Z with 2022-12-01T11:25:26.0143024Z [ 2022-12-01T11:25:26.0143249Z T=std::shared_ptr 2022-12-01T11:25:26.0143463Z ] 2022-12-01T11:25:26.0143914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0144645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:26.0145443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0145900Z with 2022-12-01T11:25:26.0146066Z [ 2022-12-01T11:25:26.0146293Z T=std::shared_ptr 2022-12-01T11:25:26.0146506Z ] 2022-12-01T11:25:26.0146895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0147268Z with 2022-12-01T11:25:26.0147431Z [ 2022-12-01T11:25:26.0147658Z T=std::weak_ptr 2022-12-01T11:25:26.0147868Z ] 2022-12-01T11:25:26.0148288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0148657Z with 2022-12-01T11:25:26.0148826Z [ 2022-12-01T11:25:26.0149051Z T=std::weak_ptr 2022-12-01T11:25:26.0149261Z ] 2022-12-01T11:25:26.0149725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0150148Z with 2022-12-01T11:25:26.0150294Z [ 2022-12-01T11:25:26.0150517Z T=std::weak_ptr 2022-12-01T11:25:26.0150731Z ] 2022-12-01T11:25:26.0151255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0151711Z with 2022-12-01T11:25:26.0151913Z [ 2022-12-01T11:25:26.0152127Z T=std::weak_ptr 2022-12-01T11:25:26.0152345Z ] 2022-12-01T11:25:26.0152816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0153534Z 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-12-01T11:25:26.0154235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0154641Z with 2022-12-01T11:25:26.0154807Z [ 2022-12-01T11:25:26.0155016Z T=std::weak_ptr 2022-12-01T11:25:26.0155286Z ] 2022-12-01T11:25:26.0155693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0156076Z with 2022-12-01T11:25:26.0156239Z [ 2022-12-01T11:25:26.0156497Z T=std::vector> 2022-12-01T11:25:26.0156722Z ] 2022-12-01T11:25:26.0157142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0157577Z with 2022-12-01T11:25:26.0157740Z [ 2022-12-01T11:25:26.0158034Z T=std::vector> 2022-12-01T11:25:26.0158278Z ] 2022-12-01T11:25:26.0158780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0159209Z with 2022-12-01T11:25:26.0159371Z [ 2022-12-01T11:25:26.0159627Z T=std::vector> 2022-12-01T11:25:26.0159864Z ] 2022-12-01T11:25:26.0160356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0160802Z with 2022-12-01T11:25:26.0160950Z [ 2022-12-01T11:25:26.0161199Z T=std::vector> 2022-12-01T11:25:26.0161439Z ] 2022-12-01T11:25:26.0161924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0162696Z 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-12-01T11:25:26.0163417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0163874Z with 2022-12-01T11:25:26.0164024Z [ 2022-12-01T11:25:26.0164321Z T=std::vector> 2022-12-01T11:25:26.0164565Z ] 2022-12-01T11:25:26.0164974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0165348Z with 2022-12-01T11:25:26.0165513Z [ 2022-12-01T11:25:26.0165714Z T=std::vector> 2022-12-01T11:25:26.0165922Z ] 2022-12-01T11:25:26.0166348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0166739Z with 2022-12-01T11:25:26.0167007Z [ 2022-12-01T11:25:26.0167223Z T=std::vector> 2022-12-01T11:25:26.0167415Z ] 2022-12-01T11:25:26.0167873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0168359Z with 2022-12-01T11:25:26.0168529Z [ 2022-12-01T11:25:26.0168748Z T=std::vector> 2022-12-01T11:25:26.0168954Z ] 2022-12-01T11:25:26.0169423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0169923Z with 2022-12-01T11:25:26.0170086Z [ 2022-12-01T11:25:26.0170302Z T=std::vector> 2022-12-01T11:25:26.0170549Z ] 2022-12-01T11:25:26.0171002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0171754Z 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-12-01T11:25:26.0172429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0172838Z with 2022-12-01T11:25:26.0173002Z [ 2022-12-01T11:25:26.0173219Z T=std::vector> 2022-12-01T11:25:26.0173425Z ] 2022-12-01T11:25:26.0173827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0174201Z with 2022-12-01T11:25:26.0174346Z [ 2022-12-01T11:25:26.0174611Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0174861Z ] 2022-12-01T11:25:26.0175285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0175674Z with 2022-12-01T11:25:26.0175875Z [ 2022-12-01T11:25:26.0176182Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0176425Z ] 2022-12-01T11:25:26.0176927Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0177356Z with 2022-12-01T11:25:26.0177517Z [ 2022-12-01T11:25:26.0177782Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0178017Z ] 2022-12-01T11:25:26.0178505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0178954Z with 2022-12-01T11:25:26.0179117Z [ 2022-12-01T11:25:26.0179378Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0179625Z ] 2022-12-01T11:25:26.0180103Z C:\actions-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-12-01T11:25:26.0180889Z 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-12-01T11:25:26.0181663Z 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-12-01T11:25:26.0182380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0182790Z with 2022-12-01T11:25:26.0182995Z [ 2022-12-01T11:25:26.0183259Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0183503Z ] 2022-12-01T11:25:26.0183959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0184318Z with 2022-12-01T11:25:26.0184482Z [ 2022-12-01T11:25:26.0184737Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0184977Z ] 2022-12-01T11:25:26.0185402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0185793Z with 2022-12-01T11:25:26.0185941Z [ 2022-12-01T11:25:26.0186193Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0186431Z ] 2022-12-01T11:25:26.0186892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0187318Z with 2022-12-01T11:25:26.0187481Z [ 2022-12-01T11:25:26.0187720Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0187959Z ] 2022-12-01T11:25:26.0188493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0188988Z with 2022-12-01T11:25:26.0189149Z [ 2022-12-01T11:25:26.0189404Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0189631Z ] 2022-12-01T11:25:26.0190117Z C:\actions-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-12-01T11:25:26.0190882Z 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-12-01T11:25:26.0191580Z 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-12-01T11:25:26.0192245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0192652Z with 2022-12-01T11:25:26.0192817Z [ 2022-12-01T11:25:26.0193076Z T=std::vector,std::allocator>> 2022-12-01T11:25:26.0193361Z ] 2022-12-01T11:25:26.0193774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0194153Z with 2022-12-01T11:25:26.0194371Z [ 2022-12-01T11:25:26.0194596Z T=std::vector> 2022-12-01T11:25:26.0194805Z ] 2022-12-01T11:25:26.0195255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0195645Z with 2022-12-01T11:25:26.0195810Z [ 2022-12-01T11:25:26.0196034Z T=std::vector> 2022-12-01T11:25:26.0196242Z ] 2022-12-01T11:25:26.0196748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0197177Z with 2022-12-01T11:25:26.0197326Z [ 2022-12-01T11:25:26.0197546Z T=std::vector> 2022-12-01T11:25:26.0197754Z ] 2022-12-01T11:25:26.0198240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0198689Z with 2022-12-01T11:25:26.0198856Z [ 2022-12-01T11:25:26.0199060Z T=std::vector> 2022-12-01T11:25:26.0199267Z ] 2022-12-01T11:25:26.0199731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0200490Z 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-12-01T11:25:26.0201234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0201643Z with 2022-12-01T11:25:26.0201807Z [ 2022-12-01T11:25:26.0202012Z T=std::vector> 2022-12-01T11:25:26.0202221Z ] 2022-12-01T11:25:26.0202633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0203012Z with 2022-12-01T11:25:26.0203177Z [ 2022-12-01T11:25:26.0203427Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:26.0203648Z ] 2022-12-01T11:25:26.0204068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0204461Z with 2022-12-01T11:25:26.0204621Z [ 2022-12-01T11:25:26.0204870Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:26.0205107Z ] 2022-12-01T11:25:26.0205553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0205978Z with 2022-12-01T11:25:26.0206200Z [ 2022-12-01T11:25:26.0206502Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:26.0206738Z ] 2022-12-01T11:25:26.0207357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0207795Z with 2022-12-01T11:25:26.0207959Z [ 2022-12-01T11:25:26.0208208Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:26.0208447Z ] 2022-12-01T11:25:26.0208931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0209769Z 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-12-01T11:25:26.0210555Z 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-12-01T11:25:26.0211283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0211694Z with 2022-12-01T11:25:26.0211843Z [ 2022-12-01T11:25:26.0212100Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:26.0212339Z ] 2022-12-01T11:25:26.0212796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0213216Z with 2022-12-01T11:25:26.0213365Z [ 2022-12-01T11:25:26.0213614Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:26.0213851Z ] 2022-12-01T11:25:26.0214540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0214939Z with 2022-12-01T11:25:26.0215105Z [ 2022-12-01T11:25:26.0215339Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:26.0215588Z ] 2022-12-01T11:25:26.0216036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0216461Z with 2022-12-01T11:25:26.0216621Z [ 2022-12-01T11:25:26.0216867Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:26.0217101Z ] 2022-12-01T11:25:26.0217630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0218074Z with 2022-12-01T11:25:26.0218221Z [ 2022-12-01T11:25:26.0218465Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:26.0218737Z ] 2022-12-01T11:25:26.0219220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0220737Z 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-12-01T11:25:26.0221512Z 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-12-01T11:25:26.0222240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0222643Z with 2022-12-01T11:25:26.0222789Z [ 2022-12-01T11:25:26.0223033Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:26.0223331Z ] 2022-12-01T11:25:26.0223735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0224106Z with 2022-12-01T11:25:26.0224267Z [ 2022-12-01T11:25:26.0224449Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0224692Z ] 2022-12-01T11:25:26.0225113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0225537Z with 2022-12-01T11:25:26.0225695Z [ 2022-12-01T11:25:26.0225874Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0226067Z ] 2022-12-01T11:25:26.0226529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0226946Z with 2022-12-01T11:25:26.0227105Z [ 2022-12-01T11:25:26.0227299Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0227477Z ] 2022-12-01T11:25:26.0227961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0228401Z with 2022-12-01T11:25:26.0228556Z [ 2022-12-01T11:25:26.0228747Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0228936Z ] 2022-12-01T11:25:26.0229366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0230044Z 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-12-01T11:25:26.0230436Z with 2022-12-01T11:25:26.0230596Z [ 2022-12-01T11:25:26.0230836Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0231028Z ] 2022-12-01T11:25:26.0231547Z 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-12-01T11:25:26.0232254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0232656Z with 2022-12-01T11:25:26.0232884Z [ 2022-12-01T11:25:26.0233083Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:26.0233275Z ] 2022-12-01T11:25:26.0233673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0234041Z with 2022-12-01T11:25:26.0234187Z [ 2022-12-01T11:25:26.0234472Z T=std::vector> 2022-12-01T11:25:26.0234733Z ] 2022-12-01T11:25:26.0235152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0235535Z with 2022-12-01T11:25:26.0235678Z [ 2022-12-01T11:25:26.0236011Z T=std::vector> 2022-12-01T11:25:26.0236276Z ] 2022-12-01T11:25:26.0236774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0237198Z with 2022-12-01T11:25:26.0237398Z [ 2022-12-01T11:25:26.0237682Z T=std::vector> 2022-12-01T11:25:26.0237929Z ] 2022-12-01T11:25:26.0238411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0238850Z with 2022-12-01T11:25:26.0239006Z [ 2022-12-01T11:25:26.0239292Z T=std::vector> 2022-12-01T11:25:26.0239552Z ] 2022-12-01T11:25:26.0240055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0240885Z 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-12-01T11:25:26.0241622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0242030Z with 2022-12-01T11:25:26.0242192Z [ 2022-12-01T11:25:26.0242477Z T=std::vector> 2022-12-01T11:25:26.0242784Z ] 2022-12-01T11:25:26.0243187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0243597Z with 2022-12-01T11:25:26.0243743Z [ 2022-12-01T11:25:26.0243936Z T=torch::autograd::ViewInfo 2022-12-01T11:25:26.0244124Z ] 2022-12-01T11:25:26.0244541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0244925Z with 2022-12-01T11:25:26.0245068Z [ 2022-12-01T11:25:26.0245321Z T=torch::autograd::ViewInfo 2022-12-01T11:25:26.0245509Z ] 2022-12-01T11:25:26.0245963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0246375Z with 2022-12-01T11:25:26.0246531Z [ 2022-12-01T11:25:26.0246706Z T=torch::autograd::ViewInfo 2022-12-01T11:25:26.0247002Z ] 2022-12-01T11:25:26.0247482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0248002Z with 2022-12-01T11:25:26.0248163Z [ 2022-12-01T11:25:26.0248352Z T=torch::autograd::ViewInfo 2022-12-01T11:25:26.0248524Z ] 2022-12-01T11:25:26.0249065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0249802Z 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-12-01T11:25:26.0250489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0250889Z with 2022-12-01T11:25:26.0251046Z [ 2022-12-01T11:25:26.0251232Z T=torch::autograd::ViewInfo 2022-12-01T11:25:26.0251404Z ] 2022-12-01T11:25:26.0251807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0252184Z with 2022-12-01T11:25:26.0252349Z [ 2022-12-01T11:25:26.0252517Z T=c10::IValue 2022-12-01T11:25:26.0252686Z ] 2022-12-01T11:25:26.0253089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0253480Z with 2022-12-01T11:25:26.0253638Z [ 2022-12-01T11:25:26.0253804Z T=c10::IValue 2022-12-01T11:25:26.0253971Z ] 2022-12-01T11:25:26.0254412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0254877Z with 2022-12-01T11:25:26.0255042Z [ 2022-12-01T11:25:26.0255213Z T=c10::IValue 2022-12-01T11:25:26.0255423Z ] 2022-12-01T11:25:26.0255906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0256709Z with 2022-12-01T11:25:26.0256854Z [ 2022-12-01T11:25:26.0257024Z T=c10::IValue 2022-12-01T11:25:26.0257189Z ] 2022-12-01T11:25:26.0257608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0258259Z 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-12-01T11:25:26.0259002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0259410Z with 2022-12-01T11:25:26.0259555Z [ 2022-12-01T11:25:26.0259726Z T=c10::IValue 2022-12-01T11:25:26.0259895Z ] 2022-12-01T11:25:26.0260295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0260666Z with 2022-12-01T11:25:26.0260856Z [ 2022-12-01T11:25:26.0261031Z T=c10::AliasInfo 2022-12-01T11:25:26.0261206Z ] 2022-12-01T11:25:26.0261660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0262101Z with 2022-12-01T11:25:26.0262260Z [ 2022-12-01T11:25:26.0262420Z T=c10::AliasInfo 2022-12-01T11:25:26.0262592Z ] 2022-12-01T11:25:26.0263046Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0263466Z with 2022-12-01T11:25:26.0263623Z [ 2022-12-01T11:25:26.0263797Z T=c10::AliasInfo 2022-12-01T11:25:26.0263961Z ] 2022-12-01T11:25:26.0264444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0264887Z with 2022-12-01T11:25:26.0265046Z [ 2022-12-01T11:25:26.0265221Z T=c10::AliasInfo 2022-12-01T11:25:26.0265379Z ] 2022-12-01T11:25:26.0265801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0266459Z 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-12-01T11:25:26.0267175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0267624Z with 2022-12-01T11:25:26.0267784Z [ 2022-12-01T11:25:26.0267958Z T=c10::AliasInfo 2022-12-01T11:25:26.0268114Z ] 2022-12-01T11:25:26.0268514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0268884Z with 2022-12-01T11:25:26.0269039Z [ 2022-12-01T11:25:26.0269264Z T=std::vector> 2022-12-01T11:25:26.0269479Z ] 2022-12-01T11:25:26.0269881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0270265Z with 2022-12-01T11:25:26.0270423Z [ 2022-12-01T11:25:26.0270648Z T=std::vector> 2022-12-01T11:25:26.0270862Z ] 2022-12-01T11:25:26.0271322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0271793Z with 2022-12-01T11:25:26.0271936Z [ 2022-12-01T11:25:26.0272169Z T=std::vector> 2022-12-01T11:25:26.0272381Z ] 2022-12-01T11:25:26.0272900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0273342Z with 2022-12-01T11:25:26.0273499Z [ 2022-12-01T11:25:26.0273754Z T=std::vector> 2022-12-01T11:25:26.0273968Z ] 2022-12-01T11:25:26.0274906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0275333Z with 2022-12-01T11:25:26.0275492Z [ 2022-12-01T11:25:26.0275651Z T=c10::SymInt 2022-12-01T11:25:26.0275822Z ] 2022-12-01T11:25:26.0276261Z 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-12-01T11:25:26.0276662Z with 2022-12-01T11:25:26.0276822Z [ 2022-12-01T11:25:26.0276987Z T=c10::SymInt 2022-12-01T11:25:26.0277142Z ] 2022-12-01T11:25:26.0277608Z 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-12-01T11:25:26.0278407Z 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-12-01T11:25:26.0279209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0279657Z with 2022-12-01T11:25:26.0279817Z [ 2022-12-01T11:25:26.0280043Z T=std::vector> 2022-12-01T11:25:26.0280259Z ] 2022-12-01T11:25:26.0280643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0281014Z with 2022-12-01T11:25:26.0281174Z [ 2022-12-01T11:25:26.0281411Z T=c10::either 2022-12-01T11:25:26.0281633Z ] 2022-12-01T11:25:26.0282051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0282420Z with 2022-12-01T11:25:26.0282577Z [ 2022-12-01T11:25:26.0282805Z T=c10::either 2022-12-01T11:25:26.0283022Z ] 2022-12-01T11:25:26.0283480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0283893Z with 2022-12-01T11:25:26.0284038Z [ 2022-12-01T11:25:26.0284267Z T=c10::either 2022-12-01T11:25:26.0284556Z ] 2022-12-01T11:25:26.0285087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0285536Z with 2022-12-01T11:25:26.0285693Z [ 2022-12-01T11:25:26.0285956Z T=c10::either 2022-12-01T11:25:26.0286178Z ] 2022-12-01T11:25:26.0286641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0287539Z 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-12-01T11:25:26.0288273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0288675Z with 2022-12-01T11:25:26.0288833Z [ 2022-12-01T11:25:26.0289051Z T=c10::either 2022-12-01T11:25:26.0289274Z ] 2022-12-01T11:25:26.0289679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0290047Z with 2022-12-01T11:25:26.0290209Z [ 2022-12-01T11:25:26.0290389Z T=at::StepCallbacks 2022-12-01T11:25:26.0290558Z ] 2022-12-01T11:25:26.0290975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0291366Z with 2022-12-01T11:25:26.0291571Z [ 2022-12-01T11:25:26.0291753Z T=at::StepCallbacks 2022-12-01T11:25:26.0291930Z ] 2022-12-01T11:25:26.0292457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0292878Z with 2022-12-01T11:25:26.0293034Z [ 2022-12-01T11:25:26.0293213Z T=at::StepCallbacks 2022-12-01T11:25:26.0293389Z ] 2022-12-01T11:25:26.0293871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0294302Z with 2022-12-01T11:25:26.0294468Z [ 2022-12-01T11:25:26.0294647Z T=at::StepCallbacks 2022-12-01T11:25:26.0294823Z ] 2022-12-01T11:25:26.0295249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0295921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:26.0296599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0296986Z with 2022-12-01T11:25:26.0297209Z [ 2022-12-01T11:25:26.0297393Z T=at::StepCallbacks 2022-12-01T11:25:26.0297619Z ] 2022-12-01T11:25:26.0298023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0298437Z with 2022-12-01T11:25:26.0298581Z [ 2022-12-01T11:25:26.0298761Z T=c10::DimVector 2022-12-01T11:25:26.0298932Z ] 2022-12-01T11:25:26.0299347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0299728Z with 2022-12-01T11:25:26.0299871Z [ 2022-12-01T11:25:26.0300043Z T=c10::DimVector 2022-12-01T11:25:26.0300215Z ] 2022-12-01T11:25:26.0300719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0301145Z with 2022-12-01T11:25:26.0301300Z [ 2022-12-01T11:25:26.0301459Z T=c10::DimVector 2022-12-01T11:25:26.0301631Z ] 2022-12-01T11:25:26.0302113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0302561Z with 2022-12-01T11:25:26.0302718Z [ 2022-12-01T11:25:26.0302890Z T=c10::DimVector 2022-12-01T11:25:26.0303048Z ] 2022-12-01T11:25:26.0303511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0304221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:26.0304894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0305299Z with 2022-12-01T11:25:26.0305456Z [ 2022-12-01T11:25:26.0305630Z T=c10::DimVector 2022-12-01T11:25:26.0305789Z ] 2022-12-01T11:25:26.0306190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0306558Z with 2022-12-01T11:25:26.0306715Z [ 2022-12-01T11:25:26.0306907Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:26.0307088Z ] 2022-12-01T11:25:26.0307505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0307892Z with 2022-12-01T11:25:26.0308049Z [ 2022-12-01T11:25:26.0308239Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:26.0308426Z ] 2022-12-01T11:25:26.0308867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0309283Z with 2022-12-01T11:25:26.0309474Z [ 2022-12-01T11:25:26.0309674Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:26.0309861Z ] 2022-12-01T11:25:26.0310388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0310900Z with 2022-12-01T11:25:26.0311046Z [ 2022-12-01T11:25:26.0311240Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:26.0311429Z ] 2022-12-01T11:25:26.0311871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0312579Z 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-12-01T11:25:26.0313332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0313734Z with 2022-12-01T11:25:26.0313880Z [ 2022-12-01T11:25:26.0314076Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:26.0314269Z ] 2022-12-01T11:25:26.0314666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0315033Z with 2022-12-01T11:25:26.0315179Z [ 2022-12-01T11:25:26.0315417Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:26.0315678Z ] 2022-12-01T11:25:26.0316134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0316513Z with 2022-12-01T11:25:26.0316672Z [ 2022-12-01T11:25:26.0316895Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:26.0317115Z ] 2022-12-01T11:25:26.0317571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0317988Z with 2022-12-01T11:25:26.0318143Z [ 2022-12-01T11:25:26.0318372Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:26.0318577Z ] 2022-12-01T11:25:26.0319061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0319502Z with 2022-12-01T11:25:26.0319657Z [ 2022-12-01T11:25:26.0319892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:26.0320109Z ] 2022-12-01T11:25:26.0320564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0321342Z 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-12-01T11:25:26.0322069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0322470Z with 2022-12-01T11:25:26.0322630Z [ 2022-12-01T11:25:26.0322925Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:26.0323146Z ] 2022-12-01T11:25:26.0323549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0323906Z with 2022-12-01T11:25:26.0324065Z [ 2022-12-01T11:25:26.0324275Z T=std::tuple 2022-12-01T11:25:26.0324483Z ] 2022-12-01T11:25:26.0324897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0325281Z with 2022-12-01T11:25:26.0325425Z [ 2022-12-01T11:25:26.0325637Z T=std::tuple 2022-12-01T11:25:26.0325834Z ] 2022-12-01T11:25:26.0326338Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0326884Z with 2022-12-01T11:25:26.0327047Z [ 2022-12-01T11:25:26.0327287Z T=std::tuple 2022-12-01T11:25:26.0327488Z ] 2022-12-01T11:25:26.0327971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0328411Z with 2022-12-01T11:25:26.0328575Z [ 2022-12-01T11:25:26.0328784Z T=std::tuple 2022-12-01T11:25:26.0328971Z ] 2022-12-01T11:25:26.0329430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0330159Z 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-12-01T11:25:26.0330865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0331265Z with 2022-12-01T11:25:26.0331426Z [ 2022-12-01T11:25:26.0331635Z T=std::tuple 2022-12-01T11:25:26.0331822Z ] 2022-12-01T11:25:26.0332225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0332601Z with 2022-12-01T11:25:26.0332760Z [ 2022-12-01T11:25:26.0332947Z T=torch::jit::SourceRange 2022-12-01T11:25:26.0333130Z ] 2022-12-01T11:25:26.0333534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0333917Z with 2022-12-01T11:25:26.0334073Z [ 2022-12-01T11:25:26.0334256Z T=torch::jit::SourceRange 2022-12-01T11:25:26.0334438Z ] 2022-12-01T11:25:26.0334882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0335298Z with 2022-12-01T11:25:26.0335463Z [ 2022-12-01T11:25:26.0335713Z T=torch::jit::SourceRange 2022-12-01T11:25:26.0335900Z ] 2022-12-01T11:25:26.0336379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0336821Z with 2022-12-01T11:25:26.0336966Z [ 2022-12-01T11:25:26.0337151Z T=torch::jit::SourceRange 2022-12-01T11:25:26.0337332Z ] 2022-12-01T11:25:26.0337765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0338459Z 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-12-01T11:25:26.0339203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0339605Z with 2022-12-01T11:25:26.0339750Z [ 2022-12-01T11:25:26.0339938Z T=torch::jit::SourceRange 2022-12-01T11:25:26.0340123Z ] 2022-12-01T11:25:26.0340523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0340895Z with 2022-12-01T11:25:26.0341040Z [ 2022-12-01T11:25:26.0341248Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:26.0341450Z ] 2022-12-01T11:25:26.0341867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0342254Z with 2022-12-01T11:25:26.0342412Z [ 2022-12-01T11:25:26.0342650Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:26.0342849Z ] 2022-12-01T11:25:26.0343341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0343755Z with 2022-12-01T11:25:26.0343910Z [ 2022-12-01T11:25:26.0344116Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:26.0344299Z ] 2022-12-01T11:25:26.0344784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0345233Z with 2022-12-01T11:25:26.0345389Z [ 2022-12-01T11:25:26.0345594Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:26.0345793Z ] 2022-12-01T11:25:26.0346233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0346943Z 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-12-01T11:25:26.0347638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0348041Z with 2022-12-01T11:25:26.0348257Z [ 2022-12-01T11:25:26.0348466Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:26.0348664Z ] 2022-12-01T11:25:26.0349050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0349419Z with 2022-12-01T11:25:26.0349577Z [ 2022-12-01T11:25:26.0349780Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:26.0349976Z ] 2022-12-01T11:25:26.0350390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0350756Z with 2022-12-01T11:25:26.0350908Z [ 2022-12-01T11:25:26.0351106Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:26.0351300Z ] 2022-12-01T11:25:26.0351802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0352216Z with 2022-12-01T11:25:26.0352358Z [ 2022-12-01T11:25:26.0352556Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:26.0352747Z ] 2022-12-01T11:25:26.0353223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0353662Z with 2022-12-01T11:25:26.0353816Z [ 2022-12-01T11:25:26.0354002Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:26.0354199Z ] 2022-12-01T11:25:26.0354646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0355351Z 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-12-01T11:25:26.0356034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0356425Z with 2022-12-01T11:25:26.0356581Z [ 2022-12-01T11:25:26.0356766Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:26.0356958Z ] 2022-12-01T11:25:26.0357358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0357736Z with 2022-12-01T11:25:26.0357893Z [ 2022-12-01T11:25:26.0358073Z T=torch::jit::ScopePtr 2022-12-01T11:25:26.0358239Z ] 2022-12-01T11:25:26.0358650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0359032Z with 2022-12-01T11:25:26.0359184Z [ 2022-12-01T11:25:26.0359363Z T=torch::jit::ScopePtr 2022-12-01T11:25:26.0359529Z ] 2022-12-01T11:25:26.0359982Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0360392Z with 2022-12-01T11:25:26.0360548Z [ 2022-12-01T11:25:26.0360776Z T=torch::jit::ScopePtr 2022-12-01T11:25:26.0360951Z ] 2022-12-01T11:25:26.0361420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0361871Z with 2022-12-01T11:25:26.0362029Z [ 2022-12-01T11:25:26.0362210Z T=torch::jit::ScopePtr 2022-12-01T11:25:26.0362389Z ] 2022-12-01T11:25:26.0362822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0363496Z 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-12-01T11:25:26.0364233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0364623Z with 2022-12-01T11:25:26.0364781Z [ 2022-12-01T11:25:26.0364964Z T=torch::jit::ScopePtr 2022-12-01T11:25:26.0365142Z ] 2022-12-01T11:25:26.0365539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0365910Z with 2022-12-01T11:25:26.0366053Z [ 2022-12-01T11:25:26.0366240Z T=at::ThreadLocalState 2022-12-01T11:25:26.0366424Z ] 2022-12-01T11:25:26.0366927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0367313Z with 2022-12-01T11:25:26.0367456Z [ 2022-12-01T11:25:26.0367641Z T=at::ThreadLocalState 2022-12-01T11:25:26.0367822Z ] 2022-12-01T11:25:26.0368276Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0368695Z with 2022-12-01T11:25:26.0368852Z [ 2022-12-01T11:25:26.0369023Z T=at::ThreadLocalState 2022-12-01T11:25:26.0369203Z ] 2022-12-01T11:25:26.0369682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0370127Z with 2022-12-01T11:25:26.0370286Z [ 2022-12-01T11:25:26.0370471Z T=at::ThreadLocalState 2022-12-01T11:25:26.0370643Z ] 2022-12-01T11:25:26.0371076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0371772Z 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-12-01T11:25:26.0372470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0372870Z with 2022-12-01T11:25:26.0373026Z [ 2022-12-01T11:25:26.0373211Z T=at::ThreadLocalState 2022-12-01T11:25:26.0373444Z ] 2022-12-01T11:25:26.0373901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0374317Z with 2022-12-01T11:25:26.0374475Z [ 2022-12-01T11:25:26.0374680Z T=std::shared_ptr 2022-12-01T11:25:26.0374877Z ] 2022-12-01T11:25:26.0375277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0375657Z with 2022-12-01T11:25:26.0375813Z [ 2022-12-01T11:25:26.0376017Z T=std::shared_ptr 2022-12-01T11:25:26.0376207Z ] 2022-12-01T11:25:26.0376700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0377117Z with 2022-12-01T11:25:26.0377275Z [ 2022-12-01T11:25:26.0388240Z T=std::shared_ptr 2022-12-01T11:25:26.0388457Z ] 2022-12-01T11:25:26.0388970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0389437Z with 2022-12-01T11:25:26.0389587Z [ 2022-12-01T11:25:26.0389797Z T=std::shared_ptr 2022-12-01T11:25:26.0390000Z ] 2022-12-01T11:25:26.0390455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0391162Z 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-12-01T11:25:26.0391872Z 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-12-01T11:25:26.0392584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0392995Z with 2022-12-01T11:25:26.0393143Z [ 2022-12-01T11:25:26.0393353Z T=std::shared_ptr 2022-12-01T11:25:26.0393557Z ] 2022-12-01T11:25:26.0393967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0394340Z with 2022-12-01T11:25:26.0394486Z [ 2022-12-01T11:25:26.0394682Z T=torch::jit::GraphExecutor 2022-12-01T11:25:26.0394874Z ] 2022-12-01T11:25:26.0395295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0395678Z with 2022-12-01T11:25:26.0395836Z [ 2022-12-01T11:25:26.0396015Z T=torch::jit::GraphExecutor 2022-12-01T11:25:26.0396205Z ] 2022-12-01T11:25:26.0396663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0397232Z with 2022-12-01T11:25:26.0397393Z [ 2022-12-01T11:25:26.0397585Z T=torch::jit::GraphExecutor 2022-12-01T11:25:26.0397766Z ] 2022-12-01T11:25:26.0398256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0398706Z with 2022-12-01T11:25:26.0398869Z [ 2022-12-01T11:25:26.0399062Z T=torch::jit::GraphExecutor 2022-12-01T11:25:26.0399254Z ] 2022-12-01T11:25:26.0399684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0400432Z 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-12-01T11:25:26.0401142Z 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-12-01T11:25:26.0401851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0402263Z with 2022-12-01T11:25:26.0402428Z [ 2022-12-01T11:25:26.0402623Z T=torch::jit::GraphExecutor 2022-12-01T11:25:26.0402818Z ] 2022-12-01T11:25:26.0403215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0403589Z with 2022-12-01T11:25:26.0403751Z [ 2022-12-01T11:25:26.0403935Z T=torch::jit::Method 2022-12-01T11:25:26.0404114Z ] 2022-12-01T11:25:26.0404520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0404906Z with 2022-12-01T11:25:26.0405067Z [ 2022-12-01T11:25:26.0405245Z T=torch::jit::Method 2022-12-01T11:25:26.0405422Z ] 2022-12-01T11:25:26.0405878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0406280Z with 2022-12-01T11:25:26.0406440Z [ 2022-12-01T11:25:26.0406628Z T=torch::jit::Method 2022-12-01T11:25:26.0406921Z ] 2022-12-01T11:25:26.0407416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0407864Z with 2022-12-01T11:25:26.0408012Z [ 2022-12-01T11:25:26.0408196Z T=torch::jit::Method 2022-12-01T11:25:26.0408377Z ] 2022-12-01T11:25:26.0408808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0409474Z 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-12-01T11:25:26.0410210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0410612Z with 2022-12-01T11:25:26.0410761Z [ 2022-12-01T11:25:26.0410946Z T=torch::jit::Method 2022-12-01T11:25:26.0411127Z ] 2022-12-01T11:25:26.0411531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0411905Z with 2022-12-01T11:25:26.0412069Z [ 2022-12-01T11:25:26.0412288Z T=std::vector> 2022-12-01T11:25:26.0412508Z ] 2022-12-01T11:25:26.0412978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0413371Z with 2022-12-01T11:25:26.0413530Z [ 2022-12-01T11:25:26.0413762Z T=std::vector> 2022-12-01T11:25:26.0413969Z ] 2022-12-01T11:25:26.0414430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0414847Z with 2022-12-01T11:25:26.0415007Z [ 2022-12-01T11:25:26.0415237Z T=std::vector> 2022-12-01T11:25:26.0415453Z ] 2022-12-01T11:25:26.0415925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0416375Z with 2022-12-01T11:25:26.0416537Z [ 2022-12-01T11:25:26.0416766Z T=std::vector> 2022-12-01T11:25:26.0416988Z ] 2022-12-01T11:25:26.0417461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0418199Z 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-12-01T11:25:26.0418919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0419316Z with 2022-12-01T11:25:26.0419479Z [ 2022-12-01T11:25:26.0419703Z T=std::vector> 2022-12-01T11:25:26.0419921Z ] 2022-12-01T11:25:26.0420323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0420700Z with 2022-12-01T11:25:26.0420765Z [ 2022-12-01T11:25:26.0420919Z T=std::function 2022-12-01T11:25:26.0420983Z ] 2022-12-01T11:25:26.0421308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0421424Z with 2022-12-01T11:25:26.0421489Z [ 2022-12-01T11:25:26.0421653Z T=std::function 2022-12-01T11:25:26.0421716Z ] 2022-12-01T11:25:26.0422088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0422153Z with 2022-12-01T11:25:26.0422213Z [ 2022-12-01T11:25:26.0422377Z T=std::function 2022-12-01T11:25:26.0422439Z ] 2022-12-01T11:25:26.0422831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0422899Z with 2022-12-01T11:25:26.0423009Z [ 2022-12-01T11:25:26.0423176Z T=std::function 2022-12-01T11:25:26.0423238Z ] 2022-12-01T11:25:26.0423634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0424057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:26.0424405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0424472Z with 2022-12-01T11:25:26.0424520Z [ 2022-12-01T11:25:26.0424683Z T=std::function 2022-12-01T11:25:26.0424746Z ] 2022-12-01T11:25:26.0425056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0425120Z with 2022-12-01T11:25:26.0425184Z [ 2022-12-01T11:25:26.0425377Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:26.0425441Z ] 2022-12-01T11:25:26.0425765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0425833Z with 2022-12-01T11:25:26.0425894Z [ 2022-12-01T11:25:26.0426088Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:26.0426148Z ] 2022-12-01T11:25:26.0426513Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0426580Z with 2022-12-01T11:25:26.0426640Z [ 2022-12-01T11:25:26.0426815Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:26.0426876Z ] 2022-12-01T11:25:26.0427267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0427822Z with 2022-12-01T11:25:26.0427887Z [ 2022-12-01T11:25:26.0428081Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:26.0428146Z ] 2022-12-01T11:25:26.0428572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:26.0429027Z 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-12-01T11:25:26.0429369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0429487Z with 2022-12-01T11:25:26.0429552Z [ 2022-12-01T11:25:26.0429742Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:26.0429876Z ] 2022-12-01T11:25:26.0430200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0430267Z with 2022-12-01T11:25:26.0430330Z [ 2022-12-01T11:25:26.0430462Z T=std::vector> 2022-12-01T11:25:26.0430568Z ] 2022-12-01T11:25:26.0430896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0430960Z with 2022-12-01T11:25:26.0431009Z [ 2022-12-01T11:25:26.0431145Z T=std::vector> 2022-12-01T11:25:26.0431208Z ] 2022-12-01T11:25:26.0431572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0431638Z with 2022-12-01T11:25:26.0431700Z [ 2022-12-01T11:25:26.0431830Z T=std::vector> 2022-12-01T11:25:26.0431892Z ] 2022-12-01T11:25:26.0432288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0432354Z with 2022-12-01T11:25:26.0432417Z [ 2022-12-01T11:25:26.0432545Z T=std::vector> 2022-12-01T11:25:26.0432608Z ] 2022-12-01T11:25:26.0432962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0433029Z with 2022-12-01T11:25:26.0433091Z [ 2022-12-01T11:25:26.0433149Z T=double 2022-12-01T11:25:26.0433210Z ] 2022-12-01T11:25:26.0433603Z 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-12-01T11:25:26.0433668Z with 2022-12-01T11:25:26.0433731Z [ 2022-12-01T11:25:26.0433802Z T=double 2022-12-01T11:25:26.0433864Z ] 2022-12-01T11:25:26.0434207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0434328Z with 2022-12-01T11:25:26.0434390Z [ 2022-12-01T11:25:26.0434518Z T=std::vector> 2022-12-01T11:25:26.0434583Z ] 2022-12-01T11:25:26.0434896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0434960Z with 2022-12-01T11:25:26.0435008Z [ 2022-12-01T11:25:26.0435121Z T=std::tuple 2022-12-01T11:25:26.0435185Z ] 2022-12-01T11:25:26.0435511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0435579Z with 2022-12-01T11:25:26.0435689Z [ 2022-12-01T11:25:26.0435803Z T=std::tuple 2022-12-01T11:25:26.0435866Z ] 2022-12-01T11:25:26.0436228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0436293Z with 2022-12-01T11:25:26.0436353Z [ 2022-12-01T11:25:26.0436466Z T=std::tuple 2022-12-01T11:25:26.0436526Z ] 2022-12-01T11:25:26.0436915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0436980Z with 2022-12-01T11:25:26.0437041Z [ 2022-12-01T11:25:26.0437142Z T=std::tuple 2022-12-01T11:25:26.0437204Z ] 2022-12-01T11:25:26.0437557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:26.0437941Z 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-12-01T11:25:26.0438282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0438347Z with 2022-12-01T11:25:26.0438410Z [ 2022-12-01T11:25:26.0438520Z T=std::tuple 2022-12-01T11:25:26.0438588Z ] 2022-12-01T11:25:26.0438895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0438960Z with 2022-12-01T11:25:26.0439022Z [ 2022-12-01T11:25:26.0439158Z T=std::vector> 2022-12-01T11:25:26.0439220Z ] 2022-12-01T11:25:26.0439545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:26.0439610Z with 2022-12-01T11:25:26.0439673Z [ 2022-12-01T11:25:26.0439810Z T=std::vector> 2022-12-01T11:25:26.0439857Z ] 2022-12-01T11:25:26.0440224Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:26.0440338Z with 2022-12-01T11:25:26.0440403Z [ 2022-12-01T11:25:26.0440540Z T=std::vector> 2022-12-01T11:25:26.0440602Z ] 2022-12-01T11:25:26.0440993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:26.0441059Z with 2022-12-01T11:25:26.0441120Z [ 2022-12-01T11:25:26.0441255Z T=std::vector> 2022-12-01T11:25:26.0441317Z ] 2022-12-01T11:25:26.0441727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:26.0442133Z 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-12-01T11:25:26.0442478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:26.0442546Z with 2022-12-01T11:25:26.0442609Z [ 2022-12-01T11:25:26.0442744Z T=std::vector> 2022-12-01T11:25:26.0442808Z ] 2022-12-01T11:25:26.0444297Z "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-12-01T11:25:26.2202625Z 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-12-01T11:25:26.3861367Z Generating code 2022-12-01T11:25:27.8804129Z Finished generating code 2022-12-01T11:25:28.2596316Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:25:28.2675566Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-12-01T11:25:28.2679818Z Compiling objects... 2022-12-01T11:25:28.2680163Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-12-01T11:25:41.4245988Z [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-12-01T11:25:41.4249421Z 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-12-01T11:25:41.4250295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4250796Z with 2022-12-01T11:25:41.4251041Z [ 2022-12-01T11:25:41.4251269Z T=c10::SymInt 2022-12-01T11:25:41.4251501Z ] 2022-12-01T11:25:41.4252073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4252600Z with 2022-12-01T11:25:41.4252813Z [ 2022-12-01T11:25:41.4253046Z T=c10::SymInt 2022-12-01T11:25:41.4253257Z ] 2022-12-01T11:25:41.4253873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4254434Z with 2022-12-01T11:25:41.4254658Z [ 2022-12-01T11:25:41.4254892Z T=c10::SymInt 2022-12-01T11:25:41.4255112Z ] 2022-12-01T11:25:41.4255764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4256356Z with 2022-12-01T11:25:41.4256574Z [ 2022-12-01T11:25:41.4256796Z T=c10::SymInt 2022-12-01T11:25:41.4257017Z ] 2022-12-01T11:25:41.4257568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4258434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1580): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:41.4259312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4259867Z with 2022-12-01T11:25:41.4260096Z [ 2022-12-01T11:25:41.4260349Z T=c10::SymInt 2022-12-01T11:25:41.4260665Z ] 2022-12-01T11:25:41.4261186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2688): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-12-01T11:25:41.4261964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4262471Z with 2022-12-01T11:25:41.4262696Z [ 2022-12-01T11:25:41.4262943Z T=at::Generator 2022-12-01T11:25:41.4263177Z ] 2022-12-01T11:25:41.4263691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4264085Z with 2022-12-01T11:25:41.4264252Z [ 2022-12-01T11:25:41.4264430Z T=at::Generator 2022-12-01T11:25:41.4264604Z ] 2022-12-01T11:25:41.4265866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4266319Z with 2022-12-01T11:25:41.4266469Z [ 2022-12-01T11:25:41.4266650Z T=at::Generator 2022-12-01T11:25:41.4266826Z ] 2022-12-01T11:25:41.4267318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4267770Z with 2022-12-01T11:25:41.4267928Z [ 2022-12-01T11:25:41.4268091Z T=at::Generator 2022-12-01T11:25:41.4268265Z ] 2022-12-01T11:25:41.4268695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4269481Z 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-12-01T11:25:41.4270173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4270584Z with 2022-12-01T11:25:41.4270747Z [ 2022-12-01T11:25:41.4270909Z T=at::Generator 2022-12-01T11:25:41.4271085Z ] 2022-12-01T11:25:41.4271491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4271860Z with 2022-12-01T11:25:41.4272025Z [ 2022-12-01T11:25:41.4272200Z T=at::TensorBase 2022-12-01T11:25:41.4272363Z ] 2022-12-01T11:25:41.4272782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4273167Z with 2022-12-01T11:25:41.4273326Z [ 2022-12-01T11:25:41.4273502Z T=at::TensorBase 2022-12-01T11:25:41.4273661Z ] 2022-12-01T11:25:41.4274117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4274539Z with 2022-12-01T11:25:41.4274701Z [ 2022-12-01T11:25:41.4274875Z T=at::TensorBase 2022-12-01T11:25:41.4275135Z ] 2022-12-01T11:25:41.4275605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4276054Z with 2022-12-01T11:25:41.4276218Z [ 2022-12-01T11:25:41.4276397Z T=at::TensorBase 2022-12-01T11:25:41.4276579Z ] 2022-12-01T11:25:41.4277004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4277656Z 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-12-01T11:25:41.4278384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4278797Z with 2022-12-01T11:25:41.4278958Z [ 2022-12-01T11:25:41.4279135Z T=at::TensorBase 2022-12-01T11:25:41.4279316Z ] 2022-12-01T11:25:41.4279717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4280084Z with 2022-12-01T11:25:41.4280229Z [ 2022-12-01T11:25:41.4280404Z T=at::Tensor 2022-12-01T11:25:41.4280573Z ] 2022-12-01T11:25:41.4280989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4281369Z with 2022-12-01T11:25:41.4281519Z [ 2022-12-01T11:25:41.4281689Z T=at::Tensor 2022-12-01T11:25:41.4281857Z ] 2022-12-01T11:25:41.4282308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4282724Z with 2022-12-01T11:25:41.4282881Z [ 2022-12-01T11:25:41.4283036Z T=at::Tensor 2022-12-01T11:25:41.4283200Z ] 2022-12-01T11:25:41.4283679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4284123Z with 2022-12-01T11:25:41.4284278Z [ 2022-12-01T11:25:41.4284445Z T=at::Tensor 2022-12-01T11:25:41.4284603Z ] 2022-12-01T11:25:41.4285019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4285666Z 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-12-01T11:25:41.4286334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4286732Z with 2022-12-01T11:25:41.4286889Z [ 2022-12-01T11:25:41.4287060Z T=at::Tensor 2022-12-01T11:25:41.4287213Z ] 2022-12-01T11:25:41.4287617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4288046Z with 2022-12-01T11:25:41.4288205Z [ 2022-12-01T11:25:41.4288375Z T=c10::Scalar 2022-12-01T11:25:41.4288638Z ] 2022-12-01T11:25:41.4289052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4289435Z with 2022-12-01T11:25:41.4289598Z [ 2022-12-01T11:25:41.4289765Z T=c10::Scalar 2022-12-01T11:25:41.4289931Z ] 2022-12-01T11:25:41.4290370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4290790Z with 2022-12-01T11:25:41.4290945Z [ 2022-12-01T11:25:41.4291118Z T=c10::Scalar 2022-12-01T11:25:41.4291341Z ] 2022-12-01T11:25:41.4291826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4292251Z with 2022-12-01T11:25:41.4292409Z [ 2022-12-01T11:25:41.4292574Z T=c10::Scalar 2022-12-01T11:25:41.4292743Z ] 2022-12-01T11:25:41.4293158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4293812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(617): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:41.4294488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4294875Z with 2022-12-01T11:25:41.4295034Z [ 2022-12-01T11:25:41.4295203Z T=c10::Scalar 2022-12-01T11:25:41.4295370Z ] 2022-12-01T11:25:41.4295769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4296139Z with 2022-12-01T11:25:41.4296284Z [ 2022-12-01T11:25:41.4296452Z T=std::string 2022-12-01T11:25:41.4296619Z ] 2022-12-01T11:25:41.4297031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4297416Z with 2022-12-01T11:25:41.4297563Z [ 2022-12-01T11:25:41.4297735Z T=std::string 2022-12-01T11:25:41.4297900Z ] 2022-12-01T11:25:41.4298354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4298767Z with 2022-12-01T11:25:41.4298922Z [ 2022-12-01T11:25:41.4299078Z T=std::string 2022-12-01T11:25:41.4299242Z ] 2022-12-01T11:25:41.4299720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4300158Z with 2022-12-01T11:25:41.4300312Z [ 2022-12-01T11:25:41.4300535Z T=std::string 2022-12-01T11:25:41.4300692Z ] 2022-12-01T11:25:41.4301108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4301759Z 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-12-01T11:25:41.4302420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4302823Z with 2022-12-01T11:25:41.4302982Z [ 2022-12-01T11:25:41.4303152Z T=std::string 2022-12-01T11:25:41.4303309Z ] 2022-12-01T11:25:41.4303756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4304133Z with 2022-12-01T11:25:41.4304288Z [ 2022-12-01T11:25:41.4304467Z T=c10::QualifiedName 2022-12-01T11:25:41.4304631Z ] 2022-12-01T11:25:41.4305046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4305425Z with 2022-12-01T11:25:41.4305587Z [ 2022-12-01T11:25:41.4305764Z T=c10::QualifiedName 2022-12-01T11:25:41.4305939Z ] 2022-12-01T11:25:41.4306381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4306800Z with 2022-12-01T11:25:41.4306958Z [ 2022-12-01T11:25:41.4307139Z T=c10::QualifiedName 2022-12-01T11:25:41.4307314Z ] 2022-12-01T11:25:41.4307797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4308233Z with 2022-12-01T11:25:41.4308392Z [ 2022-12-01T11:25:41.4308566Z T=c10::QualifiedName 2022-12-01T11:25:41.4308744Z ] 2022-12-01T11:25:41.4309166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4309836Z 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-12-01T11:25:41.4310513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4310899Z with 2022-12-01T11:25:41.4311057Z [ 2022-12-01T11:25:41.4311238Z T=c10::QualifiedName 2022-12-01T11:25:41.4311415Z ] 2022-12-01T11:25:41.4311813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4312186Z with 2022-12-01T11:25:41.4312331Z [ 2022-12-01T11:25:41.4312554Z T=std::shared_ptr 2022-12-01T11:25:41.4312766Z ] 2022-12-01T11:25:41.4313186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4313618Z with 2022-12-01T11:25:41.4313772Z [ 2022-12-01T11:25:41.4313985Z T=std::shared_ptr 2022-12-01T11:25:41.4314192Z ] 2022-12-01T11:25:41.4314644Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4315066Z with 2022-12-01T11:25:41.4315227Z [ 2022-12-01T11:25:41.4315450Z T=std::shared_ptr 2022-12-01T11:25:41.4315648Z ] 2022-12-01T11:25:41.4316181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4316623Z with 2022-12-01T11:25:41.4316781Z [ 2022-12-01T11:25:41.4317005Z T=std::shared_ptr 2022-12-01T11:25:41.4317213Z ] 2022-12-01T11:25:41.4317671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4318396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1416): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:41.4319093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4319493Z with 2022-12-01T11:25:41.4319653Z [ 2022-12-01T11:25:41.4319874Z T=std::shared_ptr 2022-12-01T11:25:41.4320082Z ] 2022-12-01T11:25:41.4320469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4320841Z with 2022-12-01T11:25:41.4320998Z [ 2022-12-01T11:25:41.4321217Z T=std::weak_ptr 2022-12-01T11:25:41.4321428Z ] 2022-12-01T11:25:41.4321844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4322212Z with 2022-12-01T11:25:41.4322372Z [ 2022-12-01T11:25:41.4322592Z T=std::weak_ptr 2022-12-01T11:25:41.4322799Z ] 2022-12-01T11:25:41.4323252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4323670Z with 2022-12-01T11:25:41.4323814Z [ 2022-12-01T11:25:41.4324032Z T=std::weak_ptr 2022-12-01T11:25:41.4324238Z ] 2022-12-01T11:25:41.4324719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4325162Z with 2022-12-01T11:25:41.4325492Z [ 2022-12-01T11:25:41.4325774Z T=std::weak_ptr 2022-12-01T11:25:41.4325985Z ] 2022-12-01T11:25:41.4326504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4327220Z 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-12-01T11:25:41.4327919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4328317Z with 2022-12-01T11:25:41.4328572Z [ 2022-12-01T11:25:41.4328787Z T=std::weak_ptr 2022-12-01T11:25:41.4329000Z ] 2022-12-01T11:25:41.4329465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4329835Z with 2022-12-01T11:25:41.4329997Z [ 2022-12-01T11:25:41.4330248Z T=std::vector> 2022-12-01T11:25:41.4330469Z ] 2022-12-01T11:25:41.4330886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4331273Z with 2022-12-01T11:25:41.4331429Z [ 2022-12-01T11:25:41.4331733Z T=std::vector> 2022-12-01T11:25:41.4331966Z ] 2022-12-01T11:25:41.4332412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4332890Z with 2022-12-01T11:25:41.4333047Z [ 2022-12-01T11:25:41.4333295Z T=std::vector> 2022-12-01T11:25:41.4333525Z ] 2022-12-01T11:25:41.4334008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4334450Z with 2022-12-01T11:25:41.4334594Z [ 2022-12-01T11:25:41.4334840Z T=std::vector> 2022-12-01T11:25:41.4335071Z ] 2022-12-01T11:25:41.4335553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4336320Z 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-12-01T11:25:41.4337029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4337432Z with 2022-12-01T11:25:41.4337578Z [ 2022-12-01T11:25:41.4337826Z T=std::vector> 2022-12-01T11:25:41.4338113Z ] 2022-12-01T11:25:41.4338516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4339008Z with 2022-12-01T11:25:41.4339168Z [ 2022-12-01T11:25:41.4339368Z T=std::vector> 2022-12-01T11:25:41.4339573Z ] 2022-12-01T11:25:41.4339991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4340386Z with 2022-12-01T11:25:41.4340540Z [ 2022-12-01T11:25:41.4340752Z T=std::vector> 2022-12-01T11:25:41.4340941Z ] 2022-12-01T11:25:41.4341396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4342352Z with 2022-12-01T11:25:41.4342517Z [ 2022-12-01T11:25:41.4342732Z T=std::vector> 2022-12-01T11:25:41.4342935Z ] 2022-12-01T11:25:41.4343403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4343850Z with 2022-12-01T11:25:41.4344010Z [ 2022-12-01T11:25:41.4344287Z T=std::vector> 2022-12-01T11:25:41.4344487Z ] 2022-12-01T11:25:41.4344992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4345700Z 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-12-01T11:25:41.4346375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4346777Z with 2022-12-01T11:25:41.4346939Z [ 2022-12-01T11:25:41.4347155Z T=std::vector> 2022-12-01T11:25:41.4347357Z ] 2022-12-01T11:25:41.4347762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4348136Z with 2022-12-01T11:25:41.4348282Z [ 2022-12-01T11:25:41.4348545Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4348789Z ] 2022-12-01T11:25:41.4349204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4349588Z with 2022-12-01T11:25:41.4349732Z [ 2022-12-01T11:25:41.4349990Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4350279Z ] 2022-12-01T11:25:41.4350741Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4351161Z with 2022-12-01T11:25:41.4351376Z [ 2022-12-01T11:25:41.4351638Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4351932Z ] 2022-12-01T11:25:41.4352417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4352860Z with 2022-12-01T11:25:41.4353018Z [ 2022-12-01T11:25:41.4353278Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4353528Z ] 2022-12-01T11:25:41.4354129Z C:\actions-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-12-01T11:25:41.4354988Z 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-12-01T11:25:41.4355712Z 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-12-01T11:25:41.4356383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4356896Z with 2022-12-01T11:25:41.4357061Z [ 2022-12-01T11:25:41.4357324Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4357621Z ] 2022-12-01T11:25:41.4358030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4358394Z with 2022-12-01T11:25:41.4358556Z [ 2022-12-01T11:25:41.4358808Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4359044Z ] 2022-12-01T11:25:41.4359464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4359848Z with 2022-12-01T11:25:41.4359993Z [ 2022-12-01T11:25:41.4360248Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4360480Z ] 2022-12-01T11:25:41.4360934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4361349Z with 2022-12-01T11:25:41.4361508Z [ 2022-12-01T11:25:41.4361743Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4361976Z ] 2022-12-01T11:25:41.4362458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4362935Z with 2022-12-01T11:25:41.4363117Z [ 2022-12-01T11:25:41.4363372Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4363648Z ] 2022-12-01T11:25:41.4364129Z C:\actions-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-12-01T11:25:41.4364955Z 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-12-01T11:25:41.4365657Z 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-12-01T11:25:41.4366318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4366725Z with 2022-12-01T11:25:41.4366888Z [ 2022-12-01T11:25:41.4367139Z T=std::vector,std::allocator>> 2022-12-01T11:25:41.4367432Z ] 2022-12-01T11:25:41.4367824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4368195Z with 2022-12-01T11:25:41.4368354Z [ 2022-12-01T11:25:41.4368669Z T=std::vector> 2022-12-01T11:25:41.4368875Z ] 2022-12-01T11:25:41.4369345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4369783Z with 2022-12-01T11:25:41.4369943Z [ 2022-12-01T11:25:41.4370159Z T=std::vector> 2022-12-01T11:25:41.4370359Z ] 2022-12-01T11:25:41.4370819Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4371242Z with 2022-12-01T11:25:41.4371387Z [ 2022-12-01T11:25:41.4371601Z T=std::vector> 2022-12-01T11:25:41.4371805Z ] 2022-12-01T11:25:41.4372285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4372731Z with 2022-12-01T11:25:41.4372887Z [ 2022-12-01T11:25:41.4373090Z T=std::vector> 2022-12-01T11:25:41.4373295Z ] 2022-12-01T11:25:41.4373744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4374450Z 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-12-01T11:25:41.4375195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4375646Z with 2022-12-01T11:25:41.4375807Z [ 2022-12-01T11:25:41.4376013Z T=std::vector> 2022-12-01T11:25:41.4376215Z ] 2022-12-01T11:25:41.4376616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4377057Z with 2022-12-01T11:25:41.4377214Z [ 2022-12-01T11:25:41.4377464Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:41.4377685Z ] 2022-12-01T11:25:41.4378104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4378490Z with 2022-12-01T11:25:41.4378650Z [ 2022-12-01T11:25:41.4378898Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:41.4379127Z ] 2022-12-01T11:25:41.4379572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4379997Z with 2022-12-01T11:25:41.4380154Z [ 2022-12-01T11:25:41.4380444Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:41.4380679Z ] 2022-12-01T11:25:41.4381218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4381698Z with 2022-12-01T11:25:41.4381857Z [ 2022-12-01T11:25:41.4382104Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:41.4382334Z ] 2022-12-01T11:25:41.4382802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4383574Z 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-12-01T11:25:41.4384345Z 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-12-01T11:25:41.4385072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4385478Z with 2022-12-01T11:25:41.4385625Z [ 2022-12-01T11:25:41.4385869Z T=c10::impl::InlineDeviceGuard 2022-12-01T11:25:41.4386101Z ] 2022-12-01T11:25:41.4386506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4386878Z with 2022-12-01T11:25:41.4387088Z [ 2022-12-01T11:25:41.4387332Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:41.4387615Z ] 2022-12-01T11:25:41.4388036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4388421Z with 2022-12-01T11:25:41.4388580Z [ 2022-12-01T11:25:41.4388810Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:41.4389040Z ] 2022-12-01T11:25:41.4389500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4389979Z with 2022-12-01T11:25:41.4390135Z [ 2022-12-01T11:25:41.4390378Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:41.4390594Z ] 2022-12-01T11:25:41.4391393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4391872Z with 2022-12-01T11:25:41.4392031Z [ 2022-12-01T11:25:41.4392286Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:41.4392517Z ] 2022-12-01T11:25:41.4393144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4394031Z 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-12-01T11:25:41.4394796Z 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-12-01T11:25:41.4395523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4395927Z with 2022-12-01T11:25:41.4396087Z [ 2022-12-01T11:25:41.4396332Z T=c10::impl::InlineStreamGuard 2022-12-01T11:25:41.4396568Z ] 2022-12-01T11:25:41.4396967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4397325Z with 2022-12-01T11:25:41.4397482Z [ 2022-12-01T11:25:41.4397681Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4397872Z ] 2022-12-01T11:25:41.4398290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4398672Z with 2022-12-01T11:25:41.4398816Z [ 2022-12-01T11:25:41.4399060Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4399256Z ] 2022-12-01T11:25:41.4399764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4400191Z with 2022-12-01T11:25:41.4400347Z [ 2022-12-01T11:25:41.4400527Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4400715Z ] 2022-12-01T11:25:41.4401196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4401640Z with 2022-12-01T11:25:41.4401798Z [ 2022-12-01T11:25:41.4401989Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4402166Z ] 2022-12-01T11:25:41.4402608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4403356Z 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-12-01T11:25:41.4403753Z with 2022-12-01T11:25:41.4403913Z [ 2022-12-01T11:25:41.4404108Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4404289Z ] 2022-12-01T11:25:41.4404771Z 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-12-01T11:25:41.4405557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4406017Z with 2022-12-01T11:25:41.4406177Z [ 2022-12-01T11:25:41.4406426Z T=c10::impl::VirtualGuardImpl 2022-12-01T11:25:41.4406619Z ] 2022-12-01T11:25:41.4407008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4407385Z with 2022-12-01T11:25:41.4407544Z [ 2022-12-01T11:25:41.4407829Z T=std::vector> 2022-12-01T11:25:41.4408091Z ] 2022-12-01T11:25:41.4408596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4408971Z with 2022-12-01T11:25:41.4409128Z [ 2022-12-01T11:25:41.4409412Z T=std::vector> 2022-12-01T11:25:41.4409672Z ] 2022-12-01T11:25:41.4410128Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4410627Z with 2022-12-01T11:25:41.4410782Z [ 2022-12-01T11:25:41.4411117Z T=std::vector> 2022-12-01T11:25:41.4411377Z ] 2022-12-01T11:25:41.4411917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4412364Z with 2022-12-01T11:25:41.4412522Z [ 2022-12-01T11:25:41.4412807Z T=std::vector> 2022-12-01T11:25:41.4413056Z ] 2022-12-01T11:25:41.4413568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4414392Z 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-12-01T11:25:41.4415140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4416064Z with 2022-12-01T11:25:41.4416231Z [ 2022-12-01T11:25:41.4416517Z T=std::vector> 2022-12-01T11:25:41.4416783Z ] 2022-12-01T11:25:41.4417239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4417613Z with 2022-12-01T11:25:41.4417822Z [ 2022-12-01T11:25:41.4418012Z T=torch::autograd::ViewInfo 2022-12-01T11:25:41.4418198Z ] 2022-12-01T11:25:41.4418604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4418986Z with 2022-12-01T11:25:41.4419143Z [ 2022-12-01T11:25:41.4419334Z T=torch::autograd::ViewInfo 2022-12-01T11:25:41.4419584Z ] 2022-12-01T11:25:41.4420043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4420465Z with 2022-12-01T11:25:41.4420609Z [ 2022-12-01T11:25:41.4420801Z T=torch::autograd::ViewInfo 2022-12-01T11:25:41.4420985Z ] 2022-12-01T11:25:41.4421466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4421907Z with 2022-12-01T11:25:41.4422053Z [ 2022-12-01T11:25:41.4422240Z T=torch::autograd::ViewInfo 2022-12-01T11:25:41.4422429Z ] 2022-12-01T11:25:41.4422867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4423616Z 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-12-01T11:25:41.4424371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4424772Z with 2022-12-01T11:25:41.4424930Z [ 2022-12-01T11:25:41.4425104Z T=torch::autograd::ViewInfo 2022-12-01T11:25:41.4425289Z ] 2022-12-01T11:25:41.4425692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4426067Z with 2022-12-01T11:25:41.4426223Z [ 2022-12-01T11:25:41.4426379Z T=c10::IValue 2022-12-01T11:25:41.4426546Z ] 2022-12-01T11:25:41.4426961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4427343Z with 2022-12-01T11:25:41.4427499Z [ 2022-12-01T11:25:41.4427666Z T=c10::IValue 2022-12-01T11:25:41.4427821Z ] 2022-12-01T11:25:41.4428274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4428692Z with 2022-12-01T11:25:41.4428914Z [ 2022-12-01T11:25:41.4429083Z T=c10::IValue 2022-12-01T11:25:41.4429296Z ] 2022-12-01T11:25:41.4429782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4430285Z with 2022-12-01T11:25:41.4430446Z [ 2022-12-01T11:25:41.4430612Z T=c10::IValue 2022-12-01T11:25:41.4430776Z ] 2022-12-01T11:25:41.4431182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4431833Z 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-12-01T11:25:41.4432559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4432966Z with 2022-12-01T11:25:41.4433125Z [ 2022-12-01T11:25:41.4433293Z T=c10::IValue 2022-12-01T11:25:41.4433460Z ] 2022-12-01T11:25:41.4433850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4434218Z with 2022-12-01T11:25:41.4434380Z [ 2022-12-01T11:25:41.4434555Z T=c10::AliasInfo 2022-12-01T11:25:41.4434727Z ] 2022-12-01T11:25:41.4435144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4435574Z with 2022-12-01T11:25:41.4435734Z [ 2022-12-01T11:25:41.4435905Z T=c10::AliasInfo 2022-12-01T11:25:41.4436131Z ] 2022-12-01T11:25:41.4436588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4437005Z with 2022-12-01T11:25:41.4437148Z [ 2022-12-01T11:25:41.4437323Z T=c10::AliasInfo 2022-12-01T11:25:41.4437493Z ] 2022-12-01T11:25:41.4437977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4438413Z with 2022-12-01T11:25:41.4438572Z [ 2022-12-01T11:25:41.4438733Z T=c10::AliasInfo 2022-12-01T11:25:41.4438907Z ] 2022-12-01T11:25:41.4439328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4439989Z 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-12-01T11:25:41.4440656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4441057Z with 2022-12-01T11:25:41.4441216Z [ 2022-12-01T11:25:41.4441433Z T=c10::AliasInfo 2022-12-01T11:25:41.4441670Z ] 2022-12-01T11:25:41.4442131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4442502Z with 2022-12-01T11:25:41.4442658Z [ 2022-12-01T11:25:41.4442875Z T=std::vector> 2022-12-01T11:25:41.4443088Z ] 2022-12-01T11:25:41.4443500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4443883Z with 2022-12-01T11:25:41.4444039Z [ 2022-12-01T11:25:41.4444263Z T=std::vector> 2022-12-01T11:25:41.4444461Z ] 2022-12-01T11:25:41.4445002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4445477Z with 2022-12-01T11:25:41.4458295Z [ 2022-12-01T11:25:41.4458693Z T=std::vector> 2022-12-01T11:25:41.4458921Z ] 2022-12-01T11:25:41.4459516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4459978Z with 2022-12-01T11:25:41.4460144Z [ 2022-12-01T11:25:41.4460428Z T=std::vector> 2022-12-01T11:25:41.4460634Z ] 2022-12-01T11:25:41.4461101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4461524Z with 2022-12-01T11:25:41.4461688Z [ 2022-12-01T11:25:41.4461862Z T=c10::SymInt 2022-12-01T11:25:41.4462034Z ] 2022-12-01T11:25:41.4462461Z 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-12-01T11:25:41.4462873Z with 2022-12-01T11:25:41.4463034Z [ 2022-12-01T11:25:41.4463206Z T=c10::SymInt 2022-12-01T11:25:41.4463380Z ] 2022-12-01T11:25:41.4463849Z 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-12-01T11:25:41.4464643Z 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-12-01T11:25:41.4465404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4465852Z with 2022-12-01T11:25:41.4466014Z [ 2022-12-01T11:25:41.4466244Z T=std::vector> 2022-12-01T11:25:41.4466516Z ] 2022-12-01T11:25:41.4466929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4467304Z with 2022-12-01T11:25:41.4467613Z [ 2022-12-01T11:25:41.4467854Z T=c10::either 2022-12-01T11:25:41.4468083Z ] 2022-12-01T11:25:41.4468503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4468890Z with 2022-12-01T11:25:41.4469050Z [ 2022-12-01T11:25:41.4469269Z T=c10::either 2022-12-01T11:25:41.4469496Z ] 2022-12-01T11:25:41.4469955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4470378Z with 2022-12-01T11:25:41.4470538Z [ 2022-12-01T11:25:41.4470769Z T=c10::either 2022-12-01T11:25:41.4470982Z ] 2022-12-01T11:25:41.4471534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4472057Z with 2022-12-01T11:25:41.4472217Z [ 2022-12-01T11:25:41.4472505Z T=c10::either 2022-12-01T11:25:41.4472728Z ] 2022-12-01T11:25:41.4473182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4473957Z 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-12-01T11:25:41.4474697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4475108Z with 2022-12-01T11:25:41.4475269Z [ 2022-12-01T11:25:41.4475504Z T=c10::either 2022-12-01T11:25:41.4475726Z ] 2022-12-01T11:25:41.4476114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4476488Z with 2022-12-01T11:25:41.4476652Z [ 2022-12-01T11:25:41.4476835Z T=at::StepCallbacks 2022-12-01T11:25:41.4477017Z ] 2022-12-01T11:25:41.4477438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4477881Z with 2022-12-01T11:25:41.4478042Z [ 2022-12-01T11:25:41.4478228Z T=at::StepCallbacks 2022-12-01T11:25:41.4478461Z ] 2022-12-01T11:25:41.4478923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4479345Z with 2022-12-01T11:25:41.4479491Z [ 2022-12-01T11:25:41.4479673Z T=at::StepCallbacks 2022-12-01T11:25:41.4479854Z ] 2022-12-01T11:25:41.4480336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4480842Z with 2022-12-01T11:25:41.4481005Z [ 2022-12-01T11:25:41.4481173Z T=at::StepCallbacks 2022-12-01T11:25:41.4481351Z ] 2022-12-01T11:25:41.4481790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4482473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:41.4483157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4483560Z with 2022-12-01T11:25:41.4483787Z [ 2022-12-01T11:25:41.4484488Z T=at::StepCallbacks 2022-12-01T11:25:41.4484691Z ] 2022-12-01T11:25:41.4485104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4485480Z with 2022-12-01T11:25:41.4485642Z [ 2022-12-01T11:25:41.4485803Z T=c10::DimVector 2022-12-01T11:25:41.4485980Z ] 2022-12-01T11:25:41.4486397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4486781Z with 2022-12-01T11:25:41.4486940Z [ 2022-12-01T11:25:41.4487114Z T=c10::DimVector 2022-12-01T11:25:41.4487272Z ] 2022-12-01T11:25:41.4487738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4488164Z with 2022-12-01T11:25:41.4488323Z [ 2022-12-01T11:25:41.4488591Z T=c10::DimVector 2022-12-01T11:25:41.4488762Z ] 2022-12-01T11:25:41.4489235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4489748Z with 2022-12-01T11:25:41.4489903Z [ 2022-12-01T11:25:41.4490083Z T=c10::DimVector 2022-12-01T11:25:41.4490310Z ] 2022-12-01T11:25:41.4490740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4491407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-12-01T11:25:41.4492085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4492494Z with 2022-12-01T11:25:41.4492642Z [ 2022-12-01T11:25:41.4492820Z T=c10::DimVector 2022-12-01T11:25:41.4492997Z ] 2022-12-01T11:25:41.4493401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4493772Z with 2022-12-01T11:25:41.4493921Z [ 2022-12-01T11:25:41.4494196Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:41.4494392Z ] 2022-12-01T11:25:41.4494811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4495198Z with 2022-12-01T11:25:41.4495360Z [ 2022-12-01T11:25:41.4495537Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:41.4495790Z ] 2022-12-01T11:25:41.4496300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4496730Z with 2022-12-01T11:25:41.4496889Z [ 2022-12-01T11:25:41.4497085Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:41.4497262Z ] 2022-12-01T11:25:41.4497805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4498258Z with 2022-12-01T11:25:41.4498421Z [ 2022-12-01T11:25:41.4498618Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:41.4498809Z ] 2022-12-01T11:25:41.4499236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4499951Z 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-12-01T11:25:41.4500660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4501069Z with 2022-12-01T11:25:41.4501233Z [ 2022-12-01T11:25:41.4501434Z T=c10::impl::AnnotatedSchema 2022-12-01T11:25:41.4501688Z ] 2022-12-01T11:25:41.4502079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4502507Z with 2022-12-01T11:25:41.4502668Z [ 2022-12-01T11:25:41.4502908Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:41.4503133Z ] 2022-12-01T11:25:41.4503546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4503924Z with 2022-12-01T11:25:41.4504084Z [ 2022-12-01T11:25:41.4504325Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:41.4504550Z ] 2022-12-01T11:25:41.4505005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4505433Z with 2022-12-01T11:25:41.4505580Z [ 2022-12-01T11:25:41.4505814Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:41.4506038Z ] 2022-12-01T11:25:41.4506527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4506967Z with 2022-12-01T11:25:41.4507186Z [ 2022-12-01T11:25:41.4507411Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:41.4507690Z ] 2022-12-01T11:25:41.4508200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4508985Z 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-12-01T11:25:41.4509728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4510137Z with 2022-12-01T11:25:41.4510303Z [ 2022-12-01T11:25:41.4510584Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-12-01T11:25:41.4510816Z ] 2022-12-01T11:25:41.4511224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4511601Z with 2022-12-01T11:25:41.4511762Z [ 2022-12-01T11:25:41.4511974Z T=std::tuple 2022-12-01T11:25:41.4512168Z ] 2022-12-01T11:25:41.4512589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4512977Z with 2022-12-01T11:25:41.4513142Z [ 2022-12-01T11:25:41.4513357Z T=std::tuple 2022-12-01T11:25:41.4513616Z ] 2022-12-01T11:25:41.4514070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4514553Z with 2022-12-01T11:25:41.4514716Z [ 2022-12-01T11:25:41.4514927Z T=std::tuple 2022-12-01T11:25:41.4515129Z ] 2022-12-01T11:25:41.4515616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4516066Z with 2022-12-01T11:25:41.4516213Z [ 2022-12-01T11:25:41.4516425Z T=std::tuple 2022-12-01T11:25:41.4516629Z ] 2022-12-01T11:25:41.4517084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4517818Z 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-12-01T11:25:41.4518530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4518940Z with 2022-12-01T11:25:41.4519090Z [ 2022-12-01T11:25:41.4519304Z T=std::tuple 2022-12-01T11:25:41.4519565Z ] 2022-12-01T11:25:41.4519978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4520467Z with 2022-12-01T11:25:41.4520616Z [ 2022-12-01T11:25:41.4520812Z T=torch::jit::SourceRange 2022-12-01T11:25:41.4521003Z ] 2022-12-01T11:25:41.4521424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4521814Z with 2022-12-01T11:25:41.4521977Z [ 2022-12-01T11:25:41.4522153Z T=torch::jit::SourceRange 2022-12-01T11:25:41.4522342Z ] 2022-12-01T11:25:41.4522802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4523225Z with 2022-12-01T11:25:41.4523390Z [ 2022-12-01T11:25:41.4523633Z T=torch::jit::SourceRange 2022-12-01T11:25:41.4523810Z ] 2022-12-01T11:25:41.4524299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4524936Z with 2022-12-01T11:25:41.4525174Z [ 2022-12-01T11:25:41.4525468Z T=torch::jit::SourceRange 2022-12-01T11:25:41.4530350Z ] 2022-12-01T11:25:41.4531121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4532965Z 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-12-01T11:25:41.4533748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4534164Z with 2022-12-01T11:25:41.4534335Z [ 2022-12-01T11:25:41.4534533Z T=torch::jit::SourceRange 2022-12-01T11:25:41.4534728Z ] 2022-12-01T11:25:41.4535121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4535506Z with 2022-12-01T11:25:41.4535720Z [ 2022-12-01T11:25:41.4535942Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:41.4536149Z ] 2022-12-01T11:25:41.4536617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4536996Z with 2022-12-01T11:25:41.4537161Z [ 2022-12-01T11:25:41.4537374Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:41.4537578Z ] 2022-12-01T11:25:41.4538040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4538461Z with 2022-12-01T11:25:41.4538610Z [ 2022-12-01T11:25:41.4538822Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:41.4539023Z ] 2022-12-01T11:25:41.4539510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4540130Z with 2022-12-01T11:25:41.4540293Z [ 2022-12-01T11:25:41.4540487Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:41.4540688Z ] 2022-12-01T11:25:41.4541151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4541932Z 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-12-01T11:25:41.4542685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4543107Z with 2022-12-01T11:25:41.4543274Z [ 2022-12-01T11:25:41.4543537Z T=torch::jit::InlinedCallStackPtr 2022-12-01T11:25:41.4543752Z ] 2022-12-01T11:25:41.4544160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4544541Z with 2022-12-01T11:25:41.4544704Z [ 2022-12-01T11:25:41.4544911Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:41.4545097Z ] 2022-12-01T11:25:41.4545516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4545902Z with 2022-12-01T11:25:41.4546064Z [ 2022-12-01T11:25:41.4546269Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:41.4546455Z ] 2022-12-01T11:25:41.4546925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4547358Z with 2022-12-01T11:25:41.4547518Z [ 2022-12-01T11:25:41.4547718Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:41.4547956Z ] 2022-12-01T11:25:41.4548426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4548923Z with 2022-12-01T11:25:41.4549085Z [ 2022-12-01T11:25:41.4549289Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:41.4549492Z ] 2022-12-01T11:25:41.4549941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4550661Z 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-12-01T11:25:41.4551370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4551762Z with 2022-12-01T11:25:41.4551925Z [ 2022-12-01T11:25:41.4552135Z T=torch::jit::ModuleInstanceInfo 2022-12-01T11:25:41.4552340Z ] 2022-12-01T11:25:41.4552748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4553193Z with 2022-12-01T11:25:41.4553336Z [ 2022-12-01T11:25:41.4553523Z T=torch::jit::ScopePtr 2022-12-01T11:25:41.4553707Z ] 2022-12-01T11:25:41.4554177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4554606Z with 2022-12-01T11:25:41.4554754Z [ 2022-12-01T11:25:41.4554938Z T=torch::jit::ScopePtr 2022-12-01T11:25:41.4555120Z ] 2022-12-01T11:25:41.4555580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4556008Z with 2022-12-01T11:25:41.4556168Z [ 2022-12-01T11:25:41.4556342Z T=torch::jit::ScopePtr 2022-12-01T11:25:41.4556581Z ] 2022-12-01T11:25:41.4557071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4557518Z with 2022-12-01T11:25:41.4557676Z [ 2022-12-01T11:25:41.4557858Z T=torch::jit::ScopePtr 2022-12-01T11:25:41.4558026Z ] 2022-12-01T11:25:41.4558461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4559138Z 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-12-01T11:25:41.4559879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4560286Z with 2022-12-01T11:25:41.4560451Z [ 2022-12-01T11:25:41.4560683Z T=torch::jit::ScopePtr 2022-12-01T11:25:41.4560853Z ] 2022-12-01T11:25:41.4561257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4561622Z with 2022-12-01T11:25:41.4561785Z [ 2022-12-01T11:25:41.4561980Z T=at::ThreadLocalState 2022-12-01T11:25:41.4562172Z ] 2022-12-01T11:25:41.4562577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4562977Z with 2022-12-01T11:25:41.4563138Z [ 2022-12-01T11:25:41.4563324Z T=at::ThreadLocalState 2022-12-01T11:25:41.4563506Z ] 2022-12-01T11:25:41.4563951Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4564376Z with 2022-12-01T11:25:41.4564545Z [ 2022-12-01T11:25:41.4564734Z T=at::ThreadLocalState 2022-12-01T11:25:41.4564922Z ] 2022-12-01T11:25:41.4565414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4565908Z with 2022-12-01T11:25:41.4566122Z [ 2022-12-01T11:25:41.4566318Z T=at::ThreadLocalState 2022-12-01T11:25:41.4566552Z ] 2022-12-01T11:25:41.4567009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4567721Z 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-12-01T11:25:41.4568513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4568940Z with 2022-12-01T11:25:41.4569092Z [ 2022-12-01T11:25:41.4569289Z T=at::ThreadLocalState 2022-12-01T11:25:41.4569483Z ] 2022-12-01T11:25:41.4569949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4570331Z with 2022-12-01T11:25:41.4570479Z [ 2022-12-01T11:25:41.4570694Z T=std::shared_ptr 2022-12-01T11:25:41.4570899Z ] 2022-12-01T11:25:41.4571330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4571718Z with 2022-12-01T11:25:41.4571926Z [ 2022-12-01T11:25:41.4572125Z T=std::shared_ptr 2022-12-01T11:25:41.4572331Z ] 2022-12-01T11:25:41.4572845Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4573277Z with 2022-12-01T11:25:41.4573441Z [ 2022-12-01T11:25:41.4573657Z T=std::shared_ptr 2022-12-01T11:25:41.4573849Z ] 2022-12-01T11:25:41.4574335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4574782Z with 2022-12-01T11:25:41.4574950Z [ 2022-12-01T11:25:41.4575164Z T=std::shared_ptr 2022-12-01T11:25:41.4575366Z ] 2022-12-01T11:25:41.4575804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4576523Z 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-12-01T11:25:41.4577247Z 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-12-01T11:25:41.4578008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4578469Z with 2022-12-01T11:25:41.4578640Z [ 2022-12-01T11:25:41.4578851Z T=std::shared_ptr 2022-12-01T11:25:41.4579120Z ] 2022-12-01T11:25:41.4579513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4579905Z with 2022-12-01T11:25:41.4580055Z [ 2022-12-01T11:25:41.4580250Z T=torch::jit::GraphExecutor 2022-12-01T11:25:41.4580443Z ] 2022-12-01T11:25:41.4580866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4581251Z with 2022-12-01T11:25:41.4581407Z [ 2022-12-01T11:25:41.4581586Z T=torch::jit::GraphExecutor 2022-12-01T11:25:41.4581776Z ] 2022-12-01T11:25:41.4582278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4582701Z with 2022-12-01T11:25:41.4582857Z [ 2022-12-01T11:25:41.4583037Z T=torch::jit::GraphExecutor 2022-12-01T11:25:41.4583229Z ] 2022-12-01T11:25:41.4583716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4584215Z with 2022-12-01T11:25:41.4584377Z [ 2022-12-01T11:25:41.4584614Z T=torch::jit::GraphExecutor 2022-12-01T11:25:41.4584795Z ] 2022-12-01T11:25:41.4585242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4585928Z 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-12-01T11:25:41.4586636Z 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-12-01T11:25:41.4587347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4587754Z with 2022-12-01T11:25:41.4587912Z [ 2022-12-01T11:25:41.4588102Z T=torch::jit::GraphExecutor 2022-12-01T11:25:41.4588281Z ] 2022-12-01T11:25:41.4588679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4589055Z with 2022-12-01T11:25:41.4589217Z [ 2022-12-01T11:25:41.4589395Z T=torch::jit::Method 2022-12-01T11:25:41.4589575Z ] 2022-12-01T11:25:41.4590023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4590448Z with 2022-12-01T11:25:41.4590608Z [ 2022-12-01T11:25:41.4590787Z T=torch::jit::Method 2022-12-01T11:25:41.4590968Z ] 2022-12-01T11:25:41.4591432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4591906Z with 2022-12-01T11:25:41.4592074Z [ 2022-12-01T11:25:41.4592255Z T=torch::jit::Method 2022-12-01T11:25:41.4592433Z ] 2022-12-01T11:25:41.4592918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4593369Z with 2022-12-01T11:25:41.4593516Z [ 2022-12-01T11:25:41.4593697Z T=torch::jit::Method 2022-12-01T11:25:41.4593878Z ] 2022-12-01T11:25:41.4594309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4595037Z 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-12-01T11:25:41.4595729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4596183Z with 2022-12-01T11:25:41.4596327Z [ 2022-12-01T11:25:41.4596551Z T=torch::jit::Method 2022-12-01T11:25:41.4596729Z ] 2022-12-01T11:25:41.4597135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4597507Z with 2022-12-01T11:25:41.4597665Z [ 2022-12-01T11:25:41.4597884Z T=std::vector> 2022-12-01T11:25:41.4598102Z ] 2022-12-01T11:25:41.4598524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4598918Z with 2022-12-01T11:25:41.4599079Z [ 2022-12-01T11:25:41.4599295Z T=std::vector> 2022-12-01T11:25:41.4599514Z ] 2022-12-01T11:25:41.4599976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4600388Z with 2022-12-01T11:25:41.4600544Z [ 2022-12-01T11:25:41.4600774Z T=std::vector> 2022-12-01T11:25:41.4600980Z ] 2022-12-01T11:25:41.4601465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4601961Z with 2022-12-01T11:25:41.4602118Z [ 2022-12-01T11:25:41.4602347Z T=std::vector> 2022-12-01T11:25:41.4602605Z ] 2022-12-01T11:25:41.4603077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4603808Z 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-12-01T11:25:41.4604525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4604987Z with 2022-12-01T11:25:41.4605152Z [ 2022-12-01T11:25:41.4605385Z T=std::vector> 2022-12-01T11:25:41.4605604Z ] 2022-12-01T11:25:41.4606006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4606368Z with 2022-12-01T11:25:41.4606430Z [ 2022-12-01T11:25:41.4606599Z T=std::function 2022-12-01T11:25:41.4606664Z ] 2022-12-01T11:25:41.4606994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4607062Z with 2022-12-01T11:25:41.4607171Z [ 2022-12-01T11:25:41.4607337Z T=std::function 2022-12-01T11:25:41.4607398Z ] 2022-12-01T11:25:41.4607803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4607871Z with 2022-12-01T11:25:41.4607933Z [ 2022-12-01T11:25:41.4608099Z T=std::function 2022-12-01T11:25:41.4608160Z ] 2022-12-01T11:25:41.4608689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4608764Z with 2022-12-01T11:25:41.4608826Z [ 2022-12-01T11:25:41.4608982Z T=std::function 2022-12-01T11:25:41.4609043Z ] 2022-12-01T11:25:41.4609442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4609864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-12-01T11:25:41.4610215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4610283Z with 2022-12-01T11:25:41.4610345Z [ 2022-12-01T11:25:41.4610509Z T=std::function 2022-12-01T11:25:41.4610571Z ] 2022-12-01T11:25:41.4610886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4610951Z with 2022-12-01T11:25:41.4611010Z [ 2022-12-01T11:25:41.4611201Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:41.4611261Z ] 2022-12-01T11:25:41.4611583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4611703Z with 2022-12-01T11:25:41.4611765Z [ 2022-12-01T11:25:41.4611954Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:41.4612018Z ] 2022-12-01T11:25:41.4612382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4612446Z with 2022-12-01T11:25:41.4612494Z [ 2022-12-01T11:25:41.4612683Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:41.4612745Z ] 2022-12-01T11:25:41.4613137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4613205Z with 2022-12-01T11:25:41.4613308Z [ 2022-12-01T11:25:41.4613501Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:41.4613561Z ] 2022-12-01T11:25:41.4614023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-12-01T11:25:41.4614486Z 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-12-01T11:25:41.4614873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4614945Z with 2022-12-01T11:25:41.4615006Z [ 2022-12-01T11:25:41.4615194Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-12-01T11:25:41.4615254Z ] 2022-12-01T11:25:41.4615563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4615626Z with 2022-12-01T11:25:41.4615687Z [ 2022-12-01T11:25:41.4615816Z T=std::vector> 2022-12-01T11:25:41.4615864Z ] 2022-12-01T11:25:41.4616188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4616252Z with 2022-12-01T11:25:41.4616312Z [ 2022-12-01T11:25:41.4616444Z T=std::vector> 2022-12-01T11:25:41.4616506Z ] 2022-12-01T11:25:41.4616870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4616935Z with 2022-12-01T11:25:41.4616994Z [ 2022-12-01T11:25:41.4617121Z T=std::vector> 2022-12-01T11:25:41.4617181Z ] 2022-12-01T11:25:41.4617569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4617631Z with 2022-12-01T11:25:41.4617690Z [ 2022-12-01T11:25:41.4617815Z T=std::vector> 2022-12-01T11:25:41.4617931Z ] 2022-12-01T11:25:41.4618283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4618336Z with 2022-12-01T11:25:41.4618395Z [ 2022-12-01T11:25:41.4618465Z T=double 2022-12-01T11:25:41.4618526Z ] 2022-12-01T11:25:41.4618919Z 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-12-01T11:25:41.4618982Z with 2022-12-01T11:25:41.4619044Z [ 2022-12-01T11:25:41.4619114Z T=double 2022-12-01T11:25:41.4619174Z ] 2022-12-01T11:25:41.4619562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4619631Z with 2022-12-01T11:25:41.4619691Z [ 2022-12-01T11:25:41.4619821Z T=std::vector> 2022-12-01T11:25:41.4619884Z ] 2022-12-01T11:25:41.4620238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4620291Z with 2022-12-01T11:25:41.4620350Z [ 2022-12-01T11:25:41.4620467Z T=std::tuple 2022-12-01T11:25:41.4620531Z ] 2022-12-01T11:25:41.4620904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4620973Z with 2022-12-01T11:25:41.4621035Z [ 2022-12-01T11:25:41.4621148Z T=std::tuple 2022-12-01T11:25:41.4621208Z ] 2022-12-01T11:25:41.4621573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4621637Z with 2022-12-01T11:25:41.4621696Z [ 2022-12-01T11:25:41.4621806Z T=std::tuple 2022-12-01T11:25:41.4621867Z ] 2022-12-01T11:25:41.4622258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4622323Z with 2022-12-01T11:25:41.4622372Z [ 2022-12-01T11:25:41.4622487Z T=std::tuple 2022-12-01T11:25:41.4622549Z ] 2022-12-01T11:25:41.4622898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-12-01T11:25:41.4623282Z 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-12-01T11:25:41.4623627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4623693Z with 2022-12-01T11:25:41.4623753Z [ 2022-12-01T11:25:41.4624422Z T=std::tuple 2022-12-01T11:25:41.4624486Z ] 2022-12-01T11:25:41.4624800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4624863Z with 2022-12-01T11:25:41.4624925Z [ 2022-12-01T11:25:41.4625062Z T=std::vector> 2022-12-01T11:25:41.4625126Z ] 2022-12-01T11:25:41.4625452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-12-01T11:25:41.4625518Z with 2022-12-01T11:25:41.4625579Z [ 2022-12-01T11:25:41.4625702Z T=std::vector> 2022-12-01T11:25:41.4625765Z ] 2022-12-01T11:25:41.4626251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-12-01T11:25:41.4626323Z with 2022-12-01T11:25:41.4626383Z [ 2022-12-01T11:25:41.4626521Z T=std::vector> 2022-12-01T11:25:41.4626581Z ] 2022-12-01T11:25:41.4627022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-12-01T11:25:41.4627089Z with 2022-12-01T11:25:41.4627152Z [ 2022-12-01T11:25:41.4627285Z T=std::vector> 2022-12-01T11:25:41.4627345Z ] 2022-12-01T11:25:41.4627716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-12-01T11:25:41.4628120Z 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-12-01T11:25:41.4628461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-12-01T11:25:41.4628524Z with 2022-12-01T11:25:41.4628586Z [ 2022-12-01T11:25:41.4628720Z T=std::vector> 2022-12-01T11:25:41.4628781Z ] 2022-12-01T11:25:41.4629035Z 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-12-01T11:25:41.4629288Z 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-12-01T11:25:41.4629552Z 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-12-01T11:25:41.4629835Z 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-12-01T11:25:41.4629900Z with 2022-12-01T11:25:41.4629961Z [ 2022-12-01T11:25:41.4630040Z scalar_t=float 2022-12-01T11:25:41.4630100Z ] 2022-12-01T11:25:41.4630442Z 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-12-01T11:25:41.4630569Z with 2022-12-01T11:25:41.4630630Z [ 2022-12-01T11:25:41.4630707Z scalar_t=float 2022-12-01T11:25:41.4630769Z ] 2022-12-01T11:25:41.4631051Z 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-12-01T11:25:41.4631114Z with 2022-12-01T11:25:41.4631176Z [ 2022-12-01T11:25:41.4631239Z scalar_t=float 2022-12-01T11:25:41.4631299Z ] 2022-12-01T11:25:41.4631638Z 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-12-01T11:25:41.4631703Z with 2022-12-01T11:25:41.4631763Z [ 2022-12-01T11:25:41.4631839Z scalar_t=float 2022-12-01T11:25:41.4631903Z ] 2022-12-01T11:25:41.4632322Z 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-12-01T11:25:41.4632390Z with 2022-12-01T11:25:41.4632451Z [ 2022-12-01T11:25:41.4632528Z scalar_t=float 2022-12-01T11:25:41.4632588Z ] 2022-12-01T11:25:41.4633002Z 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-12-01T11:25:41.4633067Z with 2022-12-01T11:25:41.4633129Z [ 2022-12-01T11:25:41.4633193Z scalar_t=float 2022-12-01T11:25:41.4633255Z ] 2022-12-01T11:25:41.4633599Z 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-12-01T11:25:41.4633668Z with 2022-12-01T11:25:41.4633730Z [ 2022-12-01T11:25:41.4633807Z scalar_t=float 2022-12-01T11:25:41.4633870Z ] 2022-12-01T11:25:41.4634155Z 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-12-01T11:25:41.4634218Z with 2022-12-01T11:25:41.4634280Z [ 2022-12-01T11:25:41.4634345Z T=float 2022-12-01T11:25:41.4634406Z ] 2022-12-01T11:25:41.4634773Z 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-12-01T11:25:41.4634836Z with 2022-12-01T11:25:41.4634883Z [ 2022-12-01T11:25:41.4634953Z T=float 2022-12-01T11:25:41.4635014Z ] 2022-12-01T11:25:41.4635337Z 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-12-01T11:25:41.4635401Z with 2022-12-01T11:25:41.4635461Z [ 2022-12-01T11:25:41.4635527Z T=float 2022-12-01T11:25:41.4635586Z ] 2022-12-01T11:25:41.4635865Z 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-12-01T11:25:41.4635929Z with 2022-12-01T11:25:41.4635990Z [ 2022-12-01T11:25:41.4636055Z T=float 2022-12-01T11:25:41.4636116Z ] 2022-12-01T11:25:41.4636483Z 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-12-01T11:25:41.4636602Z with 2022-12-01T11:25:41.4636652Z [ 2022-12-01T11:25:41.4636718Z T=float 2022-12-01T11:25:41.4636781Z ] 2022-12-01T11:25:41.4637063Z 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-12-01T11:25:41.4637127Z with 2022-12-01T11:25:41.4637188Z [ 2022-12-01T11:25:41.4637265Z scalar_t=float 2022-12-01T11:25:41.4637326Z ] 2022-12-01T11:25:41.4637674Z 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-12-01T11:25:41.4637737Z with 2022-12-01T11:25:41.4637796Z [ 2022-12-01T11:25:41.4637873Z scalar_t=float 2022-12-01T11:25:41.4637935Z ] 2022-12-01T11:25:41.4638387Z 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-12-01T11:25:41.4638442Z with 2022-12-01T11:25:41.4638504Z [ 2022-12-01T11:25:41.4638580Z scalar_t=float 2022-12-01T11:25:41.4638644Z ] 2022-12-01T11:25:41.4638967Z 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-12-01T11:25:41.4639032Z with 2022-12-01T11:25:41.4639094Z [ 2022-12-01T11:25:41.4639170Z scalar_t=float 2022-12-01T11:25:41.4639230Z ] 2022-12-01T11:25:41.4639500Z 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-12-01T11:25:41.4639568Z with 2022-12-01T11:25:41.4639631Z [ 2022-12-01T11:25:41.4639708Z scalar_t=float 2022-12-01T11:25:41.4639755Z ] 2022-12-01T11:25:41.4640040Z 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-12-01T11:25:41.4640103Z with 2022-12-01T11:25:41.4640168Z [ 2022-12-01T11:25:41.4640244Z scalar_t=float 2022-12-01T11:25:41.4640304Z ] 2022-12-01T11:25:41.4640653Z 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-12-01T11:25:41.4640716Z with 2022-12-01T11:25:41.4640776Z [ 2022-12-01T11:25:41.4640851Z scalar_t=float 2022-12-01T11:25:41.4640915Z ] 2022-12-01T11:25:41.4641262Z 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-12-01T11:25:41.4641325Z with 2022-12-01T11:25:41.4641385Z [ 2022-12-01T11:25:41.4641461Z scalar_t=float 2022-12-01T11:25:41.4641509Z ] 2022-12-01T11:25:41.4641795Z 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-12-01T11:25:41.4641862Z with 2022-12-01T11:25:41.4641924Z [ 2022-12-01T11:25:41.4642000Z scalar_t=float 2022-12-01T11:25:41.4642061Z ] 2022-12-01T11:25:41.4643551Z "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-12-01T11:25:41.6527188Z 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-12-01T11:25:41.6712256Z Generating code 2022-12-01T11:25:43.4754090Z Finished generating code 2022-12-01T11:25:43.7357006Z running install_lib 2022-12-01T11:25:43.7494549Z creating install 2022-12-01T11:25:43.7496596Z creating install\Jenkins 2022-12-01T11:25:43.7498004Z creating install\Jenkins\Miniconda3 2022-12-01T11:25:43.7499400Z creating install\Jenkins\Miniconda3\Lib 2022-12-01T11:25:43.7500811Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-12-01T11:25:43.7504235Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-12-01T11:25:43.7507610Z 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-12-01T11:25:43.7520622Z 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-12-01T11:25:43.7533096Z 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-12-01T11:25:43.7554385Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-12-01T11:25:43.7572097Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-12-01T11:25:43.7582891Z running install_egg_info 2022-12-01T11:25:43.7926242Z running egg_info 2022-12-01T11:25:43.7926942Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:25:43.8002574Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-12-01T11:25:43.8008764Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-12-01T11:25:43.8015912Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-12-01T11:25:43.8029277Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-12-01T11:25:43.8114569Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-12-01T11:25:43.8128035Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-12-01T11:25:43.8134212Z 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-12-01T11:25:43.8189745Z running install_scripts 2022-12-01T11:25:43.8572083Z Error in atexit._run_exitfuncs: 2022-12-01T11:25:43.8572351Z Traceback (most recent call last): 2022-12-01T11:25:43.8581391Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-12-01T11:25:43.8581813Z return stream.closed 2022-12-01T11:25:43.8582062Z ValueError: underlying buffer has been detached 2022-12-01T11:25:44.1245869Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:25:44.124241] 2022-12-01T11:25:47.7489959Z 2022-12-01T11:25:47.7490450Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T11:25:47.7491500Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_tdb7w758) 2022-12-01T11:25:47.7492125Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-12-01T11:25:47.7492344Z 2022-12-01T11:25:47.7492421Z Running tests... 2022-12-01T11:25:47.7492693Z ---------------------------------------------------------------------- 2022-12-01T11:25:47.7493064Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-12-01T11:25:47.7494171Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.017s) 2022-12-01T11:25:47.7494524Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-12-01T11:25:47.7494908Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-12-01T11:25:47.7495274Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:25:47.7495650Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-12-01T11:25:47.7496008Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.006s) 2022-12-01T11:25:47.7496333Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-12-01T11:25:47.7496729Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.000s) 2022-12-01T11:25:47.7497088Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-12-01T11:25:47.7497372Z test_add (__main__.TestORTTensor) ... ok (0.000s) 2022-12-01T11:25:47.7497659Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.000s) 2022-12-01T11:25:47.7497956Z test_unregistered (__main__.TestORTTensor) ... ok (0.795s) 2022-12-01T11:25:47.7498230Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:25:47.7498495Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-12-01T11:25:47.7498786Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.000s) 2022-12-01T11:25:47.7498976Z 2022-12-01T11:25:47.7499132Z ---------------------------------------------------------------------- 2022-12-01T11:25:47.7499387Z Ran 15 tests in 0.828s 2022-12-01T11:25:47.7499506Z 2022-12-01T11:25:47.7499583Z OK (skipped=6) 2022-12-01T11:25:47.7499695Z 2022-12-01T11:25:47.7499786Z Generating XML reports... 2022-12-01T11:25:47.7500184Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20221201112546.xml 2022-12-01T11:25:47.7500718Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20221201112546.xml 2022-12-01T11:25:47.7501213Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20221201112546.xml 2022-12-01T11:25:47.7501720Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20221201112546.xml 2022-12-01T11:25:47.7501991Z 2022-12-01T11:25:47.7502247Z ##[endgroup] 2022-12-01T11:25:47.7502645Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_tdb7w758) 2022-12-01T11:25:47.7502945Z 2022-12-01T11:25:47.7503065Z Running test_prims ... [2022-12-01 11:25:47.748558] 2022-12-01T11:25:47.7505353Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:25:47.748558] 2022-12-01T11:25:51.9054905Z 2022-12-01T11:25:51.9055837Z Expand the folded group to see the log file of test_prims 2022-12-01T11:25:51.9056775Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_ri5vwy2u) 2022-12-01T11:25:51.9057045Z 2022-12-01T11:25:51.9057124Z Running tests... 2022-12-01T11:25:51.9057402Z ---------------------------------------------------------------------- 2022-12-01T11:25:51.9057729Z Test results will be stored in test-reports\python-unittest\test_prims 2022-12-01T11:25:51.9058094Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T11:25:51.9058469Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T11:25:51.9058875Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:25:51.9059478Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9059923Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9060354Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9060695Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.002s) 2022-12-01T11:25:51.9060976Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.005s) 2022-12-01T11:25:51.9061273Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.011s) 2022-12-01T11:25:51.9061633Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:25:51.9062019Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9062387Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9062744Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9063074Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.009s) 2022-12-01T11:25:51.9063372Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-12-01T11:25:51.9063692Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:25:51.9064036Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:25:51.9064369Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.028s) 2022-12-01T11:25:51.9064730Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:25:51.9065100Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9065456Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.049s) 2022-12-01T11:25:51.9065842Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:25:51.9066198Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9066578Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9066973Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9067352Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9067756Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:25:51.9068123Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9068620Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9068975Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9069349Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9069783Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:25:51.9070108Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T11:25:51.9070477Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9070864Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T11:25:51.9071199Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.005s) 2022-12-01T11:25:51.9071600Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.006s) 2022-12-01T11:25:51.9071949Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9072307Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9072739Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9073195Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9073589Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9074035Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9074435Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9074845Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:51.9075241Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:25:51.9075637Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-12-01T11:25:51.9076002Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.006s) 2022-12-01T11:25:51.9076191Z 2022-12-01T11:25:51.9076337Z ---------------------------------------------------------------------- 2022-12-01T11:25:51.9076593Z Ran 48 tests in 0.266s 2022-12-01T11:25:51.9076711Z 2022-12-01T11:25:51.9076784Z OK (skipped=34) 2022-12-01T11:25:51.9076896Z 2022-12-01T11:25:51.9076987Z Generating XML reports... 2022-12-01T11:25:51.9077343Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestDecompCPU-20221201112551.xml 2022-12-01T11:25:51.9077869Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221201112551.xml 2022-12-01T11:25:51.9078326Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsCPU-20221201112551.xml 2022-12-01T11:25:51.9078761Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestRefsCPU-20221201112551.xml 2022-12-01T11:25:51.9078996Z 2022-12-01T11:25:51.9079255Z ##[endgroup] 2022-12-01T11:25:51.9079606Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_ri5vwy2u) 2022-12-01T11:25:51.9079860Z 2022-12-01T11:25:51.9079968Z Running test_cuda ... [2022-12-01 11:25:51.905416] 2022-12-01T11:25:51.9080374Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:25:51.905416] 2022-12-01T11:25:53.7686947Z 2022-12-01T11:25:53.7687793Z Expand the folded group to see the log file of test_cuda 2022-12-01T11:25:53.7688778Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_wv3t7kih) 2022-12-01T11:25:53.7689267Z CUDA not available, skipping tests 2022-12-01T11:25:53.7689438Z 2022-12-01T11:25:53.7689516Z Running tests... 2022-12-01T11:25:53.7689869Z ---------------------------------------------------------------------- 2022-12-01T11:25:53.7690055Z 2022-12-01T11:25:53.7690208Z ---------------------------------------------------------------------- 2022-12-01T11:25:53.7690447Z Ran 0 tests in 0.000s 2022-12-01T11:25:53.7690573Z 2022-12-01T11:25:53.7690636Z OK 2022-12-01T11:25:53.7690733Z 2022-12-01T11:25:53.7690828Z Generating XML reports... 2022-12-01T11:25:53.7691111Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-12-01T11:25:53.7691301Z 2022-12-01T11:25:53.7691527Z ##[endgroup] 2022-12-01T11:25:53.7691976Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_wv3t7kih) 2022-12-01T11:25:53.7692231Z 2022-12-01T11:25:54.1155900Z 2022-12-01T11:25:54.1156836Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-12-01T11:25:54.1158304Z 2022-12-01T11:25:54.1158818Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-12-01T11:25:54.1165839Z 2022-12-01T11:25:54.1166074Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-12-01T11:25:54.1189727Z + [[ 1 == 1 ]] 2022-12-01T11:25:54.1190014Z + [[ 2 -gt 1 ]] 2022-12-01T11:25:54.1190347Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-12-01T11:25:54.1389228Z 2022-12-01T11:25:54.1389876Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "cpu" == "cpu" exit /b 0 2022-12-01T11:25:54.1391991Z 2022-12-01T11:25:54.1392339Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-12-01T11:25:54.1403342Z 2022-12-01T11:25:54.1403678Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-12-01T11:25:54.1404144Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-12-01T11:25:54.1404427Z exit /b 0 2022-12-01T11:25:54.1404594Z ) 2022-12-01T11:25:54.5636739Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T11:25:54.5647371Z Note: Google Test filter = -IntegrationTest.MNIST*:*_CUDA:*_MultiCUDA 2022-12-01T11:25:54.5647697Z [==========] Running 978 tests from 47 test suites. 2022-12-01T11:25:54.5647975Z [----------] Global test environment set-up. 2022-12-01T11:25:54.5648237Z [----------] 9 tests from AutogradAPITests 2022-12-01T11:25:54.5648502Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-12-01T11:25:54.5658242Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-12-01T11:25:54.5658561Z [ RUN ] AutogradAPITests.BackwardTest 2022-12-01T11:25:54.5659434Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1064] Warning: 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. (function operator ()) 2022-12-01T11:25:54.5661724Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-12-01T11:25:54.5662021Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-12-01T11:25:54.5663831Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-12-01T11:25:54.5664106Z [ RUN ] AutogradAPITests.GradTest 2022-12-01T11:25:54.5667590Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-12-01T11:25:54.5667857Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-12-01T11:25:54.5670569Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-12-01T11:25:54.5671728Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-12-01T11:25:54.5672980Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-12-01T11:25:54.5674146Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-12-01T11:25:54.5675732Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-12-01T11:25:54.5676054Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-12-01T11:25:55.3045315Z [ OK ] AutogradAPITests.GradUnreachableTest (736 ms) 2022-12-01T11:25:55.3045698Z [ RUN ] AutogradAPITests.EmptyInput 2022-12-01T11:25:55.3046797Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2022-12-01T11:25:55.3047081Z [ RUN ] AutogradAPITests.RetainGrad 2022-12-01T11:25:55.3053025Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator ()) 2022-12-01T11:25:55.3053554Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-12-01T11:25:55.3053833Z [ RUN ] AutogradAPITests.AnomalyMode 2022-12-01T11:25:55.3123809Z [ OK ] AutogradAPITests.AnomalyMode (7 ms) 2022-12-01T11:25:55.3124129Z [----------] 9 tests from AutogradAPITests (747 ms total) 2022-12-01T11:25:55.3124299Z 2022-12-01T11:25:55.3124443Z [----------] 33 tests from CustomAutogradTest 2022-12-01T11:25:55.3124773Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-12-01T11:25:55.3125168Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-12-01T11:25:55.3125508Z [ RUN ] CustomAutogradTest.CustomFunction 2022-12-01T11:25:55.3130106Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-12-01T11:25:55.3130466Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-12-01T11:25:55.3132676Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-12-01T11:25:55.3133034Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-12-01T11:25:55.3138800Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-12-01T11:25:55.3139140Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-12-01T11:25:55.3140204Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-12-01T11:25:55.3140595Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-12-01T11:25:55.3143760Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-12-01T11:25:55.3144095Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-12-01T11:25:55.3145551Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-12-01T11:25:55.3145877Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-12-01T11:25:55.3146215Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-12-01T11:25:55.3146545Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-12-01T11:25:55.3146923Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-12-01T11:25:55.3147226Z [ RUN ] CustomAutogradTest.MarkDirty 2022-12-01T11:25:55.3149438Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-12-01T11:25:55.3149757Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-12-01T11:25:55.3150878Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-12-01T11:25:55.3151242Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-12-01T11:25:55.3155127Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-12-01T11:25:55.3155488Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-12-01T11:25:55.3155852Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-12-01T11:25:55.3156198Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-12-01T11:25:55.3157563Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-12-01T11:25:55.3157899Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-12-01T11:25:55.3162097Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2022-12-01T11:25:55.3162427Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-12-01T11:25:55.3162718Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-12-01T11:25:55.3163035Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-12-01T11:25:55.3164158Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-12-01T11:25:55.3164485Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-12-01T11:25:55.3169844Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2022-12-01T11:25:55.3177729Z [ RUN ] CustomAutogradTest.NoGradInput 2022-12-01T11:25:55.3178182Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-12-01T11:25:55.3178468Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-12-01T11:25:55.3178820Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-12-01T11:25:55.3179119Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-12-01T11:25:55.3179399Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-12-01T11:25:55.3179671Z [ RUN ] CustomAutogradTest.Reentrant 2022-12-01T11:25:55.3179946Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-12-01T11:25:55.3180214Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-12-01T11:25:55.9343212Z [ OK ] CustomAutogradTest.DeepReentrant (616 ms) 2022-12-01T11:25:55.9343580Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-12-01T11:25:55.9349166Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-12-01T11:25:55.9349482Z [ RUN ] CustomAutogradTest.Hooks 2022-12-01T11:25:55.9356908Z [ OK ] CustomAutogradTest.Hooks (0 ms) 2022-12-01T11:25:55.9357193Z [ RUN ] CustomAutogradTest.HooksInplace 2022-12-01T11:25:55.9359218Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-12-01T11:25:55.9359563Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-12-01T11:25:55.9361977Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-12-01T11:25:55.9362362Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-12-01T11:25:55.9364752Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-12-01T11:25:55.9365096Z [ RUN ] CustomAutogradTest.HookNone 2022-12-01T11:25:55.9365762Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-12-01T11:25:55.9366062Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-12-01T11:25:55.9367649Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-12-01T11:25:55.9368254Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-12-01T11:25:55.9369621Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2022-12-01T11:25:55.9370060Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-12-01T11:25:55.9371845Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-12-01T11:25:55.9372227Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-12-01T11:25:55.9372739Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-12-01T11:25:55.9373105Z [----------] 33 tests from CustomAutogradTest (624 ms total) 2022-12-01T11:25:55.9373277Z 2022-12-01T11:25:55.9373386Z [----------] 18 tests from AnyModuleTest 2022-12-01T11:25:55.9373636Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-12-01T11:25:55.9374004Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-12-01T11:25:55.9374382Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-12-01T11:25:55.9374823Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-12-01T11:25:55.9375333Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-12-01T11:25:55.9375730Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-12-01T11:25:55.9376100Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-12-01T11:25:55.9376486Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-12-01T11:25:55.9376957Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-12-01T11:25:55.9377520Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-12-01T11:25:55.9377944Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-12-01T11:25:55.9378243Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2022-12-01T11:25:55.9378549Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-12-01T11:25:55.9380348Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2022-12-01T11:25:55.9380807Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-12-01T11:25:55.9386400Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2022-12-01T11:25:55.9386866Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-12-01T11:25:55.9387211Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-12-01T11:25:55.9387550Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-12-01T11:25:55.9387897Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2022-12-01T11:25:55.9388215Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-12-01T11:25:55.9388547Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-12-01T11:25:55.9388887Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-12-01T11:25:55.9389242Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-12-01T11:25:55.9389582Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-12-01T11:25:55.9389916Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2022-12-01T11:25:55.9390221Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-12-01T11:25:55.9390522Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-12-01T11:25:55.9390860Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-12-01T11:25:55.9392692Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2022-12-01T11:25:55.9393067Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-12-01T11:25:55.9393421Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-12-01T11:25:55.9393750Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-12-01T11:25:55.9394094Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:25:55.9394451Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-12-01T11:25:55.9394831Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-12-01T11:25:55.9395211Z [----------] 18 tests from AnyModuleTest (2 ms total) 2022-12-01T11:25:55.9395479Z 2022-12-01T11:25:55.9395584Z [----------] 12 tests from AnyValueTest 2022-12-01T11:25:55.9395911Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-12-01T11:25:55.9396285Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-12-01T11:25:55.9396713Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-12-01T11:25:55.9397174Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-12-01T11:25:55.9397607Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-12-01T11:25:55.9398026Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-12-01T11:25:55.9398442Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-12-01T11:25:55.9398851Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-12-01T11:25:55.9399282Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-12-01T11:25:55.9399790Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-12-01T11:25:55.9400209Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-12-01T11:25:55.9400599Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-12-01T11:25:55.9400956Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-12-01T11:25:55.9401279Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2022-12-01T11:25:55.9401601Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-12-01T11:25:55.9401928Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-12-01T11:25:55.9402245Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-12-01T11:25:55.9402559Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-12-01T11:25:55.9402874Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-12-01T11:25:55.9403177Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-12-01T11:25:55.9403522Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-12-01T11:25:55.9403902Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-12-01T11:25:55.9404300Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-12-01T11:25:55.9404636Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-12-01T11:25:55.9404948Z [----------] 12 tests from AnyValueTest (0 ms total) 2022-12-01T11:25:55.9405092Z 2022-12-01T11:25:55.9405189Z [----------] 50 tests from DataTest 2022-12-01T11:25:55.9405445Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-12-01T11:25:55.9405743Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-12-01T11:25:55.9406062Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-12-01T11:25:55.9406403Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-12-01T11:25:55.9406756Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-12-01T11:25:55.9407121Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2022-12-01T11:25:55.9407446Z [ RUN ] DataTest.InfiniteStreamDataset 2022-12-01T11:25:55.9407734Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-12-01T11:25:55.9408013Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-12-01T11:25:55.9408295Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-12-01T11:25:55.9408591Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-12-01T11:25:55.9408891Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-12-01T11:25:55.9409214Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-12-01T11:25:55.9409549Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-12-01T11:25:55.9409998Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-12-01T11:25:55.9410352Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-12-01T11:25:55.9410693Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-12-01T11:25:55.9411013Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-12-01T11:25:55.9411311Z [ RUN ] DataTest.CollateReducesBatch 2022-12-01T11:25:55.9411668Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-12-01T11:25:55.9411947Z [ RUN ] DataTest.CollationReducesBatch 2022-12-01T11:25:55.9412232Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-12-01T11:25:55.9412551Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-12-01T11:25:55.9412931Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-12-01T11:25:55.9413345Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-12-01T11:25:55.9413782Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:25:55.9414157Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-12-01T11:25:55.9414472Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-12-01T11:25:55.9414803Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-12-01T11:25:55.9415183Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:25:55.9415543Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-12-01T11:25:55.9597618Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (19 ms) 2022-12-01T11:25:55.9598063Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T11:25:55.9598681Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T11:25:55.9599090Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T11:25:55.9599485Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:25:55.9599836Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-12-01T11:25:55.9600136Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-12-01T11:25:55.9600466Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T11:25:55.9600826Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:25:55.9601222Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-12-01T11:25:55.9603665Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-12-01T11:25:55.9604186Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-12-01T11:25:55.9604685Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-12-01T11:25:55.9605060Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-12-01T11:25:55.9605360Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-12-01T11:25:55.9605681Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-12-01T11:25:55.9606020Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:25:55.9606392Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-12-01T11:25:55.9606783Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-12-01T11:25:55.9607206Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-12-01T11:25:55.9607679Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-12-01T11:25:55.9608077Z [ RUN ] DataTest.StackTransformWorksForExample 2022-12-01T11:25:55.9610010Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-12-01T11:25:55.9610403Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-12-01T11:25:55.9611419Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-12-01T11:25:55.9611790Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-12-01T11:25:55.9612635Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-12-01T11:25:55.9612998Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-12-01T11:25:55.9613512Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-12-01T11:25:55.9613824Z [ RUN ] DataTest.NormalizeTransform 2022-12-01T11:25:55.9619309Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-12-01T11:25:55.9619577Z [ RUN ] DataTest.MapDoesNotCopy 2022-12-01T11:25:55.9619838Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-12-01T11:25:55.9620249Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-12-01T11:25:55.9620584Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-12-01T11:25:55.9620936Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-12-01T11:25:55.9722639Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (10 ms) 2022-12-01T11:25:55.9953839Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-12-01T11:25:55.9954211Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (23 ms) 2022-12-01T11:25:55.9954550Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-12-01T11:25:56.0055087Z [ OK ] DataTest.QueueClearEmptiesTheQueue (10 ms) 2022-12-01T11:25:56.0055418Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-12-01T11:25:56.0055741Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-12-01T11:25:56.0056050Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-12-01T11:25:56.0056388Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-12-01T11:25:56.0056959Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-12-01T11:25:56.0057447Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-12-01T11:25:56.0057901Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-12-01T11:25:56.0058332Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-12-01T11:25:56.0058697Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-12-01T11:25:56.0313179Z [ OK ] DataTest.DataShuttlePopResultTimesOut (25 ms) 2022-12-01T11:25:56.0313525Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-12-01T11:25:56.0321079Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (0 ms) 2022-12-01T11:25:56.0321553Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-12-01T11:25:56.0322082Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-12-01T11:25:56.0322520Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-12-01T11:25:56.0322832Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-12-01T11:25:56.0323263Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:25:56.0323858Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:25:56.0324445Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:25:56.0324968Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:25:56.0325422Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-12-01T11:25:56.0329944Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-12-01T11:25:56.0330416Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:25:56.0331033Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:25:56.0331594Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:25:56.0332144Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:25:56.0332626Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-12-01T11:25:56.0333446Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-12-01T11:25:56.0333806Z [----------] 50 tests from DataTest (93 ms total) 2022-12-01T11:25:56.0333958Z 2022-12-01T11:25:56.0334053Z [----------] 37 tests from DataLoaderTest 2022-12-01T11:25:56.0334374Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-12-01T11:25:56.0334773Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-12-01T11:25:56.0335187Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-12-01T11:25:56.0335621Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-12-01T11:25:56.0336270Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-12-01T11:25:56.0336717Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-12-01T11:25:56.0337204Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-12-01T11:25:56.0337819Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2022-12-01T11:25:56.0338312Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-12-01T11:25:56.0338706Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-12-01T11:25:56.0339120Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-12-01T11:25:56.0339552Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-12-01T11:25:56.0339971Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-12-01T11:25:56.0340415Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-12-01T11:25:56.0340954Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-12-01T11:25:56.0341425Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-12-01T11:25:56.0341811Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-12-01T11:25:56.0342176Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-12-01T11:25:56.0342520Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-12-01T11:25:56.0342984Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-12-01T11:25:56.0343353Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-12-01T11:25:56.0343690Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-12-01T11:25:56.0344099Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-12-01T11:25:56.0344588Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (0 ms) 2022-12-01T11:25:56.0345031Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-12-01T11:25:56.0345472Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2022-12-01T11:25:56.0345910Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-12-01T11:25:56.0346362Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2022-12-01T11:25:56.0346781Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-12-01T11:25:56.0347172Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2022-12-01T11:25:56.0347568Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-12-01T11:25:56.0347963Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2022-12-01T11:25:56.0348375Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-12-01T11:25:56.0348698Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-12-01T11:25:56.0349205Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-12-01T11:25:56.0349797Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-12-01T11:25:56.0350400Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-12-01T11:25:56.0351014Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-12-01T11:25:56.0351466Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-12-01T11:25:56.0456142Z [ OK ] DataLoaderTest.RespectsTimeout (10 ms) 2022-12-01T11:25:56.0456537Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-12-01T11:25:56.0469818Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (1 ms) 2022-12-01T11:25:56.0470183Z [ RUN ] DataLoaderTest.Reset 2022-12-01T11:25:56.0470429Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-12-01T11:25:56.0470754Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-12-01T11:25:56.0473730Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-12-01T11:25:56.0474302Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-12-01T11:25:56.0474662Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-12-01T11:25:56.0475024Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-12-01T11:25:56.0483434Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (0 ms) 2022-12-01T11:25:56.0483791Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-12-01T11:25:56.0484824Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-12-01T11:25:56.0485163Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-12-01T11:25:56.0486794Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-12-01T11:25:56.0487132Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-12-01T11:25:56.0580325Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (9 ms) 2022-12-01T11:25:56.0580755Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-12-01T11:25:56.0582349Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (0 ms) 2022-12-01T11:25:56.0582727Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-12-01T11:25:56.0583482Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-12-01T11:25:56.0583873Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-12-01T11:25:56.0586369Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-12-01T11:25:56.0586801Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-12-01T11:25:56.0588464Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-12-01T11:25:56.0588845Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-12-01T11:25:56.0590325Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-12-01T11:25:56.0590640Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-12-01T11:25:56.1003858Z [ OK ] DataLoaderTest.ChunkDatasetSave (41 ms) 2022-12-01T11:25:56.1004213Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-12-01T11:25:56.1070390Z [ OK ] DataLoaderTest.ChunkDatasetLoad (6 ms) 2022-12-01T11:25:56.1070767Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-12-01T11:25:56.1078730Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-12-01T11:25:56.1079079Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-12-01T11:25:56.1084276Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-12-01T11:25:56.1084641Z [----------] 37 tests from DataLoaderTest (75 ms total) 2022-12-01T11:25:56.1084832Z 2022-12-01T11:25:56.1084930Z [----------] 1 test from EnumTest 2022-12-01T11:25:56.1085150Z [ RUN ] EnumTest.AllEnums 2022-12-01T11:25:56.1085441Z [ OK ] EnumTest.AllEnums (0 ms) 2022-12-01T11:25:56.1085690Z [----------] 1 test from EnumTest (0 ms total) 2022-12-01T11:25:56.1085835Z 2022-12-01T11:25:56.1085940Z [----------] 6 tests from ExpandingArrayTest 2022-12-01T11:25:56.1086276Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-12-01T11:25:56.1086698Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-12-01T11:25:56.1087073Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-12-01T11:25:56.1087419Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-12-01T11:25:56.1087762Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-12-01T11:25:56.1088132Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-12-01T11:25:56.1088490Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-12-01T11:25:56.1088867Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-12-01T11:25:56.1089409Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-12-01T11:25:56.1090212Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2022-12-01T11:25:56.1090912Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-12-01T11:25:56.1092224Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2022-12-01T11:25:56.1092677Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2022-12-01T11:25:56.1092848Z 2022-12-01T11:25:56.1092946Z [----------] 10 tests from FFTTest 2022-12-01T11:25:56.1093153Z [ RUN ] FFTTest.fft 2022-12-01T11:25:56.1094808Z [ OK ] FFTTest.fft (0 ms) 2022-12-01T11:25:56.1095025Z [ RUN ] FFTTest.fft_real 2022-12-01T11:25:56.1096748Z [ OK ] FFTTest.fft_real (0 ms) 2022-12-01T11:25:56.1097005Z [ RUN ] FFTTest.fft_pad 2022-12-01T11:25:56.1099747Z [ OK ] FFTTest.fft_pad (0 ms) 2022-12-01T11:25:56.1099967Z [ RUN ] FFTTest.fft_norm 2022-12-01T11:25:56.1102233Z [ OK ] FFTTest.fft_norm (0 ms) 2022-12-01T11:25:56.1102449Z [ RUN ] FFTTest.ifft 2022-12-01T11:25:56.1105544Z [ OK ] FFTTest.ifft (0 ms) 2022-12-01T11:25:56.1105742Z [ RUN ] FFTTest.fft_ifft 2022-12-01T11:25:56.1108087Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-12-01T11:25:56.1108309Z [ RUN ] FFTTest.rfft 2022-12-01T11:25:56.1112016Z [ OK ] FFTTest.rfft (0 ms) 2022-12-01T11:25:56.1112232Z [ RUN ] FFTTest.rfft_irfft 2022-12-01T11:25:56.1113262Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-12-01T11:25:56.1113478Z [ RUN ] FFTTest.ihfft 2022-12-01T11:25:56.1117076Z [ OK ] FFTTest.ihfft (0 ms) 2022-12-01T11:25:56.1117294Z [ RUN ] FFTTest.hfft_ihfft 2022-12-01T11:25:56.1120214Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-12-01T11:25:56.1120470Z [----------] 10 tests from FFTTest (3 ms total) 2022-12-01T11:25:56.1120621Z 2022-12-01T11:25:56.1120730Z [----------] 132 tests from FunctionalTest 2022-12-01T11:25:56.1120968Z [ RUN ] FunctionalTest.Conv1d 2022-12-01T11:25:56.1145796Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-12-01T11:25:56.1146062Z [ RUN ] FunctionalTest.Conv2dEven 2022-12-01T11:25:56.1154693Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-12-01T11:25:56.1155154Z [ RUN ] FunctionalTest.Conv2dUneven 2022-12-01T11:25:56.1157637Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-12-01T11:25:56.1158091Z [ RUN ] FunctionalTest.Conv3d 2022-12-01T11:25:56.1163041Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-12-01T11:25:56.1163425Z [ RUN ] FunctionalTest.MaxPool1d 2022-12-01T11:25:56.1164536Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-12-01T11:25:56.1164985Z [ RUN ] FunctionalTest.MaxPool2d 2022-12-01T11:25:56.1166161Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-12-01T11:25:56.1166609Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-12-01T11:25:56.1168091Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-12-01T11:25:56.1168544Z [ RUN ] FunctionalTest.MaxPool3d 2022-12-01T11:25:56.1169562Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-12-01T11:25:56.1170045Z [ RUN ] FunctionalTest.AvgPool1d 2022-12-01T11:25:56.1171271Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-12-01T11:25:56.1171694Z [ RUN ] FunctionalTest.AvgPool2d 2022-12-01T11:25:56.1172161Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-12-01T11:25:56.1172569Z [ RUN ] FunctionalTest.AvgPool3d 2022-12-01T11:25:56.1173333Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-12-01T11:25:56.1173793Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-12-01T11:25:56.1178477Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:25:56.1178980Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-12-01T11:25:56.1181300Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:25:56.1181755Z [ RUN ] FunctionalTest.LPPool1d 2022-12-01T11:25:56.1183858Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-12-01T11:25:56.1184248Z [ RUN ] FunctionalTest.LPPool2d 2022-12-01T11:25:56.1185519Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-12-01T11:25:56.1185959Z [ RUN ] FunctionalTest.CosineSimilarity 2022-12-01T11:25:56.1187944Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-12-01T11:25:56.1188473Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-12-01T11:25:56.1191385Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:25:56.1191903Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-12-01T11:25:56.1193159Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:25:56.1193662Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-12-01T11:25:56.1194994Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:25:56.1195570Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-12-01T11:25:56.1197396Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:25:56.1197892Z [ RUN ] FunctionalTest.HuberLossDelta 2022-12-01T11:25:56.1199260Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-12-01T11:25:56.1199725Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-12-01T11:25:56.1201026Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-12-01T11:25:56.1201715Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-12-01T11:25:56.1204662Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:25:56.1205311Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:25:56.1210069Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:25:56.1210703Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-12-01T11:25:56.1212298Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:25:56.1212962Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:25:56.1216475Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:25:56.1217080Z [ RUN ] FunctionalTest.PairwiseDistance 2022-12-01T11:25:56.1218331Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-12-01T11:25:56.1218757Z [ RUN ] FunctionalTest.PDist 2022-12-01T11:25:56.1220911Z [ OK ] FunctionalTest.PDist (0 ms) 2022-12-01T11:25:56.1221349Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-12-01T11:25:56.1222242Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:25:56.1222719Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-12-01T11:25:56.1223256Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-12-01T11:25:56.1223734Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-12-01T11:25:56.1224396Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:25:56.1224869Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-12-01T11:25:56.1225782Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:25:56.1226346Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-12-01T11:25:56.1227239Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-12-01T11:25:56.1227767Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-12-01T11:25:56.1228256Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:25:56.1228699Z [ RUN ] FunctionalTest.L1Loss 2022-12-01T11:25:56.1230494Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-12-01T11:25:56.1230886Z [ RUN ] FunctionalTest.MSELoss 2022-12-01T11:25:56.1234249Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-12-01T11:25:56.1234602Z [ RUN ] FunctionalTest.BCELoss 2022-12-01T11:25:56.1235156Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-12-01T11:25:56.1235448Z [ RUN ] FunctionalTest.KLDivLoss 2022-12-01T11:25:56.1236116Z [W loss.h:57] Warning: 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. (function kl_div) 2022-12-01T11:25:56.1237188Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-12-01T11:25:56.1237486Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-12-01T11:25:56.1239682Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:25:56.1240307Z [ RUN ] FunctionalTest.GridSample 2022-12-01T11:25:56.1242498Z [W vision.h:87] Warning: 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. (function grid_sample) 2022-12-01T11:25:56.1245753Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-12-01T11:25:56.1246177Z [ RUN ] FunctionalTest.AffineGrid 2022-12-01T11:25:56.1266575Z [ OK ] FunctionalTest.AffineGrid (2 ms) 2022-12-01T11:25:56.1266884Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-12-01T11:25:56.1268071Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-12-01T11:25:56.1268368Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-12-01T11:25:56.1270720Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:25:56.1271080Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:25:56.1273412Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:25:56.1273796Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-12-01T11:25:56.1277147Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:25:56.1277726Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-12-01T11:25:56.1278199Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-12-01T11:25:56.1278796Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:25:56.1503610Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (22 ms) 2022-12-01T11:25:56.1504173Z [ RUN ] FunctionalTest.NLLLoss 2022-12-01T11:25:56.1505625Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-12-01T11:25:56.1505891Z [ RUN ] FunctionalTest.CrossEntropy 2022-12-01T11:25:56.1511745Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-12-01T11:25:56.1512047Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-12-01T11:25:56.1516840Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-12-01T11:25:56.1517153Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-12-01T11:25:56.1520562Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-12-01T11:25:56.1520925Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-12-01T11:25:56.1522862Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-12-01T11:25:56.1523205Z [ RUN ] FunctionalTest.ELU 2022-12-01T11:25:56.1547720Z [ OK ] FunctionalTest.ELU (2 ms) 2022-12-01T11:25:56.1547985Z [ RUN ] FunctionalTest.SELU 2022-12-01T11:25:56.1553785Z [ OK ] FunctionalTest.SELU (0 ms) 2022-12-01T11:25:56.1554025Z [ RUN ] FunctionalTest.GLU 2022-12-01T11:25:56.1555966Z [ OK ] FunctionalTest.GLU (0 ms) 2022-12-01T11:25:56.1556203Z [ RUN ] FunctionalTest.GELU 2022-12-01T11:25:56.1561484Z [ OK ] FunctionalTest.GELU (0 ms) 2022-12-01T11:25:56.1561765Z [ RUN ] FunctionalTest.TanhGELU 2022-12-01T11:25:56.1564029Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-12-01T11:25:56.1564300Z [ RUN ] FunctionalTest.Hardshrink 2022-12-01T11:25:56.1576167Z [ OK ] FunctionalTest.Hardshrink (1 ms) 2022-12-01T11:25:56.1576436Z [ RUN ] FunctionalTest.OneHot 2022-12-01T11:25:56.1581872Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-12-01T11:25:56.1582192Z [ RUN ] FunctionalTest.Hardtanh 2022-12-01T11:25:56.1633211Z [ OK ] FunctionalTest.Hardtanh (5 ms) 2022-12-01T11:25:56.1633487Z [ RUN ] FunctionalTest.LeakyReLU 2022-12-01T11:25:56.1650298Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-12-01T11:25:56.1650647Z [ RUN ] FunctionalTest.LogSigmoid 2022-12-01T11:25:56.1652186Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-12-01T11:25:56.1652460Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-12-01T11:25:56.1709237Z [ OK ] FunctionalTest.GumbelSoftmax (5 ms) 2022-12-01T11:25:56.1709519Z [ RUN ] FunctionalTest.Softmax 2022-12-01T11:25:56.1711238Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-12-01T11:25:56.1711493Z [ RUN ] FunctionalTest.Softmin 2022-12-01T11:25:56.1713219Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-12-01T11:25:56.1713487Z [ RUN ] FunctionalTest.LogSoftmax 2022-12-01T11:25:56.1715108Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-12-01T11:25:56.1715377Z [ RUN ] FunctionalTest.PReLU 2022-12-01T11:25:56.1717987Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-12-01T11:25:56.1718280Z [ RUN ] FunctionalTest.LayerNorm 2022-12-01T11:25:56.1719494Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-12-01T11:25:56.1719754Z [ RUN ] FunctionalTest.GroupNorm 2022-12-01T11:25:56.1720937Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-12-01T11:25:56.1721221Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-12-01T11:25:56.1723911Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-12-01T11:25:56.1724240Z [ RUN ] FunctionalTest.Linear 2022-12-01T11:25:56.1728487Z [ OK ] FunctionalTest.Linear (0 ms) 2022-12-01T11:25:56.1730689Z [ RUN ] FunctionalTest.Embedding 2022-12-01T11:25:56.1731150Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-12-01T11:25:56.1731424Z [ RUN ] FunctionalTest.EmbeddingBag 2022-12-01T11:25:56.1741656Z [ OK ] FunctionalTest.EmbeddingBag (1 ms) 2022-12-01T11:25:56.1742153Z [ RUN ] FunctionalTest.Bilinear 2022-12-01T11:25:56.1746690Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-12-01T11:25:56.1746950Z [ RUN ] FunctionalTest.Normalize 2022-12-01T11:25:56.1753635Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-12-01T11:25:56.1753899Z [ RUN ] FunctionalTest.ReLU 2022-12-01T11:25:56.1758455Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-12-01T11:25:56.1758782Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-12-01T11:25:56.1759916Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-12-01T11:25:56.1760175Z [ RUN ] FunctionalTest.ReLU6 2022-12-01T11:25:56.1765473Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-12-01T11:25:56.1765754Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-12-01T11:25:56.1767146Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-12-01T11:25:56.1767420Z [ RUN ] FunctionalTest.RReLU 2022-12-01T11:25:56.1836135Z [ OK ] FunctionalTest.RReLU (6 ms) 2022-12-01T11:25:56.1836509Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-12-01T11:25:56.1838070Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-12-01T11:25:56.1838349Z [ RUN ] FunctionalTest.CELU 2022-12-01T11:25:56.1858159Z [ OK ] FunctionalTest.CELU (1 ms) 2022-12-01T11:25:56.1858465Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-12-01T11:25:56.1860424Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-12-01T11:25:56.1860916Z [ RUN ] FunctionalTest.PixelShuffle 2022-12-01T11:25:56.1862826Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-12-01T11:25:56.1863122Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-12-01T11:25:56.1865144Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-12-01T11:25:56.1865470Z [ RUN ] FunctionalTest.Softplus 2022-12-01T11:25:56.1877589Z [ OK ] FunctionalTest.Softplus (1 ms) 2022-12-01T11:25:56.1877940Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-12-01T11:25:56.1879123Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-12-01T11:25:56.1879388Z [ RUN ] FunctionalTest.Fold 2022-12-01T11:25:56.1880938Z [ OK ] FunctionalTest.Fold (0 ms) 2022-12-01T11:25:56.1881179Z [ RUN ] FunctionalTest.Unfold 2022-12-01T11:25:56.1883317Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-12-01T11:25:56.1883567Z [ RUN ] FunctionalTest.Softshrink 2022-12-01T11:25:56.1893750Z [ OK ] FunctionalTest.Softshrink (1 ms) 2022-12-01T11:25:56.1894136Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-12-01T11:25:56.1895256Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-12-01T11:25:56.1895684Z [ RUN ] FunctionalTest.Softsign 2022-12-01T11:25:56.1896543Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-12-01T11:25:56.1896918Z [ RUN ] FunctionalTest.Mish 2022-12-01T11:25:56.1898406Z [ OK ] FunctionalTest.Mish (0 ms) 2022-12-01T11:25:56.1898653Z [ RUN ] FunctionalTest.Tanhshrink 2022-12-01T11:25:56.1899551Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-12-01T11:25:56.1899849Z [ RUN ] FunctionalTest.Threshold 2022-12-01T11:25:56.1923256Z [ OK ] FunctionalTest.Threshold (2 ms) 2022-12-01T11:25:56.1923530Z [ RUN ] FunctionalTest.BatchNorm1d 2022-12-01T11:25:56.1925534Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-12-01T11:25:56.1925842Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-12-01T11:25:56.1927024Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-12-01T11:25:56.1927357Z [ RUN ] FunctionalTest.BatchNorm2d 2022-12-01T11:25:56.1928788Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-12-01T11:25:56.1929091Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-12-01T11:25:56.1930519Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-12-01T11:25:56.1931464Z [ RUN ] FunctionalTest.BatchNorm3d 2022-12-01T11:25:56.1931941Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-12-01T11:25:56.1932281Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-12-01T11:25:56.1933557Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-12-01T11:25:56.1933965Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-12-01T11:25:56.1937733Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-12-01T11:25:56.1938063Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-12-01T11:25:56.1940160Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-12-01T11:25:56.1940477Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-12-01T11:25:56.1944116Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-12-01T11:25:56.1944476Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-12-01T11:25:56.1947160Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-12-01T11:25:56.1947490Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-12-01T11:25:56.1952934Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-12-01T11:25:56.1953260Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-12-01T11:25:56.1957629Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-12-01T11:25:56.1957940Z [ RUN ] FunctionalTest.Interpolate 2022-12-01T11:25:56.1959829Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1961496Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1963310Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1965002Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1966843Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1968484Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1970235Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1971944Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:25:56.1988585Z [ OK ] FunctionalTest.Interpolate (3 ms) 2022-12-01T11:25:56.1988985Z [ RUN ] FunctionalTest.Pad1 2022-12-01T11:25:56.1990522Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-12-01T11:25:56.1990790Z [ RUN ] FunctionalTest.Pad2 2022-12-01T11:25:56.1993448Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-12-01T11:25:56.1993702Z [ RUN ] FunctionalTest.Pad3 2022-12-01T11:25:56.2002242Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-12-01T11:25:56.2002484Z [ RUN ] FunctionalTest.Pad4 2022-12-01T11:25:56.2005426Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-12-01T11:25:56.2005663Z [ RUN ] FunctionalTest.Pad5 2022-12-01T11:25:56.2010862Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-12-01T11:25:56.2011110Z [ RUN ] FunctionalTest.Pad6 2022-12-01T11:25:56.2014622Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-12-01T11:25:56.2014895Z [ RUN ] FunctionalTest.Pad7 2022-12-01T11:25:56.2015212Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-12-01T11:25:56.2015522Z [ RUN ] FunctionalTest.Pad8 2022-12-01T11:25:56.2015746Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-12-01T11:25:56.2015976Z [ RUN ] FunctionalTest.CTCLoss 2022-12-01T11:25:56.2033639Z [ OK ] FunctionalTest.CTCLoss (1 ms) 2022-12-01T11:25:56.2033926Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-12-01T11:25:56.2037553Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-12-01T11:25:56.2037852Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-12-01T11:25:56.2042302Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-12-01T11:25:56.2042601Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-12-01T11:25:56.2046568Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-12-01T11:25:56.2046857Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-12-01T11:25:56.2053073Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:25:56.2053398Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-12-01T11:25:56.2058201Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:25:56.2058524Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-12-01T11:25:56.2062242Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-12-01T11:25:56.2062523Z [ RUN ] FunctionalTest.AlphaDropout 2022-12-01T11:25:56.2081665Z [ OK ] FunctionalTest.AlphaDropout (1 ms) 2022-12-01T11:25:56.2082158Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-12-01T11:25:56.2100533Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-12-01T11:25:56.2100837Z [ RUN ] FunctionalTest.Dropout 2022-12-01T11:25:56.2109594Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-12-01T11:25:56.2109861Z [ RUN ] FunctionalTest.Dropout2d 2022-12-01T11:25:56.2120388Z [ OK ] FunctionalTest.Dropout2d (1 ms) 2022-12-01T11:25:56.2120636Z [ RUN ] FunctionalTest.Dropout3d 2022-12-01T11:25:56.2130413Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-12-01T11:25:56.2130674Z [ RUN ] FunctionalTest.isfinite 2022-12-01T11:25:56.2140929Z [ OK ] FunctionalTest.isfinite (1 ms) 2022-12-01T11:25:56.2141320Z [ RUN ] FunctionalTest.isinf 2022-12-01T11:25:56.2149490Z [ OK ] FunctionalTest.isinf (0 ms) 2022-12-01T11:25:56.2149730Z [ RUN ] FunctionalTest.AllClose 2022-12-01T11:25:56.2295079Z [ OK ] FunctionalTest.AllClose (14 ms) 2022-12-01T11:25:56.2295552Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-12-01T11:25:56.2324185Z [ OK ] FunctionalTest.BCEWithLogitsLoss (2 ms) 2022-12-01T11:25:56.2324691Z [----------] 132 tests from FunctionalTest (120 ms total) 2022-12-01T11:25:56.2324939Z 2022-12-01T11:25:56.2325108Z [----------] 1 test from IntegrationTest 2022-12-01T11:25:56.2325485Z [ RUN ] IntegrationTest.CartPole 2022-12-01T11:26:14.1717134Z [ OK ] IntegrationTest.CartPole (17938 ms) 2022-12-01T11:26:14.1717491Z [----------] 1 test from IntegrationTest (17939 ms total) 2022-12-01T11:26:14.1717659Z 2022-12-01T11:26:14.1717757Z [----------] 9 tests from InitTest 2022-12-01T11:26:14.1718026Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-12-01T11:26:14.1742688Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (2 ms) 2022-12-01T11:26:14.1743025Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-12-01T11:26:14.1767930Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (2 ms) 2022-12-01T11:26:14.1768295Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-12-01T11:26:14.1793077Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (2 ms) 2022-12-01T11:26:14.1793414Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-12-01T11:26:14.1817815Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (2 ms) 2022-12-01T11:26:14.1818170Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-12-01T11:26:14.1820576Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2022-12-01T11:26:14.1820911Z [ RUN ] InitTest.CalculateGainWithTanh 2022-12-01T11:26:14.1821191Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-12-01T11:26:14.1821465Z [ RUN ] InitTest.CalculateGainWithRelu 2022-12-01T11:26:14.1821743Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-12-01T11:26:14.1822019Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-12-01T11:26:14.1822328Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-12-01T11:26:14.1822650Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-12-01T11:26:14.1824865Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-12-01T11:26:14.1825179Z [----------] 9 tests from InitTest (10 ms total) 2022-12-01T11:26:14.1825328Z 2022-12-01T11:26:14.1825438Z [----------] 6 tests from TorchScriptTest 2022-12-01T11:26:14.1825723Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-12-01T11:26:14.2571689Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (74 ms) 2022-12-01T11:26:14.2572139Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-12-01T11:26:14.2590566Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (1 ms) 2022-12-01T11:26:14.2596012Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-12-01T11:26:14.2596406Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-12-01T11:26:14.2596726Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-12-01T11:26:14.2599072Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-12-01T11:26:14.2599409Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-12-01T11:26:14.2608167Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-12-01T11:26:14.2608791Z [ RUN ] TorchScriptTest.TestPickle 2022-12-01T11:26:14.2609207Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-12-01T11:26:14.2609657Z [----------] 6 tests from TorchScriptTest (78 ms total) 2022-12-01T11:26:14.2609910Z 2022-12-01T11:26:14.2610060Z [----------] 3 tests from MakeUniqueTest 2022-12-01T11:26:14.2610361Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-12-01T11:26:14.2610690Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-12-01T11:26:14.2611023Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-12-01T11:26:14.2611349Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-12-01T11:26:14.2611782Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-12-01T11:26:14.2612338Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-12-01T11:26:14.2612656Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-12-01T11:26:14.2612816Z 2022-12-01T11:26:14.2612923Z [----------] 2 tests from MetaTensorTest 2022-12-01T11:26:14.2613175Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-12-01T11:26:14.2613453Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-12-01T11:26:14.2613736Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-12-01T11:26:14.2614078Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-12-01T11:26:14.2614354Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-12-01T11:26:14.2614569Z 2022-12-01T11:26:14.2614710Z [----------] 2 tests from UtilsTest 2022-12-01T11:26:14.2614972Z [ RUN ] UtilsTest.WarnOnce 2022-12-01T11:26:14.2615196Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-12-01T11:26:14.2615461Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-12-01T11:26:14.2615756Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-12-01T11:26:14.2616052Z [----------] 2 tests from UtilsTest (0 ms total) 2022-12-01T11:26:14.2616203Z 2022-12-01T11:26:14.2616299Z [----------] 1 test from NoGradTest 2022-12-01T11:26:14.2616552Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-12-01T11:26:14.2616853Z [ OK ] NoGradTest.SetsGradModeCorrectly (0 ms) 2022-12-01T11:26:14.2617134Z [----------] 1 test from NoGradTest (0 ms total) 2022-12-01T11:26:14.2617282Z 2022-12-01T11:26:14.2617381Z [----------] 3 tests from AutogradTest 2022-12-01T11:26:14.2617619Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-12-01T11:26:14.2617905Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-12-01T11:26:14.2618235Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-12-01T11:26:14.2618615Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-12-01T11:26:14.2618976Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-12-01T11:26:14.2619459Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-12-01T11:26:14.2619765Z [----------] 3 tests from AutogradTest (0 ms total) 2022-12-01T11:26:14.2620041Z 2022-12-01T11:26:14.2620239Z [----------] 1 test from OptionalArrayRefTest 2022-12-01T11:26:14.2620696Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-12-01T11:26:14.2621247Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-12-01T11:26:14.2621745Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-12-01T11:26:14.2621982Z 2022-12-01T11:26:14.2622122Z [----------] 52 tests from ModuleTest 2022-12-01T11:26:14.2622547Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-12-01T11:26:14.2623110Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-12-01T11:26:14.2623594Z [ RUN ] ModuleTest.ZeroGrad 2022-12-01T11:26:14.2630584Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-12-01T11:26:14.2631031Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-12-01T11:26:14.2632537Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-12-01T11:26:14.2633492Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-12-01T11:26:14.2636542Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2022-12-01T11:26:14.2637005Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-12-01T11:26:14.2638284Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2022-12-01T11:26:14.2638741Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-12-01T11:26:14.2640959Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2022-12-01T11:26:14.2641516Z [ RUN ] ModuleTest.ReplaceModule 2022-12-01T11:26:14.2641934Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-12-01T11:26:14.2642348Z [ RUN ] ModuleTest.UnregisterModule 2022-12-01T11:26:14.2642796Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2022-12-01T11:26:14.2643370Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-12-01T11:26:14.2645459Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2022-12-01T11:26:14.2645994Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-12-01T11:26:14.2646965Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2022-12-01T11:26:14.2647483Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-12-01T11:26:14.2647842Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-12-01T11:26:14.2648221Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-12-01T11:26:14.2649955Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2022-12-01T11:26:14.2650396Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-12-01T11:26:14.2651511Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2022-12-01T11:26:14.2651907Z [ RUN ] ModuleTest.CanGetName 2022-12-01T11:26:14.2652274Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-12-01T11:26:14.2652741Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-12-01T11:26:14.2653096Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-12-01T11:26:14.2653461Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-12-01T11:26:14.2654372Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-12-01T11:26:14.2654818Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-12-01T11:26:14.2655290Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-12-01T11:26:14.2655763Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-12-01T11:26:14.2657209Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2022-12-01T11:26:14.2657700Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-12-01T11:26:14.2658284Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-12-01T11:26:14.2658769Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-12-01T11:26:14.2668792Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (1 ms) 2022-12-01T11:26:14.2669149Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-12-01T11:26:14.2671346Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-12-01T11:26:14.2671739Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-12-01T11:26:14.2673370Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-12-01T11:26:14.2673817Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-12-01T11:26:14.2674194Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-12-01T11:26:14.2674549Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-12-01T11:26:14.2675027Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-12-01T11:26:14.2675414Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-12-01T11:26:14.2675897Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-12-01T11:26:14.2676303Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-12-01T11:26:14.2676721Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-12-01T11:26:14.2677278Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-12-01T11:26:14.2677866Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-12-01T11:26:14.2678489Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-12-01T11:26:14.2679133Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-12-01T11:26:14.2679648Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-12-01T11:26:14.2680140Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2022-12-01T11:26:14.2680643Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:26:14.2681248Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:26:14.2681717Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:26:14.2682264Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:26:14.2682895Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:26:14.2683435Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:26:14.2683921Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:26:14.2684495Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:26:14.2684971Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:26:14.2685421Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:26:14.2685975Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:26:14.2686584Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:26:14.2687152Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:26:14.2687666Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:26:14.2688207Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:26:14.2688713Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:26:14.2689204Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:26:14.2689701Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:26:14.2690181Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:26:14.2690657Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:26:14.2691086Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:26:14.2691617Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:26:14.2692087Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:26:14.2692605Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:26:14.2693079Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:26:14.2693526Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:26:14.2694007Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:26:14.2694598Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:26:14.2695087Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-12-01T11:26:14.2695422Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2695869Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-12-01T11:26:14.2696230Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2696589Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-12-01T11:26:14.2696934Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2697312Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-12-01T11:26:14.2697702Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2698098Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-12-01T11:26:14.2698506Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2698894Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-12-01T11:26:14.2699404Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:26:14.2699866Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-12-01T11:26:14.2700490Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2022-12-01T11:26:14.2700915Z [ RUN ] ModuleTest.PrettyPrint 2022-12-01T11:26:14.2701165Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-12-01T11:26:14.2701508Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-12-01T11:26:14.2701929Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-12-01T11:26:14.2702282Z [----------] 52 tests from ModuleTest (7 ms total) 2022-12-01T11:26:14.2702438Z 2022-12-01T11:26:14.2702547Z [----------] 11 tests from ModuleDictTest 2022-12-01T11:26:14.2702810Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-12-01T11:26:14.2703107Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-12-01T11:26:14.2703419Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-12-01T11:26:14.2703738Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-12-01T11:26:14.2704064Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-12-01T11:26:14.2704474Z [ OK ] ModuleDictTest.UpdatePopClearContains (0 ms) 2022-12-01T11:26:14.2704800Z [ RUN ] ModuleDictTest.UpdateExist 2022-12-01T11:26:14.2705065Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-12-01T11:26:14.2705308Z [ RUN ] ModuleDictTest.Keys 2022-12-01T11:26:14.2705542Z [ OK ] ModuleDictTest.Keys (0 ms) 2022-12-01T11:26:14.2705771Z [ RUN ] ModuleDictTest.Values 2022-12-01T11:26:14.2706012Z [ OK ] ModuleDictTest.Values (0 ms) 2022-12-01T11:26:14.2706391Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-12-01T11:26:14.2707570Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:26:14.2707937Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-12-01T11:26:14.2708235Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-12-01T11:26:14.2708514Z [ RUN ] ModuleDictTest.IsCloneable 2022-12-01T11:26:14.2715368Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-12-01T11:26:14.2715715Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-12-01T11:26:14.2717093Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:26:14.2717447Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-12-01T11:26:14.2719692Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-12-01T11:26:14.2720198Z [----------] 11 tests from ModuleDictTest (2 ms total) 2022-12-01T11:26:14.2720448Z 2022-12-01T11:26:14.2720613Z [----------] 15 tests from ModuleListTest 2022-12-01T11:26:14.2721075Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-12-01T11:26:14.2721638Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:26:14.2722201Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-12-01T11:26:14.2722751Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:26:14.2723276Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-12-01T11:26:14.2724001Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:26:14.2724468Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-12-01T11:26:14.2724825Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:26:14.2725151Z [ RUN ] ModuleListTest.Insertion 2022-12-01T11:26:14.2734487Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-12-01T11:26:14.2734877Z [ RUN ] ModuleListTest.AccessWithAt 2022-12-01T11:26:14.2735344Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2022-12-01T11:26:14.2735793Z [ RUN ] ModuleListTest.AccessWithPtr 2022-12-01T11:26:14.2736249Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2022-12-01T11:26:14.2736850Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-12-01T11:26:14.2737571Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:26:14.2738240Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-12-01T11:26:14.2739128Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-12-01T11:26:14.2739740Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-12-01T11:26:14.2740157Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-12-01T11:26:14.2740459Z [ RUN ] ModuleListTest.IsCloneable 2022-12-01T11:26:14.2740748Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-12-01T11:26:14.2741052Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-12-01T11:26:14.2741426Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:26:14.2741762Z [ RUN ] ModuleListTest.NestingIsPossible 2022-12-01T11:26:14.2742067Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-12-01T11:26:14.2742380Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-12-01T11:26:14.2742761Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-12-01T11:26:14.2743056Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-12-01T11:26:14.2743360Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-12-01T11:26:14.2743720Z [----------] 15 tests from ModuleListTest (2 ms total) 2022-12-01T11:26:14.2743894Z 2022-12-01T11:26:14.2744002Z [----------] 256 tests from ModulesTest 2022-12-01T11:26:14.2744240Z [ RUN ] ModulesTest.Conv1d 2022-12-01T11:26:14.2754837Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-12-01T11:26:14.2755142Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-12-01T11:26:14.2758019Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2022-12-01T11:26:14.2758317Z [ RUN ] ModulesTest.Conv2dEven 2022-12-01T11:26:14.2763740Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-12-01T11:26:14.2764031Z [ RUN ] ModulesTest.Conv2dUneven 2022-12-01T11:26:14.2767425Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-12-01T11:26:14.2767769Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-12-01T11:26:14.2771885Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2022-12-01T11:26:14.2772169Z [ RUN ] ModulesTest.Conv3d 2022-12-01T11:26:14.2778108Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-12-01T11:26:14.2778412Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-12-01T11:26:14.2783343Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2022-12-01T11:26:14.2783646Z [ RUN ] ModulesTest.ConvTranspose1d 2022-12-01T11:26:14.2788144Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-12-01T11:26:14.2788443Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-12-01T11:26:14.2794854Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:26:14.2795182Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-12-01T11:26:14.2800429Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:26:14.2800746Z [ RUN ] ModulesTest.ConvTranspose3d 2022-12-01T11:26:14.2804770Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-12-01T11:26:14.2805099Z [ RUN ] ModulesTest.MaxPool1d 2022-12-01T11:26:14.2807736Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-12-01T11:26:14.2808057Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-12-01T11:26:14.2809939Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-12-01T11:26:14.2810288Z [ RUN ] ModulesTest.MaxPool2dEven 2022-12-01T11:26:14.2812411Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-12-01T11:26:14.2812707Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-12-01T11:26:14.2814112Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-12-01T11:26:14.2814437Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-12-01T11:26:14.2816286Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-12-01T11:26:14.2816622Z [ RUN ] ModulesTest.MaxPool3d 2022-12-01T11:26:14.2819176Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-12-01T11:26:14.2819492Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-12-01T11:26:14.2821805Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-12-01T11:26:14.2822083Z [ RUN ] ModulesTest.AvgPool1d 2022-12-01T11:26:14.2824322Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-12-01T11:26:14.2824618Z [ RUN ] ModulesTest.AvgPool2dEven 2022-12-01T11:26:14.2826124Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-12-01T11:26:14.2826406Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-12-01T11:26:14.2827557Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-12-01T11:26:14.2827837Z [ RUN ] ModulesTest.AvgPool3d 2022-12-01T11:26:14.2829448Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-12-01T11:26:14.2831998Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-12-01T11:26:14.2832323Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:26:14.2832658Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-12-01T11:26:14.2834275Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-12-01T11:26:14.2834618Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-12-01T11:26:14.2836905Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:26:14.2837254Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-12-01T11:26:14.2839570Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-12-01T11:26:14.2839893Z [ RUN ] ModulesTest.LPPool1d 2022-12-01T11:26:14.2841500Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-12-01T11:26:14.2841820Z [ RUN ] ModulesTest.LPPool2d 2022-12-01T11:26:14.2843141Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-12-01T11:26:14.2843400Z [ RUN ] ModulesTest.Identity 2022-12-01T11:26:14.2844597Z [ OK ] ModulesTest.Identity (0 ms) 2022-12-01T11:26:14.2844876Z [ RUN ] ModulesTest.Flatten 2022-12-01T11:26:14.2848161Z [ OK ] ModulesTest.Flatten (0 ms) 2022-12-01T11:26:14.2848436Z [ RUN ] ModulesTest.Unflatten 2022-12-01T11:26:14.2849759Z [W TensorImpl.h:1761] Warning: 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. (function operator ()) 2022-12-01T11:26:14.2850330Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-12-01T11:26:14.2850594Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-12-01T11:26:14.2852763Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:26:14.2853125Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-12-01T11:26:14.2855136Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-12-01T11:26:14.2855474Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-12-01T11:26:14.2857455Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-12-01T11:26:14.2857768Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-12-01T11:26:14.2859707Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-12-01T11:26:14.2860140Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-12-01T11:26:14.2863549Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-12-01T11:26:14.2863944Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-12-01T11:26:14.2866788Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-12-01T11:26:14.2867293Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-12-01T11:26:14.2869548Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:26:14.2869875Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-12-01T11:26:14.2873738Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-12-01T11:26:14.2874078Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-12-01T11:26:14.2876015Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:26:14.2876345Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-12-01T11:26:14.2878579Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-12-01T11:26:14.2878920Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-12-01T11:26:14.2881092Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-12-01T11:26:14.2881416Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-12-01T11:26:14.2883808Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:26:14.2884162Z [ RUN ] ModulesTest.MaxUnpool1d 2022-12-01T11:26:14.2887529Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-12-01T11:26:14.2887931Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-12-01T11:26:14.2891997Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-12-01T11:26:14.2892288Z [ RUN ] ModulesTest.MaxUnpool2d 2022-12-01T11:26:14.2895908Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-12-01T11:26:14.2896253Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-12-01T11:26:14.2900098Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-12-01T11:26:14.2900392Z [ RUN ] ModulesTest.MaxUnpool3d 2022-12-01T11:26:14.2902444Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-12-01T11:26:14.2902763Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-12-01T11:26:14.2906819Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-12-01T11:26:14.2907136Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-12-01T11:26:14.4247322Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (133 ms) 2022-12-01T11:26:14.4247769Z [ RUN ] ModulesTest.Linear 2022-12-01T11:26:14.4253650Z [ OK ] ModulesTest.Linear (0 ms) 2022-12-01T11:26:14.4254097Z [ RUN ] ModulesTest.LocalResponseNorm 2022-12-01T11:26:14.4261237Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-12-01T11:26:14.4268765Z [ RUN ] ModulesTest.LayerNorm 2022-12-01T11:26:14.4270390Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-12-01T11:26:14.4270764Z [ RUN ] ModulesTest.GroupNorm 2022-12-01T11:26:14.4273594Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-12-01T11:26:14.4274037Z [ RUN ] ModulesTest.Bilinear 2022-12-01T11:26:14.4277975Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-12-01T11:26:14.4278336Z [ RUN ] ModulesTest.Fold 2022-12-01T11:26:14.4282573Z [ OK ] ModulesTest.Fold (0 ms) 2022-12-01T11:26:14.4282816Z [ RUN ] ModulesTest.Unfold 2022-12-01T11:26:14.4288949Z [ OK ] ModulesTest.Unfold (0 ms) 2022-12-01T11:26:14.4289211Z [ RUN ] ModulesTest.SimpleContainer 2022-12-01T11:26:14.4307055Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-12-01T11:26:14.4307359Z [ RUN ] ModulesTest.EmbeddingBasic 2022-12-01T11:26:14.4308779Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-12-01T11:26:14.4309048Z [ RUN ] ModulesTest.EmbeddingList 2022-12-01T11:26:14.4309813Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-12-01T11:26:14.4310109Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-12-01T11:26:14.4311237Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-12-01T11:26:14.4311561Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-12-01T11:26:14.4313363Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-12-01T11:26:14.4313659Z [ RUN ] ModulesTest.AlphaDropout 2022-12-01T11:26:14.4314680Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-12-01T11:26:14.4314946Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-12-01T11:26:14.4315803Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-12-01T11:26:14.4316068Z [ RUN ] ModulesTest.Dropout 2022-12-01T11:26:14.4317632Z [ OK ] ModulesTest.Dropout (0 ms) 2022-12-01T11:26:14.4317878Z [ RUN ] ModulesTest.Dropout2d 2022-12-01T11:26:14.4325105Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-12-01T11:26:14.4325345Z [ RUN ] ModulesTest.Dropout3d 2022-12-01T11:26:14.4335681Z [ OK ] ModulesTest.Dropout3d (1 ms) 2022-12-01T11:26:14.4335931Z [ RUN ] ModulesTest.Parameters 2022-12-01T11:26:14.4336808Z [ OK ] ModulesTest.Parameters (0 ms) 2022-12-01T11:26:14.4337120Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-12-01T11:26:14.4337490Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-12-01T11:26:14.4337837Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-12-01T11:26:14.4338203Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-12-01T11:26:14.4338526Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-12-01T11:26:14.4338920Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-12-01T11:26:14.4339230Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-12-01T11:26:14.4339769Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-12-01T11:26:14.4340067Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-12-01T11:26:14.4340343Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-12-01T11:26:14.4340613Z [ RUN ] ModulesTest.BatchNorm1d 2022-12-01T11:26:14.4341988Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-12-01T11:26:14.4342265Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-12-01T11:26:14.4342625Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-12-01T11:26:14.4343076Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-12-01T11:26:14.4343521Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-12-01T11:26:14.4343940Z [ RUN ] ModulesTest.BatchNorm2d 2022-12-01T11:26:14.4346912Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-12-01T11:26:14.4347312Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-12-01T11:26:14.4347616Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-12-01T11:26:14.4347930Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-12-01T11:26:14.4348216Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-12-01T11:26:14.4348492Z [ RUN ] ModulesTest.BatchNorm3d 2022-12-01T11:26:14.4352900Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-12-01T11:26:14.4353241Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-12-01T11:26:14.4353721Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-12-01T11:26:14.4354207Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-12-01T11:26:14.4354678Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-12-01T11:26:14.4355121Z [ RUN ] ModulesTest.InstanceNorm1d 2022-12-01T11:26:14.4357073Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-12-01T11:26:14.4357479Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-12-01T11:26:14.4357796Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-12-01T11:26:14.4358109Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-12-01T11:26:14.4358419Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-12-01T11:26:14.4358702Z [ RUN ] ModulesTest.InstanceNorm2d 2022-12-01T11:26:14.4361543Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-12-01T11:26:14.4361926Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-12-01T11:26:14.4362262Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-12-01T11:26:14.4362567Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-12-01T11:26:14.4362860Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-12-01T11:26:14.4363149Z [ RUN ] ModulesTest.InstanceNorm3d 2022-12-01T11:26:14.4367843Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-12-01T11:26:14.4368097Z [ RUN ] ModulesTest.L1Loss 2022-12-01T11:26:14.4369565Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-12-01T11:26:14.4369804Z [ RUN ] ModulesTest.MSELoss 2022-12-01T11:26:14.4371097Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-12-01T11:26:14.4371601Z [ RUN ] ModulesTest.BCELoss 2022-12-01T11:26:14.4372682Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-12-01T11:26:14.4372962Z [ RUN ] ModulesTest.KLDivLoss 2022-12-01T11:26:14.4373607Z [W loss.h:57] Warning: 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. (function kl_div) 2022-12-01T11:26:14.4374552Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-12-01T11:26:14.4374822Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-12-01T11:26:14.4378176Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:26:14.4378445Z [ RUN ] ModulesTest.MultiMarginLoss 2022-12-01T11:26:14.4380442Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-12-01T11:26:14.4380726Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-12-01T11:26:14.4386305Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:26:14.4386736Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-12-01T11:26:14.4388535Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:26:14.4388861Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-12-01T11:26:14.4390405Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:26:14.4390760Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:26:14.4392583Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:26:14.4392933Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-12-01T11:26:14.4394326Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:26:14.4394634Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-12-01T11:26:14.4396137Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-12-01T11:26:14.4396458Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-12-01T11:26:14.4398157Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:26:14.4398489Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-12-01T11:26:14.4399900Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:26:14.4400170Z [ RUN ] ModulesTest.HuberLossDelta 2022-12-01T11:26:14.4401620Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-12-01T11:26:14.4401898Z [ RUN ] ModulesTest.TripletMarginLoss 2022-12-01T11:26:14.4405820Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-12-01T11:26:14.4406187Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:26:14.4682647Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (27 ms) 2022-12-01T11:26:14.4683119Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-12-01T11:26:14.5201713Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (51 ms) 2022-12-01T11:26:14.5202120Z [ RUN ] ModulesTest.NLLLoss 2022-12-01T11:26:14.5204572Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-12-01T11:26:14.5204858Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-12-01T11:26:14.5215144Z [ OK ] ModulesTest.CrossEntropyLoss (1 ms) 2022-12-01T11:26:14.5215708Z [ RUN ] ModulesTest.CosineSimilarity 2022-12-01T11:26:14.5219547Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-12-01T11:26:14.5219846Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-12-01T11:26:14.5222444Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:26:14.5222823Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:26:14.5226211Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:26:14.5226577Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-12-01T11:26:14.5228581Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:26:14.5228969Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:26:14.5232206Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:26:14.5233945Z [ RUN ] ModulesTest.PairwiseDistance 2022-12-01T11:26:14.5234967Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-12-01T11:26:14.5235219Z [ RUN ] ModulesTest.ELU 2022-12-01T11:26:14.5253356Z [ OK ] ModulesTest.ELU (1 ms) 2022-12-01T11:26:14.5253586Z [ RUN ] ModulesTest.SELU 2022-12-01T11:26:14.5257433Z [ OK ] ModulesTest.SELU (0 ms) 2022-12-01T11:26:14.5257957Z [ RUN ] ModulesTest.Hardshrink 2022-12-01T11:26:14.5269321Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-12-01T11:26:14.5269592Z [ RUN ] ModulesTest.Hardtanh 2022-12-01T11:26:14.5318907Z [ OK ] ModulesTest.Hardtanh (4 ms) 2022-12-01T11:26:14.5319475Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-12-01T11:26:14.5325175Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2022-12-01T11:26:14.5325827Z [ RUN ] ModulesTest.LeakyReLU 2022-12-01T11:26:14.5347631Z [ OK ] ModulesTest.LeakyReLU (2 ms) 2022-12-01T11:26:14.5348013Z [ RUN ] ModulesTest.LogSigmoid 2022-12-01T11:26:14.5350762Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-12-01T11:26:14.5351340Z [ RUN ] ModulesTest.Softmax 2022-12-01T11:26:14.5352904Z [ OK ] ModulesTest.Softmax (0 ms) 2022-12-01T11:26:14.5353303Z [ RUN ] ModulesTest.Softmin 2022-12-01T11:26:14.5354894Z [ OK ] ModulesTest.Softmin (0 ms) 2022-12-01T11:26:14.5355279Z [ RUN ] ModulesTest.LogSoftmax 2022-12-01T11:26:14.5356814Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-12-01T11:26:14.5357288Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-12-01T11:26:14.5396319Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (3 ms) 2022-12-01T11:26:14.5396633Z [ RUN ] ModulesTest.Softmax2d 2022-12-01T11:26:14.5415352Z [ OK ] ModulesTest.Softmax2d (1 ms) 2022-12-01T11:26:14.5415585Z [ RUN ] ModulesTest.PReLU 2022-12-01T11:26:14.5422310Z [ OK ] ModulesTest.PReLU (0 ms) 2022-12-01T11:26:14.5422544Z [ RUN ] ModulesTest.ReLU 2022-12-01T11:26:14.5426564Z [ OK ] ModulesTest.ReLU (0 ms) 2022-12-01T11:26:14.5426801Z [ RUN ] ModulesTest.ReLU6 2022-12-01T11:26:14.5431195Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-12-01T11:26:14.5431413Z [ RUN ] ModulesTest.RReLU 2022-12-01T11:26:14.5503675Z [ OK ] ModulesTest.RReLU (7 ms) 2022-12-01T11:26:14.5503907Z [ RUN ] ModulesTest.CELU 2022-12-01T11:26:14.5518801Z [ OK ] ModulesTest.CELU (1 ms) 2022-12-01T11:26:14.5519039Z [ RUN ] ModulesTest.GLU 2022-12-01T11:26:14.5521846Z [ OK ] ModulesTest.GLU (0 ms) 2022-12-01T11:26:14.5522072Z [ RUN ] ModulesTest.GELU 2022-12-01T11:26:14.5524304Z [ OK ] ModulesTest.GELU (0 ms) 2022-12-01T11:26:14.5526091Z [ RUN ] ModulesTest.TanhGELU 2022-12-01T11:26:14.5526332Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-12-01T11:26:14.5526559Z [ RUN ] ModulesTest.Mish 2022-12-01T11:26:14.5527533Z [ OK ] ModulesTest.Mish (0 ms) 2022-12-01T11:26:14.5527766Z [ RUN ] ModulesTest.Sigmoid 2022-12-01T11:26:14.5529016Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-12-01T11:26:14.5529274Z [ RUN ] ModulesTest.PixelShuffle 2022-12-01T11:26:14.5531693Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-12-01T11:26:14.5531955Z [ RUN ] ModulesTest.PixelUnshuffle 2022-12-01T11:26:14.5534175Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-12-01T11:26:14.5534431Z [ RUN ] ModulesTest.Softplus 2022-12-01T11:26:14.5546327Z [ OK ] ModulesTest.Softplus (1 ms) 2022-12-01T11:26:14.5546561Z [ RUN ] ModulesTest.Softshrink 2022-12-01T11:26:14.5555593Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-12-01T11:26:14.5555838Z [ RUN ] ModulesTest.Softsign 2022-12-01T11:26:14.5556888Z [ OK ] ModulesTest.Softsign (0 ms) 2022-12-01T11:26:14.5557125Z [ RUN ] ModulesTest.Tanh 2022-12-01T11:26:14.5558522Z [ OK ] ModulesTest.Tanh (0 ms) 2022-12-01T11:26:14.5558743Z [ RUN ] ModulesTest.Tanhshrink 2022-12-01T11:26:14.5559707Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-12-01T11:26:14.5560148Z [ RUN ] ModulesTest.Threshold 2022-12-01T11:26:14.5583784Z [ OK ] ModulesTest.Threshold (2 ms) 2022-12-01T11:26:14.5584047Z [ RUN ] ModulesTest.Upsampling1D 2022-12-01T11:26:14.5586743Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5588507Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5591363Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5592541Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5596136Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-12-01T11:26:14.5596405Z [ RUN ] ModulesTest.Upsampling2D 2022-12-01T11:26:14.5598507Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5600260Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5602884Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5604092Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5606853Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5608992Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5612376Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5614136Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5616919Z [ OK ] ModulesTest.Upsampling2D (2 ms) 2022-12-01T11:26:14.5617188Z [ RUN ] ModulesTest.Upsampling3D 2022-12-01T11:26:14.5619488Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5621359Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5624156Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5625379Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:26:14.5627941Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-12-01T11:26:14.5628205Z [ RUN ] ModulesTest.CTCLoss 2022-12-01T11:26:14.5631421Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-12-01T11:26:14.5631683Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-12-01T11:26:14.5634557Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-12-01T11:26:14.5634835Z [ RUN ] ModulesTest.MarginRankingLoss 2022-12-01T11:26:14.5639411Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-12-01T11:26:14.5639698Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-12-01T11:26:14.5668546Z [ OK ] ModulesTest.BCEWithLogitsLoss (2 ms) 2022-12-01T11:26:14.5668884Z [ RUN ] ModulesTest.MultiheadAttention 2022-12-01T11:26:28.9630321Z [ OK ] ModulesTest.MultiheadAttention (14395 ms) 2022-12-01T11:26:28.9630711Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-12-01T11:26:28.9631362Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-12-01T11:26:28.9631649Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-12-01T11:26:28.9631955Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-12-01T11:26:28.9632261Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-12-01T11:26:28.9632576Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-12-01T11:26:28.9632879Z [ RUN ] ModulesTest.ReflectionPad1d 2022-12-01T11:26:28.9634577Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-12-01T11:26:28.9634843Z [ RUN ] ModulesTest.ReflectionPad2d 2022-12-01T11:26:28.9638502Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-12-01T11:26:28.9638788Z [ RUN ] ModulesTest.ReflectionPad3d 2022-12-01T11:26:28.9644972Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-12-01T11:26:28.9645307Z [ RUN ] ModulesTest.ReplicationPad1d 2022-12-01T11:26:28.9647590Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-12-01T11:26:28.9648107Z [ RUN ] ModulesTest.ReplicationPad2d 2022-12-01T11:26:28.9651537Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-12-01T11:26:28.9651838Z [ RUN ] ModulesTest.ReplicationPad3d 2022-12-01T11:26:28.9659114Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-12-01T11:26:28.9659403Z [ RUN ] ModulesTest.ZeroPad2d 2022-12-01T11:26:28.9663177Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-12-01T11:26:28.9663459Z [ RUN ] ModulesTest.ConstantPad1d 2022-12-01T11:26:28.9665913Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-12-01T11:26:28.9666193Z [ RUN ] ModulesTest.ConstantPad2d 2022-12-01T11:26:28.9669622Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-12-01T11:26:28.9669900Z [ RUN ] ModulesTest.ConstantPad3d 2022-12-01T11:26:28.9677336Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-12-01T11:26:28.9677620Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-12-01T11:26:28.9688886Z [ OK ] ModulesTest.CrossMapLRN2d (1 ms) 2022-12-01T11:26:28.9689175Z [ RUN ] ModulesTest.RNNCell 2022-12-01T11:26:28.9693058Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-12-01T11:26:28.9693328Z [ RUN ] ModulesTest.LSTMCell 2022-12-01T11:26:28.9699764Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-12-01T11:26:28.9700023Z [ RUN ] ModulesTest.GRUCell 2022-12-01T11:26:28.9704722Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-12-01T11:26:28.9704987Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-12-01T11:26:28.9705310Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-12-01T11:26:28.9705618Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-12-01T11:26:28.9705932Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-12-01T11:26:28.9706226Z [ RUN ] ModulesTest.PrettyPrintConv 2022-12-01T11:26:28.9709131Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-12-01T11:26:28.9709449Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-12-01T11:26:28.9711790Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-12-01T11:26:28.9712177Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-12-01T11:26:28.9712498Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-12-01T11:26:28.9712835Z [ RUN ] ModulesTest.PrettyPrintFold 2022-12-01T11:26:28.9713129Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-12-01T11:26:28.9713419Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-12-01T11:26:28.9713699Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-12-01T11:26:28.9714000Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-12-01T11:26:28.9714311Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-12-01T11:26:28.9714628Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-12-01T11:26:28.9714960Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-12-01T11:26:28.9715290Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-12-01T11:26:28.9715629Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-12-01T11:26:28.9715958Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-12-01T11:26:28.9716486Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-12-01T11:26:28.9716813Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-12-01T11:26:28.9717168Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-12-01T11:26:28.9717552Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-12-01T11:26:28.9717925Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-12-01T11:26:28.9718282Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-12-01T11:26:28.9718617Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-12-01T11:26:28.9718914Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-12-01T11:26:28.9719198Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-12-01T11:26:28.9719474Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-12-01T11:26:28.9719777Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-12-01T11:26:28.9720070Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-12-01T11:26:28.9720360Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-12-01T11:26:28.9721456Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-12-01T11:26:28.9721777Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-12-01T11:26:28.9722111Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-12-01T11:26:28.9722462Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-12-01T11:26:28.9722772Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-12-01T11:26:28.9723091Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-12-01T11:26:28.9723400Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-12-01T11:26:28.9723743Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-12-01T11:26:28.9724191Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-12-01T11:26:28.9724642Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-12-01T11:26:28.9725016Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-12-01T11:26:28.9725375Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-12-01T11:26:28.9725782Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-12-01T11:26:28.9726179Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-12-01T11:26:28.9726557Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-12-01T11:26:28.9726873Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-12-01T11:26:28.9727173Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-12-01T11:26:28.9727472Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-12-01T11:26:28.9727799Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-12-01T11:26:28.9728200Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-12-01T11:26:28.9728507Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-12-01T11:26:28.9728906Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-12-01T11:26:28.9729218Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-12-01T11:26:28.9729533Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-12-01T11:26:28.9729829Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-12-01T11:26:28.9730145Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-12-01T11:26:28.9730516Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-12-01T11:26:28.9730812Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-12-01T11:26:28.9731104Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-12-01T11:26:28.9731516Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-12-01T11:26:28.9731878Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-12-01T11:26:28.9732246Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-12-01T11:26:28.9732732Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-12-01T11:26:28.9733124Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-12-01T11:26:28.9733536Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-12-01T11:26:28.9733925Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-12-01T11:26:28.9734391Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-12-01T11:26:28.9734976Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-12-01T11:26:28.9735447Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-12-01T11:26:28.9735905Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-12-01T11:26:28.9736259Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-12-01T11:26:28.9736543Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-12-01T11:26:28.9736885Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-12-01T11:26:28.9737203Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-12-01T11:26:28.9737545Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-12-01T11:26:28.9737903Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-12-01T11:26:28.9738271Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-12-01T11:26:28.9738650Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-12-01T11:26:28.9738997Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-12-01T11:26:28.9739971Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-12-01T11:26:28.9740322Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-12-01T11:26:28.9740677Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-12-01T11:26:28.9741082Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-12-01T11:26:28.9741417Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-12-01T11:26:28.9741738Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-12-01T11:26:28.9742043Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-12-01T11:26:28.9742363Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-12-01T11:26:28.9742691Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-12-01T11:26:28.9743131Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-12-01T11:26:28.9743603Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-12-01T11:26:28.9744066Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-12-01T11:26:28.9744578Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-12-01T11:26:28.9745082Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-12-01T11:26:28.9745583Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-12-01T11:26:28.9746038Z [ RUN ] ModulesTest.PrettyPrintELU 2022-12-01T11:26:28.9746469Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-12-01T11:26:28.9746883Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-12-01T11:26:28.9747323Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-12-01T11:26:28.9747748Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-12-01T11:26:28.9748633Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator ()) 2022-12-01T11:26:28.9749408Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-12-01T11:26:28.9749863Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-12-01T11:26:28.9750354Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-12-01T11:26:28.9750822Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-12-01T11:26:28.9751190Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-12-01T11:26:28.9751618Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-12-01T11:26:28.9752017Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-12-01T11:26:28.9752357Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-12-01T11:26:28.9752775Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-12-01T11:26:28.9753059Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-12-01T11:26:28.9753339Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-12-01T11:26:28.9753618Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-12-01T11:26:28.9753903Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-12-01T11:26:28.9754191Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-12-01T11:26:28.9754489Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-12-01T11:26:28.9754884Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-12-01T11:26:28.9755178Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-12-01T11:26:28.9755462Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-12-01T11:26:28.9755738Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-12-01T11:26:28.9756008Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-12-01T11:26:28.9756273Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-12-01T11:26:28.9756653Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-12-01T11:26:28.9756931Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-12-01T11:26:28.9757202Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-12-01T11:26:28.9757552Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-12-01T11:26:28.9757919Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-12-01T11:26:28.9758240Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-12-01T11:26:28.9758520Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-12-01T11:26:28.9758803Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-12-01T11:26:28.9759332Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-12-01T11:26:28.9759650Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-12-01T11:26:28.9759954Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-12-01T11:26:28.9760278Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-12-01T11:26:28.9760583Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-12-01T11:26:28.9760876Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-12-01T11:26:28.9761171Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-12-01T11:26:28.9761477Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-12-01T11:26:28.9761757Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-12-01T11:26:28.9762047Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-12-01T11:26:28.9762326Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-12-01T11:26:28.9762594Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-12-01T11:26:28.9762879Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-12-01T11:26:28.9763181Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-12-01T11:26:28.9763461Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-12-01T11:26:28.9763754Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-12-01T11:26:28.9764044Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-12-01T11:26:28.9764329Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-12-01T11:26:28.9764635Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-12-01T11:26:28.9764944Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-12-01T11:26:28.9765270Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-12-01T11:26:28.9765606Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-12-01T11:26:28.9765931Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-12-01T11:26:28.9766251Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-12-01T11:26:28.9766563Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-12-01T11:26:28.9766868Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-12-01T11:26:28.9767197Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-12-01T11:26:28.9767550Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-12-01T11:26:28.9767895Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-12-01T11:26:28.9768232Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-12-01T11:26:28.9768574Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-12-01T11:26:28.9768904Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-12-01T11:26:28.9769214Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-12-01T11:26:28.9769497Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-12-01T11:26:28.9769781Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-12-01T11:26:28.9770073Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-12-01T11:26:28.9770343Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-12-01T11:26:28.9770702Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-12-01T11:26:28.9771042Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-12-01T11:26:28.9771440Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-12-01T11:26:28.9771791Z [----------] 256 tests from ModulesTest (14699 ms total) 2022-12-01T11:26:28.9771950Z 2022-12-01T11:26:28.9772051Z [----------] 1 test from NestedTest 2022-12-01T11:26:28.9772262Z [ RUN ] NestedTest.Nested 2022-12-01T11:26:28.9772488Z [ OK ] NestedTest.Nested (0 ms) 2022-12-01T11:26:28.9772850Z [----------] 1 test from NestedTest (0 ms total) 2022-12-01T11:26:28.9773003Z 2022-12-01T11:26:28.9773121Z [----------] 10 tests from ParameterDictTest 2022-12-01T11:26:28.9773410Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-12-01T11:26:28.9773735Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-12-01T11:26:28.9774056Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-12-01T11:26:28.9774477Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-12-01T11:26:28.9774814Z [ RUN ] ParameterDictTest.InsertAndContains 2022-12-01T11:26:28.9775127Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-12-01T11:26:28.9775431Z [ RUN ] ParameterDictTest.InsertAndClear 2022-12-01T11:26:28.9775713Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-12-01T11:26:28.9776127Z [ RUN ] ParameterDictTest.InsertAndPop 2022-12-01T11:26:28.9776416Z [ OK ] ParameterDictTest.InsertAndPop (0 ms) 2022-12-01T11:26:28.9776757Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-12-01T11:26:28.9777072Z [ OK ] ParameterDictTest.SimpleUpdate (0 ms) 2022-12-01T11:26:28.9777339Z [ RUN ] ParameterDictTest.Keys 2022-12-01T11:26:28.9777592Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-12-01T11:26:28.9777829Z [ RUN ] ParameterDictTest.Values 2022-12-01T11:26:28.9778090Z [ OK ] ParameterDictTest.Values (0 ms) 2022-12-01T11:26:28.9778344Z [ RUN ] ParameterDictTest.Get 2022-12-01T11:26:28.9778587Z [ OK ] ParameterDictTest.Get (0 ms) 2022-12-01T11:26:28.9778888Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-12-01T11:26:28.9779278Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-12-01T11:26:28.9779616Z [----------] 10 tests from ParameterDictTest (0 ms total) 2022-12-01T11:26:28.9779778Z 2022-12-01T11:26:28.9779891Z [----------] 8 tests from ParameterListTest 2022-12-01T11:26:28.9780202Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-12-01T11:26:28.9780570Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:26:28.9780883Z [ RUN ] ParameterListTest.isEmpty 2022-12-01T11:26:28.9781132Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-12-01T11:26:28.9781430Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-12-01T11:26:28.9781767Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:26:28.9782137Z [ RUN ] ParameterListTest.ForEachLoop 2022-12-01T11:26:28.9782420Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-12-01T11:26:28.9782751Z [ RUN ] ParameterListTest.AccessWithAt 2022-12-01T11:26:28.9783020Z [ OK ] ParameterListTest.AccessWithAt (0 ms) 2022-12-01T11:26:28.9783408Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-12-01T11:26:28.9783903Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-12-01T11:26:28.9784324Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-12-01T11:26:28.9784676Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-12-01T11:26:28.9784989Z [ RUN ] ParameterListTest.IncrementAdd 2022-12-01T11:26:28.9785256Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-12-01T11:26:28.9785554Z [----------] 8 tests from ParameterListTest (0 ms total) 2022-12-01T11:26:28.9785721Z 2022-12-01T11:26:28.9785823Z [----------] 1 test from NamespaceTests 2022-12-01T11:26:28.9786248Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-12-01T11:26:28.9786707Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-12-01T11:26:28.9787080Z [----------] 1 test from NamespaceTests (0 ms total) 2022-12-01T11:26:28.9787224Z 2022-12-01T11:26:28.9787324Z [----------] 7 tests from NNUtilsTest 2022-12-01T11:26:28.9787560Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-12-01T11:26:28.9787821Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-12-01T11:26:28.9788174Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-12-01T11:26:29.0711879Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (93 ms) 2022-12-01T11:26:29.0712235Z [ RUN ] NNUtilsTest.ClipGradValue 2022-12-01T11:26:29.0714500Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-12-01T11:26:29.0714784Z [ RUN ] NNUtilsTest.ConvertParameters 2022-12-01T11:26:29.0720366Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-12-01T11:26:29.0720657Z [ RUN ] NNUtilsTest.PackSequence 2022-12-01T11:26:29.1284936Z [ OK ] NNUtilsTest.PackSequence (56 ms) 2022-12-01T11:26:29.1285276Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-12-01T11:26:29.1403668Z [ OK ] NNUtilsTest.PackPaddedSequence (11 ms) 2022-12-01T11:26:29.1403961Z [ RUN ] NNUtilsTest.PadSequence 2022-12-01T11:26:29.1502231Z [ OK ] NNUtilsTest.PadSequence (9 ms) 2022-12-01T11:26:29.1502678Z [----------] 7 tests from NNUtilsTest (174 ms total) 2022-12-01T11:26:29.1502923Z 2022-12-01T11:26:29.1503107Z [----------] 3 tests from PackedSequenceTest 2022-12-01T11:26:29.1503531Z [ RUN ] PackedSequenceTest.WrongOrder 2022-12-01T11:26:29.1505360Z [ OK ] PackedSequenceTest.WrongOrder (0 ms) 2022-12-01T11:26:29.1505691Z [ RUN ] PackedSequenceTest.TotalLength 2022-12-01T11:26:29.1521371Z [ OK ] PackedSequenceTest.TotalLength (1 ms) 2022-12-01T11:26:29.1521655Z [ RUN ] PackedSequenceTest.To 2022-12-01T11:26:29.1523719Z [ OK ] PackedSequenceTest.To (0 ms) 2022-12-01T11:26:29.1524093Z [----------] 3 tests from PackedSequenceTest (2 ms total) 2022-12-01T11:26:29.1524325Z 2022-12-01T11:26:29.1524413Z [----------] 34 tests from OptimTest 2022-12-01T11:26:29.1524664Z [ RUN ] OptimTest.OptimizerAccessors 2022-12-01T11:26:29.1526818Z [ OK ] OptimTest.OptimizerAccessors (0 ms) 2022-12-01T11:26:29.1527089Z [ RUN ] OptimTest.OldInterface 2022-12-01T11:26:29.1529076Z [ OK ] OptimTest.OldInterface (0 ms) 2022-12-01T11:26:29.1529343Z [ RUN ] OptimTest.XORConvergence_SGD 2022-12-01T11:26:31.1867737Z [ OK ] OptimTest.XORConvergence_SGD (2033 ms) 2022-12-01T11:26:31.1868074Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-12-01T11:26:32.5167150Z [ OK ] OptimTest.XORConvergence_LBFGS (1329 ms) 2022-12-01T11:26:32.5167519Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-12-01T11:26:33.3045085Z [ OK ] OptimTest.XORConvergence_Adagrad (787 ms) 2022-12-01T11:26:33.3045419Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-12-01T11:26:34.0716248Z [ OK ] OptimTest.XORConvergence_RMSprop (767 ms) 2022-12-01T11:26:34.0716599Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-12-01T11:26:36.3144247Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (2242 ms) 2022-12-01T11:26:36.3144620Z [ RUN ] OptimTest.XORConvergence_Adam 2022-12-01T11:26:37.2603569Z [ OK ] OptimTest.XORConvergence_Adam (945 ms) 2022-12-01T11:26:37.2603914Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-12-01T11:26:38.1339224Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (873 ms) 2022-12-01T11:26:38.1339585Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-12-01T11:26:38.4000897Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (266 ms) 2022-12-01T11:26:38.4001356Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-12-01T11:26:38.6504023Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (250 ms) 2022-12-01T11:26:38.6504758Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-12-01T11:26:38.8965665Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (246 ms) 2022-12-01T11:26:38.8966099Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-12-01T11:26:39.7471402Z [ OK ] OptimTest.XORConvergence_AdamW (850 ms) 2022-12-01T11:26:39.7471767Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-12-01T11:26:40.6675472Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (920 ms) 2022-12-01T11:26:40.6675906Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-12-01T11:26:40.9370519Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (269 ms) 2022-12-01T11:26:40.9370930Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-12-01T11:26:41.1664154Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (229 ms) 2022-12-01T11:26:41.1664559Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-12-01T11:26:41.4117856Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (245 ms) 2022-12-01T11:26:41.4118266Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-12-01T11:26:41.6031821Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (191 ms) 2022-12-01T11:26:41.6032242Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-12-01T11:26:41.8116454Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (208 ms) 2022-12-01T11:26:41.8116910Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-12-01T11:26:42.0122540Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (200 ms) 2022-12-01T11:26:42.0122986Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-12-01T11:26:42.2140019Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (201 ms) 2022-12-01T11:26:42.2140429Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-12-01T11:26:42.4257376Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (211 ms) 2022-12-01T11:26:42.4257963Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-12-01T11:26:42.6567366Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (230 ms) 2022-12-01T11:26:42.6567903Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-12-01T11:26:42.9008191Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (244 ms) 2022-12-01T11:26:42.9008654Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-12-01T11:26:43.0521577Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (151 ms) 2022-12-01T11:26:43.0522009Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-12-01T11:26:43.2147055Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (162 ms) 2022-12-01T11:26:43.2147495Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-12-01T11:26:43.4006180Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (185 ms) 2022-12-01T11:26:43.4006666Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-12-01T11:26:43.5939003Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (193 ms) 2022-12-01T11:26:43.5939466Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-12-01T11:26:43.7641809Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (170 ms) 2022-12-01T11:26:43.7642208Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-12-01T11:26:44.6757791Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (911 ms) 2022-12-01T11:26:44.6758155Z [ RUN ] OptimTest.ZeroGrad 2022-12-01T11:26:44.6758737Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-12-01T11:26:44.6759034Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-12-01T11:26:44.6761395Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-12-01T11:26:44.6761711Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-12-01T11:26:44.6762697Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-12-01T11:26:44.6763001Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-12-01T11:26:44.6763308Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-12-01T11:26:44.6763612Z [----------] 34 tests from OptimTest (15523 ms total) 2022-12-01T11:26:44.6763774Z 2022-12-01T11:26:44.6763902Z [----------] 29 tests from OrderedDictTest 2022-12-01T11:26:44.6764225Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-12-01T11:26:44.6764601Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-12-01T11:26:44.6765039Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-12-01T11:26:44.6765507Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-12-01T11:26:44.6765948Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-12-01T11:26:44.6766426Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-12-01T11:26:44.6767024Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:26:44.6767479Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T11:26:44.6767874Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-12-01T11:26:44.6768206Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-12-01T11:26:44.6768621Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-12-01T11:26:44.6769116Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2022-12-01T11:26:44.6769533Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-12-01T11:26:44.6769880Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-12-01T11:26:44.6770199Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-12-01T11:26:44.6770536Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2022-12-01T11:26:44.6770870Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-12-01T11:26:44.6771215Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-12-01T11:26:44.6771543Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-12-01T11:26:44.6771870Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2022-12-01T11:26:44.6772229Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-12-01T11:26:44.6772737Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-12-01T11:26:44.6773297Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-12-01T11:26:44.6773949Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-12-01T11:26:44.6774518Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:26:44.6775083Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T11:26:44.6775650Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-12-01T11:26:44.6776265Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-12-01T11:26:44.6776851Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-12-01T11:26:44.6777529Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T11:26:44.6778063Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-12-01T11:26:44.6778600Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-12-01T11:26:44.6779084Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-12-01T11:26:44.6779446Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2022-12-01T11:26:44.6779772Z [ RUN ] OrderedDictTest.CanIterateItems 2022-12-01T11:26:44.6780061Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-12-01T11:26:44.6780329Z [ RUN ] OrderedDictTest.EraseWorks 2022-12-01T11:26:44.6780686Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-12-01T11:26:44.6780987Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-12-01T11:26:44.6781301Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-12-01T11:26:44.6781609Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-12-01T11:26:44.6781906Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-12-01T11:26:44.6782195Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-12-01T11:26:44.6782476Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-12-01T11:26:44.6782750Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-12-01T11:26:44.6783045Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-12-01T11:26:44.6783326Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-12-01T11:26:44.6783600Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-12-01T11:26:44.6783891Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-12-01T11:26:44.6784198Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-12-01T11:26:44.6784674Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-12-01T11:26:44.6785158Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2022-12-01T11:26:44.6785525Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-12-01T11:26:44.6785831Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-12-01T11:26:44.6786144Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-12-01T11:26:44.6786477Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-12-01T11:26:44.6786782Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-12-01T11:26:44.6787098Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-12-01T11:26:44.6787410Z [----------] 29 tests from OrderedDictTest (1 ms total) 2022-12-01T11:26:44.6787575Z 2022-12-01T11:26:44.6787672Z [----------] 13 tests from RNNTest 2022-12-01T11:26:44.6787901Z [ RUN ] RNNTest.CheckOutputSizes 2022-12-01T11:26:44.6916522Z [ OK ] RNNTest.CheckOutputSizes (13 ms) 2022-12-01T11:26:44.6916964Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-12-01T11:26:44.7039840Z [ OK ] RNNTest.CheckOutputSizesProj (12 ms) 2022-12-01T11:26:44.7040199Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-12-01T11:26:44.7044602Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-12-01T11:26:44.7044891Z [ RUN ] RNNTest.EndToEndLSTM 2022-12-01T11:26:47.1050668Z [ OK ] RNNTest.EndToEndLSTM (2400 ms) 2022-12-01T11:26:47.1051100Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-12-01T11:26:49.4829899Z [ OK ] RNNTest.EndToEndLSTMProj (2377 ms) 2022-12-01T11:26:49.4830199Z [ RUN ] RNNTest.EndToEndGRU 2022-12-01T11:26:51.3079753Z [ OK ] RNNTest.EndToEndGRU (1824 ms) 2022-12-01T11:26:51.3080079Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-12-01T11:26:52.2776002Z [ OK ] RNNTest.EndToEndRNNRelu (969 ms) 2022-12-01T11:26:52.2776330Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-12-01T11:26:53.3532853Z [ OK ] RNNTest.EndToEndRNNTanh (1075 ms) 2022-12-01T11:26:53.3533217Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-12-01T11:26:53.3557396Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-12-01T11:26:53.3557748Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-12-01T11:26:53.3671733Z [ OK ] RNNTest.BidirectionalFlattenParameters (11 ms) 2022-12-01T11:26:53.3672133Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-12-01T11:26:53.3688400Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-12-01T11:26:53.3688753Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-12-01T11:26:53.3702255Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-12-01T11:26:53.3702589Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-12-01T11:26:53.3722616Z [ OK ] RNNTest.UsePackedSequenceAsInput (2 ms) 2022-12-01T11:26:53.3722939Z [----------] 13 tests from RNNTest (8694 ms total) 2022-12-01T11:26:53.3723099Z 2022-12-01T11:26:53.3723216Z [----------] 19 tests from SequentialTest 2022-12-01T11:26:53.3723752Z [ RUN ] SequentialTest.CanContainThings 2022-12-01T11:26:53.3724068Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-12-01T11:26:53.3724388Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-12-01T11:26:53.3724762Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:26:53.3725126Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-12-01T11:26:53.3725487Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:26:53.3725846Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-12-01T11:26:53.3726210Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:26:53.3726534Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-12-01T11:26:53.3726866Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:26:53.3727171Z [ RUN ] SequentialTest.AccessWithAt 2022-12-01T11:26:53.3729007Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2022-12-01T11:26:53.3729297Z [ RUN ] SequentialTest.AccessWithPtr 2022-12-01T11:26:53.3731197Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2022-12-01T11:26:53.3731583Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-12-01T11:26:53.3732128Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2022-12-01T11:26:53.3732552Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-12-01T11:26:53.3732916Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-12-01T11:26:53.3733359Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-12-01T11:26:53.3733918Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2022-12-01T11:26:53.3734450Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-12-01T11:26:53.3734878Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-12-01T11:26:53.3735266Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-12-01T11:26:53.3738897Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-12-01T11:26:53.3739606Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-12-01T11:26:53.3740534Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:26:53.3741244Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-12-01T11:26:53.3741962Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-12-01T11:26:53.3742579Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-12-01T11:26:53.3743104Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-12-01T11:26:53.3743570Z [ RUN ] SequentialTest.IsCloneable 2022-12-01T11:26:53.3747224Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-12-01T11:26:53.3747753Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-12-01T11:26:53.3748368Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:26:53.3748940Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-12-01T11:26:53.3751044Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-12-01T11:26:53.3751659Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-12-01T11:26:53.3792232Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (4 ms) 2022-12-01T11:26:53.3792784Z [----------] 19 tests from SequentialTest (6 ms total) 2022-12-01T11:26:53.3793040Z 2022-12-01T11:26:53.3793216Z [----------] 11 tests from TransformerTest 2022-12-01T11:26:53.3793674Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-12-01T11:26:53.3915663Z [ OK ] TransformerTest.TransformerEncoderLayer (12 ms) 2022-12-01T11:26:53.3916054Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-12-01T11:26:53.4023863Z [ OK ] TransformerTest.TransformerDecoderLayer (10 ms) 2022-12-01T11:26:53.4024243Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-12-01T11:26:53.4083466Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (5 ms) 2022-12-01T11:26:53.4084103Z [ RUN ] TransformerTest.TransformerEncoder 2022-12-01T11:26:53.4347758Z [ OK ] TransformerTest.TransformerEncoder (26 ms) 2022-12-01T11:26:53.4348242Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-12-01T11:26:53.4350882Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-12-01T11:26:53.4351272Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-12-01T11:26:53.4366098Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (1 ms) 2022-12-01T11:26:53.4366600Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-12-01T11:26:53.4369448Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-12-01T11:26:53.4369808Z [ RUN ] TransformerTest.TransformerDecoder 2022-12-01T11:26:53.5038658Z [ OK ] TransformerTest.TransformerDecoder (66 ms) 2022-12-01T11:26:53.5039064Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-12-01T11:26:53.5049514Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-12-01T11:26:53.5049853Z [ RUN ] TransformerTest.Transformer 2022-12-01T11:26:53.5262355Z [ OK ] TransformerTest.Transformer (21 ms) 2022-12-01T11:26:53.5262699Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-12-01T11:26:53.5273404Z [ OK ] TransformerTest.TransformerArgsCorrectness (1 ms) 2022-12-01T11:26:53.5273751Z [----------] 11 tests from TransformerTest (148 ms total) 2022-12-01T11:26:53.5273919Z 2022-12-01T11:26:53.5274026Z [----------] 22 tests from SerializeTest 2022-12-01T11:26:53.5274249Z [ RUN ] SerializeTest.KeysFunc 2022-12-01T11:26:53.5354112Z [ OK ] SerializeTest.KeysFunc (7 ms) 2022-12-01T11:26:53.5354421Z [ RUN ] SerializeTest.TryReadFunc 2022-12-01T11:26:53.5375715Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2022-12-01T11:26:53.5376010Z [ RUN ] SerializeTest.Basic 2022-12-01T11:26:53.5376351Z [ OK ] SerializeTest.Basic (0 ms) 2022-12-01T11:26:53.5377101Z [ RUN ] SerializeTest.BasicToFile 2022-12-01T11:26:53.5460805Z [ OK ] SerializeTest.BasicToFile (8 ms) 2022-12-01T11:26:53.5465481Z [ RUN ] SerializeTest.BasicViaFunc 2022-12-01T11:26:53.5465761Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-12-01T11:26:53.5466018Z [ RUN ] SerializeTest.Resized 2022-12-01T11:26:53.5469115Z [ OK ] SerializeTest.Resized (0 ms) 2022-12-01T11:26:53.5469346Z [ RUN ] SerializeTest.Sliced 2022-12-01T11:26:53.5471654Z [ OK ] SerializeTest.Sliced (0 ms) 2022-12-01T11:26:53.5471914Z [ RUN ] SerializeTest.NonContiguous 2022-12-01T11:26:53.5475048Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-12-01T11:26:53.5475332Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-12-01T11:26:53.5486004Z [ OK ] SerializeTest.ErrorOnMissingKey (1 ms) 2022-12-01T11:26:53.5486264Z [ RUN ] SerializeTest.XOR 2022-12-01T11:26:53.7987373Z [ OK ] SerializeTest.XOR (250 ms) 2022-12-01T11:26:53.7987734Z [ RUN ] SerializeTest.Optim 2022-12-01T11:26:53.8126676Z [ OK ] SerializeTest.Optim (13 ms) 2022-12-01T11:26:53.8126976Z [ RUN ] SerializeTest.Optim_Adagrad 2022-12-01T11:26:53.8330792Z [ OK ] SerializeTest.Optim_Adagrad (20 ms) 2022-12-01T11:26:53.8331088Z [ RUN ] SerializeTest.Optim_SGD 2022-12-01T11:26:53.8481181Z [ OK ] SerializeTest.Optim_SGD (15 ms) 2022-12-01T11:26:53.8481457Z [ RUN ] SerializeTest.Optim_Adam 2022-12-01T11:26:53.8640781Z [ OK ] SerializeTest.Optim_Adam (15 ms) 2022-12-01T11:26:53.8641070Z [ RUN ] SerializeTest.Optim_AdamW 2022-12-01T11:26:53.8794836Z [ OK ] SerializeTest.Optim_AdamW (15 ms) 2022-12-01T11:26:53.8795108Z [ RUN ] SerializeTest.Optim_RMSprop 2022-12-01T11:26:53.8955294Z [ OK ] SerializeTest.Optim_RMSprop (16 ms) 2022-12-01T11:26:53.8955549Z [ RUN ] SerializeTest.Optim_LBFGS 2022-12-01T11:26:53.9139589Z [ OK ] SerializeTest.Optim_LBFGS (18 ms) 2022-12-01T11:26:53.9140120Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-12-01T11:26:53.9144684Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-12-01T11:26:53.9145155Z [ RUN ] SerializeTest.VectorOfTensors 2022-12-01T11:26:53.9148414Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-12-01T11:26:53.9148678Z [ RUN ] SerializeTest.IValue 2022-12-01T11:26:53.9213485Z [ OK ] SerializeTest.IValue (6 ms) 2022-12-01T11:26:53.9213926Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-12-01T11:26:53.9214651Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-12-01T11:26:53.9215198Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-12-01T11:26:53.9302014Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (8 ms) 2022-12-01T11:26:53.9302430Z [----------] 22 tests from SerializeTest (402 ms total) 2022-12-01T11:26:53.9302614Z 2022-12-01T11:26:53.9302928Z [----------] 1 test from SpecialTest 2022-12-01T11:26:53.9303166Z [ RUN ] SpecialTest.special 2022-12-01T11:26:53.9303389Z [ OK ] SpecialTest.special (0 ms) 2022-12-01T11:26:53.9303650Z [----------] 1 test from SpecialTest (0 ms total) 2022-12-01T11:26:53.9303809Z 2022-12-01T11:26:53.9303906Z [----------] 5 tests from TestStatic 2022-12-01T11:26:53.9304142Z [ RUN ] TestStatic.AllOf 2022-12-01T11:26:53.9304371Z [ OK ] TestStatic.AllOf (0 ms) 2022-12-01T11:26:53.9304599Z [ RUN ] TestStatic.AnyOf 2022-12-01T11:26:53.9304800Z [ OK ] TestStatic.AnyOf (0 ms) 2022-12-01T11:26:53.9305038Z [ RUN ] TestStatic.EnableIfModule 2022-12-01T11:26:53.9305305Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-12-01T11:26:53.9305583Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-12-01T11:26:53.9305875Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-12-01T11:26:53.9306116Z [ RUN ] TestStatic.Apply 2022-12-01T11:26:53.9306353Z [ OK ] TestStatic.Apply (0 ms) 2022-12-01T11:26:53.9306617Z [----------] 5 tests from TestStatic (0 ms total) 2022-12-01T11:26:53.9306772Z 2022-12-01T11:26:53.9306872Z [----------] 45 tests from TensorTest 2022-12-01T11:26:53.9307101Z [ RUN ] TensorTest.ToDtype 2022-12-01T11:26:53.9307334Z [ OK ] TensorTest.ToDtype (0 ms) 2022-12-01T11:26:53.9307607Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-12-01T11:26:53.9307941Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-12-01T11:26:53.9308314Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-12-01T11:26:53.9308643Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2022-12-01T11:26:53.9309044Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-12-01T11:26:53.9309449Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-12-01T11:26:53.9309768Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-12-01T11:26:53.9310056Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-12-01T11:26:53.9310350Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-12-01T11:26:53.9310648Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-12-01T11:26:53.9310954Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-12-01T11:26:53.9311284Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-12-01T11:26:53.9311645Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-12-01T11:26:53.9314419Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2022-12-01T11:26:53.9314831Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-12-01T11:26:53.9315219Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-12-01T11:26:53.9315593Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-12-01T11:26:53.9315971Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-12-01T11:26:53.9316334Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-12-01T11:26:53.9316817Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-12-01T11:26:53.9317165Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-12-01T11:26:53.9317566Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-12-01T11:26:53.9317959Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-12-01T11:26:53.9318355Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-12-01T11:26:53.9318732Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-12-01T11:26:53.9319097Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-12-01T11:26:53.9319451Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-12-01T11:26:53.9323476Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-12-01T11:26:53.9323869Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-12-01T11:26:53.9326452Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-12-01T11:26:53.9326914Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-12-01T11:26:53.9327292Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-12-01T11:26:53.9327665Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-12-01T11:26:53.9328467Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-12-01T11:26:53.9328857Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-12-01T11:26:53.9334046Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2022-12-01T11:26:53.9334550Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-12-01T11:26:53.9334947Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-12-01T11:26:53.9335400Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-12-01T11:26:53.9335940Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator ()) 2022-12-01T11:26:53.9336892Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2022-12-01T11:26:53.9337273Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-12-01T11:26:53.9338362Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-12-01T11:26:53.9338720Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-12-01T11:26:53.9339181Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-12-01T11:26:53.9339575Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-12-01T11:26:53.9340005Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-12-01T11:26:53.9340321Z [ RUN ] TensorTest.Arange 2022-12-01T11:26:53.9340559Z [ OK ] TensorTest.Arange (0 ms) 2022-12-01T11:26:53.9340861Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-12-01T11:26:53.9341205Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-12-01T11:26:53.9341611Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-12-01T11:26:53.9346734Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2022-12-01T11:26:53.9347154Z [ RUN ] TensorTest.FromBlob 2022-12-01T11:26:53.9347406Z [ OK ] TensorTest.FromBlob (0 ms) 2022-12-01T11:26:53.9347680Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-12-01T11:26:53.9348022Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-12-01T11:26:53.9348319Z [ RUN ] TensorTest.FromBlobWithStrides 2022-12-01T11:26:53.9348669Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-12-01T11:26:53.9348934Z [ RUN ] TensorTest.Item 2022-12-01T11:26:53.9349162Z [ OK ] TensorTest.Item (0 ms) 2022-12-01T11:26:53.9349401Z [ RUN ] TensorTest.DataPtr 2022-12-01T11:26:53.9349619Z [ OK ] TensorTest.DataPtr (0 ms) 2022-12-01T11:26:53.9349853Z [ RUN ] TensorTest.Data 2022-12-01T11:26:53.9350084Z [ OK ] TensorTest.Data (0 ms) 2022-12-01T11:26:53.9350331Z [ RUN ] TensorTest.BackwardAndGrad 2022-12-01T11:26:53.9351190Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-12-01T11:26:53.9351497Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-12-01T11:26:53.9351796Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-12-01T11:26:53.9352120Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-12-01T11:26:53.9352456Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2022-12-01T11:26:53.9352741Z [ RUN ] TensorTest.IsLeaf 2022-12-01T11:26:53.9352977Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-12-01T11:26:53.9353196Z [ RUN ] TensorTest.OutputNr 2022-12-01T11:26:53.9353440Z [ OK ] TensorTest.OutputNr (0 ms) 2022-12-01T11:26:53.9353678Z [ RUN ] TensorTest.Version 2022-12-01T11:26:53.9353921Z [ OK ] TensorTest.Version (0 ms) 2022-12-01T11:26:53.9354159Z [ RUN ] TensorTest.Detach 2022-12-01T11:26:53.9354392Z [ OK ] TensorTest.Detach (0 ms) 2022-12-01T11:26:53.9354622Z [ RUN ] TensorTest.DetachInplace 2022-12-01T11:26:53.9354893Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-12-01T11:26:53.9355220Z [ RUN ] TensorTest.SetData 2022-12-01T11:26:53.9355463Z [ OK ] TensorTest.SetData (0 ms) 2022-12-01T11:26:53.9355733Z [ RUN ] TensorTest.RequiresGradInplace 2022-12-01T11:26:53.9356012Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2022-12-01T11:26:53.9356287Z [ RUN ] TensorTest.StdDimension 2022-12-01T11:26:53.9356553Z [ OK ] TensorTest.StdDimension (0 ms) 2022-12-01T11:26:53.9356812Z [ RUN ] TensorTest.ReshapeAlias 2022-12-01T11:26:53.9358119Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-12-01T11:26:53.9358412Z [----------] 45 tests from TensorTest (5 ms total) 2022-12-01T11:26:53.9358574Z 2022-12-01T11:26:53.9358701Z [----------] 36 tests from TensorIndexingTest 2022-12-01T11:26:53.9358944Z [ RUN ] TensorIndexingTest.Slice 2022-12-01T11:26:53.9359209Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-12-01T11:26:53.9359491Z [ RUN ] TensorIndexingTest.TensorIndex 2022-12-01T11:26:53.9360922Z [ OK ] TensorIndexingTest.TensorIndex (0 ms) 2022-12-01T11:26:53.9361232Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-12-01T11:26:53.9367001Z [ OK ] TensorIndexingTest.TestNoIndices (0 ms) 2022-12-01T11:26:53.9367378Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-12-01T11:26:53.9368604Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-12-01T11:26:53.9369006Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-12-01T11:26:53.9369327Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-12-01T11:26:53.9369656Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-12-01T11:26:53.9369976Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-12-01T11:26:53.9370258Z [ RUN ] TensorIndexingTest.TestNone 2022-12-01T11:26:53.9370549Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-12-01T11:26:53.9370838Z [ RUN ] TensorIndexingTest.TestStep 2022-12-01T11:26:53.9371129Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-12-01T11:26:53.9371455Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-12-01T11:26:53.9371953Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-12-01T11:26:53.9372266Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-12-01T11:26:53.9374568Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-12-01T11:26:53.9374931Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-12-01T11:26:53.9375323Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-12-01T11:26:53.9375700Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-12-01T11:26:53.9376079Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-12-01T11:26:53.9376413Z [ RUN ] TensorIndexingTest.TestByteMask 2022-12-01T11:26:53.9377454Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-12-01T11:26:53.9377791Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-12-01T11:26:53.9378154Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-12-01T11:26:53.9378690Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-12-01T11:26:53.9379102Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-12-01T11:26:53.9379437Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-12-01T11:26:53.9379752Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-12-01T11:26:53.9380040Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-12-01T11:26:53.9380466Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-12-01T11:26:53.9380788Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-12-01T11:26:53.9381439Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-12-01T11:26:53.9381787Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-12-01T11:26:53.9382160Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-12-01T11:26:53.9382498Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-12-01T11:26:53.9382851Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-12-01T11:26:53.9383264Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-12-01T11:26:53.9386825Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (0 ms) 2022-12-01T11:26:53.9387183Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-12-01T11:26:53.9388279Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (0 ms) 2022-12-01T11:26:53.9388627Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-12-01T11:26:53.9388946Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-12-01T11:26:53.9389287Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-12-01T11:26:53.9390125Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-12-01T11:26:53.9390545Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-12-01T11:26:53.9397559Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (0 ms) 2022-12-01T11:26:53.9397958Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-12-01T11:26:53.9398979Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-12-01T11:26:53.9399379Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-12-01T11:26:53.9403995Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (0 ms) 2022-12-01T11:26:53.9404360Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-12-01T11:26:53.9409823Z [ OK ] TensorIndexingTest.TestGetitemScalars (0 ms) 2022-12-01T11:26:53.9410161Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-12-01T11:26:53.9415745Z [ OK ] TensorIndexingTest.TestSetitemScalars (0 ms) 2022-12-01T11:26:53.9416102Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-12-01T11:26:53.9417689Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-12-01T11:26:53.9418048Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-12-01T11:26:53.9418721Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-12-01T11:26:53.9419117Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-12-01T11:26:53.9420166Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-12-01T11:26:53.9420538Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-12-01T11:26:53.9420883Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-12-01T11:26:53.9421229Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-12-01T11:26:53.9421552Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-12-01T11:26:53.9421887Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-12-01T11:26:53.9426562Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (0 ms) 2022-12-01T11:26:53.9426912Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-12-01T11:26:53.9427713Z [ OK ] TensorIndexingTest.TestZeroDimIndex (0 ms) 2022-12-01T11:26:53.9428070Z [----------] 36 tests from TensorIndexingTest (6 ms total) 2022-12-01T11:26:53.9428256Z 2022-12-01T11:26:53.9428368Z [----------] 18 tests from NumpyTests 2022-12-01T11:26:53.9428608Z [ RUN ] NumpyTests.TestNoneIndex 2022-12-01T11:26:53.9429067Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-12-01T11:26:53.9429359Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-12-01T11:26:53.9430464Z [ OK ] NumpyTests.TestEmptyFancyIndex (0 ms) 2022-12-01T11:26:53.9430769Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-12-01T11:26:53.9431701Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-12-01T11:26:53.9431981Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-12-01T11:26:53.9433528Z [ OK ] NumpyTests.TestSingleIntIndex (0 ms) 2022-12-01T11:26:53.9433840Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-12-01T11:26:53.9434195Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-12-01T11:26:53.9434600Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-12-01T11:26:53.9442296Z [ OK ] NumpyTests.TestBooleanShapeMismatch (0 ms) 2022-12-01T11:26:53.9442670Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-12-01T11:26:53.9443095Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-12-01T11:26:53.9443668Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-12-01T11:26:53.9449367Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (0 ms) 2022-12-01T11:26:53.9449737Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-12-01T11:26:53.9451305Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-12-01T11:26:53.9451628Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-12-01T11:26:53.9456781Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (0 ms) 2022-12-01T11:26:53.9457154Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-12-01T11:26:53.9461785Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (0 ms) 2022-12-01T11:26:53.9462155Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-12-01T11:26:53.9462496Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-12-01T11:26:53.9462817Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-12-01T11:26:53.9464073Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-12-01T11:26:53.9464422Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-12-01T11:26:53.9464755Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-12-01T11:26:53.9465084Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-12-01T11:26:53.9471973Z [ OK ] NumpyTests.TestBroaderrorsIndexing (0 ms) 2022-12-01T11:26:53.9472311Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-12-01T11:26:53.9481027Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (0 ms) 2022-12-01T11:26:53.9481340Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-12-01T11:26:53.9481708Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-12-01T11:26:53.9482012Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-12-01T11:26:53.9484829Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-12-01T11:26:53.9485151Z [----------] 18 tests from NumpyTests (5 ms total) 2022-12-01T11:26:53.9485320Z 2022-12-01T11:26:53.9485449Z [----------] 5 tests from TensorOptionsTest 2022-12-01T11:26:53.9485904Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-12-01T11:26:53.9486367Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-12-01T11:26:53.9486813Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-12-01T11:26:53.9487311Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-12-01T11:26:53.9487749Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-12-01T11:26:53.9488128Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-12-01T11:26:53.9488512Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-12-01T11:26:53.9488884Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-12-01T11:26:53.9489266Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-12-01T11:26:53.9489641Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-12-01T11:26:53.9489991Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-12-01T11:26:53.9490318Z 2022-12-01T11:26:53.9490427Z [----------] 1 test from DeviceTest 2022-12-01T11:26:53.9490711Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-12-01T11:26:53.9496051Z [ OK ] DeviceTest.ParsesCorrectlyFromString (0 ms) 2022-12-01T11:26:53.9496552Z [----------] 1 test from DeviceTest (0 ms total) 2022-12-01T11:26:53.9496796Z 2022-12-01T11:26:53.9496978Z [----------] 3 tests from DefaultDtypeTest 2022-12-01T11:26:53.9497457Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-12-01T11:26:53.9498030Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-12-01T11:26:53.9498653Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-12-01T11:26:53.9499300Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-12-01T11:26:53.9499964Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-12-01T11:26:53.9500622Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-12-01T11:26:53.9501349Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-12-01T11:26:53.9501604Z 2022-12-01T11:26:53.9501754Z [----------] 1 test from TorchIncludeTest 2022-12-01T11:26:53.9502104Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-12-01T11:26:53.9959221Z [ OK ] TorchIncludeTest.GetSetNumThreads (46 ms) 2022-12-01T11:26:53.9959753Z [----------] 1 test from TorchIncludeTest (46 ms total) 2022-12-01T11:26:53.9960021Z 2022-12-01T11:26:53.9960209Z [----------] 28 tests from InferenceModeTest 2022-12-01T11:26:53.9960640Z [ RUN ] InferenceModeTest.TestTLSState 2022-12-01T11:26:53.9961103Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-12-01T11:26:53.9961638Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-12-01T11:26:53.9962242Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-12-01T11:26:53.9962820Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-12-01T11:26:53.9964968Z [ OK ] InferenceModeTest.TestExistingAutogradSession (0 ms) 2022-12-01T11:26:53.9965778Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-12-01T11:26:53.9966618Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-12-01T11:26:53.9967429Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-12-01T11:26:53.9968227Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-12-01T11:26:53.9969010Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-12-01T11:26:53.9969740Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-12-01T11:26:53.9970510Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-12-01T11:26:53.9971308Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-12-01T11:26:53.9972084Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-12-01T11:26:53.9972862Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (0 ms) 2022-12-01T11:26:53.9973599Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-12-01T11:26:53.9974318Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-12-01T11:26:53.9975135Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-12-01T11:26:53.9975951Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-12-01T11:26:53.9976745Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-12-01T11:26:53.9977517Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-12-01T11:26:53.9978287Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-12-01T11:26:53.9979048Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-12-01T11:26:53.9979793Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-12-01T11:26:53.9980763Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (0 ms) 2022-12-01T11:26:53.9981503Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-12-01T11:26:53.9982298Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (0 ms) 2022-12-01T11:26:53.9983066Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-12-01T11:26:53.9985306Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (0 ms) 2022-12-01T11:26:53.9986050Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-12-01T11:26:53.9986760Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-12-01T11:26:53.9987400Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-12-01T11:26:53.9988022Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (0 ms) 2022-12-01T11:26:53.9988638Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-12-01T11:26:53.9990062Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (0 ms) 2022-12-01T11:26:53.9990690Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-12-01T11:26:53.9993508Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (0 ms) 2022-12-01T11:26:53.9994143Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-12-01T11:26:54.0000161Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (0 ms) 2022-12-01T11:26:54.0000802Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-12-01T11:26:54.0004375Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (0 ms) 2022-12-01T11:26:54.0005025Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-12-01T11:26:54.0005713Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (0 ms) 2022-12-01T11:26:54.0006300Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-12-01T11:26:54.0009653Z [ OK ] InferenceModeTest.TestAccessVersionCounter (0 ms) 2022-12-01T11:26:54.0010367Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-12-01T11:26:54.0013402Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (0 ms) 2022-12-01T11:26:54.0013956Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-12-01T11:26:54.0014425Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-12-01T11:26:54.0014807Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-12-01T11:26:54.0015243Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-12-01T11:26:54.0015746Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-12-01T11:26:54.0016245Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-12-01T11:26:54.0016842Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-12-01T11:26:54.0017583Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-12-01T11:26:54.0018206Z [----------] 28 tests from InferenceModeTest (5 ms total) 2022-12-01T11:26:54.0018456Z 2022-12-01T11:26:54.0018595Z [----------] 4 tests from GradModeTest 2022-12-01T11:26:54.0019031Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-12-01T11:26:54.0019508Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-12-01T11:26:54.0019829Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-12-01T11:26:54.0020157Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-12-01T11:26:54.0020477Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-12-01T11:26:54.0020837Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-12-01T11:26:54.0021161Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-12-01T11:26:54.0021556Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (0 ms) 2022-12-01T11:26:54.0021855Z [----------] 4 tests from GradModeTest (0 ms total) 2022-12-01T11:26:54.0022008Z 2022-12-01T11:26:54.0022112Z [----------] 3 tests from OperationTest 2022-12-01T11:26:54.0022461Z [ RUN ] OperationTest.Lerp 2022-12-01T11:26:54.0034644Z [ OK ] OperationTest.Lerp (1 ms) 2022-12-01T11:26:54.0034900Z [ RUN ] OperationTest.Cross 2022-12-01T11:26:54.0099379Z [ OK ] OperationTest.Cross (6 ms) 2022-12-01T11:26:54.0099608Z [ RUN ] OperationTest.Linear_out 2022-12-01T11:26:54.0103719Z [ OK ] OperationTest.Linear_out (0 ms) 2022-12-01T11:26:54.0104135Z [----------] 3 tests from OperationTest (8 ms total) 2022-12-01T11:26:54.0104379Z 2022-12-01T11:26:54.0104558Z [----------] Global test environment tear-down 2022-12-01T11:26:54.0373212Z [==========] 978 tests from 47 test suites ran. (59445 ms total) 2022-12-01T11:26:54.0373564Z [ PASSED ] 978 tests. 2022-12-01T11:26:54.1546835Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2022-12-01T11:26:54.5331675Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:54.5332340Z [==========] Running 6 tests from 1 test suite. 2022-12-01T11:26:54.5332616Z [----------] Global test environment set-up. 2022-12-01T11:26:54.5332880Z [----------] 6 tests from ApplyUtilsTest 2022-12-01T11:26:54.5333121Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-12-01T11:26:54.5342624Z [ OK ] ApplyUtilsTest.Contiguous2D (1 ms) 2022-12-01T11:26:54.5342891Z [ RUN ] ApplyUtilsTest.Small2D 2022-12-01T11:26:54.5343275Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-12-01T11:26:54.5343522Z [ RUN ] ApplyUtilsTest._2D 2022-12-01T11:26:54.5357762Z [ OK ] ApplyUtilsTest._2D (1 ms) 2022-12-01T11:26:54.5358009Z [ RUN ] ApplyUtilsTest._3D 2022-12-01T11:26:54.5359893Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-12-01T11:26:54.5360138Z [ RUN ] ApplyUtilsTest.Medium3D 2022-12-01T11:26:54.5376670Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-12-01T11:26:54.5376949Z [ RUN ] ApplyUtilsTest._10D 2022-12-01T11:26:54.6481518Z [ OK ] ApplyUtilsTest._10D (110 ms) 2022-12-01T11:26:54.6481884Z [----------] 6 tests from ApplyUtilsTest (114 ms total) 2022-12-01T11:26:54.6482060Z 2022-12-01T11:26:54.6482188Z [----------] Global test environment tear-down 2022-12-01T11:26:54.6495573Z [==========] 6 tests from 1 test suite ran. (115 ms total) 2022-12-01T11:26:54.6495838Z [ PASSED ] 6 tests. 2022-12-01T11:26:54.7326384Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2022-12-01T11:26:55.1250441Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:55.1250826Z [==========] Running 16 tests from 1 test suite. 2022-12-01T11:26:55.1251105Z [----------] Global test environment set-up. 2022-12-01T11:26:55.1251358Z [----------] 16 tests from atest 2022-12-01T11:26:55.1251581Z [ RUN ] atest.operators 2022-12-01T11:26:55.1253390Z [ OK ] atest.operators (0 ms) 2022-12-01T11:26:55.1253645Z [ RUN ] atest.logical_and_operators 2022-12-01T11:26:55.1255093Z [ OK ] atest.logical_and_operators (0 ms) 2022-12-01T11:26:55.1255350Z [ RUN ] atest.logical_or_operators 2022-12-01T11:26:55.1255613Z [ OK ] atest.logical_or_operators (0 ms) 2022-12-01T11:26:55.1255868Z [ RUN ] atest.logical_xor_operators 2022-12-01T11:26:55.1256135Z [ OK ] atest.logical_xor_operators (0 ms) 2022-12-01T11:26:55.1256375Z [ RUN ] atest.lt_operators 2022-12-01T11:26:55.1256622Z [ OK ] atest.lt_operators (0 ms) 2022-12-01T11:26:55.1256831Z [ RUN ] atest.le_operators 2022-12-01T11:26:55.1257477Z [ OK ] atest.le_operators (0 ms) 2022-12-01T11:26:55.1257764Z [ RUN ] atest.gt_operators 2022-12-01T11:26:55.1258008Z [ OK ] atest.gt_operators (0 ms) 2022-12-01T11:26:55.1258243Z [ RUN ] atest.ge_operators 2022-12-01T11:26:55.1258481Z [ OK ] atest.ge_operators (0 ms) 2022-12-01T11:26:55.1258687Z [ RUN ] atest.eq_operators 2022-12-01T11:26:55.1258918Z [ OK ] atest.eq_operators (0 ms) 2022-12-01T11:26:55.1259404Z [ RUN ] atest.ne_operators 2022-12-01T11:26:55.1259645Z [ OK ] atest.ne_operators (0 ms) 2022-12-01T11:26:55.1259875Z [ RUN ] atest.add_operators 2022-12-01T11:26:55.1260113Z [ OK ] atest.add_operators (0 ms) 2022-12-01T11:26:55.1260326Z [ RUN ] atest.max_operators 2022-12-01T11:26:55.1262859Z [ OK ] atest.max_operators (0 ms) 2022-12-01T11:26:55.1263104Z [ RUN ] atest.min_operators 2022-12-01T11:26:55.1263873Z [ OK ] atest.min_operators (0 ms) 2022-12-01T11:26:55.1264138Z [ RUN ] atest.sigmoid_backward_operator 2022-12-01T11:26:55.1264888Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-12-01T11:26:55.1265136Z [ RUN ] atest.fmod_tensor_operators 2022-12-01T11:26:55.1265920Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-12-01T11:26:55.1266157Z [ RUN ] atest.atest 2022-12-01T11:26:55.8372939Z [ OK ] atest.atest (710 ms) 2022-12-01T11:26:55.8373272Z [----------] 16 tests from atest (712 ms total) 2022-12-01T11:26:55.8373667Z 2022-12-01T11:26:55.8373803Z [----------] Global test environment tear-down 2022-12-01T11:26:55.8387877Z [==========] 16 tests from 1 test suite ran. (712 ms total) 2022-12-01T11:26:55.8388109Z [ PASSED ] 16 tests. 2022-12-01T11:26:55.9262585Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2022-12-01T11:26:56.3351021Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:56.3351444Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:26:56.3351724Z [----------] Global test environment set-up. 2022-12-01T11:26:56.3351986Z [----------] 3 tests from BackendFallbackTest 2022-12-01T11:26:56.3352322Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithMode 2022-12-01T11:26:56.3449433Z [ OK ] BackendFallbackTest.TestBackendFallbackWithMode (9 ms) 2022-12-01T11:26:56.3450059Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithWrapper 2022-12-01T11:26:56.3477414Z [ OK ] BackendFallbackTest.TestBackendFallbackWithWrapper (2 ms) 2022-12-01T11:26:56.3478016Z [ RUN ] BackendFallbackTest.TestFallthroughBackendFallback 2022-12-01T11:26:56.3496486Z [ OK ] BackendFallbackTest.TestFallthroughBackendFallback (1 ms) 2022-12-01T11:26:56.3497026Z [----------] 3 tests from BackendFallbackTest (14 ms total) 2022-12-01T11:26:56.3497247Z 2022-12-01T11:26:56.3497416Z [----------] Global test environment tear-down 2022-12-01T11:26:56.3515009Z [==========] 3 tests from 1 test suite ran. (14 ms total) 2022-12-01T11:26:56.3515371Z [ PASSED ] 3 tests. 2022-12-01T11:26:56.4343372Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2022-12-01T11:26:56.8073091Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:56.8073505Z [==========] Running 5 tests from 1 test suite. 2022-12-01T11:26:56.8073812Z [----------] Global test environment set-up. 2022-12-01T11:26:56.8074071Z [----------] 5 tests from BasicTest 2022-12-01T11:26:56.8074314Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T11:26:56.8264601Z 5 ms 2022-12-01T11:26:56.9577477Z 131 ms 2022-12-01T11:26:57.1668267Z 208 ms 2022-12-01T11:26:57.8439085Z [ OK ] BasicTest.BasicTestCPU (1036 ms) 2022-12-01T11:26:57.8439523Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T11:26:57.8476239Z 3 ms 2022-12-01T11:26:58.0072622Z 159 ms 2022-12-01T11:26:58.2376906Z 230 ms 2022-12-01T11:26:58.2398478Z [ OK ] BasicTest.BasicTestHalfCPU (395 ms) 2022-12-01T11:26:58.2398801Z [ RUN ] BasicTest.BasicTestCUDA 2022-12-01T11:26:58.2399051Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-12-01T11:26:58.2399329Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T11:26:58.2400395Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-12-01T11:26:58.2400681Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T11:26:58.2432682Z Simple example: called once 2022-12-01T11:26:58.2432949Z throw: call_once will retry 2022-12-01T11:26:58.2433183Z Didn't throw, call_once will not attempt again 2022-12-01T11:26:58.2433464Z [ OK ] BasicTest.BasicStdTestCPU (3 ms) 2022-12-01T11:26:58.2433753Z [----------] 5 tests from BasicTest (1435 ms total) 2022-12-01T11:26:58.2433914Z 2022-12-01T11:26:58.2434043Z [----------] Global test environment tear-down 2022-12-01T11:26:58.2445779Z [==========] 5 tests from 1 test suite ran. (1436 ms total) 2022-12-01T11:26:58.2446132Z [ PASSED ] 5 tests. 2022-12-01T11:26:58.3289779Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2022-12-01T11:26:58.7048393Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:58.7048832Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:26:58.7049105Z [----------] Global test environment set-up. 2022-12-01T11:26:58.7049603Z [----------] 1 test from BroadcastTest 2022-12-01T11:26:58.7049862Z [ RUN ] BroadcastTest.Broadcast 2022-12-01T11:26:59.4328090Z [ OK ] BroadcastTest.Broadcast (727 ms) 2022-12-01T11:26:59.4328446Z [----------] 1 test from BroadcastTest (727 ms total) 2022-12-01T11:26:59.4328622Z 2022-12-01T11:26:59.4328753Z [----------] Global test environment tear-down 2022-12-01T11:26:59.4340176Z [==========] 1 test from 1 test suite ran. (728 ms total) 2022-12-01T11:26:59.4340424Z [ PASSED ] 1 test. 2022-12-01T11:26:59.5197024Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2022-12-01T11:26:59.5311163Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.5311612Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:26:59.5311885Z [----------] Global test environment set-up. 2022-12-01T11:26:59.5312166Z [----------] 4 tests from accumulate_test 2022-12-01T11:26:59.5312404Z [ RUN ] accumulate_test.vector_test 2022-12-01T11:26:59.5312671Z [ OK ] accumulate_test.vector_test (0 ms) 2022-12-01T11:26:59.5312921Z [ RUN ] accumulate_test.list_test 2022-12-01T11:26:59.5313172Z [ OK ] accumulate_test.list_test (0 ms) 2022-12-01T11:26:59.5313417Z [ RUN ] accumulate_test.base_cases 2022-12-01T11:26:59.5313666Z [ OK ] accumulate_test.base_cases (0 ms) 2022-12-01T11:26:59.5313889Z [ RUN ] accumulate_test.errors 2022-12-01T11:26:59.5444007Z [ OK ] accumulate_test.errors (13 ms) 2022-12-01T11:26:59.5444297Z [----------] 4 tests from accumulate_test (13 ms total) 2022-12-01T11:26:59.5444466Z 2022-12-01T11:26:59.5444594Z [----------] Global test environment tear-down 2022-12-01T11:26:59.5455758Z [==========] 4 tests from 1 test suite ran. (13 ms total) 2022-12-01T11:26:59.5456014Z [ PASSED ] 4 tests. 2022-12-01T11:26:59.5517135Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Array_test.exe" 2022-12-01T11:26:59.5666342Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.5666745Z [==========] Running 0 tests from 0 test suites. 2022-12-01T11:26:59.5676717Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-12-01T11:26:59.5676979Z [ PASSED ] 0 tests. 2022-12-01T11:26:59.5732747Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2022-12-01T11:26:59.5833646Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.5834085Z [==========] Running 13 tests from 3 test suites. 2022-12-01T11:26:59.5834360Z [----------] Global test environment set-up. 2022-12-01T11:26:59.5834614Z [----------] 5 tests from BFloat16Conversion 2022-12-01T11:26:59.5834925Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2022-12-01T11:26:59.5835471Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2022-12-01T11:26:59.5835829Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2022-12-01T11:26:59.5836193Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2022-12-01T11:26:59.5836477Z [ RUN ] BFloat16Conversion.NaN 2022-12-01T11:26:59.5836735Z [ OK ] BFloat16Conversion.NaN (0 ms) 2022-12-01T11:26:59.5836985Z [ RUN ] BFloat16Conversion.Inf 2022-12-01T11:26:59.5837239Z [ OK ] BFloat16Conversion.Inf (0 ms) 2022-12-01T11:26:59.5837521Z [ RUN ] BFloat16Conversion.SmallestDenormal 2022-12-01T11:26:59.5837833Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2022-12-01T11:26:59.5838133Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2022-12-01T11:26:59.5838303Z 2022-12-01T11:26:59.5838411Z [----------] 3 tests from BFloat16Math 2022-12-01T11:26:59.5838649Z [ RUN ] BFloat16Math.Addition 2022-12-01T11:26:59.5838892Z [ OK ] BFloat16Math.Addition (0 ms) 2022-12-01T11:26:59.5839231Z [ RUN ] BFloat16Math.Subtraction 2022-12-01T11:26:59.5839494Z [ OK ] BFloat16Math.Subtraction (0 ms) 2022-12-01T11:26:59.5839738Z [ RUN ] BFloat16Math.NextAfterZero 2022-12-01T11:26:59.5840011Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2022-12-01T11:26:59.5840295Z [----------] 3 tests from BFloat16Math (0 ms total) 2022-12-01T11:26:59.5840456Z 2022-12-01T11:26:59.5840612Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test 2022-12-01T11:26:59.5840956Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 2022-12-01T11:26:59.5841299Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2022-12-01T11:26:59.5841656Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 2022-12-01T11:26:59.5842022Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2022-12-01T11:26:59.5842377Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 2022-12-01T11:26:59.5842735Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2022-12-01T11:26:59.5843088Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 2022-12-01T11:26:59.5843442Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2022-12-01T11:26:59.5843773Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 2022-12-01T11:26:59.5844132Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2022-12-01T11:26:59.5844489Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test (0 ms total) 2022-12-01T11:26:59.5844689Z 2022-12-01T11:26:59.5844814Z [----------] Global test environment tear-down 2022-12-01T11:26:59.5851723Z [==========] 13 tests from 3 test suites ran. (0 ms total) 2022-12-01T11:26:59.5852073Z [ PASSED ] 13 tests. 2022-12-01T11:26:59.5912770Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2022-12-01T11:26:59.6018790Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6019251Z [==========] Running 12 tests from 1 test suite. 2022-12-01T11:26:59.6019555Z [----------] Global test environment set-up. 2022-12-01T11:26:59.6019814Z [----------] 12 tests from BitsetTest 2022-12-01T11:26:59.6020118Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2022-12-01T11:26:59.6020481Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2022-12-01T11:26:59.6020850Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2022-12-01T11:26:59.6021199Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2022-12-01T11:26:59.6021592Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2022-12-01T11:26:59.6022064Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2022-12-01T11:26:59.6022450Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2022-12-01T11:26:59.6023044Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-12-01T11:26:59.6023421Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2022-12-01T11:26:59.6023796Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2022-12-01T11:26:59.6024178Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2022-12-01T11:26:59.6024552Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-12-01T11:26:59.6024952Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2022-12-01T11:26:59.6025380Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2022-12-01T11:26:59.6025782Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2022-12-01T11:26:59.6026147Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2022-12-01T11:26:59.6026643Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2022-12-01T11:26:59.6027080Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2022-12-01T11:26:59.6027497Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2022-12-01T11:26:59.6027898Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2022-12-01T11:26:59.6028394Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2022-12-01T11:26:59.6028908Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-12-01T11:26:59.6029357Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2022-12-01T11:26:59.6029843Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-12-01T11:26:59.6030221Z [----------] 12 tests from BitsetTest (0 ms total) 2022-12-01T11:26:59.6030385Z 2022-12-01T11:26:59.6030512Z [----------] Global test environment tear-down 2022-12-01T11:26:59.6034217Z [==========] 12 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.6034454Z [ PASSED ] 12 tests. 2022-12-01T11:26:59.6093193Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_C++17_test.exe" 2022-12-01T11:26:59.6199302Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6199771Z [==========] Running 9 tests from 1 test suite. 2022-12-01T11:26:59.6200071Z [----------] Global test environment set-up. 2022-12-01T11:26:59.6200331Z [----------] 9 tests from if_constexpr 2022-12-01T11:26:59.6200618Z [ RUN ] if_constexpr.whenIsTrue_thenReturnsTrueCase 2022-12-01T11:26:59.6200951Z [ OK ] if_constexpr.whenIsTrue_thenReturnsTrueCase (0 ms) 2022-12-01T11:26:59.6201280Z [ RUN ] if_constexpr.whenIsFalse_thenReturnsFalseCase 2022-12-01T11:26:59.6201614Z [ OK ] if_constexpr.whenIsFalse_thenReturnsFalseCase (0 ms) 2022-12-01T11:26:59.6201972Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg 2022-12-01T11:26:59.6202351Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg (0 ms) 2022-12-01T11:26:59.6202737Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg 2022-12-01T11:26:59.6203128Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg (0 ms) 2022-12-01T11:26:59.6203493Z [ RUN ] if_constexpr.otherCaseCanHaveInvalidCode 2022-12-01T11:26:59.6203812Z [ OK ] if_constexpr.otherCaseCanHaveInvalidCode (0 ms) 2022-12-01T11:26:59.6204156Z [ RUN ] if_constexpr.worksWithoutElseCase_withIdentityArg 2022-12-01T11:26:59.6204502Z [ OK ] if_constexpr.worksWithoutElseCase_withIdentityArg (0 ms) 2022-12-01T11:26:59.6204855Z [ RUN ] if_constexpr.worksWithoutElseCase_withoutIdentityArg 2022-12-01T11:26:59.6205415Z [ OK ] if_constexpr.worksWithoutElseCase_withoutIdentityArg (0 ms) 2022-12-01T11:26:59.6205772Z [ RUN ] if_constexpr.returnTypeCanDiffer_withIdentityArg 2022-12-01T11:26:59.6206100Z [ OK ] if_constexpr.returnTypeCanDiffer_withIdentityArg (0 ms) 2022-12-01T11:26:59.6206458Z [ RUN ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg 2022-12-01T11:26:59.6206822Z [ OK ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg (0 ms) 2022-12-01T11:26:59.6207148Z [----------] 9 tests from if_constexpr (0 ms total) 2022-12-01T11:26:59.6207312Z 2022-12-01T11:26:59.6207439Z [----------] Global test environment tear-down 2022-12-01T11:26:59.6213893Z [==========] 9 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.6214145Z [ PASSED ] 9 tests. 2022-12-01T11:26:59.6270912Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2022-12-01T11:26:59.6373100Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6373522Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:26:59.6373792Z [----------] Global test environment set-up. 2022-12-01T11:26:59.6374101Z [----------] 2 tests from CompileTimeFunctionPointerTest 2022-12-01T11:26:59.6374491Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2022-12-01T11:26:59.6375000Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2022-12-01T11:26:59.6375445Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2022-12-01T11:26:59.6375890Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2022-12-01T11:26:59.6376304Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2022-12-01T11:26:59.6376511Z 2022-12-01T11:26:59.6376639Z [----------] Global test environment tear-down 2022-12-01T11:26:59.6385634Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.6385876Z [ PASSED ] 2 tests. 2022-12-01T11:26:59.6440988Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2022-12-01T11:26:59.6540984Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6541437Z [==========] Running 12 tests from 11 test suites. 2022-12-01T11:26:59.6541803Z [----------] Global test environment set-up. 2022-12-01T11:26:59.6542156Z [----------] 2 tests from TestExponential 2022-12-01T11:26:59.6542470Z [ RUN ] TestExponential.IPi 2022-12-01T11:26:59.6542699Z [ OK ] TestExponential.IPi (0 ms) 2022-12-01T11:26:59.6542967Z [ RUN ] TestExponential.EulerFormula 2022-12-01T11:26:59.6543251Z [ OK ] TestExponential.EulerFormula (0 ms) 2022-12-01T11:26:59.6543576Z [----------] 2 tests from TestExponential (0 ms total) 2022-12-01T11:26:59.6543745Z 2022-12-01T11:26:59.6543843Z [----------] 1 test from TestLog 2022-12-01T11:26:59.6544077Z [ RUN ] TestLog.Definition 2022-12-01T11:26:59.6544298Z [ OK ] TestLog.Definition (0 ms) 2022-12-01T11:26:59.6544550Z [----------] 1 test from TestLog (0 ms total) 2022-12-01T11:26:59.6544698Z 2022-12-01T11:26:59.6544795Z [----------] 1 test from TestLog10 2022-12-01T11:26:59.6545873Z [ RUN ] TestLog10.Rev 2022-12-01T11:26:59.6546664Z [ OK ] TestLog10.Rev (0 ms) 2022-12-01T11:26:59.6546915Z [----------] 1 test from TestLog10 (0 ms total) 2022-12-01T11:26:59.6547046Z 2022-12-01T11:26:59.6547145Z [----------] 1 test from TestLog2 2022-12-01T11:26:59.6547361Z [ RUN ] TestLog2.Rev 2022-12-01T11:26:59.6547573Z [ OK ] TestLog2.Rev (0 ms) 2022-12-01T11:26:59.6547815Z [----------] 1 test from TestLog2 (0 ms total) 2022-12-01T11:26:59.6547964Z 2022-12-01T11:26:59.6548068Z [----------] 1 test from TestPowSqrt 2022-12-01T11:26:59.6548275Z [ RUN ] TestPowSqrt.Equal 2022-12-01T11:26:59.6548509Z [ OK ] TestPowSqrt.Equal (0 ms) 2022-12-01T11:26:59.6548949Z [----------] 1 test from TestPowSqrt (0 ms total) 2022-12-01T11:26:59.6549109Z 2022-12-01T11:26:59.6549206Z [----------] 1 test from TestPow 2022-12-01T11:26:59.6549427Z [ RUN ] TestPow.Square 2022-12-01T11:26:59.6549649Z [ OK ] TestPow.Square (0 ms) 2022-12-01T11:26:59.6549874Z [----------] 1 test from TestPow (0 ms total) 2022-12-01T11:26:59.6550019Z 2022-12-01T11:26:59.6550139Z [----------] 1 test from TestSinCosSinhCosh 2022-12-01T11:26:59.6550394Z [ RUN ] TestSinCosSinhCosh.Identity 2022-12-01T11:26:59.6550665Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2022-12-01T11:26:59.6550953Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2022-12-01T11:26:59.6552522Z 2022-12-01T11:26:59.6552620Z [----------] 1 test from TestTan 2022-12-01T11:26:59.6552819Z [ RUN ] TestTan.Identity 2022-12-01T11:26:59.6553040Z [ OK ] TestTan.Identity (0 ms) 2022-12-01T11:26:59.6553281Z [----------] 1 test from TestTan (0 ms total) 2022-12-01T11:26:59.6553426Z 2022-12-01T11:26:59.6553528Z [----------] 1 test from TestTanh 2022-12-01T11:26:59.6553858Z [ RUN ] TestTanh.Identity 2022-12-01T11:26:59.6554071Z [ OK ] TestTanh.Identity (0 ms) 2022-12-01T11:26:59.6554320Z [----------] 1 test from TestTanh (0 ms total) 2022-12-01T11:26:59.6554464Z 2022-12-01T11:26:59.6554586Z [----------] 1 test from TestRevTrigonometric 2022-12-01T11:26:59.6554844Z [ RUN ] TestRevTrigonometric.Rev 2022-12-01T11:26:59.6555104Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2022-12-01T11:26:59.6555389Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2022-12-01T11:26:59.6555556Z 2022-12-01T11:26:59.6555653Z [----------] 1 test from TestRevHyperbolic 2022-12-01T11:26:59.6555891Z [ RUN ] TestRevHyperbolic.Rev 2022-12-01T11:26:59.6556130Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2022-12-01T11:26:59.6556398Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2022-12-01T11:26:59.6556561Z 2022-12-01T11:26:59.6556678Z [----------] Global test environment tear-down 2022-12-01T11:26:59.6558598Z [==========] 12 tests from 11 test suites ran. (0 ms total) 2022-12-01T11:26:59.6558863Z [ PASSED ] 12 tests. 2022-12-01T11:26:59.6614002Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2022-12-01T11:26:59.6723044Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6723492Z [==========] Running 5 tests from 5 test suites. 2022-12-01T11:26:59.6723754Z [----------] Global test environment set-up. 2022-12-01T11:26:59.6724036Z [----------] 1 test from TestMemory 2022-12-01T11:26:59.6724276Z [ RUN ] TestMemory.ReinterpretCast 2022-12-01T11:26:59.6724531Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-12-01T11:26:59.6724799Z [----------] 1 test from TestMemory (0 ms total) 2022-12-01T11:26:59.6724953Z 2022-12-01T11:26:59.6725060Z [----------] 1 test from TestConstructors 2022-12-01T11:26:59.6725315Z [ RUN ] TestConstructors.UnorderedMap 2022-12-01T11:26:59.6725608Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-12-01T11:26:59.6725897Z [----------] 1 test from TestConstructors (0 ms total) 2022-12-01T11:26:59.6726060Z 2022-12-01T11:26:59.6726171Z [----------] 1 test from TestArithmeticIntScalar 2022-12-01T11:26:59.6726436Z [ RUN ] TestArithmeticIntScalar.All 2022-12-01T11:26:59.6726716Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-12-01T11:26:59.6727015Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-12-01T11:26:59.6727191Z 2022-12-01T11:26:59.6727282Z [----------] 1 test from TestIO 2022-12-01T11:26:59.6727484Z [ RUN ] TestIO.All 2022-12-01T11:26:59.6727725Z [ OK ] TestIO.All (0 ms) 2022-12-01T11:26:59.6727958Z [----------] 1 test from TestIO (0 ms total) 2022-12-01T11:26:59.6728097Z 2022-12-01T11:26:59.6728186Z [----------] 1 test from TestStd 2022-12-01T11:26:59.6728460Z [ RUN ] TestStd.BasicFunctions 2022-12-01T11:26:59.6728708Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-12-01T11:26:59.6729113Z [----------] 1 test from TestStd (0 ms total) 2022-12-01T11:26:59.6729240Z 2022-12-01T11:26:59.6729361Z [----------] Global test environment tear-down 2022-12-01T11:26:59.6746345Z [==========] 5 tests from 5 test suites ran. (0 ms total) 2022-12-01T11:26:59.6746592Z [ PASSED ] 5 tests. 2022-12-01T11:26:59.6801251Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2022-12-01T11:26:59.6894844Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.6895238Z [==========] Running 0 tests from 0 test suites. 2022-12-01T11:26:59.6905536Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-12-01T11:26:59.6905766Z [ PASSED ] 0 tests. 2022-12-01T11:26:59.6959711Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2022-12-01T11:26:59.7064643Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.7065027Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:26:59.7065357Z [----------] Global test environment set-up. 2022-12-01T11:26:59.7065624Z [----------] 1 test from DeadlockDetection 2022-12-01T11:26:59.7065874Z [ RUN ] DeadlockDetection.basic 2022-12-01T11:26:59.7066175Z [ OK ] DeadlockDetection.basic (0 ms) 2022-12-01T11:26:59.7066456Z [----------] 1 test from DeadlockDetection (0 ms total) 2022-12-01T11:26:59.7066625Z 2022-12-01T11:26:59.7066745Z [----------] Global test environment tear-down 2022-12-01T11:26:59.7075379Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.7075628Z [ PASSED ] 1 test. 2022-12-01T11:26:59.7130939Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2022-12-01T11:26:59.7234375Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.7234753Z [==========] Running 2 tests from 2 test suites. 2022-12-01T11:26:59.7235008Z [----------] Global test environment set-up. 2022-12-01T11:26:59.7235251Z [----------] 1 test from DeviceGuard 2022-12-01T11:26:59.7235537Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2022-12-01T11:26:59.7235890Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-12-01T11:26:59.7244969Z [----------] 1 test from DeviceGuard (0 ms total) 2022-12-01T11:26:59.7245142Z 2022-12-01T11:26:59.7245273Z [----------] 1 test from OptionalDeviceGuard 2022-12-01T11:26:59.7245613Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2022-12-01T11:26:59.7246024Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-12-01T11:26:59.7246385Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2022-12-01T11:26:59.7246553Z 2022-12-01T11:26:59.7246671Z [----------] Global test environment tear-down 2022-12-01T11:26:59.7246954Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:26:59.7247161Z [ PASSED ] 2 tests. 2022-12-01T11:26:59.7302075Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2022-12-01T11:26:59.7407369Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.7407745Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:26:59.7408001Z [----------] Global test environment set-up. 2022-12-01T11:26:59.7408244Z [----------] 1 test from DeviceTest 2022-12-01T11:26:59.7408473Z [ RUN ] DeviceTest.BasicConstruction 2022-12-01T11:26:59.7546655Z [ OK ] DeviceTest.BasicConstruction (13 ms) 2022-12-01T11:26:59.7546949Z [----------] 1 test from DeviceTest (13 ms total) 2022-12-01T11:26:59.7547104Z 2022-12-01T11:26:59.7547224Z [----------] Global test environment tear-down 2022-12-01T11:26:59.7559684Z [==========] 1 test from 1 test suite ran. (14 ms total) 2022-12-01T11:26:59.7559972Z [ PASSED ] 1 test. 2022-12-01T11:26:59.7625058Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2022-12-01T11:26:59.7742176Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.7742606Z [==========] Running 16 tests from 1 test suite. 2022-12-01T11:26:59.7742881Z [----------] Global test environment set-up. 2022-12-01T11:26:59.7743137Z [----------] 16 tests from DispatchKeySet 2022-12-01T11:26:59.7743391Z [ RUN ] DispatchKeySet.ShowSemantics 2022-12-01T11:26:59.7743669Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2022-12-01T11:26:59.7743911Z [ RUN ] DispatchKeySet.Empty 2022-12-01T11:26:59.7744150Z [ OK ] DispatchKeySet.Empty (0 ms) 2022-12-01T11:26:59.7744441Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2022-12-01T11:26:59.7744781Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2022-12-01T11:26:59.7745315Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2022-12-01T11:26:59.7745667Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2022-12-01T11:26:59.7746048Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2022-12-01T11:26:59.7746460Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2022-12-01T11:26:59.7746806Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2022-12-01T11:26:59.7766240Z [ OK ] DispatchKeySet.DoubletonPerBackend (2 ms) 2022-12-01T11:26:59.7766530Z [ RUN ] DispatchKeySet.Full 2022-12-01T11:26:59.7766768Z [ OK ] DispatchKeySet.Full (0 ms) 2022-12-01T11:26:59.7767034Z [ RUN ] DispatchKeySet.IteratorBasicOps 2022-12-01T11:26:59.7767331Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2022-12-01T11:26:59.7767656Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2022-12-01T11:26:59.7768032Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2022-12-01T11:26:59.7768364Z [ RUN ] DispatchKeySet.IteratorEmpty 2022-12-01T11:26:59.7768640Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2022-12-01T11:26:59.7768932Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2022-12-01T11:26:59.7769245Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2022-12-01T11:26:59.7769519Z [ RUN ] DispatchKeySet.IteratorFull 2022-12-01T11:26:59.7769788Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2022-12-01T11:26:59.7770073Z [ RUN ] DispatchKeySet.FailAtEndIterator 2022-12-01T11:26:59.7898169Z [ OK ] DispatchKeySet.FailAtEndIterator (13 ms) 2022-12-01T11:26:59.7898510Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2022-12-01T11:26:59.7898867Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2022-12-01T11:26:59.7899231Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2022-12-01T11:26:59.7899637Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2022-12-01T11:26:59.7900056Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2022-12-01T11:26:59.7900478Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2022-12-01T11:26:59.7900836Z [----------] 16 tests from DispatchKeySet (15 ms total) 2022-12-01T11:26:59.7901003Z 2022-12-01T11:26:59.7901177Z [----------] Global test environment tear-down 2022-12-01T11:26:59.7913419Z [==========] 16 tests from 1 test suite ran. (15 ms total) 2022-12-01T11:26:59.7913651Z [ PASSED ] 16 tests. 2022-12-01T11:26:59.7976996Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_either_test.exe" 2022-12-01T11:26:59.8095863Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.8096287Z [==========] Running 83 tests from 2 test suites. 2022-12-01T11:26:59.8096548Z [----------] Global test environment set-up. 2022-12-01T11:26:59.8096806Z [----------] 73 tests from EitherTest 2022-12-01T11:26:59.8097240Z [ RUN ] EitherTest.SpaceUsage 2022-12-01T11:26:59.8097488Z [ OK ] EitherTest.SpaceUsage (0 ms) 2022-12-01T11:26:59.8097729Z [ RUN ] EitherTest.givenLeft 2022-12-01T11:26:59.8097968Z [ OK ] EitherTest.givenLeft (0 ms) 2022-12-01T11:26:59.8098205Z [ RUN ] EitherTest.givenRight 2022-12-01T11:26:59.8098432Z [ OK ] EitherTest.givenRight (0 ms) 2022-12-01T11:26:59.8098677Z [ RUN ] EitherTest.givenMakeLeft 2022-12-01T11:26:59.8098932Z [ OK ] EitherTest.givenMakeLeft (0 ms) 2022-12-01T11:26:59.8099220Z [ RUN ] EitherTest.givenMakeLeftWithSameType 2022-12-01T11:26:59.8099559Z [ OK ] EitherTest.givenMakeLeftWithSameType (0 ms) 2022-12-01T11:26:59.8099843Z [ RUN ] EitherTest.givenMakeRight 2022-12-01T11:26:59.8101541Z [ OK ] EitherTest.givenMakeRight (0 ms) 2022-12-01T11:26:59.8101831Z [ RUN ] EitherTest.givenMakeRightWithSameType 2022-12-01T11:26:59.8102151Z [ OK ] EitherTest.givenMakeRightWithSameType (0 ms) 2022-12-01T11:26:59.8102581Z [ RUN ] EitherTest.givenMovableOnlyMakeLeft 2022-12-01T11:26:59.8102898Z [ OK ] EitherTest.givenMovableOnlyMakeLeft (0 ms) 2022-12-01T11:26:59.8103209Z [ RUN ] EitherTest.givenMovableOnlyMakeRight 2022-12-01T11:26:59.8103508Z [ OK ] EitherTest.givenMovableOnlyMakeRight (0 ms) 2022-12-01T11:26:59.8103818Z [ RUN ] EitherTest.givenMultiParamMakeLeft 2022-12-01T11:26:59.8104127Z [ OK ] EitherTest.givenMultiParamMakeLeft (0 ms) 2022-12-01T11:26:59.8104436Z [ RUN ] EitherTest.givenMultiParamMakeRight 2022-12-01T11:26:59.8104751Z [ OK ] EitherTest.givenMultiParamMakeRight (0 ms) 2022-12-01T11:26:59.8105123Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8105535Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8105958Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8107805Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8108280Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8108713Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8109133Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8109563Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8109966Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8110384Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8110794Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8111213Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8111628Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8112059Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8113860Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8114284Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8114696Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8115101Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8115501Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8115898Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8116284Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8116769Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8117296Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8117705Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8118092Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8119898Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8120297Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8120689Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8121090Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect 2022-12-01T11:26:59.8121498Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8121885Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect 2022-12-01T11:26:59.8122287Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8122752Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect 2022-12-01T11:26:59.8123123Z [ OK ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8123488Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect 2022-12-01T11:26:59.8123852Z [ OK ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8125052Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8126040Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8126445Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8126848Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8127236Z [ RUN ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect 2022-12-01T11:26:59.8127611Z [ OK ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8127972Z [ RUN ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect 2022-12-01T11:26:59.8128346Z [ OK ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8128735Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8129148Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8129559Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8129964Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8131729Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect 2022-12-01T11:26:59.8132089Z [ OK ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8132449Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect 2022-12-01T11:26:59.8132818Z [ OK ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8133204Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8133610Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8134011Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8134395Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8134864Z [ RUN ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect 2022-12-01T11:26:59.8135238Z [ OK ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8135602Z [ RUN ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect 2022-12-01T11:26:59.8135970Z [ OK ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8137748Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8139343Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8139767Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8140200Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8140581Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect 2022-12-01T11:26:59.8140944Z [ OK ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8141304Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect 2022-12-01T11:26:59.8141643Z [ OK ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8142017Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8142422Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8142863Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8143417Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8143806Z [ RUN ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect 2022-12-01T11:26:59.8144163Z [ OK ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8144520Z [ RUN ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect 2022-12-01T11:26:59.8144875Z [ OK ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8145239Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8145645Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8146038Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8146435Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8146863Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect 2022-12-01T11:26:59.8147217Z [ OK ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8147566Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect 2022-12-01T11:26:59.8147904Z [ OK ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8148280Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8148674Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8149129Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8149577Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8149952Z [ RUN ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect 2022-12-01T11:26:59.8150292Z [ OK ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8150648Z [ RUN ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect 2022-12-01T11:26:59.8150999Z [ OK ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8151374Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect 2022-12-01T11:26:59.8151774Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-12-01T11:26:59.8152167Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect 2022-12-01T11:26:59.8152548Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-12-01T11:26:59.8152914Z [ RUN ] EitherTest.givenLeft_whenModified_thenValueIsChanged 2022-12-01T11:26:59.8153254Z [ OK ] EitherTest.givenLeft_whenModified_thenValueIsChanged (0 ms) 2022-12-01T11:26:59.8153593Z [ RUN ] EitherTest.givenRight_whenModified_thenValueIsChanged 2022-12-01T11:26:59.8153936Z [ OK ] EitherTest.givenRight_whenModified_thenValueIsChanged (0 ms) 2022-12-01T11:26:59.8154348Z [ RUN ] EitherTest.canEmplaceConstructLeft 2022-12-01T11:26:59.8154641Z [ OK ] EitherTest.canEmplaceConstructLeft (0 ms) 2022-12-01T11:26:59.8155025Z [ RUN ] EitherTest.canEmplaceConstructRight 2022-12-01T11:26:59.8155345Z [ OK ] EitherTest.canEmplaceConstructRight (0 ms) 2022-12-01T11:26:59.8155712Z [ RUN ] EitherTest.givenEqualLefts_thenAreEqual 2022-12-01T11:26:59.8156026Z [ OK ] EitherTest.givenEqualLefts_thenAreEqual (0 ms) 2022-12-01T11:26:59.8156338Z [ RUN ] EitherTest.givenEqualLefts_thenAreNotUnequal 2022-12-01T11:26:59.8156649Z [ OK ] EitherTest.givenEqualLefts_thenAreNotUnequal (0 ms) 2022-12-01T11:26:59.8156964Z [ RUN ] EitherTest.givenEqualRights_thenAreEqual 2022-12-01T11:26:59.8157273Z [ OK ] EitherTest.givenEqualRights_thenAreEqual (0 ms) 2022-12-01T11:26:59.8157591Z [ RUN ] EitherTest.givenEqualRights_thenAreNotUnequal 2022-12-01T11:26:59.8157916Z [ OK ] EitherTest.givenEqualRights_thenAreNotUnequal (0 ms) 2022-12-01T11:26:59.8158310Z [ RUN ] EitherTest.givenLeftAndRight_thenAreNotEqual 2022-12-01T11:26:59.8158622Z [ OK ] EitherTest.givenLeftAndRight_thenAreNotEqual (0 ms) 2022-12-01T11:26:59.8158945Z [ RUN ] EitherTest.givenLeftAndRight_thenAreUnequal 2022-12-01T11:26:59.8159267Z [ OK ] EitherTest.givenLeftAndRight_thenAreUnequal (0 ms) 2022-12-01T11:26:59.8159542Z [ RUN ] EitherTest.OutputLeft 2022-12-01T11:26:59.8159789Z [ OK ] EitherTest.OutputLeft (0 ms) 2022-12-01T11:26:59.8160025Z [ RUN ] EitherTest.OutputRight 2022-12-01T11:26:59.8160275Z [ OK ] EitherTest.OutputRight (0 ms) 2022-12-01T11:26:59.8160603Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual 2022-12-01T11:26:59.8161058Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual (0 ms) 2022-12-01T11:26:59.8161449Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal 2022-12-01T11:26:59.8161890Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal (0 ms) 2022-12-01T11:26:59.8162217Z [----------] 73 tests from EitherTest (1 ms total) 2022-12-01T11:26:59.8162377Z 2022-12-01T11:26:59.8162501Z [----------] 10 tests from EitherTest_Destructor 2022-12-01T11:26:59.8162800Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalled 2022-12-01T11:26:59.8163131Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalled (0 ms) 2022-12-01T11:26:59.8163468Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalled 2022-12-01T11:26:59.8163805Z [ OK ] EitherTest_Destructor.RightDestructorIsCalled (0 ms) 2022-12-01T11:26:59.8164159Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying 2022-12-01T11:26:59.8164560Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying (0 ms) 2022-12-01T11:26:59.8164969Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying 2022-12-01T11:26:59.8165374Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying (0 ms) 2022-12-01T11:26:59.8165786Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving 2022-12-01T11:26:59.8166179Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving (0 ms) 2022-12-01T11:26:59.8166571Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving 2022-12-01T11:26:59.8166978Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving (0 ms) 2022-12-01T11:26:59.8167453Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment 2022-12-01T11:26:59.8167943Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment (0 ms) 2022-12-01T11:26:59.8168372Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment 2022-12-01T11:26:59.8168801Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment (0 ms) 2022-12-01T11:26:59.8169217Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment 2022-12-01T11:26:59.8169667Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment (0 ms) 2022-12-01T11:26:59.8170183Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment 2022-12-01T11:26:59.8170637Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment (0 ms) 2022-12-01T11:26:59.8171023Z [----------] 10 tests from EitherTest_Destructor (0 ms total) 2022-12-01T11:26:59.8171191Z 2022-12-01T11:26:59.8171312Z [----------] Global test environment tear-down 2022-12-01T11:26:59.8171605Z [==========] 83 tests from 2 test suites ran. (1 ms total) 2022-12-01T11:26:59.8171816Z [ PASSED ] 83 tests. 2022-12-01T11:26:59.8201034Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2022-12-01T11:26:59.8312613Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.8313025Z [==========] Running 5 tests from 2 test suites. 2022-12-01T11:26:59.8313285Z [----------] Global test environment set-up. 2022-12-01T11:26:59.8313702Z [----------] 4 tests from ExceptionTest 2022-12-01T11:26:59.8313991Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2022-12-01T11:26:59.8314286Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2022-12-01T11:26:59.8314581Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2022-12-01T11:26:59.8397861Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.8459091Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (14 ms) 2022-12-01T11:26:59.8459408Z [ RUN ] ExceptionTest.ErrorFormatting 2022-12-01T11:26:59.8595293Z [ OK ] ExceptionTest.ErrorFormatting (13 ms) 2022-12-01T11:26:59.8595673Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2022-12-01T11:26:59.8596170Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2022-12-01T11:26:59.8598103Z [W C:\actions-runner\_work\pytorch\pytorch\c10\test\util\exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2022-12-01T11:26:59.8598516Z [----------] 4 tests from ExceptionTest (28 ms total) 2022-12-01T11:26:59.8598683Z 2022-12-01T11:26:59.8598789Z [----------] 1 test from WarningTest 2022-12-01T11:26:59.8599040Z [ RUN ] WarningTest.JustPrintWarning 2022-12-01T11:26:59.8599321Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2022-12-01T11:26:59.8599583Z [----------] 1 test from WarningTest (0 ms total) 2022-12-01T11:26:59.8599736Z 2022-12-01T11:26:59.8599857Z [----------] Global test environment tear-down 2022-12-01T11:26:59.8610064Z [==========] 5 tests from 2 test suites ran. (28 ms total) 2022-12-01T11:26:59.8610310Z [ PASSED ] 5 tests. 2022-12-01T11:26:59.8673837Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2022-12-01T11:26:59.8786959Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.8787411Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:26:59.8787700Z [----------] Global test environment set-up. 2022-12-01T11:26:59.8787932Z [----------] 1 test from FlagsTest 2022-12-01T11:26:59.8788189Z [ RUN ] FlagsTest.TestGflagsCorrectness 2022-12-01T11:26:59.8788471Z Caffe2 is not built with gflags. Nothing to test here. 2022-12-01T11:26:59.8788763Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2022-12-01T11:26:59.8789048Z [----------] 1 test from FlagsTest (0 ms total) 2022-12-01T11:26:59.8789198Z 2022-12-01T11:26:59.8789304Z [----------] Global test environment tear-down 2022-12-01T11:26:59.8797378Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.8797636Z [ PASSED ] 1 test. 2022-12-01T11:26:59.8854203Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2022-12-01T11:26:59.8952604Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.8953195Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:26:59.8953458Z [----------] Global test environment set-up. 2022-12-01T11:26:59.8953724Z [----------] 1 test from HalfDoubleConversionTest 2022-12-01T11:26:59.8954028Z [ RUN ] HalfDoubleConversionTest.Half2Double 2022-12-01T11:26:59.8954350Z [ OK ] HalfDoubleConversionTest.Half2Double (0 ms) 2022-12-01T11:26:59.8954681Z [----------] 1 test from HalfDoubleConversionTest (0 ms total) 2022-12-01T11:26:59.8954859Z 2022-12-01T11:26:59.8954982Z [----------] Global test environment tear-down 2022-12-01T11:26:59.8964017Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:26:59.8964225Z [ PASSED ] 1 test. 2022-12-01T11:26:59.9021573Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2022-12-01T11:26:59.9127260Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.9127657Z [==========] Running 9 tests from 2 test suites. 2022-12-01T11:26:59.9128991Z [----------] Global test environment set-up. 2022-12-01T11:26:59.9129844Z [----------] 5 tests from InlineDeviceGuard 2022-12-01T11:26:59.9130113Z [ RUN ] InlineDeviceGuard.Constructor 2022-12-01T11:26:59.9130380Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2022-12-01T11:26:59.9130675Z [ RUN ] InlineDeviceGuard.ConstructorError 2022-12-01T11:26:59.9261992Z [ OK ] InlineDeviceGuard.ConstructorError (13 ms) 2022-12-01T11:26:59.9262306Z [ RUN ] InlineDeviceGuard.SetDevice 2022-12-01T11:26:59.9262631Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2022-12-01T11:26:59.9262904Z [ RUN ] InlineDeviceGuard.ResetDevice 2022-12-01T11:26:59.9263171Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2022-12-01T11:26:59.9263441Z [ RUN ] InlineDeviceGuard.SetIndex 2022-12-01T11:26:59.9263704Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2022-12-01T11:26:59.9264004Z [----------] 5 tests from InlineDeviceGuard (13 ms total) 2022-12-01T11:26:59.9264181Z 2022-12-01T11:26:59.9264324Z [----------] 4 tests from InlineOptionalDeviceGuard 2022-12-01T11:26:59.9264631Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2022-12-01T11:26:59.9264942Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2022-12-01T11:26:59.9265284Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2022-12-01T11:26:59.9265647Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2022-12-01T11:26:59.9265983Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2022-12-01T11:26:59.9267708Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2022-12-01T11:26:59.9268032Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2022-12-01T11:26:59.9268323Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2022-12-01T11:26:59.9268653Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2022-12-01T11:26:59.9268838Z 2022-12-01T11:26:59.9268959Z [----------] Global test environment tear-down 2022-12-01T11:26:59.9276223Z [==========] 9 tests from 2 test suites ran. (13 ms total) 2022-12-01T11:26:59.9276485Z [ PASSED ] 9 tests. 2022-12-01T11:26:59.9338332Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2022-12-01T11:26:59.9455862Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:26:59.9456272Z [==========] Running 8 tests from 3 test suites. 2022-12-01T11:26:59.9456532Z [----------] Global test environment set-up. 2022-12-01T11:26:59.9456797Z [----------] 4 tests from InlineStreamGuard 2022-12-01T11:26:59.9457062Z [ RUN ] InlineStreamGuard.Constructor 2022-12-01T11:26:59.9457347Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2022-12-01T11:26:59.9457670Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2022-12-01T11:26:59.9458013Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2022-12-01T11:26:59.9458568Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2022-12-01T11:26:59.9458965Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2022-12-01T11:26:59.9459342Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2022-12-01T11:26:59.9460606Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-12-01T11:26:59.9461517Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2022-12-01T11:26:59.9461686Z 2022-12-01T11:26:59.9461812Z [----------] 3 tests from InlineOptionalStreamGuard 2022-12-01T11:26:59.9462121Z [ RUN ] InlineOptionalStreamGuard.Constructor 2022-12-01T11:26:59.9462445Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2022-12-01T11:26:59.9462794Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2022-12-01T11:26:59.9463177Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2022-12-01T11:26:59.9463574Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2022-12-01T11:26:59.9464542Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-12-01T11:26:59.9464961Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2022-12-01T11:26:59.9465148Z 2022-12-01T11:26:59.9465274Z [----------] 1 test from InlineMultiStreamGuard 2022-12-01T11:26:59.9465558Z [ RUN ] InlineMultiStreamGuard.Constructor 2022-12-01T11:26:59.9467340Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2022-12-01T11:26:59.9467667Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2022-12-01T11:26:59.9467843Z 2022-12-01T11:26:59.9467945Z [----------] Global test environment tear-down 2022-12-01T11:26:59.9469790Z [==========] 8 tests from 3 test suites ran. (0 ms total) 2022-12-01T11:26:59.9470044Z [ PASSED ] 8 tests. 2022-12-01T11:26:59.9528457Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2022-12-01T11:26:59.9667766Z 2022-12-01T11:26:59+00:00 2022-12-01T11:26:59.9668193Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2022-12-01T11:26:59.9668553Z Run on (16 X 3000 MHz CPU s) 2022-12-01T11:26:59.9668736Z CPU Caches: 2022-12-01T11:26:59.9668918Z L1 Data 32 KiB (x8) 2022-12-01T11:26:59.9669119Z L1 Instruction 32 KiB (x8) 2022-12-01T11:26:59.9669324Z L2 Unified 1024 KiB (x8) 2022-12-01T11:26:59.9669521Z L3 Unified 25344 KiB (x1) 2022-12-01T11:27:00.8260823Z ---------------------------------------------------------------------------- 2022-12-01T11:27:00.8261218Z Benchmark Time CPU Iterations 2022-12-01T11:27:00.8261536Z ---------------------------------------------------------------------------- 2022-12-01T11:27:00.8261855Z BM_IntrusivePtrCtorDtor 12.8 ns 12.6 ns 56000000 2022-12-01T11:27:01.6926369Z BM_SharedPtrCtorDtor 12.9 ns 12.8 ns 56000000 2022-12-01T11:27:02.6385126Z BM_IntrusivePtrArray/16 242 ns 240 ns 2800000 2022-12-01T11:27:03.2247363Z BM_IntrusivePtrArray/32 476 ns 474 ns 1120000 2022-12-01T11:27:04.0397417Z BM_IntrusivePtrArray/64 950 ns 963 ns 746667 2022-12-01T11:27:04.9625748Z BM_IntrusivePtrArray/128 1904 ns 1925 ns 373333 2022-12-01T11:27:06.1055347Z BM_IntrusivePtrArray/256 3831 ns 3850 ns 186667 2022-12-01T11:27:07.0550732Z BM_IntrusivePtrArray/512 7722 ns 7673 ns 112000 2022-12-01T11:27:07.9858324Z BM_IntrusivePtrArray/1024 15286 ns 14753 ns 49778 2022-12-01T11:27:09.0349067Z BM_IntrusivePtrArray/2048 30505 ns 31390 ns 22400 2022-12-01T11:27:09.7945222Z BM_IntrusivePtrArray/4096 61590 ns 61384 ns 11200 2022-12-01T11:27:10.7711218Z BM_SharedPtrArray/16 239 ns 241 ns 2986667 2022-12-01T11:27:11.9903676Z BM_SharedPtrArray/32 478 ns 465 ns 1445161 2022-12-01T11:27:12.8085690Z BM_SharedPtrArray/64 954 ns 963 ns 746667 2022-12-01T11:27:13.6967173Z BM_SharedPtrArray/128 1961 ns 1950 ns 344615 2022-12-01T11:27:14.8344610Z BM_SharedPtrArray/256 3822 ns 3850 ns 186667 2022-12-01T11:27:15.6040134Z BM_SharedPtrArray/512 7633 ns 7673 ns 89600 2022-12-01T11:27:16.5474553Z BM_SharedPtrArray/1024 15533 ns 15695 ns 49778 2022-12-01T11:27:17.6101694Z BM_SharedPtrArray/2048 30689 ns 30483 ns 23579 2022-12-01T11:27:18.2271386Z BM_SharedPtrArray/4096 61275 ns 61035 ns 8960 2022-12-01T11:27:18.9864444Z BM_IntrusivePtrExclusiveOwnership 61.7 ns 61.4 ns 11200000 2022-12-01T11:27:19.8497325Z BM_SharedPtrExclusiveOwnership 70.2 ns 71.1 ns 11200000 2022-12-01T11:27:19.8556939Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2022-12-01T11:27:19.8683203Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:19.8683593Z [==========] Running 323 tests from 4 test suites. 2022-12-01T11:27:19.8683871Z [----------] Global test environment set-up. 2022-12-01T11:27:19.8684130Z [----------] 5 tests from MakeIntrusiveTest 2022-12-01T11:27:19.8684423Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2022-12-01T11:27:19.8684737Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2022-12-01T11:27:19.8685056Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2022-12-01T11:27:19.8685373Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2022-12-01T11:27:19.8685698Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2022-12-01T11:27:19.8686024Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2022-12-01T11:27:19.8686349Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2022-12-01T11:27:19.8686673Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2022-12-01T11:27:19.8687867Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2022-12-01T11:27:19.8688791Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2022-12-01T11:27:19.8689120Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2022-12-01T11:27:19.8689284Z 2022-12-01T11:27:19.8689409Z [----------] 1 test from IntrusivePtrTargetTest 2022-12-01T11:27:19.8689738Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2022-12-01T11:27:19.8690150Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8690571Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2022-12-01T11:27:19.8690747Z 2022-12-01T11:27:19.8690860Z [----------] 145 tests from IntrusivePtrTest 2022-12-01T11:27:19.8691215Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2022-12-01T11:27:19.8691622Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8692019Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2022-12-01T11:27:19.8692412Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8692818Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2022-12-01T11:27:19.8694722Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-12-01T11:27:19.8695128Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2022-12-01T11:27:19.8695511Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8696000Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2022-12-01T11:27:19.8696432Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8697038Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2022-12-01T11:27:19.8697460Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8697890Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2022-12-01T11:27:19.8698321Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2022-12-01T11:27:19.8698760Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8700599Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8701033Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-12-01T11:27:19.8701448Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8701990Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8702441Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8702853Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-12-01T11:27:19.8703270Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-12-01T11:27:19.8703689Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8704117Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8704545Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8704973Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8706921Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8707815Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8708725Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-12-01T11:27:19.8709504Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-12-01T11:27:19.8710279Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8711093Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8711949Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8712744Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8713481Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8714262Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8715042Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8715705Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8716212Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8716753Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8717446Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8718136Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8718947Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8719635Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8720410Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-12-01T11:27:19.8721059Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-12-01T11:27:19.8721661Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8722114Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8722533Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-12-01T11:27:19.8722955Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-12-01T11:27:19.8723452Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8724198Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8724792Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8725332Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8725783Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8726239Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8726765Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8727282Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8727753Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8728238Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8728818Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8729290Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8729763Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-12-01T11:27:19.8730265Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-12-01T11:27:19.8730757Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8731236Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8731682Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-12-01T11:27:19.8732097Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8732543Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-12-01T11:27:19.8732939Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8733384Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-12-01T11:27:19.8733780Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8734214Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8734685Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8735146Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8735690Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8736237Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8736689Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8737137Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-12-01T11:27:19.8737582Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8738071Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8738651Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8739170Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8739759Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8740214Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-12-01T11:27:19.8740621Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8741027Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-12-01T11:27:19.8741426Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-12-01T11:27:19.8741823Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-12-01T11:27:19.8742205Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8742639Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8743121Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8743589Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8744049Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8744500Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8744995Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8745476Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-12-01T11:27:19.8745921Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8746417Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8746955Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8747471Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8747963Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8748336Z [ RUN ] IntrusivePtrTest.SwapFunction 2022-12-01T11:27:19.8748602Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2022-12-01T11:27:19.8748872Z [ RUN ] IntrusivePtrTest.SwapMethod 2022-12-01T11:27:19.8749151Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2022-12-01T11:27:19.8749453Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2022-12-01T11:27:19.8749792Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-12-01T11:27:19.8750117Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2022-12-01T11:27:19.8750429Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-12-01T11:27:19.8750862Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2022-12-01T11:27:19.8751244Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-12-01T11:27:19.8751574Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2022-12-01T11:27:19.8751897Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-12-01T11:27:19.8752244Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-12-01T11:27:19.8752607Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-12-01T11:27:19.8752984Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-12-01T11:27:19.8753354Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-12-01T11:27:19.8753692Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2022-12-01T11:27:19.8754007Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2022-12-01T11:27:19.8754290Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2022-12-01T11:27:19.8754572Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2022-12-01T11:27:19.8754931Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2022-12-01T11:27:19.8755267Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-12-01T11:27:19.8755572Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2022-12-01T11:27:19.8755853Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2022-12-01T11:27:19.8756148Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2022-12-01T11:27:19.8756485Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-12-01T11:27:19.8756855Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2022-12-01T11:27:19.8757227Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-12-01T11:27:19.8757558Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2022-12-01T11:27:19.8757882Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-12-01T11:27:19.8758168Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2022-12-01T11:27:19.8758450Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2022-12-01T11:27:19.8758728Z [ RUN ] IntrusivePtrTest.Inequality 2022-12-01T11:27:19.8758995Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2022-12-01T11:27:19.8759281Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2022-12-01T11:27:19.8759574Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2022-12-01T11:27:19.8759879Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2022-12-01T11:27:19.8760187Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2022-12-01T11:27:19.8760483Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2022-12-01T11:27:19.8760774Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2022-12-01T11:27:19.8761092Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-12-01T11:27:19.8761420Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-12-01T11:27:19.8761762Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-12-01T11:27:19.8762098Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-12-01T11:27:19.8762441Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-12-01T11:27:19.8762819Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-12-01T11:27:19.8763180Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2022-12-01T11:27:19.8763475Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2022-12-01T11:27:19.8763748Z [ RUN ] IntrusivePtrTest.OneIsLess 2022-12-01T11:27:19.8764010Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2022-12-01T11:27:19.8764286Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2022-12-01T11:27:19.8764573Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2022-12-01T11:27:19.8764843Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2022-12-01T11:27:19.8765128Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2022-12-01T11:27:19.8765453Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2022-12-01T11:27:19.8765820Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2022-12-01T11:27:19.8766244Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2022-12-01T11:27:19.8766602Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2022-12-01T11:27:19.8766951Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2022-12-01T11:27:19.8767317Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2022-12-01T11:27:19.8767683Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-12-01T11:27:19.8768054Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-12-01T11:27:19.8768529Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8769026Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8769587Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8770172Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8770638Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-12-01T11:27:19.8771027Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8771438Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-12-01T11:27:19.8771880Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8772369Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8772904Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8773455Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8774043Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8774672Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8775305Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8775835Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8776395Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8776899Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8777411Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8777946Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8778486Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8779057Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8779660Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8780255Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8780884Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8781549Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8782252Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8782845Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8783374Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8783931Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8784509Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8785087Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8785707Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8786310Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8786973Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8787520Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-12-01T11:27:19.8787914Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8788329Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-12-01T11:27:19.8788768Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8789256Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8789801Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8790348Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8790931Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8791512Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8792091Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8792605Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-12-01T11:27:19.8792968Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-12-01T11:27:19.8793443Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-12-01T11:27:19.8793908Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-12-01T11:27:19.8794408Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-12-01T11:27:19.8794933Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-12-01T11:27:19.8795434Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-12-01T11:27:19.8795920Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-12-01T11:27:19.8796394Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-12-01T11:27:19.8797058Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-12-01T11:27:19.8797544Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2022-12-01T11:27:19.8797905Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-12-01T11:27:19.8798279Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2022-12-01T11:27:19.8798712Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-12-01T11:27:19.8799078Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2022-12-01T11:27:19.8799483Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-12-01T11:27:19.8799836Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2022-12-01T11:27:19.8800175Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-12-01T11:27:19.8800517Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-12-01T11:27:19.8800842Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8801159Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2022-12-01T11:27:19.8801527Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2022-12-01T11:27:19.8801843Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2022-12-01T11:27:19.8802184Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8802523Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2022-12-01T11:27:19.8802857Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2022-12-01T11:27:19.8803194Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2022-12-01T11:27:19.8803532Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8803850Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2022-12-01T11:27:19.8804178Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2022-12-01T11:27:19.8804540Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-12-01T11:27:19.8804987Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8805378Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2022-12-01T11:27:19.8805804Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2022-12-01T11:27:19.8806182Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-12-01T11:27:19.8806589Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-12-01T11:27:19.8806993Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2022-12-01T11:27:19.8807392Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2022-12-01T11:27:19.8807775Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-12-01T11:27:19.8808151Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8808516Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2022-12-01T11:27:19.8808863Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2022-12-01T11:27:19.8809244Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-12-01T11:27:19.8809627Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-12-01T11:27:19.8810009Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2022-12-01T11:27:19.8810390Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2022-12-01T11:27:19.8810777Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2022-12-01T11:27:19.8811207Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2022-12-01T11:27:19.8811634Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2022-12-01T11:27:19.8812028Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2022-12-01T11:27:19.8812423Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2022-12-01T11:27:19.8812826Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2022-12-01T11:27:19.8813283Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2022-12-01T11:27:19.8813671Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2022-12-01T11:27:19.8814098Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2022-12-01T11:27:19.8814553Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8814998Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2022-12-01T11:27:19.8815444Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-12-01T11:27:19.8815966Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2022-12-01T11:27:19.8816424Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8816907Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2022-12-01T11:27:19.8817402Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-12-01T11:27:19.8817855Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2022-12-01T11:27:19.8818237Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2022-12-01T11:27:19.8818608Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2022-12-01T11:27:19.8818976Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2022-12-01T11:27:19.8819369Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2022-12-01T11:27:19.8819809Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8820237Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2022-12-01T11:27:19.8820665Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-12-01T11:27:19.8821097Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2022-12-01T11:27:19.8821534Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8821962Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2022-12-01T11:27:19.8822373Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-12-01T11:27:19.8822783Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-12-01T11:27:19.8823179Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8823633Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-12-01T11:27:19.8824093Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-12-01T11:27:19.8824501Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2022-12-01T11:27:19.8824873Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8825269Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2022-12-01T11:27:19.8825678Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2022-12-01T11:27:19.8826038Z [----------] 145 tests from IntrusivePtrTest (1 ms total) 2022-12-01T11:27:19.8826205Z 2022-12-01T11:27:19.8826329Z [----------] 172 tests from WeakIntrusivePtrTest 2022-12-01T11:27:19.8826679Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2022-12-01T11:27:19.8827104Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8827501Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2022-12-01T11:27:19.8827967Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2022-12-01T11:27:19.8828361Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2022-12-01T11:27:19.8828753Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2022-12-01T11:27:19.8829106Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2022-12-01T11:27:19.8829474Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2022-12-01T11:27:19.8829843Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8830335Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8830773Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-12-01T11:27:19.8831206Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8831584Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2022-12-01T11:27:19.8831963Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2022-12-01T11:27:19.8832345Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8832793Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8833248Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8833712Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8834159Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-12-01T11:27:19.8834593Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-12-01T11:27:19.8835028Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8835467Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8835956Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8836448Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8836905Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8837370Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8837822Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8838286Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8838723Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8839181Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8839650Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8840138Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8840636Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-12-01T11:27:19.8841166Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-12-01T11:27:19.8841678Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2022-12-01T11:27:19.8842231Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2022-12-01T11:27:19.8842820Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8843382Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8843868Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8844352Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8844846Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8845347Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8845849Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8846345Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8846903Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8847459Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8848031Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8848544Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8849091Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8849597Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8850130Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8850674Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8851204Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8851709Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8852180Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8852622Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8853060Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-12-01T11:27:19.8853494Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-12-01T11:27:19.8853929Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8854453Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8854908Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-12-01T11:27:19.8855393Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-12-01T11:27:19.8855836Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8856376Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8856827Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8857267Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8857721Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-12-01T11:27:19.8858181Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8859166Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2022-12-01T11:27:19.8859627Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8860082Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-12-01T11:27:19.8860591Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-12-01T11:27:19.8871549Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-12-01T11:27:19.8872143Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8872649Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8873206Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8873915Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8874415Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8874909Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8875410Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8875908Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8876404Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8876913Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-12-01T11:27:19.8877423Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-12-01T11:27:19.8877940Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8878439Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8878937Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8879490Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8880093Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2022-12-01T11:27:19.8880651Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-12-01T11:27:19.8881167Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8881676Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8882140Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-12-01T11:27:19.8882555Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8882980Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-12-01T11:27:19.8883406Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8883828Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-12-01T11:27:19.8884252Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8884712Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8885270Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8885825Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8886378Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8886869Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8887347Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8887819Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8888290Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8888744Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-12-01T11:27:19.8889264Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8889778Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8890335Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8890889Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8891450Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8892040Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8892605Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8893066Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-12-01T11:27:19.8893494Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8893917Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-12-01T11:27:19.8894339Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-12-01T11:27:19.8894761Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-12-01T11:27:19.8895182Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-12-01T11:27:19.8895643Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8896230Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8896728Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8897236Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8897772Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-12-01T11:27:19.8898253Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-12-01T11:27:19.8898774Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-12-01T11:27:19.8899251Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-12-01T11:27:19.8899715Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-12-01T11:27:19.8900186Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8900764Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8901321Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8901875Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-12-01T11:27:19.8902438Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-12-01T11:27:19.8902977Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-12-01T11:27:19.8903479Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-12-01T11:27:19.8903931Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2022-12-01T11:27:19.8904239Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2022-12-01T11:27:19.8904582Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2022-12-01T11:27:19.8904929Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2022-12-01T11:27:19.8905260Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2022-12-01T11:27:19.8905609Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-12-01T11:27:19.8905969Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2022-12-01T11:27:19.8906320Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-12-01T11:27:19.8906676Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2022-12-01T11:27:19.8907041Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-12-01T11:27:19.8907402Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2022-12-01T11:27:19.8907740Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-12-01T11:27:19.8908117Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-12-01T11:27:19.8908525Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-12-01T11:27:19.8908931Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-12-01T11:27:19.8909327Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-12-01T11:27:19.8909723Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2022-12-01T11:27:19.8910150Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8910536Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2022-12-01T11:27:19.8910956Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8911341Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2022-12-01T11:27:19.8911729Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8912114Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2022-12-01T11:27:19.8912474Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8912892Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2022-12-01T11:27:19.8913366Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8913828Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2022-12-01T11:27:19.8914281Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-12-01T11:27:19.8914678Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2022-12-01T11:27:19.8915005Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2022-12-01T11:27:19.8915328Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2022-12-01T11:27:19.8915637Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2022-12-01T11:27:19.8915970Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2022-12-01T11:27:19.8916379Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-12-01T11:27:19.8916693Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2022-12-01T11:27:19.8917050Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2022-12-01T11:27:19.8917441Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2022-12-01T11:27:19.8917800Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-12-01T11:27:19.8918156Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2022-12-01T11:27:19.8918510Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-12-01T11:27:19.8918848Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2022-12-01T11:27:19.8919196Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-12-01T11:27:19.8919559Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2022-12-01T11:27:19.8919935Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2022-12-01T11:27:19.8920270Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2022-12-01T11:27:19.8920574Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2022-12-01T11:27:19.8920855Z [ RUN ] WeakIntrusivePtrTest.Inequality 2022-12-01T11:27:19.8921195Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2022-12-01T11:27:19.8921509Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2022-12-01T11:27:19.8921836Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2022-12-01T11:27:19.8922166Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2022-12-01T11:27:19.8922552Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2022-12-01T11:27:19.8922864Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2022-12-01T11:27:19.8923220Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2022-12-01T11:27:19.8923533Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2022-12-01T11:27:19.8923853Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2022-12-01T11:27:19.8924194Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-12-01T11:27:19.8924560Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-12-01T11:27:19.8924921Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2022-12-01T11:27:19.8925291Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2022-12-01T11:27:19.8925673Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2022-12-01T11:27:19.8926057Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2022-12-01T11:27:19.8926428Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-12-01T11:27:19.8926789Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-12-01T11:27:19.8927149Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2022-12-01T11:27:19.8927535Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2022-12-01T11:27:19.8927904Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-12-01T11:27:19.8928260Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-12-01T11:27:19.8928687Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2022-12-01T11:27:19.8929120Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2022-12-01T11:27:19.8929465Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2022-12-01T11:27:19.8929790Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2022-12-01T11:27:19.8930090Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2022-12-01T11:27:19.8930376Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2022-12-01T11:27:19.8930674Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2022-12-01T11:27:19.8930987Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2022-12-01T11:27:19.8931279Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2022-12-01T11:27:19.8931590Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2022-12-01T11:27:19.8931935Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2022-12-01T11:27:19.8932328Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2022-12-01T11:27:19.8932805Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2022-12-01T11:27:19.8933211Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2022-12-01T11:27:19.8933632Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2022-12-01T11:27:19.8934057Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2022-12-01T11:27:19.8934472Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2022-12-01T11:27:19.8934914Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-12-01T11:27:19.8935355Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2022-12-01T11:27:19.8935760Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-12-01T11:27:19.8936227Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2022-12-01T11:27:19.8937135Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-12-01T11:27:19.8937537Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2022-12-01T11:27:19.8937906Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-12-01T11:27:19.8938278Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-12-01T11:27:19.8938630Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8938983Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2022-12-01T11:27:19.8939337Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2022-12-01T11:27:19.8939697Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2022-12-01T11:27:19.8940053Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8940424Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2022-12-01T11:27:19.8940837Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2022-12-01T11:27:19.8941214Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2022-12-01T11:27:19.8941637Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8942008Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2022-12-01T11:27:19.8942361Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2022-12-01T11:27:19.8942800Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2022-12-01T11:27:19.8943296Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8943700Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2022-12-01T11:27:19.8944094Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2022-12-01T11:27:19.8944495Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2022-12-01T11:27:19.8944893Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2022-12-01T11:27:19.8945302Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2022-12-01T11:27:19.8945703Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2022-12-01T11:27:19.8946113Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-12-01T11:27:19.8946532Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8946995Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2022-12-01T11:27:19.8947402Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2022-12-01T11:27:19.8947877Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-12-01T11:27:19.8948306Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-12-01T11:27:19.8948728Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2022-12-01T11:27:19.8949221Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2022-12-01T11:27:19.8949629Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-12-01T11:27:19.8950035Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8950420Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2022-12-01T11:27:19.8950822Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2022-12-01T11:27:19.8951231Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-12-01T11:27:19.8951644Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-12-01T11:27:19.8952048Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2022-12-01T11:27:19.8952447Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2022-12-01T11:27:19.8952888Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2022-12-01T11:27:19.8953361Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2022-12-01T11:27:19.8953825Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2022-12-01T11:27:19.8954245Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2022-12-01T11:27:19.8954668Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2022-12-01T11:27:19.8955100Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2022-12-01T11:27:19.8955516Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2022-12-01T11:27:19.8955948Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2022-12-01T11:27:19.8956392Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2022-12-01T11:27:19.8956850Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2022-12-01T11:27:19.8957353Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2022-12-01T11:27:19.8957892Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2022-12-01T11:27:19.8958356Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-12-01T11:27:19.8958735Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-12-01T11:27:19.8959235Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8959752Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8960340Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8960901Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8961385Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-12-01T11:27:19.8961798Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8962217Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-12-01T11:27:19.8962678Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8963190Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8963755Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8964344Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8965014Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8965625Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8966232Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8966769Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8967269Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8967793Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-12-01T11:27:19.8968338Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-12-01T11:27:19.8968949Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8969517Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8970113Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8970788Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8971441Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8972051Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8972698Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8973370Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8973981Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8974531Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8975119Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8975726Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8976396Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8976992Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8977616Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-12-01T11:27:19.8978274Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-12-01T11:27:19.8978810Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-12-01T11:27:19.8979229Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8979670Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-12-01T11:27:19.8980128Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-12-01T11:27:19.8980704Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8981269Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8981857Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8982468Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8983079Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-12-01T11:27:19.8983690Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-12-01T11:27:19.8984173Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-12-01T11:27:19.8984588Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-12-01T11:27:19.8985035Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-12-01T11:27:19.8985544Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-12-01T11:27:19.8986067Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-12-01T11:27:19.8986656Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-12-01T11:27:19.8987187Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-12-01T11:27:19.8987748Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-12-01T11:27:19.8988237Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-12-01T11:27:19.8988740Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-12-01T11:27:19.8989196Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-12-01T11:27:19.8989614Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8990056Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-12-01T11:27:19.8990524Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-12-01T11:27:19.8990972Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-12-01T11:27:19.8991401Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-12-01T11:27:19.8991868Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-12-01T11:27:19.8992360Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-12-01T11:27:19.8992808Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2022-12-01T11:27:19.8993212Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2022-12-01T11:27:19.8993677Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2022-12-01T11:27:19.8994207Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2022-12-01T11:27:19.8994618Z [----------] 172 tests from WeakIntrusivePtrTest (2 ms total) 2022-12-01T11:27:19.8994797Z 2022-12-01T11:27:19.8994917Z [----------] Global test environment tear-down 2022-12-01T11:27:19.8995211Z [==========] 323 tests from 4 test suites ran. (4 ms total) 2022-12-01T11:27:19.8995433Z [ PASSED ] 323 tests. 2022-12-01T11:27:19.8995776Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2022-12-01T11:27:19.8996294Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:19.8996643Z [==========] Running 5 tests from 2 test suites. 2022-12-01T11:27:19.8996880Z [----------] Global test environment set-up. 2022-12-01T11:27:19.8997123Z [----------] 3 tests from irange_test 2022-12-01T11:27:19.8997347Z [ RUN ] irange_test.range_test 2022-12-01T11:27:19.8997579Z [ OK ] irange_test.range_test (0 ms) 2022-12-01T11:27:19.8997803Z [ RUN ] irange_test.end_test 2022-12-01T11:27:19.8998010Z [ OK ] irange_test.end_test (0 ms) 2022-12-01T11:27:19.8998240Z [ RUN ] irange_test.neg_range_test 2022-12-01T11:27:19.8998478Z [ OK ] irange_test.neg_range_test (0 ms) 2022-12-01T11:27:19.8998730Z [----------] 3 tests from irange_test (0 ms total) 2022-12-01T11:27:19.8998883Z 2022-12-01T11:27:19.8998977Z [----------] 2 tests from irange 2022-12-01T11:27:19.8999269Z [ RUN ] irange.empty_reverse_range_two_inputs 2022-12-01T11:27:19.8999529Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2022-12-01T11:27:19.8999796Z [ RUN ] irange.empty_reverse_range_one_input 2022-12-01T11:27:19.9000067Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2022-12-01T11:27:19.9000327Z [----------] 2 tests from irange (0 ms total) 2022-12-01T11:27:19.9000474Z 2022-12-01T11:27:19.9000591Z [----------] Global test environment tear-down 2022-12-01T11:27:19.9000837Z [==========] 5 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:27:19.9001054Z [ PASSED ] 5 tests. 2022-12-01T11:27:19.9027014Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2022-12-01T11:27:19.9131305Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:19.9131708Z [==========] Running 12 tests from 1 test suite. 2022-12-01T11:27:19.9132065Z [----------] Global test environment set-up. 2022-12-01T11:27:19.9132327Z [----------] 12 tests from LeftRightTest 2022-12-01T11:27:19.9132698Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2022-12-01T11:27:19.9133107Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-12-01T11:27:19.9133513Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2022-12-01T11:27:19.9133925Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-12-01T11:27:19.9134340Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2022-12-01T11:27:19.9134751Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2022-12-01T11:27:19.9135107Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2022-12-01T11:27:19.9139883Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2022-12-01T11:27:19.9140262Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2022-12-01T11:27:19.9141894Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2022-12-01T11:27:19.9142308Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2022-12-01T11:27:19.9144144Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2022-12-01T11:27:19.9144555Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2022-12-01T11:27:20.0163011Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (101 ms) 2022-12-01T11:27:20.0163477Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2022-12-01T11:27:20.0163874Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2022-12-01T11:27:20.0164269Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2022-12-01T11:27:20.0164663Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2022-12-01T11:27:20.0165339Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2022-12-01T11:27:20.0165815Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2022-12-01T11:27:20.0166260Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2022-12-01T11:27:20.0166715Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2022-12-01T11:27:20.0167153Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2022-12-01T11:27:20.0167571Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2022-12-01T11:27:20.0167930Z [----------] 12 tests from LeftRightTest (103 ms total) 2022-12-01T11:27:20.0168096Z 2022-12-01T11:27:20.0168217Z [----------] Global test environment tear-down 2022-12-01T11:27:20.0180214Z [==========] 12 tests from 1 test suite ran. (103 ms total) 2022-12-01T11:27:20.0180441Z [ PASSED ] 12 tests. 2022-12-01T11:27:20.0230244Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2022-12-01T11:27:20.0356906Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.0357314Z [==========] Running 10 tests from 2 test suites. 2022-12-01T11:27:20.0357575Z [----------] Global test environment set-up. 2022-12-01T11:27:20.0357836Z [----------] 1 test from LoggingDeathTest 2022-12-01T11:27:20.0358109Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2022-12-01T11:27:20.0573966Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.0669295Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (31 ms) 2022-12-01T11:27:20.0670057Z [----------] 1 test from LoggingDeathTest (31 ms total) 2022-12-01T11:27:20.0670348Z 2022-12-01T11:27:20.0670523Z [----------] 9 tests from LoggingTest 2022-12-01T11:27:20.0670992Z [ RUN ] LoggingTest.TestEnforceTrue 2022-12-01T11:27:20.0671443Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2022-12-01T11:27:20.0671904Z [ RUN ] LoggingTest.TestEnforceFalse 2022-12-01T11:27:20.0803354Z [ OK ] LoggingTest.TestEnforceFalse (13 ms) 2022-12-01T11:27:20.0803708Z [ RUN ] LoggingTest.TestEnforceEquals 2022-12-01T11:27:20.0803996Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2022-12-01T11:27:20.0804307Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2022-12-01T11:27:20.0804650Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2022-12-01T11:27:20.0805110Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2022-12-01T11:27:20.0805713Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2022-12-01T11:27:20.0806171Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2022-12-01T11:27:20.0807929Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2022-12-01T11:27:20.0808253Z [ RUN ] LoggingTest.EnforceShowcase 2022-12-01T11:27:20.0808535Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2022-12-01T11:27:20.0808762Z [ RUN ] LoggingTest.Join 2022-12-01T11:27:20.0808989Z [ OK ] LoggingTest.Join (0 ms) 2022-12-01T11:27:20.0809240Z [ RUN ] LoggingTest.TestDanglingElse 2022-12-01T11:27:20.0809517Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2022-12-01T11:27:20.0809868Z [----------] 9 tests from LoggingTest (14 ms total) 2022-12-01T11:27:20.0810029Z 2022-12-01T11:27:20.0810152Z [----------] Global test environment tear-down 2022-12-01T11:27:20.0821933Z [==========] 10 tests from 2 test suites ran. (45 ms total) 2022-12-01T11:27:20.0822186Z [ PASSED ] 10 tests. 2022-12-01T11:27:20.0885972Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2022-12-01T11:27:20.0991332Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.0991936Z [==========] Running 39 tests from 1 test suite. 2022-12-01T11:27:20.0992269Z [----------] Global test environment set-up. 2022-12-01T11:27:20.0992546Z [----------] 39 tests from MetaprogrammingTest 2022-12-01T11:27:20.0992851Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex 2022-12-01T11:27:20.0993234Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex (0 ms) 2022-12-01T11:27:20.0993629Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput 2022-12-01T11:27:20.0994046Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput (0 ms) 2022-12-01T11:27:20.0994466Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly 2022-12-01T11:27:20.0994878Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly (0 ms) 2022-12-01T11:27:20.0995306Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary 2022-12-01T11:27:20.0995840Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary (0 ms) 2022-12-01T11:27:20.0996289Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary 2022-12-01T11:27:20.0996731Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary (0 ms) 2022-12-01T11:27:20.0997189Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact 2022-12-01T11:27:20.0997671Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact (0 ms) 2022-12-01T11:27:20.0999544Z [ RUN ] MetaprogrammingTest.FilterMap 2022-12-01T11:27:20.0999818Z [ OK ] MetaprogrammingTest.FilterMap (0 ms) 2022-12-01T11:27:20.1000122Z [ RUN ] MetaprogrammingTest.FilterMap_emptyInput 2022-12-01T11:27:20.1000442Z [ OK ] MetaprogrammingTest.FilterMap_emptyInput (0 ms) 2022-12-01T11:27:20.1000759Z [ RUN ] MetaprogrammingTest.FilterMap_emptyOutput 2022-12-01T11:27:20.1001081Z [ OK ] MetaprogrammingTest.FilterMap_emptyOutput (0 ms) 2022-12-01T11:27:20.1001420Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byRValue 2022-12-01T11:27:20.1001751Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byRValue (0 ms) 2022-12-01T11:27:20.1002093Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byValue 2022-12-01T11:27:20.1002431Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byValue (0 ms) 2022-12-01T11:27:20.1002786Z [ RUN ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 2022-12-01T11:27:20.1003145Z [ OK ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 (0 ms) 2022-12-01T11:27:20.1003503Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2022-12-01T11:27:20.1003889Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2022-12-01T11:27:20.1004232Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2022-12-01T11:27:20.1004589Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2022-12-01T11:27:20.1004946Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2022-12-01T11:27:20.1005277Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2022-12-01T11:27:20.1005601Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2022-12-01T11:27:20.1005916Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2022-12-01T11:27:20.1006218Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2022-12-01T11:27:20.1006507Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2022-12-01T11:27:20.1006808Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2022-12-01T11:27:20.1007109Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2022-12-01T11:27:20.1007408Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2022-12-01T11:27:20.1007703Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2022-12-01T11:27:20.1007998Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2022-12-01T11:27:20.1008280Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2022-12-01T11:27:20.1008748Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2022-12-01T11:27:20.1009186Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2022-12-01T11:27:20.1009575Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2022-12-01T11:27:20.1009918Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2022-12-01T11:27:20.1010261Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2022-12-01T11:27:20.1010595Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2022-12-01T11:27:20.1010968Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2022-12-01T11:27:20.1011374Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2022-12-01T11:27:20.1011762Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2022-12-01T11:27:20.1012141Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2022-12-01T11:27:20.1012587Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2022-12-01T11:27:20.1012959Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2022-12-01T11:27:20.1013342Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2022-12-01T11:27:20.1013770Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2022-12-01T11:27:20.1015656Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2022-12-01T11:27:20.1016106Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2022-12-01T11:27:20.1016455Z [ RUN ] MetaprogrammingTest.TupleConcat_zerotuples 2022-12-01T11:27:20.1016770Z [ OK ] MetaprogrammingTest.TupleConcat_zerotuples (0 ms) 2022-12-01T11:27:20.1017094Z [ RUN ] MetaprogrammingTest.TupleConcat_oneemptytuple 2022-12-01T11:27:20.1017426Z [ OK ] MetaprogrammingTest.TupleConcat_oneemptytuple (0 ms) 2022-12-01T11:27:20.1017767Z [ RUN ] MetaprogrammingTest.TupleConcat_onenonemptytuple 2022-12-01T11:27:20.1018118Z [ OK ] MetaprogrammingTest.TupleConcat_onenonemptytuple (0 ms) 2022-12-01T11:27:20.1018450Z [ RUN ] MetaprogrammingTest.TupleConcat_twotuples 2022-12-01T11:27:20.1018757Z [ OK ] MetaprogrammingTest.TupleConcat_twotuples (0 ms) 2022-12-01T11:27:20.1019076Z [ RUN ] MetaprogrammingTest.TupleConcat_threetuples 2022-12-01T11:27:20.1019402Z [ OK ] MetaprogrammingTest.TupleConcat_threetuples (0 ms) 2022-12-01T11:27:20.1019741Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning 2022-12-01T11:27:20.1020105Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning (0 ms) 2022-12-01T11:27:20.1020461Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle 2022-12-01T11:27:20.1020803Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle (0 ms) 2022-12-01T11:27:20.1021150Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatend 2022-12-01T11:27:20.1021495Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatend (0 ms) 2022-12-01T11:27:20.1021868Z [ RUN ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers 2022-12-01T11:27:20.1022273Z [ OK ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers (0 ms) 2022-12-01T11:27:20.1022666Z [ RUN ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes 2022-12-01T11:27:20.1023035Z [ OK ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes (0 ms) 2022-12-01T11:27:20.1023424Z [ RUN ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary 2022-12-01T11:27:20.1023816Z [ OK ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary (0 ms) 2022-12-01T11:27:20.1024172Z [----------] 39 tests from MetaprogrammingTest (0 ms total) 2022-12-01T11:27:20.1024347Z 2022-12-01T11:27:20.1024465Z [----------] Global test environment tear-down 2022-12-01T11:27:20.1024734Z [==========] 39 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.1025058Z [ PASSED ] 39 tests. 2022-12-01T11:27:20.1025165Z 2022-12-01T11:27:20.1025255Z YOU HAVE 2 DISABLED TESTS 2022-12-01T11:27:20.1025380Z 2022-12-01T11:27:20.1067516Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2022-12-01T11:27:20.1169329Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.1169709Z [==========] Running 16 tests from 12 test suites. 2022-12-01T11:27:20.1169984Z [----------] Global test environment set-up. 2022-12-01T11:27:20.1170278Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2022-12-01T11:27:20.1170597Z [ RUN ] OptionalTest/0.Empty 2022-12-01T11:27:20.1170815Z [ OK ] OptionalTest/0.Empty (0 ms) 2022-12-01T11:27:20.1171048Z [ RUN ] OptionalTest/0.Initialized 2022-12-01T11:27:20.1171300Z [ OK ] OptionalTest/0.Initialized (0 ms) 2022-12-01T11:27:20.1171565Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2022-12-01T11:27:20.1171752Z 2022-12-01T11:27:20.1172082Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned __int64 2022-12-01T11:27:20.1172368Z [ RUN ] OptionalTest/1.Empty 2022-12-01T11:27:20.1172580Z [ OK ] OptionalTest/1.Empty (0 ms) 2022-12-01T11:27:20.1172851Z [ RUN ] OptionalTest/1.Initialized 2022-12-01T11:27:20.1173098Z [ OK ] OptionalTest/1.Initialized (0 ms) 2022-12-01T11:27:20.1173362Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2022-12-01T11:27:20.1173518Z 2022-12-01T11:27:20.1173726Z [----------] 2 tests from OptionalTest/2, where TypeParam = class c10::ArrayRef<__int64> 2022-12-01T11:27:20.1174011Z [ RUN ] OptionalTest/2.Empty 2022-12-01T11:27:20.1174249Z [ OK ] OptionalTest/2.Empty (0 ms) 2022-12-01T11:27:20.1174478Z [ RUN ] OptionalTest/2.Initialized 2022-12-01T11:27:20.1174721Z [ OK ] OptionalTest/2.Initialized (0 ms) 2022-12-01T11:27:20.1174981Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2022-12-01T11:27:20.1175141Z 2022-12-01T11:27:20.1175398Z [----------] 2 tests from OptionalTest/3, where TypeParam = class std::basic_string,class std::allocator > 2022-12-01T11:27:20.1175748Z [ RUN ] OptionalTest/3.Empty 2022-12-01T11:27:20.1176069Z [ OK ] OptionalTest/3.Empty (0 ms) 2022-12-01T11:27:20.1176284Z [ RUN ] OptionalTest/3.Initialized 2022-12-01T11:27:20.1176531Z [ OK ] OptionalTest/3.Initialized (0 ms) 2022-12-01T11:27:20.1176795Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2022-12-01T11:27:20.1176950Z 2022-12-01T11:27:20.1177051Z [----------] 1 test from OptionalTest 2022-12-01T11:27:20.1177283Z [ RUN ] OptionalTest.Nullopt 2022-12-01T11:27:20.1177505Z [ OK ] OptionalTest.Nullopt (0 ms) 2022-12-01T11:27:20.1177762Z [----------] 1 test from OptionalTest (0 ms total) 2022-12-01T11:27:20.1177914Z 2022-12-01T11:27:20.1178138Z [----------] 1 test from CmpTest/0, where TypeParam = struct std::pair,class c10::optional > 2022-12-01T11:27:20.1178451Z [ RUN ] CmpTest/0.Cmp 2022-12-01T11:27:20.1178655Z [ OK ] CmpTest/0.Cmp (0 ms) 2022-12-01T11:27:20.1178886Z [----------] 1 test from CmpTest/0 (0 ms total) 2022-12-01T11:27:20.1179027Z 2022-12-01T11:27:20.1179206Z [----------] 1 test from CmpTest/1, where TypeParam = struct std::pair,int> 2022-12-01T11:27:20.1179490Z [ RUN ] CmpTest/1.Cmp 2022-12-01T11:27:20.1179692Z [ OK ] CmpTest/1.Cmp (0 ms) 2022-12-01T11:27:20.1179921Z [----------] 1 test from CmpTest/1 (0 ms total) 2022-12-01T11:27:20.1180065Z 2022-12-01T11:27:20.1180256Z [----------] 1 test from CmpTest/2, where TypeParam = struct std::pair > 2022-12-01T11:27:20.1180537Z [ RUN ] CmpTest/2.Cmp 2022-12-01T11:27:20.1180725Z [ OK ] CmpTest/2.Cmp (0 ms) 2022-12-01T11:27:20.1180956Z [----------] 1 test from CmpTest/2 (0 ms total) 2022-12-01T11:27:20.1181192Z 2022-12-01T11:27:20.1181388Z [----------] 1 test from CmpTest/3, where TypeParam = struct std::pair,long> 2022-12-01T11:27:20.1181665Z [ RUN ] CmpTest/3.Cmp 2022-12-01T11:27:20.1181870Z [ OK ] CmpTest/3.Cmp (0 ms) 2022-12-01T11:27:20.1182098Z [----------] 1 test from CmpTest/3 (0 ms total) 2022-12-01T11:27:20.1182242Z 2022-12-01T11:27:20.1182437Z [----------] 1 test from CmpTest/4, where TypeParam = struct std::pair > 2022-12-01T11:27:20.1182713Z [ RUN ] CmpTest/4.Cmp 2022-12-01T11:27:20.1182916Z [ OK ] CmpTest/4.Cmp (0 ms) 2022-12-01T11:27:20.1183147Z [----------] 1 test from CmpTest/4 (0 ms total) 2022-12-01T11:27:20.1183289Z 2022-12-01T11:27:20.1183411Z [----------] 1 test from nullopt/SelfCompareTest 2022-12-01T11:27:20.1183691Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2022-12-01T11:27:20.1183978Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2022-12-01T11:27:20.1184283Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2022-12-01T11:27:20.1184510Z 2022-12-01T11:27:20.1184625Z [----------] 1 test from int/SelfCompareTest 2022-12-01T11:27:20.1184892Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2022-12-01T11:27:20.1185179Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2022-12-01T11:27:20.1185469Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2022-12-01T11:27:20.1185631Z 2022-12-01T11:27:20.1185748Z [----------] Global test environment tear-down 2022-12-01T11:27:20.1191260Z [==========] 16 tests from 12 test suites ran. (0 ms total) 2022-12-01T11:27:20.1191525Z [ PASSED ] 16 tests. 2022-12-01T11:27:20.1246080Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2022-12-01T11:27:20.1358506Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.1358935Z [==========] Running 19 tests from 1 test suite. 2022-12-01T11:27:20.1359243Z [----------] Global test environment set-up. 2022-12-01T11:27:20.1359529Z [----------] 19 tests from OrderedPreservingDictTest 2022-12-01T11:27:20.1359853Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2022-12-01T11:27:20.1360232Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2022-12-01T11:27:20.1360646Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2022-12-01T11:27:20.1361099Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2022-12-01T11:27:20.1361485Z [ RUN ] OrderedPreservingDictTest.testRefType 2022-12-01T11:27:20.1361794Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2022-12-01T11:27:20.1362124Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2022-12-01T11:27:20.2224019Z [ OK ] OrderedPreservingDictTest.DictCollisions (86 ms) 2022-12-01T11:27:20.2224421Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2022-12-01T11:27:20.2224750Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2022-12-01T11:27:20.2225103Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2022-12-01T11:27:20.2225433Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2022-12-01T11:27:20.2225743Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2022-12-01T11:27:20.2249340Z [ OK ] OrderedPreservingDictTest.test_range_erase (2 ms) 2022-12-01T11:27:20.2249688Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2022-12-01T11:27:20.2250042Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2022-12-01T11:27:20.2250391Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2022-12-01T11:27:20.2250733Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2022-12-01T11:27:20.2251088Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2022-12-01T11:27:20.2251491Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2022-12-01T11:27:20.2252164Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2022-12-01T11:27:20.2252598Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2022-12-01T11:27:20.2252975Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2022-12-01T11:27:20.2253407Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2022-12-01T11:27:20.2253766Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2022-12-01T11:27:20.2254101Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2022-12-01T11:27:20.2254453Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2022-12-01T11:27:20.2254794Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2022-12-01T11:27:20.2255106Z [ RUN ] OrderedPreservingDictTest.test_at 2022-12-01T11:27:20.2255409Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2022-12-01T11:27:20.2255804Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2022-12-01T11:27:20.2256187Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2022-12-01T11:27:20.2256506Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2022-12-01T11:27:20.2256833Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2022-12-01T11:27:20.2257150Z [ RUN ] OrderedPreservingDictTest.test_swap 2022-12-01T11:27:20.2257450Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2022-12-01T11:27:20.2257754Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2022-12-01T11:27:20.2258120Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2022-12-01T11:27:20.2258457Z [----------] 19 tests from OrderedPreservingDictTest (89 ms total) 2022-12-01T11:27:20.2258700Z 2022-12-01T11:27:20.2258822Z [----------] Global test environment tear-down 2022-12-01T11:27:20.2269235Z [==========] 19 tests from 1 test suite ran. (89 ms total) 2022-12-01T11:27:20.2269466Z [ PASSED ] 19 tests. 2022-12-01T11:27:20.2328719Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2022-12-01T11:27:20.2437665Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.2438055Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:27:20.2438309Z [----------] Global test environment set-up. 2022-12-01T11:27:20.2438556Z [----------] 3 tests from RegistryTest 2022-12-01T11:27:20.2438796Z [ RUN ] RegistryTest.CanRunCreator 2022-12-01T11:27:20.2439057Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2022-12-01T11:27:20.2439363Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2022-12-01T11:27:20.2441124Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2022-12-01T11:27:20.2441447Z [ RUN ] RegistryTest.RegistryPriorities 2022-12-01T11:27:20.2441769Z Key already registered with the same priority: FooWithPriority 2022-12-01T11:27:20.2442093Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2022-12-01T11:27:20.2442380Z [----------] 3 tests from RegistryTest (0 ms total) 2022-12-01T11:27:20.2442539Z 2022-12-01T11:27:20.2442657Z [----------] Global test environment tear-down 2022-12-01T11:27:20.2453199Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.2453434Z [ PASSED ] 3 tests. 2022-12-01T11:27:20.2508620Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2022-12-01T11:27:20.2622142Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.2622551Z [==========] Running 18 tests from 1 test suite. 2022-12-01T11:27:20.2622842Z [----------] Global test environment set-up. 2022-12-01T11:27:20.2623110Z [----------] 18 tests from SizesAndStridesTest 2022-12-01T11:27:20.2623440Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2022-12-01T11:27:20.2623956Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2022-12-01T11:27:20.2624255Z [ RUN ] SizesAndStridesTest.SetSizes 2022-12-01T11:27:20.2624529Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2022-12-01T11:27:20.2624793Z [ RUN ] SizesAndStridesTest.Resize 2022-12-01T11:27:20.2625042Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2022-12-01T11:27:20.2625313Z [ RUN ] SizesAndStridesTest.SetAtIndex 2022-12-01T11:27:20.2625594Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2022-12-01T11:27:20.2625881Z [ RUN ] SizesAndStridesTest.SetAtIterator 2022-12-01T11:27:20.2627253Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2022-12-01T11:27:20.2628122Z [ RUN ] SizesAndStridesTest.SetViaData 2022-12-01T11:27:20.2628390Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2022-12-01T11:27:20.2628685Z [ RUN ] SizesAndStridesTest.MoveConstructor 2022-12-01T11:27:20.2629013Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2022-12-01T11:27:20.2629329Z [ RUN ] SizesAndStridesTest.CopyConstructor 2022-12-01T11:27:20.2629759Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2022-12-01T11:27:20.2630102Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2022-12-01T11:27:20.2630460Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2022-12-01T11:27:20.2630833Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2022-12-01T11:27:20.2631202Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2022-12-01T11:27:20.2631566Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2022-12-01T11:27:20.2631925Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2022-12-01T11:27:20.2632284Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2022-12-01T11:27:20.2632628Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2022-12-01T11:27:20.2632979Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2022-12-01T11:27:20.2633326Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2022-12-01T11:27:20.2633674Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2022-12-01T11:27:20.2634022Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2022-12-01T11:27:20.2634367Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2022-12-01T11:27:20.2634713Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2022-12-01T11:27:20.2635071Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2022-12-01T11:27:20.2635427Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2022-12-01T11:27:20.2635766Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2022-12-01T11:27:20.2636091Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2022-12-01T11:27:20.2636408Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2022-12-01T11:27:20.2636717Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2022-12-01T11:27:20.2637035Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2022-12-01T11:27:20.2637206Z 2022-12-01T11:27:20.2637326Z [----------] Global test environment tear-down 2022-12-01T11:27:20.2638084Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.2638303Z [ PASSED ] 18 tests. 2022-12-01T11:27:20.2692098Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SmallVectorTest.exe" 2022-12-01T11:27:20.2828737Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.2829133Z [==========] Running 221 tests from 15 test suites. 2022-12-01T11:27:20.2829399Z [----------] Global test environment set-up. 2022-12-01T11:27:20.2829865Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2830256Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2022-12-01T11:27:20.2830579Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2022-12-01T11:27:20.2831451Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2022-12-01T11:27:20.2831752Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2022-12-01T11:27:20.2832026Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2022-12-01T11:27:20.2832295Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2022-12-01T11:27:20.2832629Z [ RUN ] SmallVectorTest/0.PushPopTest 2022-12-01T11:27:20.2832890Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2022-12-01T11:27:20.2833138Z [ RUN ] SmallVectorTest/0.ClearTest 2022-12-01T11:27:20.2833438Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2022-12-01T11:27:20.2833698Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2022-12-01T11:27:20.2833973Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2022-12-01T11:27:20.2834282Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2022-12-01T11:27:20.2834544Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2022-12-01T11:27:20.2834810Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2022-12-01T11:27:20.2835204Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2022-12-01T11:27:20.2835490Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2022-12-01T11:27:20.2835799Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2022-12-01T11:27:20.2836060Z [ RUN ] SmallVectorTest/0.OverflowTest 2022-12-01T11:27:20.2836357Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2022-12-01T11:27:20.2836600Z [ RUN ] SmallVectorTest/0.IterationTest 2022-12-01T11:27:20.2836914Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2022-12-01T11:27:20.2837155Z [ RUN ] SmallVectorTest/0.SwapTest 2022-12-01T11:27:20.2837398Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2022-12-01T11:27:20.2837660Z [ RUN ] SmallVectorTest/0.AppendTest 2022-12-01T11:27:20.2837930Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2022-12-01T11:27:20.2838198Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2022-12-01T11:27:20.2838465Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2022-12-01T11:27:20.2838811Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2022-12-01T11:27:20.2839088Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2022-12-01T11:27:20.2839464Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2022-12-01T11:27:20.2839815Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2022-12-01T11:27:20.2840128Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2022-12-01T11:27:20.2840433Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2022-12-01T11:27:20.2840700Z [ RUN ] SmallVectorTest/0.AssignTest 2022-12-01T11:27:20.2840949Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2022-12-01T11:27:20.2841203Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2022-12-01T11:27:20.2841510Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2022-12-01T11:27:20.2841780Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2022-12-01T11:27:20.2842043Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2022-12-01T11:27:20.2842354Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2022-12-01T11:27:20.2842681Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2022-12-01T11:27:20.2843040Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2022-12-01T11:27:20.2843320Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2022-12-01T11:27:20.2843604Z [ RUN ] SmallVectorTest/0.EraseTest 2022-12-01T11:27:20.2843851Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2022-12-01T11:27:20.2844099Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2022-12-01T11:27:20.2844360Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2022-12-01T11:27:20.2844612Z [ RUN ] SmallVectorTest/0.InsertTest 2022-12-01T11:27:20.2844926Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2022-12-01T11:27:20.2845159Z [ RUN ] SmallVectorTest/0.InsertCopy 2022-12-01T11:27:20.2845464Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2022-12-01T11:27:20.2845730Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2022-12-01T11:27:20.2846103Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2022-12-01T11:27:20.2846401Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2022-12-01T11:27:20.2846694Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2022-12-01T11:27:20.2847004Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2022-12-01T11:27:20.2847310Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2022-12-01T11:27:20.2847614Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2022-12-01T11:27:20.2847917Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2022-12-01T11:27:20.2848199Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2022-12-01T11:27:20.2848453Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2022-12-01T11:27:20.2848799Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2022-12-01T11:27:20.2849140Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2022-12-01T11:27:20.2849423Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2022-12-01T11:27:20.2849819Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2022-12-01T11:27:20.2850096Z [ RUN ] SmallVectorTest/0.ComparisonTest 2022-12-01T11:27:20.2850348Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2022-12-01T11:27:20.2850614Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2022-12-01T11:27:20.2850947Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2022-12-01T11:27:20.2851215Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2022-12-01T11:27:20.2851546Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2022-12-01T11:27:20.2851797Z [ RUN ] SmallVectorTest/0.IteratorTest 2022-12-01T11:27:20.2852049Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2022-12-01T11:27:20.2852330Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2022-12-01T11:27:20.2852522Z 2022-12-01T11:27:20.2852801Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2853226Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2022-12-01T11:27:20.2853534Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2022-12-01T11:27:20.2853821Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2022-12-01T11:27:20.2854092Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2022-12-01T11:27:20.2854369Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2022-12-01T11:27:20.2854637Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2022-12-01T11:27:20.2854903Z [ RUN ] SmallVectorTest/1.PushPopTest 2022-12-01T11:27:20.2855159Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2022-12-01T11:27:20.2855392Z [ RUN ] SmallVectorTest/1.ClearTest 2022-12-01T11:27:20.2855638Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2022-12-01T11:27:20.2856037Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2022-12-01T11:27:20.2856354Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2022-12-01T11:27:20.2856627Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2022-12-01T11:27:20.2856895Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2022-12-01T11:27:20.2857228Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2022-12-01T11:27:20.2857524Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2022-12-01T11:27:20.2857862Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2022-12-01T11:27:20.2858123Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2022-12-01T11:27:20.2858382Z [ RUN ] SmallVectorTest/1.OverflowTest 2022-12-01T11:27:20.2858623Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2022-12-01T11:27:20.2858878Z [ RUN ] SmallVectorTest/1.IterationTest 2022-12-01T11:27:20.2859137Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2022-12-01T11:27:20.2859381Z [ RUN ] SmallVectorTest/1.SwapTest 2022-12-01T11:27:20.2859623Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2022-12-01T11:27:20.2859865Z [ RUN ] SmallVectorTest/1.AppendTest 2022-12-01T11:27:20.2860101Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2022-12-01T11:27:20.2860451Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2022-12-01T11:27:20.2860732Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2022-12-01T11:27:20.2861011Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2022-12-01T11:27:20.2861285Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2022-12-01T11:27:20.2861586Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2022-12-01T11:27:20.2861936Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2022-12-01T11:27:20.2862249Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2022-12-01T11:27:20.2862525Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2022-12-01T11:27:20.2862784Z [ RUN ] SmallVectorTest/1.AssignTest 2022-12-01T11:27:20.2863031Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2022-12-01T11:27:20.2863335Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2022-12-01T11:27:20.2863603Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2022-12-01T11:27:20.2863874Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2022-12-01T11:27:20.2864273Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2022-12-01T11:27:20.2864713Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2022-12-01T11:27:20.2864985Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2022-12-01T11:27:20.2865235Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2022-12-01T11:27:20.2865500Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2022-12-01T11:27:20.2865749Z [ RUN ] SmallVectorTest/1.EraseTest 2022-12-01T11:27:20.2865995Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2022-12-01T11:27:20.2866244Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2022-12-01T11:27:20.2866493Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2022-12-01T11:27:20.2866743Z [ RUN ] SmallVectorTest/1.InsertTest 2022-12-01T11:27:20.2866990Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2022-12-01T11:27:20.2867231Z [ RUN ] SmallVectorTest/1.InsertCopy 2022-12-01T11:27:20.2867482Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2022-12-01T11:27:20.2867745Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2022-12-01T11:27:20.2868012Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2022-12-01T11:27:20.2868303Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2022-12-01T11:27:20.2868613Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2022-12-01T11:27:20.2868918Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2022-12-01T11:27:20.2869218Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2022-12-01T11:27:20.2869518Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2022-12-01T11:27:20.2869880Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2022-12-01T11:27:20.2870161Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2022-12-01T11:27:20.2870490Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2022-12-01T11:27:20.2870765Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2022-12-01T11:27:20.2871052Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2022-12-01T11:27:20.2871327Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2022-12-01T11:27:20.2871617Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2022-12-01T11:27:20.2871890Z [ RUN ] SmallVectorTest/1.ComparisonTest 2022-12-01T11:27:20.2872156Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2022-12-01T11:27:20.2872418Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2022-12-01T11:27:20.2872680Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2022-12-01T11:27:20.2872931Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2022-12-01T11:27:20.2873203Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2022-12-01T11:27:20.2873463Z [ RUN ] SmallVectorTest/1.IteratorTest 2022-12-01T11:27:20.2873720Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2022-12-01T11:27:20.2873995Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2022-12-01T11:27:20.2874156Z 2022-12-01T11:27:20.2874409Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2874850Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2022-12-01T11:27:20.2875150Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2022-12-01T11:27:20.2875440Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2022-12-01T11:27:20.2875782Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2022-12-01T11:27:20.2876060Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2022-12-01T11:27:20.2876370Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2022-12-01T11:27:20.2876629Z [ RUN ] SmallVectorTest/2.PushPopTest 2022-12-01T11:27:20.2876887Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2022-12-01T11:27:20.2877134Z [ RUN ] SmallVectorTest/2.ClearTest 2022-12-01T11:27:20.2877379Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2022-12-01T11:27:20.2877633Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2022-12-01T11:27:20.2877953Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2022-12-01T11:27:20.2878222Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2022-12-01T11:27:20.2878484Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2022-12-01T11:27:20.2878761Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2022-12-01T11:27:20.2879057Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2022-12-01T11:27:20.2879333Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2022-12-01T11:27:20.2879580Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2022-12-01T11:27:20.2879839Z [ RUN ] SmallVectorTest/2.OverflowTest 2022-12-01T11:27:20.2880096Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2022-12-01T11:27:20.2880352Z [ RUN ] SmallVectorTest/2.IterationTest 2022-12-01T11:27:20.2880609Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2022-12-01T11:27:20.2880854Z [ RUN ] SmallVectorTest/2.SwapTest 2022-12-01T11:27:20.2881083Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2022-12-01T11:27:20.2881330Z [ RUN ] SmallVectorTest/2.AppendTest 2022-12-01T11:27:20.2881582Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2022-12-01T11:27:20.2881913Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2022-12-01T11:27:20.2882197Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2022-12-01T11:27:20.2882524Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2022-12-01T11:27:20.2882803Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2022-12-01T11:27:20.2883115Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2022-12-01T11:27:20.2883462Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2022-12-01T11:27:20.2883774Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2022-12-01T11:27:20.2884046Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2022-12-01T11:27:20.2884292Z [ RUN ] SmallVectorTest/2.AssignTest 2022-12-01T11:27:20.2884537Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2022-12-01T11:27:20.2884791Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2022-12-01T11:27:20.2885060Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2022-12-01T11:27:20.2885328Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2022-12-01T11:27:20.2885589Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2022-12-01T11:27:20.2885861Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2022-12-01T11:27:20.2886132Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2022-12-01T11:27:20.2886396Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2022-12-01T11:27:20.2886655Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2022-12-01T11:27:20.2886901Z [ RUN ] SmallVectorTest/2.EraseTest 2022-12-01T11:27:20.2887131Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2022-12-01T11:27:20.2887378Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2022-12-01T11:27:20.2887639Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2022-12-01T11:27:20.2887956Z [ RUN ] SmallVectorTest/2.InsertTest 2022-12-01T11:27:20.2888266Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2022-12-01T11:27:20.2888563Z [ RUN ] SmallVectorTest/2.InsertCopy 2022-12-01T11:27:20.2888811Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2022-12-01T11:27:20.2889072Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2022-12-01T11:27:20.2889354Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2022-12-01T11:27:20.2889648Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2022-12-01T11:27:20.2889954Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2022-12-01T11:27:20.2890244Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2022-12-01T11:27:20.2890545Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2022-12-01T11:27:20.2890845Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2022-12-01T11:27:20.2891147Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2022-12-01T11:27:20.2891438Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2022-12-01T11:27:20.2891714Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2022-12-01T11:27:20.2892463Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2022-12-01T11:27:20.2892781Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2022-12-01T11:27:20.2893077Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2022-12-01T11:27:20.2893378Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2022-12-01T11:27:20.2893709Z [ RUN ] SmallVectorTest/2.ComparisonTest 2022-12-01T11:27:20.2893984Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2022-12-01T11:27:20.2894260Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2022-12-01T11:27:20.2906928Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2022-12-01T11:27:20.2907321Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2022-12-01T11:27:20.2907609Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2022-12-01T11:27:20.2907884Z [ RUN ] SmallVectorTest/2.IteratorTest 2022-12-01T11:27:20.2908135Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2022-12-01T11:27:20.2908444Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2022-12-01T11:27:20.2908612Z 2022-12-01T11:27:20.2908871Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2909259Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2022-12-01T11:27:20.2909561Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2022-12-01T11:27:20.2909856Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2022-12-01T11:27:20.2910145Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2022-12-01T11:27:20.2910405Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2022-12-01T11:27:20.2910677Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2022-12-01T11:27:20.2910940Z [ RUN ] SmallVectorTest/3.PushPopTest 2022-12-01T11:27:20.2911200Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2022-12-01T11:27:20.2911452Z [ RUN ] SmallVectorTest/3.ClearTest 2022-12-01T11:27:20.2911753Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2022-12-01T11:27:20.2912022Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2022-12-01T11:27:20.2912343Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2022-12-01T11:27:20.2912619Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2022-12-01T11:27:20.2912885Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2022-12-01T11:27:20.2913173Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2022-12-01T11:27:20.2913460Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2022-12-01T11:27:20.2913738Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2022-12-01T11:27:20.2914001Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2022-12-01T11:27:20.2914260Z [ RUN ] SmallVectorTest/3.OverflowTest 2022-12-01T11:27:20.2914519Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2022-12-01T11:27:20.2914763Z [ RUN ] SmallVectorTest/3.IterationTest 2022-12-01T11:27:20.2915025Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2022-12-01T11:27:20.2915441Z [ RUN ] SmallVectorTest/3.SwapTest 2022-12-01T11:27:20.2915691Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2022-12-01T11:27:20.2915939Z [ RUN ] SmallVectorTest/3.AppendTest 2022-12-01T11:27:20.2916194Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2022-12-01T11:27:20.2916448Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2022-12-01T11:27:20.2916737Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2022-12-01T11:27:20.2917019Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2022-12-01T11:27:20.2917301Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2022-12-01T11:27:20.2917618Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2022-12-01T11:27:20.2918042Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2022-12-01T11:27:20.2918409Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2022-12-01T11:27:20.2918695Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2022-12-01T11:27:20.2918959Z [ RUN ] SmallVectorTest/3.AssignTest 2022-12-01T11:27:20.2919283Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2022-12-01T11:27:20.2919548Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2022-12-01T11:27:20.2919803Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2022-12-01T11:27:20.2920074Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2022-12-01T11:27:20.2920353Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2022-12-01T11:27:20.2920629Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2022-12-01T11:27:20.2920906Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2022-12-01T11:27:20.2921175Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2022-12-01T11:27:20.2921428Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2022-12-01T11:27:20.2921685Z [ RUN ] SmallVectorTest/3.EraseTest 2022-12-01T11:27:20.2921938Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2022-12-01T11:27:20.2922199Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2022-12-01T11:27:20.2922469Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2022-12-01T11:27:20.2922710Z [ RUN ] SmallVectorTest/3.InsertTest 2022-12-01T11:27:20.2922959Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2022-12-01T11:27:20.2923205Z [ RUN ] SmallVectorTest/3.InsertCopy 2022-12-01T11:27:20.2923456Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2022-12-01T11:27:20.2923788Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2022-12-01T11:27:20.2924074Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2022-12-01T11:27:20.2924417Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2022-12-01T11:27:20.2924734Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2022-12-01T11:27:20.2925043Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2022-12-01T11:27:20.2925346Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2022-12-01T11:27:20.2925647Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2022-12-01T11:27:20.2925955Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2022-12-01T11:27:20.2926230Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2022-12-01T11:27:20.2926501Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2022-12-01T11:27:20.2926777Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2022-12-01T11:27:20.2927067Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2022-12-01T11:27:20.2927352Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2022-12-01T11:27:20.2927627Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2022-12-01T11:27:20.2927903Z [ RUN ] SmallVectorTest/3.ComparisonTest 2022-12-01T11:27:20.2928170Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2022-12-01T11:27:20.2928436Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2022-12-01T11:27:20.2928705Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2022-12-01T11:27:20.2928972Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2022-12-01T11:27:20.2929230Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2022-12-01T11:27:20.2929562Z [ RUN ] SmallVectorTest/3.IteratorTest 2022-12-01T11:27:20.2929887Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2022-12-01T11:27:20.2930170Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2022-12-01T11:27:20.2930393Z 2022-12-01T11:27:20.2930649Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2931038Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2022-12-01T11:27:20.2931325Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2022-12-01T11:27:20.2931617Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2022-12-01T11:27:20.2931902Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2022-12-01T11:27:20.2932177Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2022-12-01T11:27:20.2932450Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2022-12-01T11:27:20.2932710Z [ RUN ] SmallVectorTest/4.PushPopTest 2022-12-01T11:27:20.2933021Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2022-12-01T11:27:20.2933273Z [ RUN ] SmallVectorTest/4.ClearTest 2022-12-01T11:27:20.2933521Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2022-12-01T11:27:20.2933781Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2022-12-01T11:27:20.2934058Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2022-12-01T11:27:20.2934312Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2022-12-01T11:27:20.2934580Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2022-12-01T11:27:20.2934863Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2022-12-01T11:27:20.2935165Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2022-12-01T11:27:20.2935448Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2022-12-01T11:27:20.2935714Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2022-12-01T11:27:20.2936123Z [ RUN ] SmallVectorTest/4.OverflowTest 2022-12-01T11:27:20.2936384Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2022-12-01T11:27:20.2936714Z [ RUN ] SmallVectorTest/4.IterationTest 2022-12-01T11:27:20.2936976Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2022-12-01T11:27:20.2937226Z [ RUN ] SmallVectorTest/4.SwapTest 2022-12-01T11:27:20.2937458Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2022-12-01T11:27:20.2937706Z [ RUN ] SmallVectorTest/4.AppendTest 2022-12-01T11:27:20.2937957Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2022-12-01T11:27:20.2938228Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2022-12-01T11:27:20.2938515Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2022-12-01T11:27:20.2938794Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2022-12-01T11:27:20.2939060Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2022-12-01T11:27:20.2939372Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2022-12-01T11:27:20.2939723Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2022-12-01T11:27:20.2940038Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2022-12-01T11:27:20.2940323Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2022-12-01T11:27:20.2940585Z [ RUN ] SmallVectorTest/4.AssignTest 2022-12-01T11:27:20.2940820Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2022-12-01T11:27:20.2941077Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2022-12-01T11:27:20.2941347Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2022-12-01T11:27:20.2941618Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2022-12-01T11:27:20.2941897Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2022-12-01T11:27:20.2942215Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2022-12-01T11:27:20.2942495Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2022-12-01T11:27:20.2942822Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2022-12-01T11:27:20.2943093Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2022-12-01T11:27:20.2943349Z [ RUN ] SmallVectorTest/4.EraseTest 2022-12-01T11:27:20.2943664Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2022-12-01T11:27:20.2943906Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2022-12-01T11:27:20.2944030Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2022-12-01T11:27:20.2944137Z [ RUN ] SmallVectorTest/4.InsertTest 2022-12-01T11:27:20.2944255Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2022-12-01T11:27:20.2944362Z [ RUN ] SmallVectorTest/4.InsertCopy 2022-12-01T11:27:20.2944478Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2022-12-01T11:27:20.2944599Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2022-12-01T11:27:20.2944735Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2022-12-01T11:27:20.2944874Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2022-12-01T11:27:20.2945026Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2022-12-01T11:27:20.2945162Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2022-12-01T11:27:20.2945308Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2022-12-01T11:27:20.2945497Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2022-12-01T11:27:20.2945630Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2022-12-01T11:27:20.2945746Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2022-12-01T11:27:20.2945873Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2022-12-01T11:27:20.2946005Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2022-12-01T11:27:20.2946142Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2022-12-01T11:27:20.2946271Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2022-12-01T11:27:20.2946408Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2022-12-01T11:27:20.2946508Z [ RUN ] SmallVectorTest/4.ComparisonTest 2022-12-01T11:27:20.2946635Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2022-12-01T11:27:20.2946751Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2022-12-01T11:27:20.2946877Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2022-12-01T11:27:20.2946999Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2022-12-01T11:27:20.2947128Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2022-12-01T11:27:20.2947242Z [ RUN ] SmallVectorTest/4.IteratorTest 2022-12-01T11:27:20.2947364Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2022-12-01T11:27:20.2947499Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2022-12-01T11:27:20.2947506Z 2022-12-01T11:27:20.2947613Z [----------] 5 tests from SmallVectorTest 2022-12-01T11:27:20.2947747Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2022-12-01T11:27:20.2947893Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2022-12-01T11:27:20.2948001Z [ RUN ] SmallVectorTest.MidInsert 2022-12-01T11:27:20.2948123Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2022-12-01T11:27:20.2948238Z [ RUN ] SmallVectorTest.EmplaceBack 2022-12-01T11:27:20.2948411Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2022-12-01T11:27:20.2948558Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2022-12-01T11:27:20.2948718Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2022-12-01T11:27:20.2948840Z [ RUN ] SmallVectorTest.InitializerList 2022-12-01T11:27:20.2949035Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2022-12-01T11:27:20.2949167Z [----------] 5 tests from SmallVectorTest (0 ms total) 2022-12-01T11:27:20.2949175Z 2022-12-01T11:27:20.2949534Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = struct std::pair,class c10::SmallVector > 2022-12-01T11:27:20.2949662Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2022-12-01T11:27:20.2949800Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2022-12-01T11:27:20.2949943Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2022-12-01T11:27:20.2949950Z 2022-12-01T11:27:20.2950301Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = struct std::pair,class c10::SmallVector > 2022-12-01T11:27:20.2950482Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2022-12-01T11:27:20.2950617Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2022-12-01T11:27:20.2950759Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2022-12-01T11:27:20.2950765Z 2022-12-01T11:27:20.2951105Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = struct std::pair,class c10::SmallVector > 2022-12-01T11:27:20.2951230Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2022-12-01T11:27:20.2951366Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2022-12-01T11:27:20.2951506Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2022-12-01T11:27:20.2951512Z 2022-12-01T11:27:20.2951907Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = struct std::pair,class c10::SmallVector > 2022-12-01T11:27:20.2952036Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2022-12-01T11:27:20.2952172Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2022-12-01T11:27:20.2952313Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2022-12-01T11:27:20.2952319Z 2022-12-01T11:27:20.2952428Z [----------] 1 test from SmallVectorCustomTest 2022-12-01T11:27:20.2952563Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2022-12-01T11:27:20.2952709Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2022-12-01T11:27:20.2952853Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2022-12-01T11:27:20.2952859Z 2022-12-01T11:27:20.2953099Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2953265Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2022-12-01T11:27:20.2953435Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2022-12-01T11:27:20.2953602Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2022-12-01T11:27:20.2953780Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2022-12-01T11:27:20.2953935Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2022-12-01T11:27:20.2954097Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2022-12-01T11:27:20.2954252Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2022-12-01T11:27:20.2954473Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2022-12-01T11:27:20.2954642Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2022-12-01T11:27:20.2954815Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (0 ms) 2022-12-01T11:27:20.2954970Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2022-12-01T11:27:20.2955178Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2022-12-01T11:27:20.2955337Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2022-12-01T11:27:20.2955510Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (0 ms) 2022-12-01T11:27:20.2955664Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2022-12-01T11:27:20.2955826Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2022-12-01T11:27:20.2955986Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2022-12-01T11:27:20.2956156Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2022-12-01T11:27:20.2956312Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2022-12-01T11:27:20.2956475Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2022-12-01T11:27:20.2956634Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2022-12-01T11:27:20.2956806Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (0 ms) 2022-12-01T11:27:20.2957022Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2022-12-01T11:27:20.2957191Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-12-01T11:27:20.2957381Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (0 ms total) 2022-12-01T11:27:20.2957387Z 2022-12-01T11:27:20.2957683Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector 2022-12-01T11:27:20.2957846Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2022-12-01T11:27:20.2958017Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2022-12-01T11:27:20.2958184Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2022-12-01T11:27:20.2958350Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2022-12-01T11:27:20.2958505Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2022-12-01T11:27:20.2958712Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2022-12-01T11:27:20.2958870Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2022-12-01T11:27:20.2959031Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2022-12-01T11:27:20.2959194Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2022-12-01T11:27:20.2959365Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (0 ms) 2022-12-01T11:27:20.2959518Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2022-12-01T11:27:20.2959680Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2022-12-01T11:27:20.2959839Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2022-12-01T11:27:20.2960011Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (0 ms) 2022-12-01T11:27:20.2960162Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2022-12-01T11:27:20.2960322Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2022-12-01T11:27:20.2960484Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2022-12-01T11:27:20.2960720Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2022-12-01T11:27:20.2960880Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2022-12-01T11:27:20.2961027Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2022-12-01T11:27:20.2961234Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2022-12-01T11:27:20.2961418Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (0 ms) 2022-12-01T11:27:20.2961580Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2022-12-01T11:27:20.2961750Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-12-01T11:27:20.2961938Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (0 ms total) 2022-12-01T11:27:20.2961945Z 2022-12-01T11:27:20.2962238Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector,3> 2022-12-01T11:27:20.2962430Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2022-12-01T11:27:20.2962629Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-12-01T11:27:20.2962839Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2022-12-01T11:27:20.2962846Z 2022-12-01T11:27:20.2963217Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector,3> 2022-12-01T11:27:20.2963405Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2022-12-01T11:27:20.2963605Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-12-01T11:27:20.2963813Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2022-12-01T11:27:20.2963869Z 2022-12-01T11:27:20.2963991Z [----------] Global test environment tear-down 2022-12-01T11:27:20.2964131Z [==========] 221 tests from 15 test suites ran. (3 ms total) 2022-12-01T11:27:20.2964212Z [ PASSED ] 221 tests. 2022-12-01T11:27:20.3001024Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2022-12-01T11:27:20.3100704Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.3100835Z [==========] Running 0 tests from 0 test suites. 2022-12-01T11:27:20.3111109Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-12-01T11:27:20.3111214Z [ PASSED ] 0 tests. 2022-12-01T11:27:20.3164732Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2022-12-01T11:27:20.3272021Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.3272379Z [==========] Running 18 tests from 1 test suite. 2022-12-01T11:27:20.3272513Z [----------] Global test environment set-up. 2022-12-01T11:27:20.3272610Z [----------] 18 tests from StringViewTest 2022-12-01T11:27:20.3272810Z [ RUN ] StringViewTest.testStringConstructor 2022-12-01T11:27:20.3273027Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2022-12-01T11:27:20.3273172Z [ RUN ] StringViewTest.testConversionToString 2022-12-01T11:27:20.3273329Z [ OK ] StringViewTest.testConversionToString (0 ms) 2022-12-01T11:27:20.3273460Z [ RUN ] StringViewTest.testCopyAssignment 2022-12-01T11:27:20.3273608Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2022-12-01T11:27:20.3273811Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2022-12-01T11:27:20.3274024Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2022-12-01T11:27:20.3274187Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2022-12-01T11:27:20.3274373Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2022-12-01T11:27:20.3274563Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2022-12-01T11:27:20.3274748Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2022-12-01T11:27:20.3274909Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2022-12-01T11:27:20.3275083Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2022-12-01T11:27:20.3275255Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2022-12-01T11:27:20.3275437Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2022-12-01T11:27:20.3275547Z [ RUN ] StringViewTest.testSwapFunction 2022-12-01T11:27:20.3275685Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2022-12-01T11:27:20.3275804Z [ RUN ] StringViewTest.testSwapMethod 2022-12-01T11:27:20.3275937Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2022-12-01T11:27:20.3277613Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2022-12-01T11:27:20.3277844Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2022-12-01T11:27:20.3278035Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2022-12-01T11:27:20.3278237Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2022-12-01T11:27:20.3278405Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2022-12-01T11:27:20.3278583Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2022-12-01T11:27:20.3278755Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2022-12-01T11:27:20.3278940Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2022-12-01T11:27:20.3279100Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2022-12-01T11:27:20.3279270Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2022-12-01T11:27:20.3279569Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2022-12-01T11:27:20.3279780Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2022-12-01T11:27:20.3279897Z [ RUN ] StringViewTest.testOutputOperator 2022-12-01T11:27:20.3280042Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2022-12-01T11:27:20.3280147Z [ RUN ] StringViewTest.testHash 2022-12-01T11:27:20.3280265Z [ OK ] StringViewTest.testHash (0 ms) 2022-12-01T11:27:20.3280400Z [----------] 18 tests from StringViewTest (0 ms total) 2022-12-01T11:27:20.3280408Z 2022-12-01T11:27:20.3280528Z [----------] Global test environment tear-down 2022-12-01T11:27:20.3288691Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.3288793Z [ PASSED ] 18 tests. 2022-12-01T11:27:20.3341776Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2022-12-01T11:27:20.3459926Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.3460066Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:27:20.3460205Z [----------] Global test environment set-up. 2022-12-01T11:27:20.3460310Z [----------] 3 tests from SymIntTest 2022-12-01T11:27:20.3460416Z [ RUN ] SymIntTest.ConcreteInts 2022-12-01T11:27:20.3460537Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2022-12-01T11:27:20.3460634Z [ RUN ] SymIntTest.AddNode 2022-12-01T11:27:20.3460741Z [ OK ] SymIntTest.AddNode (0 ms) 2022-12-01T11:27:20.3460824Z [ RUN ] SymIntTest.CheckRange 2022-12-01T11:27:20.3460936Z [ OK ] SymIntTest.CheckRange (0 ms) 2022-12-01T11:27:20.3461057Z [----------] 3 tests from SymIntTest (0 ms total) 2022-12-01T11:27:20.3461065Z 2022-12-01T11:27:20.3461189Z [----------] Global test environment tear-down 2022-12-01T11:27:20.3471314Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.3471405Z [ PASSED ] 3 tests. 2022-12-01T11:27:20.3524391Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2022-12-01T11:27:20.3621656Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.3621799Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:20.3621923Z [----------] Global test environment set-up. 2022-12-01T11:27:20.3622031Z [----------] 2 tests from Synchronized 2022-12-01T11:27:20.3622181Z [ RUN ] Synchronized.TestSingleThreadExecution 2022-12-01T11:27:20.3622344Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2022-12-01T11:27:20.3622496Z [ RUN ] Synchronized.TestMultiThreadedExecution 2022-12-01T11:27:20.3660917Z [ OK ] Synchronized.TestMultiThreadedExecution (3 ms) 2022-12-01T11:27:20.3661066Z [----------] 2 tests from Synchronized (4 ms total) 2022-12-01T11:27:20.3661075Z 2022-12-01T11:27:20.3661197Z [----------] Global test environment tear-down 2022-12-01T11:27:20.3673132Z [==========] 2 tests from 1 test suite ran. (4 ms total) 2022-12-01T11:27:20.3673222Z [ PASSED ] 2 tests. 2022-12-01T11:27:20.3721821Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2022-12-01T11:27:20.3880916Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.3882939Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:20.3883086Z [----------] Global test environment set-up. 2022-12-01T11:27:20.3883196Z [----------] 1 test from TempDirTest 2022-12-01T11:27:20.3883310Z [ RUN ] TempDirTest.tryMakeTempdir 2022-12-01T11:27:20.3888175Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2022-12-01T11:27:20.3888306Z [----------] 1 test from TempDirTest (0 ms total) 2022-12-01T11:27:20.3888315Z 2022-12-01T11:27:20.3888436Z [----------] Global test environment tear-down 2022-12-01T11:27:20.3895597Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.3895700Z [ PASSED ] 1 test. 2022-12-01T11:27:20.3949306Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2022-12-01T11:27:20.4046325Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.4046712Z [==========] Running 12 tests from 2 test suites. 2022-12-01T11:27:20.4046978Z [----------] Global test environment set-up. 2022-12-01T11:27:20.4047231Z [----------] 1 test from ThreadLocal 2022-12-01T11:27:20.4047509Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2022-12-01T11:27:20.4047828Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2022-12-01T11:27:20.4048131Z [----------] 1 test from ThreadLocal (0 ms total) 2022-12-01T11:27:20.4048290Z 2022-12-01T11:27:20.4048406Z [----------] 11 tests from ThreadLocalTest 2022-12-01T11:27:20.4048686Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2022-12-01T11:27:20.4049201Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2022-12-01T11:27:20.4049534Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2022-12-01T11:27:20.4049845Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2022-12-01T11:27:20.4051617Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2022-12-01T11:27:20.4051926Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2022-12-01T11:27:20.4052259Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2022-12-01T11:27:20.4052607Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2022-12-01T11:27:20.4052919Z [ RUN ] ThreadLocalTest.TestClassScope 2022-12-01T11:27:20.4053204Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2022-12-01T11:27:20.4053508Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2022-12-01T11:27:20.4053819Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2022-12-01T11:27:20.4054157Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2022-12-01T11:27:20.4054536Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2022-12-01T11:27:20.4054895Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2022-12-01T11:27:20.4055253Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2022-12-01T11:27:20.4055614Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2022-12-01T11:27:20.4056895Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2022-12-01T11:27:20.4057811Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2022-12-01T11:27:20.4058143Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2022-12-01T11:27:20.4058541Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2022-12-01T11:27:20.4059020Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2022-12-01T11:27:20.4059415Z [----------] 11 tests from ThreadLocalTest (1 ms total) 2022-12-01T11:27:20.4059579Z 2022-12-01T11:27:20.4059700Z [----------] Global test environment tear-down 2022-12-01T11:27:20.4073536Z [==========] 12 tests from 2 test suites ran. (1 ms total) 2022-12-01T11:27:20.4073818Z [ PASSED ] 12 tests. 2022-12-01T11:27:20.4120723Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2022-12-01T11:27:20.4227811Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.4228289Z [==========] Running 5 tests from 1 test suite. 2022-12-01T11:27:20.4228544Z [----------] Global test environment set-up. 2022-12-01T11:27:20.4228798Z [----------] 5 tests from TypeMetaTest 2022-12-01T11:27:20.4229035Z [ RUN ] TypeMetaTest.TypeMetaStatic 2022-12-01T11:27:20.4229312Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2022-12-01T11:27:20.4229561Z [ RUN ] TypeMetaTest.Names 2022-12-01T11:27:20.4229789Z [ OK ] TypeMetaTest.Names (0 ms) 2022-12-01T11:27:20.4230025Z [ RUN ] TypeMetaTest.TypeMeta 2022-12-01T11:27:20.4230423Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2022-12-01T11:27:20.4230681Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2022-12-01T11:27:20.4230955Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2022-12-01T11:27:20.4231235Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2022-12-01T11:27:20.4231519Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2022-12-01T11:27:20.4233284Z [----------] 5 tests from TypeMetaTest (0 ms total) 2022-12-01T11:27:20.4233434Z 2022-12-01T11:27:20.4233561Z [----------] Global test environment tear-down 2022-12-01T11:27:20.4240207Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.4240455Z [ PASSED ] 5 tests. 2022-12-01T11:27:20.4293722Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2022-12-01T11:27:20.4392510Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.4392882Z [==========] Running 7 tests from 1 test suite. 2022-12-01T11:27:20.4393319Z [----------] Global test environment set-up. 2022-12-01T11:27:20.4393555Z [----------] 7 tests from TypeIndex 2022-12-01T11:27:20.4393814Z [ RUN ] TypeIndex.TopLevelName 2022-12-01T11:27:20.4394090Z [ OK ] TypeIndex.TopLevelName (0 ms) 2022-12-01T11:27:20.4394333Z [ RUN ] TypeIndex.NestedName 2022-12-01T11:27:20.4394569Z [ OK ] TypeIndex.NestedName (0 ms) 2022-12-01T11:27:20.4394822Z [ RUN ] TypeIndex.TypeTemplateParameter 2022-12-01T11:27:20.4395119Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2022-12-01T11:27:20.4395420Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2022-12-01T11:27:20.4395728Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2022-12-01T11:27:20.4396042Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2022-12-01T11:27:20.4396367Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2022-12-01T11:27:20.4396709Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2022-12-01T11:27:20.4397081Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2022-12-01T11:27:20.4397424Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2022-12-01T11:27:20.4397785Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2022-12-01T11:27:20.4398101Z [----------] 7 tests from TypeIndex (0 ms total) 2022-12-01T11:27:20.4398257Z 2022-12-01T11:27:20.4398376Z [----------] Global test environment tear-down 2022-12-01T11:27:20.4412798Z [==========] 7 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.4413537Z [ PASSED ] 7 tests. 2022-12-01T11:27:20.4466725Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2022-12-01T11:27:20.4562836Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.4563240Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:20.4563502Z [----------] Global test environment set-up. 2022-12-01T11:27:20.4563775Z [----------] 4 tests from TypeListTest 2022-12-01T11:27:20.4564054Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2022-12-01T11:27:20.4564355Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2022-12-01T11:27:20.4564673Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2022-12-01T11:27:20.4565004Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2022-12-01T11:27:20.4565322Z [ RUN ] TypeListTest.MapTypesToValues_members 2022-12-01T11:27:20.4565629Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2022-12-01T11:27:20.4565913Z [ RUN ] TypeListTest.MapTypesToValues_empty 2022-12-01T11:27:20.4566216Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2022-12-01T11:27:20.4566505Z [----------] 4 tests from TypeListTest (0 ms total) 2022-12-01T11:27:20.4566664Z 2022-12-01T11:27:20.4566783Z [----------] Global test environment tear-down 2022-12-01T11:27:20.4575292Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.4575701Z [ PASSED ] 4 tests. 2022-12-01T11:27:20.4631531Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2022-12-01T11:27:20.4734807Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.4735179Z [==========] Running 0 tests from 0 test suites. 2022-12-01T11:27:20.4745888Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-12-01T11:27:20.4746124Z [ PASSED ] 0 tests. 2022-12-01T11:27:20.4798061Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2022-12-01T11:27:20.8589124Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:20.8589525Z [==========] Running 5 tests from 1 test suite. 2022-12-01T11:27:20.8589805Z [----------] Global test environment set-up. 2022-12-01T11:27:20.8590054Z [----------] 5 tests from CppSignatureTest 2022-12-01T11:27:20.8590656Z [ RUN ] CppSignatureTest.given_equalSignature_then_areEqual 2022-12-01T11:27:20.8591009Z [ OK ] CppSignatureTest.given_equalSignature_then_areEqual (0 ms) 2022-12-01T11:27:20.8591426Z [ RUN ] CppSignatureTest.given_differentSignature_then_areDifferent 2022-12-01T11:27:20.8591795Z [ OK ] CppSignatureTest.given_differentSignature_then_areDifferent (0 ms) 2022-12-01T11:27:20.8592167Z [ RUN ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual 2022-12-01T11:27:20.8592526Z [ OK ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual (0 ms) 2022-12-01T11:27:20.8592915Z [ RUN ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent 2022-12-01T11:27:20.8593322Z [ OK ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent (0 ms) 2022-12-01T11:27:20.8593733Z [ RUN ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing 2022-12-01T11:27:20.8594141Z [ OK ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing (0 ms) 2022-12-01T11:27:20.8594495Z [----------] 5 tests from CppSignatureTest (0 ms total) 2022-12-01T11:27:20.8594663Z 2022-12-01T11:27:20.8594771Z [----------] Global test environment tear-down 2022-12-01T11:27:20.8602612Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:20.8602846Z [ PASSED ] 5 tests. 2022-12-01T11:27:20.9401587Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2022-12-01T11:27:21.3113260Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:21.3113666Z [==========] Running 15 tests from 1 test suite. 2022-12-01T11:27:21.3113942Z [----------] Global test environment set-up. 2022-12-01T11:27:21.3114206Z [----------] 15 tests from CPUGeneratorImpl 2022-12-01T11:27:21.3114509Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-12-01T11:27:21.3114883Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-12-01T11:27:21.3115202Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-12-01T11:27:21.3115587Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-12-01T11:27:21.3115885Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-12-01T11:27:21.3116208Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-12-01T11:27:21.3116556Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-12-01T11:27:21.3120523Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-12-01T11:27:21.3120897Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-12-01T11:27:21.3121234Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-12-01T11:27:21.3121641Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-12-01T11:27:21.3124767Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-12-01T11:27:21.3125166Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-12-01T11:27:21.3139178Z [ OK ] CPUGeneratorImpl.TestRNGForking (1 ms) 2022-12-01T11:27:21.3139534Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-12-01T11:27:21.3139988Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-12-01T11:27:21.3140396Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-12-01T11:27:21.3140749Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-12-01T11:27:21.3141092Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-12-01T11:27:21.3141426Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-12-01T11:27:21.3141756Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-12-01T11:27:21.3142071Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-12-01T11:27:21.3142406Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-12-01T11:27:21.3142738Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-12-01T11:27:21.3143147Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-12-01T11:27:21.3143754Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-12-01T11:27:21.3144167Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-12-01T11:27:21.3144579Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-12-01T11:27:21.3144964Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-12-01T11:27:21.3145307Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-12-01T11:27:21.3145638Z [----------] 15 tests from CPUGeneratorImpl (3 ms total) 2022-12-01T11:27:21.3145864Z 2022-12-01T11:27:21.3145985Z [----------] Global test environment tear-down 2022-12-01T11:27:21.3158177Z [==========] 15 tests from 1 test suite ran. (3 ms total) 2022-12-01T11:27:21.3158445Z [ PASSED ] 15 tests. 2022-12-01T11:27:21.3952615Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2022-12-01T11:27:21.7695484Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:21.7695865Z [----------] Global test environment set-up. 2022-12-01T11:27:21.7696221Z [----------] 2 tests from CPUAllocationPlanTest 2022-12-01T11:27:21.7696569Z [ RUN ] CPUAllocationPlanTest.with_control_flow 2022-12-01T11:27:21.7851877Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7863413Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7874916Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7886149Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7897575Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7908939Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7920037Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7931130Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7942765Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7954045Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-12-01T11:27:21.7976314Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.7986630Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.7997218Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8007451Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8017654Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8027766Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8037819Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8049647Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8062301Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8075028Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-12-01T11:27:21.8331598Z [ OK ] CPUAllocationPlanTest.with_control_flow (63 ms) 2022-12-01T11:27:21.8331951Z [ RUN ] CPUAllocationPlanTest.with_profiling_alloc 2022-12-01T11:27:22.5240552Z [ OK ] CPUAllocationPlanTest.with_profiling_alloc (690 ms) 2022-12-01T11:27:22.5241059Z [----------] 2 tests from CPUAllocationPlanTest (754 ms total) 2022-12-01T11:27:22.5241358Z 2022-12-01T11:27:22.5241527Z [----------] Global test environment tear-down 2022-12-01T11:27:22.5253718Z [==========] 2 tests from 1 test suite ran. (754 ms total) 2022-12-01T11:27:22.5254066Z [ PASSED ] 2 tests. 2022-12-01T11:27:22.6146790Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2022-12-01T11:27:23.0008772Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:23.0009186Z [==========] Running 22 tests from 1 test suite. 2022-12-01T11:27:23.0009511Z [----------] Global test environment set-up. 2022-12-01T11:27:23.0009738Z [----------] 22 tests from RNGTest 2022-12-01T11:27:23.0009965Z [ RUN ] RNGTest.RandomFromTo 2022-12-01T11:27:23.0248968Z [ OK ] RNGTest.RandomFromTo (24 ms) 2022-12-01T11:27:23.0249255Z [ RUN ] RNGTest.Random 2022-12-01T11:27:23.0270062Z [ OK ] RNGTest.Random (2 ms) 2022-12-01T11:27:23.0270303Z [ RUN ] RNGTest.Random64bits 2022-12-01T11:27:23.0270671Z [ OK ] RNGTest.Random64bits (0 ms) 2022-12-01T11:27:23.0270888Z [ RUN ] RNGTest.Normal 2022-12-01T11:27:23.0271909Z [ OK ] RNGTest.Normal (0 ms) 2022-12-01T11:27:23.0272157Z [ RUN ] RNGTest.Normal_float_Tensor_out 2022-12-01T11:27:23.0387282Z [ OK ] RNGTest.Normal_float_Tensor_out (11 ms) 2022-12-01T11:27:23.0387677Z [ RUN ] RNGTest.Normal_Tensor_float_out 2022-12-01T11:27:23.0387957Z [ OK ] RNGTest.Normal_Tensor_float_out (0 ms) 2022-12-01T11:27:23.0388204Z [ RUN ] RNGTest.Normal_Tensor_Tensor_out 2022-12-01T11:27:23.0388718Z [ OK ] RNGTest.Normal_Tensor_Tensor_out (0 ms) 2022-12-01T11:27:23.0388978Z [ RUN ] RNGTest.Normal_float_Tensor 2022-12-01T11:27:23.0389830Z [ OK ] RNGTest.Normal_float_Tensor (0 ms) 2022-12-01T11:27:23.0390079Z [ RUN ] RNGTest.Normal_Tensor_float 2022-12-01T11:27:23.0390647Z [ OK ] RNGTest.Normal_Tensor_float (0 ms) 2022-12-01T11:27:23.0390896Z [ RUN ] RNGTest.Normal_Tensor_Tensor 2022-12-01T11:27:23.0391596Z [ OK ] RNGTest.Normal_Tensor_Tensor (0 ms) 2022-12-01T11:27:23.0391831Z [ RUN ] RNGTest.Uniform 2022-12-01T11:27:23.0392481Z [ OK ] RNGTest.Uniform (0 ms) 2022-12-01T11:27:23.0392699Z [ RUN ] RNGTest.Cauchy 2022-12-01T11:27:23.0393425Z [ OK ] RNGTest.Cauchy (0 ms) 2022-12-01T11:27:23.0393653Z [ RUN ] RNGTest.LogNormal 2022-12-01T11:27:23.0394252Z [ OK ] RNGTest.LogNormal (0 ms) 2022-12-01T11:27:23.0394484Z [ RUN ] RNGTest.Geometric 2022-12-01T11:27:23.0395273Z [ OK ] RNGTest.Geometric (0 ms) 2022-12-01T11:27:23.0395520Z [ RUN ] RNGTest.Exponential 2022-12-01T11:27:23.0396099Z [ OK ] RNGTest.Exponential (0 ms) 2022-12-01T11:27:23.0396346Z [ RUN ] RNGTest.Bernoulli_Tensor 2022-12-01T11:27:23.0397223Z [ OK ] RNGTest.Bernoulli_Tensor (0 ms) 2022-12-01T11:27:23.0397450Z [ RUN ] RNGTest.Bernoulli_scalar 2022-12-01T11:27:23.0398016Z [ OK ] RNGTest.Bernoulli_scalar (0 ms) 2022-12-01T11:27:23.0398250Z [ RUN ] RNGTest.Bernoulli 2022-12-01T11:27:23.0398838Z [ OK ] RNGTest.Bernoulli (0 ms) 2022-12-01T11:27:23.0399065Z [ RUN ] RNGTest.Bernoulli_2 2022-12-01T11:27:23.0399457Z [ OK ] RNGTest.Bernoulli_2 (0 ms) 2022-12-01T11:27:23.0399674Z [ RUN ] RNGTest.Bernoulli_p 2022-12-01T11:27:23.0400258Z [ OK ] RNGTest.Bernoulli_p (0 ms) 2022-12-01T11:27:23.0400551Z [ RUN ] RNGTest.Bernoulli_p_2 2022-12-01T11:27:23.0400976Z [ OK ] RNGTest.Bernoulli_p_2 (0 ms) 2022-12-01T11:27:23.0401259Z [ RUN ] RNGTest.Bernoulli_out 2022-12-01T11:27:23.0402027Z [ OK ] RNGTest.Bernoulli_out (0 ms) 2022-12-01T11:27:23.0402294Z [----------] 22 tests from RNGTest (39 ms total) 2022-12-01T11:27:23.0402446Z 2022-12-01T11:27:23.0402552Z [----------] Global test environment tear-down 2022-12-01T11:27:23.0419005Z [==========] 22 tests from 1 test suite ran. (39 ms total) 2022-12-01T11:27:23.0419262Z [ PASSED ] 22 tests. 2022-12-01T11:27:23.1247243Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2022-12-01T11:27:23.5032840Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:23.5033282Z [==========] Running 47 tests from 2 test suites. 2022-12-01T11:27:23.5033756Z [----------] Global test environment set-up. 2022-12-01T11:27:23.5034025Z [----------] 46 tests from DictTest 2022-12-01T11:27:23.5034352Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-12-01T11:27:23.5034738Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T11:27:23.5035116Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-12-01T11:27:23.5035542Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T11:27:23.5035909Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-12-01T11:27:23.5036317Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T11:27:23.5036706Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T11:27:23.5037124Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T11:27:23.5037516Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-12-01T11:27:23.5037940Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T11:27:23.5038334Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T11:27:23.5038773Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T11:27:23.5039235Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-12-01T11:27:23.5039728Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-12-01T11:27:23.5040196Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-12-01T11:27:23.5040573Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-12-01T11:27:23.5041027Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T11:27:23.5041495Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T11:27:23.5042057Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-12-01T11:27:23.5042648Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-12-01T11:27:23.5043110Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-12-01T11:27:23.5043512Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-12-01T11:27:23.5043885Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-12-01T11:27:23.5044266Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T11:27:23.5044601Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-12-01T11:27:23.5044958Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T11:27:23.5045336Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T11:27:23.5045853Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:27:23.5046230Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-12-01T11:27:23.5046578Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T11:27:23.5046932Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T11:27:23.5047323Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:27:23.5047668Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-12-01T11:27:23.5048037Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-12-01T11:27:23.5048392Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-12-01T11:27:23.5048855Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-12-01T11:27:23.5049332Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-12-01T11:27:23.5049766Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-12-01T11:27:23.5050232Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-12-01T11:27:23.5050735Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-12-01T11:27:23.5051192Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-12-01T11:27:23.5051603Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T11:27:23.5052020Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-12-01T11:27:23.5052430Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T11:27:23.5052866Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T11:27:23.5053316Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T11:27:23.5053746Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T11:27:23.5054476Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T11:27:23.5055416Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T11:27:23.5056137Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T11:27:23.5056808Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T11:27:23.5057462Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T11:27:23.5058064Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-12-01T11:27:23.5059033Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-12-01T11:27:23.5059626Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-12-01T11:27:23.5060070Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-12-01T11:27:23.5060436Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-12-01T11:27:23.5060840Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T11:27:23.5061239Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-12-01T11:27:23.5061934Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-12-01T11:27:23.5063947Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-12-01T11:27:23.5064299Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-12-01T11:27:23.5064604Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-12-01T11:27:23.5064905Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-12-01T11:27:23.5065438Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-12-01T11:27:23.5065796Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-12-01T11:27:23.5066147Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-12-01T11:27:23.5066483Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-12-01T11:27:23.5066820Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-12-01T11:27:23.5067184Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:23.5067540Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-12-01T11:27:23.5067886Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:23.5068310Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:27:23.5068789Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:27:23.5069805Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:23.5070292Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:23.5070681Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-12-01T11:27:23.5070996Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T11:27:23.5071323Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-12-01T11:27:23.5071669Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T11:27:23.5072033Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T11:27:23.5072533Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T11:27:23.5072963Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-12-01T11:27:23.5073334Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-12-01T11:27:23.5073642Z [ RUN ] DictTest.isReferenceType 2022-12-01T11:27:23.5073900Z [ OK ] DictTest.isReferenceType (0 ms) 2022-12-01T11:27:23.5074160Z [ RUN ] DictTest.copyHasSeparateStorage 2022-12-01T11:27:23.5074455Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-12-01T11:27:23.5074722Z [ RUN ] DictTest.dictTensorAsKey 2022-12-01T11:27:23.5075012Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-12-01T11:27:23.5075257Z [ RUN ] DictTest.dictEquality 2022-12-01T11:27:23.5075494Z [ OK ] DictTest.dictEquality (0 ms) 2022-12-01T11:27:23.5075741Z [----------] 46 tests from DictTest (0 ms total) 2022-12-01T11:27:23.5075892Z 2022-12-01T11:27:23.5076017Z [----------] 1 test from ListTest_IValueBasedList 2022-12-01T11:27:23.5076395Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-12-01T11:27:23.5076871Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-12-01T11:27:23.5077268Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-12-01T11:27:23.5077443Z 2022-12-01T11:27:23.5077564Z [----------] Global test environment tear-down 2022-12-01T11:27:23.5077826Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:27:23.5078032Z [ PASSED ] 47 tests. 2022-12-01T11:27:23.5921805Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2022-12-01T11:27:23.9651810Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:23.9652194Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:23.9652460Z [----------] Global test environment set-up. 2022-12-01T11:27:23.9652709Z [----------] 4 tests from DimnameTest 2022-12-01T11:27:23.9652949Z [ RUN ] DimnameTest.isValidIdentifier 2022-12-01T11:27:23.9653231Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-12-01T11:27:23.9653658Z [ RUN ] DimnameTest.wildcardName 2022-12-01T11:27:23.9653912Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-12-01T11:27:23.9654175Z [ RUN ] DimnameTest.createNormalName 2022-12-01T11:27:24.6565365Z [ OK ] DimnameTest.createNormalName (691 ms) 2022-12-01T11:27:24.6565728Z [ RUN ] DimnameTest.unifyAndMatch 2022-12-01T11:27:24.6565998Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-12-01T11:27:24.6567686Z [----------] 4 tests from DimnameTest (691 ms total) 2022-12-01T11:27:24.6567855Z 2022-12-01T11:27:24.6567981Z [----------] Global test environment tear-down 2022-12-01T11:27:24.6578858Z [==========] 4 tests from 1 test suite ran. (691 ms total) 2022-12-01T11:27:24.6579122Z [ PASSED ] 4 tests. 2022-12-01T11:27:24.7435627Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2022-12-01T11:27:25.1156363Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:25.1156776Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:25.1157048Z [----------] Global test environment set-up. 2022-12-01T11:27:25.1157315Z [----------] 1 test from DispatchKeySetTest 2022-12-01T11:27:25.1157623Z [ RUN ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet 2022-12-01T11:27:25.1158013Z [ OK ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet (0 ms) 2022-12-01T11:27:25.1158364Z [----------] 1 test from DispatchKeySetTest (0 ms total) 2022-12-01T11:27:25.1158536Z 2022-12-01T11:27:25.1158657Z [----------] Global test environment tear-down 2022-12-01T11:27:25.1170002Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:25.1170268Z [ PASSED ] 1 test. 2022-12-01T11:27:25.1969304Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2022-12-01T11:27:25.5651770Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:25.5653604Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:25.5653872Z [----------] Global test environment set-up. 2022-12-01T11:27:25.5654129Z [----------] 2 tests from TestDlconvertor 2022-12-01T11:27:25.5654392Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-12-01T11:27:25.5655142Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-12-01T11:27:25.5655496Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-12-01T11:27:25.5655853Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-12-01T11:27:25.5656253Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-12-01T11:27:25.5656420Z 2022-12-01T11:27:25.5656541Z [----------] Global test environment tear-down 2022-12-01T11:27:25.5668224Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:25.5668485Z [ PASSED ] 2 tests. 2022-12-01T11:27:25.6455472Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2022-12-01T11:27:26.0194196Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:26.0194598Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:26.0194912Z [----------] Global test environment set-up. 2022-12-01T11:27:26.0195182Z [----------] 1 test from BackendExtensionTest 2022-12-01T11:27:26.0195468Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-12-01T11:27:26.0195788Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-12-01T11:27:26.0196088Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-12-01T11:27:26.0196256Z 2022-12-01T11:27:26.0196372Z [----------] Global test environment tear-down 2022-12-01T11:27:26.0208322Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:26.0208586Z [ PASSED ] 1 test. 2022-12-01T11:27:26.1071843Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2022-12-01T11:27:26.4845394Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:26.4845833Z [==========] Running 8 tests from 1 test suite. 2022-12-01T11:27:26.4846143Z [----------] Global test environment set-up. 2022-12-01T11:27:26.4846501Z [----------] 8 tests from TestHalf 2022-12-01T11:27:26.4846729Z [ RUN ] TestHalf.Arithmetic 2022-12-01T11:27:26.4846960Z [ OK ] TestHalf.Arithmetic (0 ms) 2022-12-01T11:27:26.4847193Z [ RUN ] TestHalf.Comparisions 2022-12-01T11:27:26.4847429Z [ OK ] TestHalf.Comparisions (0 ms) 2022-12-01T11:27:26.4847637Z [ RUN ] TestHalf.Cast 2022-12-01T11:27:26.4847842Z [ OK ] TestHalf.Cast (0 ms) 2022-12-01T11:27:26.4848057Z [ RUN ] TestHalf.Construction 2022-12-01T11:27:26.4848290Z [ OK ] TestHalf.Construction (0 ms) 2022-12-01T11:27:26.4848517Z [ RUN ] TestHalf.Half2String 2022-12-01T11:27:26.4848740Z [ OK ] TestHalf.Half2String (0 ms) 2022-12-01T11:27:26.4849121Z [ RUN ] TestHalf.HalfNumericLimits 2022-12-01T11:27:26.4849391Z [ OK ] TestHalf.HalfNumericLimits (0 ms) 2022-12-01T11:27:26.4849634Z [ RUN ] TestHalf.CommonMath 2022-12-01T11:27:26.4849865Z [ OK ] TestHalf.CommonMath (0 ms) 2022-12-01T11:27:26.4850081Z [ RUN ] TestHalf.ComplexHalf 2022-12-01T11:27:26.4850316Z [ OK ] TestHalf.ComplexHalf (0 ms) 2022-12-01T11:27:26.4850577Z [----------] 8 tests from TestHalf (0 ms total) 2022-12-01T11:27:26.4850728Z 2022-12-01T11:27:26.4850848Z [----------] Global test environment tear-down 2022-12-01T11:27:26.4860103Z [==========] 8 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:26.4860365Z [ PASSED ] 8 tests. 2022-12-01T11:27:26.5684722Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2022-12-01T11:27:26.9471034Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:26.9471451Z [==========] Running 21 tests from 3 test suites. 2022-12-01T11:27:26.9471721Z [----------] Global test environment set-up. 2022-12-01T11:27:26.9471985Z [----------] 12 tests from ITensorListRefTest 2022-12-01T11:27:26.9472270Z [ RUN ] ITensorListRefTest.CtorEmpty_IsNone_Throws 2022-12-01T11:27:26.9623405Z [ OK ] ITensorListRefTest.CtorEmpty_IsNone_Throws (15 ms) 2022-12-01T11:27:26.9623757Z [ RUN ] ITensorListRefTest.CtorBoxed_IsBoxed 2022-12-01T11:27:26.9624051Z [ OK ] ITensorListRefTest.CtorBoxed_IsBoxed (0 ms) 2022-12-01T11:27:26.9624375Z [ RUN ] ITensorListRefTest.CtorUnboxed_IsUnboxed 2022-12-01T11:27:26.9624704Z [ OK ] ITensorListRefTest.CtorUnboxed_IsUnboxed (0 ms) 2022-12-01T11:27:26.9625039Z [ RUN ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed 2022-12-01T11:27:26.9625396Z [ OK ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed (0 ms) 2022-12-01T11:27:26.9625718Z [ RUN ] ITensorListRefTest.CtorTemp_IsUnboxed 2022-12-01T11:27:26.9626045Z [ OK ] ITensorListRefTest.CtorTemp_IsUnboxed (0 ms) 2022-12-01T11:27:26.9626334Z [ RUN ] ITensorListRefTest.Boxed_GetConstRefTensor 2022-12-01T11:27:26.9626645Z [ OK ] ITensorListRefTest.Boxed_GetConstRefTensor (0 ms) 2022-12-01T11:27:26.9626956Z [ RUN ] ITensorListRefTest.Unboxed_GetConstRefTensor 2022-12-01T11:27:26.9627271Z [ OK ] ITensorListRefTest.Unboxed_GetConstRefTensor (0 ms) 2022-12-01T11:27:26.9627563Z [ RUN ] ITensorListRefTest.Boxed_Equal 2022-12-01T11:27:26.9627819Z [ OK ] ITensorListRefTest.Boxed_Equal (0 ms) 2022-12-01T11:27:26.9628090Z [ RUN ] ITensorListRefTest.Unboxed_Equal 2022-12-01T11:27:26.9628376Z [ OK ] ITensorListRefTest.Unboxed_Equal (0 ms) 2022-12-01T11:27:26.9628684Z [ RUN ] ITensorListRefTest.UnboxedIndirect_Equal 2022-12-01T11:27:26.9629031Z [ OK ] ITensorListRefTest.UnboxedIndirect_Equal (0 ms) 2022-12-01T11:27:26.9629355Z [ RUN ] ITensorListRefTest.BoxedMaterialize_Equal 2022-12-01T11:27:26.9629905Z [ OK ] ITensorListRefTest.BoxedMaterialize_Equal (0 ms) 2022-12-01T11:27:26.9630225Z [ RUN ] ITensorListRefTest.UnboxedMaterialize_Equal 2022-12-01T11:27:26.9630566Z [ OK ] ITensorListRefTest.UnboxedMaterialize_Equal (0 ms) 2022-12-01T11:27:26.9630897Z [----------] 12 tests from ITensorListRefTest (15 ms total) 2022-12-01T11:27:26.9631070Z 2022-12-01T11:27:26.9631212Z [----------] 7 tests from ITensorListRefIteratorTest 2022-12-01T11:27:26.9631540Z [ RUN ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError 2022-12-01T11:27:26.9631901Z [ OK ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError (0 ms) 2022-12-01T11:27:26.9632242Z [ RUN ] ITensorListRefIteratorTest.Boxed_GetFirstElement 2022-12-01T11:27:26.9632591Z [ OK ] ITensorListRefIteratorTest.Boxed_GetFirstElement (0 ms) 2022-12-01T11:27:26.9632946Z [ RUN ] ITensorListRefIteratorTest.Unboxed_GetFirstElement 2022-12-01T11:27:26.9633305Z [ OK ] ITensorListRefIteratorTest.Unboxed_GetFirstElement (0 ms) 2022-12-01T11:27:26.9633736Z [ RUN ] ITensorListRefIteratorTest.Boxed_Equality 2022-12-01T11:27:26.9634061Z [ OK ] ITensorListRefIteratorTest.Boxed_Equality (0 ms) 2022-12-01T11:27:26.9634370Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Equality 2022-12-01T11:27:26.9634703Z [ OK ] ITensorListRefIteratorTest.Unboxed_Equality (0 ms) 2022-12-01T11:27:26.9635029Z [ RUN ] ITensorListRefIteratorTest.Boxed_Iterate 2022-12-01T11:27:26.9635347Z [ OK ] ITensorListRefIteratorTest.Boxed_Iterate (0 ms) 2022-12-01T11:27:26.9635671Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Iterate 2022-12-01T11:27:26.9635984Z [ OK ] ITensorListRefIteratorTest.Unboxed_Iterate (0 ms) 2022-12-01T11:27:26.9636323Z [----------] 7 tests from ITensorListRefIteratorTest (0 ms total) 2022-12-01T11:27:26.9636514Z 2022-12-01T11:27:26.9636642Z [----------] 2 tests from IOptTensorListRefTest 2022-12-01T11:27:26.9636931Z [ RUN ] IOptTensorListRefTest.Boxed_Iterate 2022-12-01T11:27:26.9637236Z [ OK ] IOptTensorListRefTest.Boxed_Iterate (0 ms) 2022-12-01T11:27:26.9637535Z [ RUN ] IOptTensorListRefTest.Unboxed_Iterate 2022-12-01T11:27:26.9637825Z [ OK ] IOptTensorListRefTest.Unboxed_Iterate (0 ms) 2022-12-01T11:27:26.9638134Z [----------] 2 tests from IOptTensorListRefTest (0 ms total) 2022-12-01T11:27:26.9638308Z 2022-12-01T11:27:26.9638424Z [----------] Global test environment tear-down 2022-12-01T11:27:26.9643802Z [==========] 21 tests from 3 test suites ran. (15 ms total) 2022-12-01T11:27:26.9644031Z [ PASSED ] 21 tests. 2022-12-01T11:27:27.0470743Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2022-12-01T11:27:27.4330153Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:27.4330554Z [==========] Running 2 tests from 2 test suites. 2022-12-01T11:27:27.4330823Z [----------] Global test environment set-up. 2022-12-01T11:27:27.4331146Z [----------] 1 test from PyTorchStreamWriterAndReader 2022-12-01T11:27:27.4331457Z [ RUN ] PyTorchStreamWriterAndReader.SaveAndLoad 2022-12-01T11:27:27.4335402Z [ OK ] PyTorchStreamWriterAndReader.SaveAndLoad (0 ms) 2022-12-01T11:27:27.4335765Z [----------] 1 test from PyTorchStreamWriterAndReader (0 ms total) 2022-12-01T11:27:27.4335968Z 2022-12-01T11:27:27.4336112Z [----------] 1 test from PytorchStreamWriterAndReader 2022-12-01T11:27:27.4336561Z [ RUN ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows 2022-12-01T11:27:28.0969618Z [ OK ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows (663 ms) 2022-12-01T11:27:28.0970091Z [----------] 1 test from PytorchStreamWriterAndReader (663 ms total) 2022-12-01T11:27:28.0970294Z 2022-12-01T11:27:28.0970403Z [----------] Global test environment tear-down 2022-12-01T11:27:28.0982402Z [==========] 2 tests from 2 test suites ran. (663 ms total) 2022-12-01T11:27:28.0982892Z [ PASSED ] 2 tests. 2022-12-01T11:27:28.1830756Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2022-12-01T11:27:28.5530619Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:28.5531018Z [==========] Running 38 tests from 2 test suites. 2022-12-01T11:27:28.5531341Z [----------] Global test environment set-up. 2022-12-01T11:27:28.5531592Z [----------] 34 tests from IValueTest 2022-12-01T11:27:28.5531816Z [ RUN ] IValueTest.Basic 2022-12-01T11:27:28.5533634Z [ OK ] IValueTest.Basic (0 ms) 2022-12-01T11:27:28.5533876Z [ RUN ] IValueTest.BasicStorage 2022-12-01T11:27:28.5534128Z [ OK ] IValueTest.BasicStorage (0 ms) 2022-12-01T11:27:28.5534360Z [ RUN ] IValueTest.ComplexDict 2022-12-01T11:27:28.5534610Z [ OK ] IValueTest.ComplexDict (0 ms) 2022-12-01T11:27:28.5534843Z [ RUN ] IValueTest.Swap 2022-12-01T11:27:28.5535821Z [ OK ] IValueTest.Swap (0 ms) 2022-12-01T11:27:28.5536278Z [ RUN ] IValueTest.CopyConstruct 2022-12-01T11:27:28.5536625Z [ OK ] IValueTest.CopyConstruct (0 ms) 2022-12-01T11:27:28.5536866Z [ RUN ] IValueTest.MoveConstruct 2022-12-01T11:27:28.5537123Z [ OK ] IValueTest.MoveConstruct (0 ms) 2022-12-01T11:27:28.5537372Z [ RUN ] IValueTest.CopyAssign 2022-12-01T11:27:28.5537617Z [ OK ] IValueTest.CopyAssign (0 ms) 2022-12-01T11:27:28.5537855Z [ RUN ] IValueTest.MoveAssign 2022-12-01T11:27:28.5538556Z [ OK ] IValueTest.MoveAssign (0 ms) 2022-12-01T11:27:28.5538833Z [ RUN ] IValueTest.Tuple 2022-12-01T11:27:28.5539196Z [ OK ] IValueTest.Tuple (0 ms) 2022-12-01T11:27:28.5539451Z [ RUN ] IValueTest.unsafeRemoveAttr 2022-12-01T11:27:28.5539725Z [ OK ] IValueTest.unsafeRemoveAttr (0 ms) 2022-12-01T11:27:28.5540027Z [ RUN ] IValueTest.TuplePrint 2022-12-01T11:27:28.5540263Z [ OK ] IValueTest.TuplePrint (0 ms) 2022-12-01T11:27:28.5540538Z [ RUN ] IValueTest.ComplexIValuePrint 2022-12-01T11:27:28.5540823Z [ OK ] IValueTest.ComplexIValuePrint (0 ms) 2022-12-01T11:27:28.5541074Z [ RUN ] IValueTest.Complex 2022-12-01T11:27:28.5541299Z [ OK ] IValueTest.Complex (0 ms) 2022-12-01T11:27:28.5541520Z [ RUN ] IValueTest.BasicFuture 2022-12-01T11:27:28.5541766Z [ OK ] IValueTest.BasicFuture (0 ms) 2022-12-01T11:27:28.5542036Z [ RUN ] IValueTest.FutureCallbacks 2022-12-01T11:27:28.5542316Z [ OK ] IValueTest.FutureCallbacks (0 ms) 2022-12-01T11:27:28.5542595Z [ RUN ] IValueTest.FutureExceptions 2022-12-01T11:27:28.5542882Z [ OK ] IValueTest.FutureExceptions (0 ms) 2022-12-01T11:27:28.5543133Z [ RUN ] IValueTest.FutureSetError 2022-12-01T11:27:28.5691195Z [ OK ] IValueTest.FutureSetError (14 ms) 2022-12-01T11:27:28.5691497Z [ RUN ] IValueTest.ValueEquality 2022-12-01T11:27:28.5691769Z [ OK ] IValueTest.ValueEquality (0 ms) 2022-12-01T11:27:28.5692046Z [ RUN ] IValueTest.TensorEquality 2022-12-01T11:27:29.2784398Z [ OK ] IValueTest.TensorEquality (709 ms) 2022-12-01T11:27:29.2784733Z [ RUN ] IValueTest.ListEquality 2022-12-01T11:27:29.2785002Z [ OK ] IValueTest.ListEquality (0 ms) 2022-12-01T11:27:29.2785255Z [ RUN ] IValueTest.DictEquality 2022-12-01T11:27:29.2785514Z [ OK ] IValueTest.DictEquality (0 ms) 2022-12-01T11:27:29.2786158Z [ RUN ] IValueTest.DictEqualityDifferentOrder 2022-12-01T11:27:29.2786851Z [ OK ] IValueTest.DictEqualityDifferentOrder (0 ms) 2022-12-01T11:27:29.2787389Z [ RUN ] IValueTest.ListNestedEquality 2022-12-01T11:27:29.2787668Z [ OK ] IValueTest.ListNestedEquality (0 ms) 2022-12-01T11:27:29.2787918Z [ RUN ] IValueTest.StreamEquality 2022-12-01T11:27:29.2788175Z [ OK ] IValueTest.StreamEquality (0 ms) 2022-12-01T11:27:29.2788423Z [ RUN ] IValueTest.EnumEquality 2022-12-01T11:27:29.2788687Z [ OK ] IValueTest.EnumEquality (0 ms) 2022-12-01T11:27:29.2789177Z [ RUN ] IValueTest.isPtrType 2022-12-01T11:27:29.2789421Z [ OK ] IValueTest.isPtrType (0 ms) 2022-12-01T11:27:29.2789645Z [ RUN ] IValueTest.isAliasOf 2022-12-01T11:27:29.2789880Z [ OK ] IValueTest.isAliasOf (0 ms) 2022-12-01T11:27:29.2790133Z [ RUN ] IValueTest.internalToPointer 2022-12-01T11:27:29.2790408Z [ OK ] IValueTest.internalToPointer (0 ms) 2022-12-01T11:27:29.2790712Z [ RUN ] IValueTest.IdentityComparisonAndHashing 2022-12-01T11:27:29.2791036Z [ OK ] IValueTest.IdentityComparisonAndHashing (0 ms) 2022-12-01T11:27:29.2791370Z [ RUN ] IValueTest.IdentityAndHashing_SparseCOO 2022-12-01T11:27:29.2832731Z [ OK ] IValueTest.IdentityAndHashing_SparseCOO (4 ms) 2022-12-01T11:27:29.2833152Z [ RUN ] IValueTest.getSubValues 2022-12-01T11:27:29.2833508Z [ OK ] IValueTest.getSubValues (0 ms) 2022-12-01T11:27:29.2833847Z [ RUN ] IValueTest.ScalarBool 2022-12-01T11:27:29.2834189Z [ OK ] IValueTest.ScalarBool (0 ms) 2022-12-01T11:27:29.2835024Z [ RUN ] IValueTest.ToWeakAndBack 2022-12-01T11:27:29.2835588Z [ OK ] IValueTest.ToWeakAndBack (0 ms) 2022-12-01T11:27:29.2836121Z [ RUN ] IValueTest.UseCountCornerCases 2022-12-01T11:27:29.2836500Z [ OK ] IValueTest.UseCountCornerCases (0 ms) 2022-12-01T11:27:29.2836910Z [----------] 34 tests from IValueTest (730 ms total) 2022-12-01T11:27:29.2837127Z 2022-12-01T11:27:29.2837286Z [----------] 4 tests from TupleElementsTest 2022-12-01T11:27:29.2837626Z [ RUN ] TupleElementsTest.Basic 2022-12-01T11:27:29.2837990Z [ OK ] TupleElementsTest.Basic (0 ms) 2022-12-01T11:27:29.2838324Z [ RUN ] TupleElementsTest.Resize 2022-12-01T11:27:29.2838683Z [ OK ] TupleElementsTest.Resize (0 ms) 2022-12-01T11:27:29.2839095Z [ RUN ] TupleElementsTest.CopyAndMoveConstruct 2022-12-01T11:27:29.2839575Z [ OK ] TupleElementsTest.CopyAndMoveConstruct (0 ms) 2022-12-01T11:27:29.2840021Z [ RUN ] TupleElementsTest.CopyAndMoveAssign 2022-12-01T11:27:29.2840479Z [ OK ] TupleElementsTest.CopyAndMoveAssign (0 ms) 2022-12-01T11:27:29.2841200Z [----------] 4 tests from TupleElementsTest (0 ms total) 2022-12-01T11:27:29.2841511Z 2022-12-01T11:27:29.2841800Z [----------] Global test environment tear-down 2022-12-01T11:27:29.2854519Z [==========] 38 tests from 2 test suites ran. (730 ms total) 2022-12-01T11:27:29.2854881Z [ PASSED ] 38 tests. 2022-12-01T11:27:29.3676925Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2022-12-01T11:27:29.7314921Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:29.7315324Z [==========] Running 28 tests from 1 test suite. 2022-12-01T11:27:29.7315599Z [----------] Global test environment set-up. 2022-12-01T11:27:29.7315869Z [----------] 28 tests from KernelFunctionTest 2022-12-01T11:27:29.7316228Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7316680Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7317123Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7317566Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7318050Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7319070Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7319945Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7320438Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7320915Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7321598Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7322095Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7322599Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7323070Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7323510Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7323953Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7324404Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7324839Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7325380Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7325852Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7326356Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7326839Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7327329Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7327832Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7328344Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7328802Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7329244Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7330269Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7331161Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7331615Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7332063Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7332507Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7332946Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7333402Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7333845Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7334288Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7334741Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7335188Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7335637Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7336074Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7336623Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7337195Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7337685Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7338175Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7338680Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7339172Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7339649Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7340147Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7340653Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7341183Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7341624Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7342064Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks 2022-12-01T11:27:29.7342506Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-12-01T11:27:29.7342928Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7343367Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7343809Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks 2022-12-01T11:27:29.7344259Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-12-01T11:27:29.7344646Z [----------] 28 tests from KernelFunctionTest (0 ms total) 2022-12-01T11:27:29.7344816Z 2022-12-01T11:27:29.7344935Z [----------] Global test environment tear-down 2022-12-01T11:27:29.7345203Z [==========] 28 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:29.7345409Z [ PASSED ] 28 tests. 2022-12-01T11:27:29.8105937Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2022-12-01T11:27:30.1743065Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:30.1743815Z [==========] Running 48 tests from 1 test suite. 2022-12-01T11:27:30.1744152Z [----------] Global test environment set-up. 2022-12-01T11:27:30.1744494Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel 2022-12-01T11:27:30.1744952Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1745881Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1746414Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-12-01T11:27:30.1747896Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1748741Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:30.1751466Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:30.1752205Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:30.1754724Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:30.1756318Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-12-01T11:27:30.1756993Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-12-01T11:27:30.1757630Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1758344Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1758939Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1760556Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1761501Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1762781Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1763375Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1764635Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1765257Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1766981Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1768210Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1769237Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1769847Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1771870Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1772541Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1774376Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1775500Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1776184Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1776950Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1777788Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1778487Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1779855Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1781433Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1782055Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1782645Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1783408Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1784029Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1785486Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1786685Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1787795Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1788439Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1789194Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1789890Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1791288Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1795244Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1797887Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1798634Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1800882Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1801600Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1802313Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1803026Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1803724Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1804381Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1805919Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1806641Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1808119Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1808934Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1810034Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1810648Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1812034Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1812735Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1814108Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1814962Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1816021Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1816800Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1818090Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1818759Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1820454Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1821061Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1822904Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1823504Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1825301Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1825918Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1827630Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1828295Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1829389Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1830130Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1831290Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1831973Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1833398Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1834047Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1835555Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1836270Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:30.1837774Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:30.1838378Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-12-01T11:27:30.1839604Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-12-01T11:27:30.1840182Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:30.1841812Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:30.1842483Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-12-01T11:27:30.8452228Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (660 ms) 2022-12-01T11:27:30.8452916Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-12-01T11:27:30.8459478Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-12-01T11:27:30.8460124Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-12-01T11:27:30.8493329Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (3 ms) 2022-12-01T11:27:30.8494012Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-12-01T11:27:30.8513335Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:30.8513905Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel (677 ms total) 2022-12-01T11:27:30.8514138Z 2022-12-01T11:27:30.8514262Z [----------] Global test environment tear-down 2022-12-01T11:27:30.8535912Z [==========] 48 tests from 1 test suite ran. (677 ms total) 2022-12-01T11:27:30.8536131Z [ PASSED ] 48 tests. 2022-12-01T11:27:30.9358853Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2022-12-01T11:27:31.3156474Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:31.3156877Z [==========] Running 37 tests from 2 test suites. 2022-12-01T11:27:31.3157150Z [----------] Global test environment set-up. 2022-12-01T11:27:31.3157480Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel 2022-12-01T11:27:31.3157915Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3160833Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3161369Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-12-01T11:27:31.3161974Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3162593Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-12-01T11:27:31.3163926Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3164592Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:31.3167036Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:31.3167736Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:31.3169060Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:31.3169828Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3170475Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3171030Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3173037Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3173596Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3174145Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3174698Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3175917Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3176586Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3179171Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3179921Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3180568Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3181148Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3182472Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3183112Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3185209Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3185856Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3186492Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3187135Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3187805Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3188582Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3189221Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3191311Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3191963Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3192700Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3193268Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3193947Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3194555Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3195143Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3197182Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3197788Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3198419Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3199037Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3199632Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3200223Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3200803Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3201380Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3203336Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3203898Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3204463Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3205055Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3205852Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3206500Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3209137Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3209783Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3210515Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3211120Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3211871Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3212497Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:31.3213329Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:31.3215314Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-12-01T11:27:31.3215905Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-12-01T11:27:31.3216440Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:31.3217387Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:31.3217980Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-12-01T11:27:31.9873170Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (665 ms) 2022-12-01T11:27:31.9873853Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-12-01T11:27:31.9879924Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-12-01T11:27:31.9880554Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-12-01T11:27:31.9904096Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-12-01T11:27:31.9904703Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-12-01T11:27:31.9922314Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:31.9922828Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel (676 ms total) 2022-12-01T11:27:31.9923048Z 2022-12-01T11:27:31.9923230Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel 2022-12-01T11:27:31.9923728Z [ RUN ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-12-01T11:27:31.9926898Z [ OK ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-12-01T11:27:31.9927396Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel (0 ms total) 2022-12-01T11:27:31.9927618Z 2022-12-01T11:27:31.9927741Z [----------] Global test environment tear-down 2022-12-01T11:27:31.9969503Z [==========] 37 tests from 2 test suites ran. (677 ms total) 2022-12-01T11:27:31.9969772Z [ PASSED ] 37 tests. 2022-12-01T11:27:32.0823981Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2022-12-01T11:27:32.4655864Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:32.4656275Z [==========] Running 48 tests from 1 test suite. 2022-12-01T11:27:32.4656627Z [----------] Global test environment set-up. 2022-12-01T11:27:32.4657214Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel 2022-12-01T11:27:32.4657665Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4660890Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4661431Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-12-01T11:27:32.4662324Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4662951Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:32.4667023Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:32.4667897Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:32.4669417Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:32.4670087Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-12-01T11:27:32.4671100Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-12-01T11:27:32.4673163Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4673751Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4674341Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4675361Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4675939Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4677405Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4679395Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4679994Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4680597Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4682078Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4682689Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4685456Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4686071Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4687255Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4687915Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4689316Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4691462Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4692124Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4692796Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4693493Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4694176Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4695587Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4697838Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4698444Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4699050Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4699647Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4700254Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4701008Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4701617Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4703837Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4704470Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4705115Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4705764Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4707132Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4707817Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4709939Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4710644Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4711338Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4712030Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4712824Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4713516Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4715987Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4716642Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4717260Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4717864Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4719043Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4719654Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4722023Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4722616Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4723190Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4723815Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4725206Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4725868Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4727942Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4728586Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4729226Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4729817Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4731481Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4732063Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4734061Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4734642Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4736284Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4736960Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4740101Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4740867Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4741528Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4742194Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4742877Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4743537Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4746126Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4746869Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4747503Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4748129Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:32.4748907Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:32.4749494Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-12-01T11:27:32.4752246Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-12-01T11:27:32.4752819Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:32.4753424Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:32.4754028Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-12-01T11:27:33.1415106Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (666 ms) 2022-12-01T11:27:33.1415796Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-12-01T11:27:33.1422399Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-12-01T11:27:33.1423046Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-12-01T11:27:33.1448046Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-12-01T11:27:33.1450066Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-12-01T11:27:33.1468616Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:33.1469160Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel (681 ms total) 2022-12-01T11:27:33.1469388Z 2022-12-01T11:27:33.1469512Z [----------] Global test environment tear-down 2022-12-01T11:27:33.1490539Z [==========] 48 tests from 1 test suite ran. (681 ms total) 2022-12-01T11:27:33.1491628Z [ PASSED ] 48 tests. 2022-12-01T11:27:33.2346849Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2022-12-01T11:27:33.6126802Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:33.6127182Z [==========] Running 36 tests from 1 test suite. 2022-12-01T11:27:33.6127448Z [----------] Global test environment set-up. 2022-12-01T11:27:33.6127828Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel 2022-12-01T11:27:33.6128246Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:33.6131366Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:33.6131866Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:33.6133261Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:33.6134137Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:33.6138425Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:33.6139092Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:33.6142744Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:33.6143378Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-12-01T11:27:34.2802956Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (665 ms) 2022-12-01T11:27:34.2803602Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2805079Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2805627Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2807540Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2808654Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2809194Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2809733Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2810795Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2811409Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2812378Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2812961Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2814238Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2814802Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2816781Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2817604Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2818407Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2819083Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2820656Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2821293Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2821944Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2822686Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2823317Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2823906Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2824527Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2825138Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2826659Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2827240Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2827830Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2828407Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2829124Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2829716Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2830678Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2831338Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2832699Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2833282Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2834230Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2834797Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2836288Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2836836Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2838688Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2839269Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2839958Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2840591Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2841773Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2842396Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2844216Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2844822Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2845641Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2846286Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.2847107Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.2847672Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-12-01T11:27:34.2848627Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-12-01T11:27:34.2849178Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:34.2850969Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:34.2851548Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-12-01T11:27:34.2866083Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:34.2866674Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-12-01T11:27:34.2873430Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-12-01T11:27:34.2874054Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-12-01T11:27:34.2897331Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-12-01T11:27:34.2897984Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-12-01T11:27:34.2915570Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:34.2916299Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel (678 ms total) 2022-12-01T11:27:34.2916630Z 2022-12-01T11:27:34.2916753Z [----------] Global test environment tear-down 2022-12-01T11:27:34.2935969Z [==========] 36 tests from 1 test suite ran. (679 ms total) 2022-12-01T11:27:34.2936221Z [ PASSED ] 36 tests. 2022-12-01T11:27:34.3786951Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2022-12-01T11:27:34.7662040Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:34.7662466Z [==========] Running 9 tests from 1 test suite. 2022-12-01T11:27:34.7662732Z [----------] Global test environment set-up. 2022-12-01T11:27:34.7663051Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel 2022-12-01T11:27:34.7663455Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:34.7664466Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:34.7665035Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:34.7667652Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:34.7668561Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:34.7670090Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:34.7670717Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-12-01T11:27:35.4270070Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (659 ms) 2022-12-01T11:27:35.4270719Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:35.4272233Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:35.4272887Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:35.4274232Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:35.4275774Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel 2022-12-01T11:27:35.4276578Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel (0 ms) 2022-12-01T11:27:35.4277191Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed 2022-12-01T11:27:35.4277842Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed (0 ms) 2022-12-01T11:27:35.4278437Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels 2022-12-01T11:27:35.4362125Z [ OK ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels (8 ms) 2022-12-01T11:27:35.4362698Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel (670 ms total) 2022-12-01T11:27:35.4362913Z 2022-12-01T11:27:35.4363034Z [----------] Global test environment tear-down 2022-12-01T11:27:35.4376862Z [==========] 9 tests from 1 test suite ran. (670 ms total) 2022-12-01T11:27:35.4377113Z [ PASSED ] 9 tests. 2022-12-01T11:27:35.5186110Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2022-12-01T11:27:35.9122305Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:35.9123093Z [==========] Running 2 tests from 2 test suites. 2022-12-01T11:27:35.9123622Z [----------] Global test environment set-up. 2022-12-01T11:27:35.9123873Z [----------] 1 test from XlaTensorTest 2022-12-01T11:27:35.9124109Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T11:27:35.9124381Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T11:27:35.9124657Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T11:27:35.9124815Z 2022-12-01T11:27:35.9124920Z [----------] 1 test from LazyTensorTest 2022-12-01T11:27:35.9125167Z [ RUN ] LazyTensorTest.TestNoStorage 2022-12-01T11:27:35.9125441Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-12-01T11:27:35.9125706Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-12-01T11:27:35.9125863Z 2022-12-01T11:27:35.9125980Z [----------] Global test environment tear-down 2022-12-01T11:27:35.9135189Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T11:27:35.9135450Z [ PASSED ] 2 tests. 2022-12-01T11:27:35.9962846Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2022-12-01T11:27:36.3828111Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:36.3828524Z [==========] Running 139 tests from 3 test suites. 2022-12-01T11:27:36.3828805Z [----------] Global test environment set-up. 2022-12-01T11:27:36.3829065Z [----------] 67 tests from ListTest_IValueBasedList 2022-12-01T11:27:36.3829413Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-12-01T11:27:36.3829832Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T11:27:36.3830251Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-12-01T11:27:36.3830683Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T11:27:36.3831105Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-12-01T11:27:36.3831525Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T11:27:36.3832001Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T11:27:36.3832474Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T11:27:36.3832913Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-12-01T11:27:36.3833326Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3833768Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3834247Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3834740Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3835240Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3835825Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3836399Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3836932Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid 2022-12-01T11:27:36.3837490Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid (0 ms) 2022-12-01T11:27:36.3838036Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3838571Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3839105Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-12-01T11:27:36.3839766Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-12-01T11:27:36.3840277Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-12-01T11:27:36.3840807Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-12-01T11:27:36.3841348Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3841904Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3842460Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3843057Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3843707Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3844258Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3844825Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-12-01T11:27:36.3845401Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-12-01T11:27:36.3845970Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-12-01T11:27:36.3846534Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-12-01T11:27:36.3847044Z [ RUN ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-12-01T11:27:36.3847501Z [ OK ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-12-01T11:27:36.3848014Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3848605Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3849148Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-12-01T11:27:36.3849644Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3850137Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-12-01T11:27:36.3850635Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3851130Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-12-01T11:27:36.3851608Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-12-01T11:27:36.3852104Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-12-01T11:27:36.3852598Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-12-01T11:27:36.3853066Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-12-01T11:27:36.3853511Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3853953Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-12-01T11:27:36.3854389Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3854843Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-12-01T11:27:36.3855339Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3855874Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-12-01T11:27:36.3856325Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3856861Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-12-01T11:27:36.3857315Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3857772Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-12-01T11:27:36.3858228Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3858694Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-12-01T11:27:36.3859162Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3859714Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-12-01T11:27:36.3860243Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3860698Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-12-01T11:27:36.3861090Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T11:27:36.3861449Z [ RUN ] ListTest_IValueBasedList.whenIterating_thenFindsElements 2022-12-01T11:27:36.3861812Z [ OK ] ListTest_IValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-12-01T11:27:36.3862202Z [ RUN ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-12-01T11:27:36.3862620Z [ OK ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:27:36.3863033Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-12-01T11:27:36.3863454Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-12-01T11:27:36.3863835Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-12-01T11:27:36.3864215Z [ OK ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-12-01T11:27:36.3864599Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-12-01T11:27:36.3864983Z [ OK ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3865363Z [ RUN ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash 2022-12-01T11:27:36.3865740Z [ OK ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T11:27:36.3866110Z [ RUN ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual 2022-12-01T11:27:36.3866512Z [ OK ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3866901Z [ RUN ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual 2022-12-01T11:27:36.3867286Z [ OK ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3867649Z [ RUN ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual 2022-12-01T11:27:36.3868003Z [ OK ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3868384Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-12-01T11:27:36.3868778Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-12-01T11:27:36.3869179Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-12-01T11:27:36.3869572Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-12-01T11:27:36.3869976Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-12-01T11:27:36.3870393Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:36.3870857Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-12-01T11:27:36.3871245Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:36.3871712Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:27:36.3872241Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:27:36.3872763Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3873283Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3873804Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:27:36.3874377Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:27:36.3874900Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3875400Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3875897Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3876386Z [ OK ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3876872Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3877357Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3877802Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-12-01T11:27:36.3878214Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-12-01T11:27:36.3878616Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-12-01T11:27:36.3879041Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-12-01T11:27:36.3879492Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-12-01T11:27:36.3879965Z [ OK ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-12-01T11:27:36.3880381Z [ RUN ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual 2022-12-01T11:27:36.3880754Z [ OK ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T11:27:36.3881138Z [ RUN ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-12-01T11:27:36.3881533Z [ OK ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T11:27:36.3881965Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T11:27:36.3882421Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T11:27:36.3882856Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-12-01T11:27:36.3883280Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-12-01T11:27:36.3883730Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-12-01T11:27:36.3884199Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-12-01T11:27:36.3884667Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-12-01T11:27:36.3885190Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-12-01T11:27:36.3885641Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-12-01T11:27:36.3886069Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3886515Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-12-01T11:27:36.3886982Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-12-01T11:27:36.3887436Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-12-01T11:27:36.3887913Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-12-01T11:27:36.3888300Z [ RUN ] ListTest_IValueBasedList.isReferenceType 2022-12-01T11:27:36.3888613Z [ OK ] ListTest_IValueBasedList.isReferenceType (0 ms) 2022-12-01T11:27:36.3888991Z [ RUN ] ListTest_IValueBasedList.copyHasSeparateStorage 2022-12-01T11:27:36.3889342Z [ OK ] ListTest_IValueBasedList.copyHasSeparateStorage (0 ms) 2022-12-01T11:27:36.3889690Z [ RUN ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual 2022-12-01T11:27:36.3890022Z [ OK ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-12-01T11:27:36.3890385Z [ RUN ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual 2022-12-01T11:27:36.3890760Z [ OK ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-12-01T11:27:36.3891114Z [----------] 67 tests from ListTest_IValueBasedList (0 ms total) 2022-12-01T11:27:36.3891290Z 2022-12-01T11:27:36.3891425Z [----------] 68 tests from ListTest_NonIValueBasedList 2022-12-01T11:27:36.3891780Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-12-01T11:27:36.3892194Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T11:27:36.3892625Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-12-01T11:27:36.3893065Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T11:27:36.3893584Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-12-01T11:27:36.3893990Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T11:27:36.3894438Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T11:27:36.3894919Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T11:27:36.3895369Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-12-01T11:27:36.3895793Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3896254Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3896867Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3897371Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3897898Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3898422Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3898949Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3899487Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3900713Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3901270Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-12-01T11:27:36.3901813Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-12-01T11:27:36.3902363Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-12-01T11:27:36.3902906Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-12-01T11:27:36.3903466Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3904043Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3904618Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3905243Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3905807Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-12-01T11:27:36.3906390Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-12-01T11:27:36.3906980Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-12-01T11:27:36.3907582Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-12-01T11:27:36.3908172Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-12-01T11:27:36.3908778Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-12-01T11:27:36.3909892Z [ RUN ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-12-01T11:27:36.3910908Z [ OK ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-12-01T11:27:36.3911512Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-12-01T11:27:36.3912124Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-12-01T11:27:36.3912687Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-12-01T11:27:36.3913211Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3913731Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-12-01T11:27:36.3914248Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3914758Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-12-01T11:27:36.3915273Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-12-01T11:27:36.3916174Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-12-01T11:27:36.3917272Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-12-01T11:27:36.3917764Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-12-01T11:27:36.3918229Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3918690Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-12-01T11:27:36.3919139Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3919723Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-12-01T11:27:36.3920238Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-12-01T11:27:36.3920725Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-12-01T11:27:36.3921196Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3921663Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-12-01T11:27:36.3922698Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3923582Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-12-01T11:27:36.3924077Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3924634Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-12-01T11:27:36.3925122Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3925641Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-12-01T11:27:36.3926190Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-12-01T11:27:36.3926663Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-12-01T11:27:36.3927059Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T11:27:36.3927448Z [ RUN ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements 2022-12-01T11:27:36.3927828Z [ OK ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-12-01T11:27:36.3928570Z [ RUN ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-12-01T11:27:36.3929560Z [ OK ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T11:27:36.3930092Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-12-01T11:27:36.3930514Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-12-01T11:27:36.3930929Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-12-01T11:27:36.3931323Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-12-01T11:27:36.3931721Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-12-01T11:27:36.3932119Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3932514Z [ RUN ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash 2022-12-01T11:27:36.3932915Z [ OK ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T11:27:36.3933307Z [ RUN ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual 2022-12-01T11:27:36.3933725Z [ OK ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3934130Z [ RUN ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual 2022-12-01T11:27:36.3935010Z [ OK ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3935508Z [ RUN ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual 2022-12-01T11:27:36.3936228Z [ OK ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-12-01T11:27:36.3936662Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-12-01T11:27:36.3937185Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-12-01T11:27:36.3937715Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-12-01T11:27:36.3938133Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-12-01T11:27:36.3938561Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-12-01T11:27:36.3938996Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:36.3939427Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-12-01T11:27:36.3939832Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-12-01T11:27:36.3940317Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:27:36.3940937Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:27:36.3942225Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3942978Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3943521Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T11:27:36.3944061Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T11:27:36.3944584Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3945117Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3945633Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3946135Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3946634Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-12-01T11:27:36.3947244Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T11:27:36.3948255Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-12-01T11:27:36.3948999Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-12-01T11:27:36.3949420Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-12-01T11:27:36.3949857Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-12-01T11:27:36.3950322Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-12-01T11:27:36.3950815Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-12-01T11:27:36.3951250Z [ RUN ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual 2022-12-01T11:27:36.3963043Z [ OK ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T11:27:36.3963471Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-12-01T11:27:36.3963903Z [ OK ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T11:27:36.3964366Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T11:27:36.3964842Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T11:27:36.3965296Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-12-01T11:27:36.3965749Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-12-01T11:27:36.3966995Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-12-01T11:27:36.3967950Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-12-01T11:27:36.3968444Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-12-01T11:27:36.3968930Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-12-01T11:27:36.3969391Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-12-01T11:27:36.3969834Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-12-01T11:27:36.3970292Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-12-01T11:27:36.3970861Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-12-01T11:27:36.3971339Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-12-01T11:27:36.3971831Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-12-01T11:27:36.3972237Z [ RUN ] ListTest_NonIValueBasedList.isReferenceType 2022-12-01T11:27:36.3972837Z [ OK ] ListTest_NonIValueBasedList.isReferenceType (0 ms) 2022-12-01T11:27:36.3973554Z [ RUN ] ListTest_NonIValueBasedList.copyHasSeparateStorage 2022-12-01T11:27:36.3974248Z [ OK ] ListTest_NonIValueBasedList.copyHasSeparateStorage (0 ms) 2022-12-01T11:27:36.3974606Z [ RUN ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual 2022-12-01T11:27:36.3974967Z [ OK ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-12-01T11:27:36.3975345Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual 2022-12-01T11:27:36.3975746Z [ OK ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-12-01T11:27:36.3976105Z [ RUN ] ListTest_NonIValueBasedList.isChecksIdentity 2022-12-01T11:27:36.3976430Z [ OK ] ListTest_NonIValueBasedList.isChecksIdentity (0 ms) 2022-12-01T11:27:36.3976906Z [ RUN ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse 2022-12-01T11:27:36.3977357Z [ OK ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse (0 ms) 2022-12-01T11:27:36.3977740Z [----------] 68 tests from ListTest_NonIValueBasedList (0 ms total) 2022-12-01T11:27:36.3977925Z 2022-12-01T11:27:36.3978022Z [----------] 4 tests from ListTest 2022-12-01T11:27:36.3978285Z [ RUN ] ListTest.canAccessStringByReference 2022-12-01T11:27:36.3978600Z [ OK ] ListTest.canAccessStringByReference (0 ms) 2022-12-01T11:27:36.3979359Z [ RUN ] ListTest.canAccessOptionalStringByReference 2022-12-01T11:27:36.3980129Z [ OK ] ListTest.canAccessOptionalStringByReference (0 ms) 2022-12-01T11:27:36.3980590Z [ RUN ] ListTest.canAccessTensorByReference 2022-12-01T11:27:36.3980897Z [ OK ] ListTest.canAccessTensorByReference (0 ms) 2022-12-01T11:27:36.3981167Z [ RUN ] ListTest.toTypedList 2022-12-01T11:27:36.3994127Z [ OK ] ListTest.toTypedList (15 ms) 2022-12-01T11:27:36.3994393Z [----------] 4 tests from ListTest (15 ms total) 2022-12-01T11:27:36.3994552Z 2022-12-01T11:27:36.3994675Z [----------] Global test environment tear-down 2022-12-01T11:27:36.4036002Z [==========] 139 tests from 3 test suites ran. (16 ms total) 2022-12-01T11:27:36.4036267Z [ PASSED ] 139 tests. 2022-12-01T11:27:36.4878511Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2022-12-01T11:27:36.8625713Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:36.8626362Z [==========] Running 39 tests from 1 test suite. 2022-12-01T11:27:36.8626630Z [----------] Global test environment set-up. 2022-12-01T11:27:36.8626954Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel 2022-12-01T11:27:36.8627373Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8628371Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8629067Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-12-01T11:27:36.8631637Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-12-01T11:27:36.8632327Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-12-01T11:27:36.8634901Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-12-01T11:27:36.8636056Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8637122Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8637673Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8638226Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8638765Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8639308Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8639844Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8640911Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8641477Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8643179Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8643799Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8644529Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8645096Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8646936Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8647552Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8648964Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8649936Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8650545Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8651185Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8651973Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8652608Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8653239Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8653836Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8655100Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8656081Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8656808Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8657385Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8658037Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8658612Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8659588Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8660183Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8661509Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8662449Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8663046Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8663626Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8664631Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8665199Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8666608Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8667833Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8668658Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8669215Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8670672Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8671210Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly 2022-12-01T11:27:36.8672225Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly (0 ms) 2022-12-01T11:27:36.8672997Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8674269Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8675026Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8675648Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8676266Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8676969Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8677605Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8678918Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8680216Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8681175Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8681769Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8682363Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8682972Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-12-01T11:27:36.8684074Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-12-01T11:27:36.8684632Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-12-01T11:27:36.8685750Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-12-01T11:27:36.8686979Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:36.8687576Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:36.8688174Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema 2022-12-01T11:27:36.8689135Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-12-01T11:27:36.8689742Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-12-01T11:27:37.5383378Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (669 ms) 2022-12-01T11:27:37.5384034Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-12-01T11:27:37.5390247Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-12-01T11:27:37.5390849Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-12-01T11:27:37.5415029Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-12-01T11:27:37.5415855Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-12-01T11:27:37.5433714Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-12-01T11:27:37.5434224Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel (680 ms total) 2022-12-01T11:27:37.5434446Z 2022-12-01T11:27:37.5434568Z [----------] Global test environment tear-down 2022-12-01T11:27:37.5455396Z [==========] 39 tests from 1 test suite ran. (680 ms total) 2022-12-01T11:27:37.5455617Z [ PASSED ] 39 tests. 2022-12-01T11:27:37.6279365Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2022-12-01T11:27:38.0024241Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:38.0024869Z [==========] Running 7 tests from 1 test suite. 2022-12-01T11:27:38.0025142Z [----------] Global test environment set-up. 2022-12-01T11:27:38.0025384Z [----------] 7 tests from MathKernelTest 2022-12-01T11:27:38.0025645Z [ RUN ] MathKernelTest.NativeGroupNorm 2022-12-01T11:27:38.0190796Z [ OK ] MathKernelTest.NativeGroupNorm (16 ms) 2022-12-01T11:27:38.0191255Z [ RUN ] MathKernelTest.NativeLayerNorm 2022-12-01T11:27:38.0225185Z [ OK ] MathKernelTest.NativeLayerNorm (3 ms) 2022-12-01T11:27:38.0225561Z [ RUN ] MathKernelTest.Addr 2022-12-01T11:27:38.0232662Z [ OK ] MathKernelTest.Addr (0 ms) 2022-12-01T11:27:38.0233027Z [ RUN ] MathKernelTest.SiluBackward 2022-12-01T11:27:38.0234909Z [ OK ] MathKernelTest.SiluBackward (0 ms) 2022-12-01T11:27:38.0235362Z [ RUN ] MathKernelTest.MishBackward 2022-12-01T11:27:38.0244991Z [ OK ] MathKernelTest.MishBackward (1 ms) 2022-12-01T11:27:38.0245371Z [ RUN ] MathKernelTest.NarrowCopy 2022-12-01T11:27:38.0246456Z [ OK ] MathKernelTest.NarrowCopy (0 ms) 2022-12-01T11:27:38.0246799Z [ RUN ] MathKernelTest.Bmm 2022-12-01T11:27:38.6963114Z [ OK ] MathKernelTest.Bmm (671 ms) 2022-12-01T11:27:38.6963441Z [----------] 7 tests from MathKernelTest (693 ms total) 2022-12-01T11:27:38.6963611Z 2022-12-01T11:27:38.6963738Z [----------] Global test environment tear-down 2022-12-01T11:27:38.6976479Z [==========] 7 tests from 1 test suite ran. (693 ms total) 2022-12-01T11:27:38.6976775Z [ PASSED ] 7 tests. 2022-12-01T11:27:38.7798968Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2022-12-01T11:27:39.1547551Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:39.1547988Z [==========] Running 30 tests from 3 test suites. 2022-12-01T11:27:39.1548270Z [----------] Global test environment set-up. 2022-12-01T11:27:39.1548793Z [----------] 10 tests from MaybeOwnedTest/0, where TypeParam = class c10::intrusive_ptr > 2022-12-01T11:27:39.1549279Z [ RUN ] MaybeOwnedTest/0.SimpleDereferencingString 2022-12-01T11:27:39.1549597Z [ OK ] MaybeOwnedTest/0.SimpleDereferencingString (0 ms) 2022-12-01T11:27:39.1549876Z [ RUN ] MaybeOwnedTest/0.DefaultCtor 2022-12-01T11:27:39.1550190Z [ OK ] MaybeOwnedTest/0.DefaultCtor (0 ms) 2022-12-01T11:27:39.1550450Z [ RUN ] MaybeOwnedTest/0.CopyConstructor 2022-12-01T11:27:39.1550702Z [ OK ] MaybeOwnedTest/0.CopyConstructor (0 ms) 2022-12-01T11:27:39.1551028Z [ RUN ] MaybeOwnedTest/0.MoveDereferencing 2022-12-01T11:27:39.1551300Z [ OK ] MaybeOwnedTest/0.MoveDereferencing (0 ms) 2022-12-01T11:27:39.1551567Z [ RUN ] MaybeOwnedTest/0.MoveConstructor 2022-12-01T11:27:39.1551832Z [ OK ] MaybeOwnedTest/0.MoveConstructor (0 ms) 2022-12-01T11:27:39.1552317Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoOwned 2022-12-01T11:27:39.1552606Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1552913Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed 2022-12-01T11:27:39.1553227Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1553532Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoOwned 2022-12-01T11:27:39.1553834Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1554123Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed 2022-12-01T11:27:39.1554443Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1554725Z [ RUN ] MaybeOwnedTest/0.SelfAssignment 2022-12-01T11:27:39.1555004Z [ OK ] MaybeOwnedTest/0.SelfAssignment (0 ms) 2022-12-01T11:27:39.1555287Z [----------] 10 tests from MaybeOwnedTest/0 (0 ms total) 2022-12-01T11:27:39.1555449Z 2022-12-01T11:27:39.1555708Z [----------] 10 tests from MaybeOwnedTest/1, where TypeParam = class at::Tensor 2022-12-01T11:27:39.1556041Z [ RUN ] MaybeOwnedTest/1.SimpleDereferencingString 2022-12-01T11:27:39.1556391Z [ OK ] MaybeOwnedTest/1.SimpleDereferencingString (0 ms) 2022-12-01T11:27:39.1556668Z [ RUN ] MaybeOwnedTest/1.DefaultCtor 2022-12-01T11:27:39.1556974Z [ OK ] MaybeOwnedTest/1.DefaultCtor (0 ms) 2022-12-01T11:27:39.1557233Z [ RUN ] MaybeOwnedTest/1.CopyConstructor 2022-12-01T11:27:39.1557499Z [ OK ] MaybeOwnedTest/1.CopyConstructor (0 ms) 2022-12-01T11:27:39.1557755Z [ RUN ] MaybeOwnedTest/1.MoveDereferencing 2022-12-01T11:27:39.1558028Z [ OK ] MaybeOwnedTest/1.MoveDereferencing (0 ms) 2022-12-01T11:27:39.1558293Z [ RUN ] MaybeOwnedTest/1.MoveConstructor 2022-12-01T11:27:39.1558559Z [ OK ] MaybeOwnedTest/1.MoveConstructor (0 ms) 2022-12-01T11:27:39.1558836Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoOwned 2022-12-01T11:27:39.1559135Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1559430Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed 2022-12-01T11:27:39.1559741Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1560047Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoOwned 2022-12-01T11:27:39.1560345Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1560647Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed 2022-12-01T11:27:39.1560955Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1561221Z [ RUN ] MaybeOwnedTest/1.SelfAssignment 2022-12-01T11:27:39.1561480Z [ OK ] MaybeOwnedTest/1.SelfAssignment (0 ms) 2022-12-01T11:27:39.1561758Z [----------] 10 tests from MaybeOwnedTest/1 (0 ms total) 2022-12-01T11:27:39.1561918Z 2022-12-01T11:27:39.1562093Z [----------] 10 tests from MaybeOwnedTest/2, where TypeParam = struct c10::IValue 2022-12-01T11:27:39.1562450Z [ RUN ] MaybeOwnedTest/2.SimpleDereferencingString 2022-12-01T11:27:39.1562781Z [ OK ] MaybeOwnedTest/2.SimpleDereferencingString (0 ms) 2022-12-01T11:27:39.1563042Z [ RUN ] MaybeOwnedTest/2.DefaultCtor 2022-12-01T11:27:39.1563347Z [ OK ] MaybeOwnedTest/2.DefaultCtor (0 ms) 2022-12-01T11:27:39.1563602Z [ RUN ] MaybeOwnedTest/2.CopyConstructor 2022-12-01T11:27:39.1563881Z [ OK ] MaybeOwnedTest/2.CopyConstructor (0 ms) 2022-12-01T11:27:39.1564147Z [ RUN ] MaybeOwnedTest/2.MoveDereferencing 2022-12-01T11:27:39.1564418Z [ OK ] MaybeOwnedTest/2.MoveDereferencing (0 ms) 2022-12-01T11:27:39.1564670Z [ RUN ] MaybeOwnedTest/2.MoveConstructor 2022-12-01T11:27:39.1564931Z [ OK ] MaybeOwnedTest/2.MoveConstructor (0 ms) 2022-12-01T11:27:39.1565210Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoOwned 2022-12-01T11:27:39.1565510Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1565812Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed 2022-12-01T11:27:39.1566212Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1566505Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoOwned 2022-12-01T11:27:39.1566803Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoOwned (0 ms) 2022-12-01T11:27:39.1567107Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed 2022-12-01T11:27:39.1567418Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed (0 ms) 2022-12-01T11:27:39.1567703Z [ RUN ] MaybeOwnedTest/2.SelfAssignment 2022-12-01T11:27:39.1567950Z [ OK ] MaybeOwnedTest/2.SelfAssignment (0 ms) 2022-12-01T11:27:39.1568230Z [----------] 10 tests from MaybeOwnedTest/2 (0 ms total) 2022-12-01T11:27:39.1568390Z 2022-12-01T11:27:39.1568509Z [----------] Global test environment tear-down 2022-12-01T11:27:39.1584411Z [==========] 30 tests from 3 test suites ran. (1 ms total) 2022-12-01T11:27:39.1584686Z [ PASSED ] 30 tests. 2022-12-01T11:27:39.2542692Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2022-12-01T11:27:39.6188875Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:39.6189287Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:39.6189537Z [----------] Global test environment set-up. 2022-12-01T11:27:39.6189792Z [----------] 4 tests from MemoryFormatTest 2022-12-01T11:27:39.6190059Z [ RUN ] MemoryFormatTest.SetMemoryFormat 2022-12-01T11:27:39.6191258Z [ OK ] MemoryFormatTest.SetMemoryFormat (0 ms) 2022-12-01T11:27:39.6192006Z [ RUN ] MemoryFormatTest.TransposeMemoryFormat 2022-12-01T11:27:39.6192729Z [ OK ] MemoryFormatTest.TransposeMemoryFormat (0 ms) 2022-12-01T11:27:39.6193059Z [ RUN ] MemoryFormatTest.SliceStepTwoMemoryFormat 2022-12-01T11:27:39.6194252Z [ OK ] MemoryFormatTest.SliceStepTwoMemoryFormat (0 ms) 2022-12-01T11:27:39.6194595Z [ RUN ] MemoryFormatTest.SliceFirstMemoryFormat 2022-12-01T11:27:39.6195013Z [ OK ] MemoryFormatTest.SliceFirstMemoryFormat (0 ms) 2022-12-01T11:27:39.6195334Z [----------] 4 tests from MemoryFormatTest (0 ms total) 2022-12-01T11:27:39.6195500Z 2022-12-01T11:27:39.6195621Z [----------] Global test environment tear-down 2022-12-01T11:27:39.6208960Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:39.6209203Z [ PASSED ] 4 tests. 2022-12-01T11:27:39.7091382Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2022-12-01T11:27:40.0743076Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:40.0743472Z [==========] Running 6 tests from 1 test suite. 2022-12-01T11:27:40.0743734Z [----------] Global test environment set-up. 2022-12-01T11:27:40.0744017Z [----------] 6 tests from MemoryOverlapTest 2022-12-01T11:27:40.0744652Z [ RUN ] MemoryOverlapTest.TensorExpanded 2022-12-01T11:27:40.0745278Z [ OK ] MemoryOverlapTest.TensorExpanded (0 ms) 2022-12-01T11:27:40.0745859Z [ RUN ] MemoryOverlapTest.ScalarExpanded 2022-12-01T11:27:40.0746154Z [ OK ] MemoryOverlapTest.ScalarExpanded (0 ms) 2022-12-01T11:27:40.0746462Z [ RUN ] MemoryOverlapTest.NonContiguousTensor 2022-12-01T11:27:40.0747290Z [ OK ] MemoryOverlapTest.NonContiguousTensor (0 ms) 2022-12-01T11:27:40.0747643Z [ RUN ] MemoryOverlapTest.NonContiguousExpandedTensor 2022-12-01T11:27:40.0748017Z [ OK ] MemoryOverlapTest.NonContiguousExpandedTensor (0 ms) 2022-12-01T11:27:40.0748358Z [ RUN ] MemoryOverlapTest.ContiguousTensor 2022-12-01T11:27:40.0748662Z [ OK ] MemoryOverlapTest.ContiguousTensor (0 ms) 2022-12-01T11:27:40.0748990Z [ RUN ] MemoryOverlapTest.ContiguousExpandedTensor 2022-12-01T11:27:40.0749349Z [ OK ] MemoryOverlapTest.ContiguousExpandedTensor (0 ms) 2022-12-01T11:27:40.0749667Z [----------] 6 tests from MemoryOverlapTest (0 ms total) 2022-12-01T11:27:40.0749835Z 2022-12-01T11:27:40.0750173Z [----------] Global test environment tear-down 2022-12-01T11:27:40.0762825Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:40.0763091Z [ PASSED ] 6 tests. 2022-12-01T11:27:40.1580142Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2022-12-01T11:27:40.5380064Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:40.5380463Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:40.5380774Z [----------] Global test environment set-up. 2022-12-01T11:27:40.5381345Z [----------] 2 tests from MemoryCleanUp 2022-12-01T11:27:40.5381886Z [ RUN ] MemoryCleanUp.NoErrorWithoutRelease 2022-12-01T11:27:40.5590222Z [ OK ] MemoryCleanUp.NoErrorWithoutRelease (21 ms) 2022-12-01T11:27:40.5590537Z [ RUN ] MemoryCleanUp.UnpackError 2022-12-01T11:27:41.2303709Z [ OK ] MemoryCleanUp.UnpackError (671 ms) 2022-12-01T11:27:41.2304306Z [----------] 2 tests from MemoryCleanUp (692 ms total) 2022-12-01T11:27:41.2304478Z 2022-12-01T11:27:41.2304602Z [----------] Global test environment tear-down 2022-12-01T11:27:41.2316297Z [==========] 2 tests from 1 test suite ran. (692 ms total) 2022-12-01T11:27:41.2316569Z [ PASSED ] 2 tests. 2022-12-01T11:27:41.3162377Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2022-12-01T11:27:41.6899297Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:41.6899682Z [==========] Running 10 tests from 1 test suite. 2022-12-01T11:27:41.6899937Z [----------] Global test environment set-up. 2022-12-01T11:27:41.6900202Z [----------] 10 tests from NamedTensorTest 2022-12-01T11:27:41.6900437Z [ RUN ] NamedTensorTest.isNamed 2022-12-01T11:27:41.6900945Z [W TensorImpl.h:1761] Warning: 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. (function operator ()) 2022-12-01T11:27:41.6901520Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-12-01T11:27:41.6901790Z [ RUN ] NamedTensorTest.attachMetadata 2022-12-01T11:27:41.6902076Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-12-01T11:27:41.6902387Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-12-01T11:27:41.6902724Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-12-01T11:27:41.6903008Z [ RUN ] NamedTensorTest.empty 2022-12-01T11:27:42.3480608Z [ OK ] NamedTensorTest.empty (657 ms) 2022-12-01T11:27:42.3480966Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-12-01T11:27:42.3481712Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-12-01T11:27:42.3482016Z [ RUN ] NamedTensorTest.unifyFromRight 2022-12-01T11:27:42.3490208Z [ OK ] NamedTensorTest.unifyFromRight (0 ms) 2022-12-01T11:27:42.3490475Z [ RUN ] NamedTensorTest.alias 2022-12-01T11:27:42.3490801Z [ OK ] NamedTensorTest.alias (0 ms) 2022-12-01T11:27:42.3491050Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-12-01T11:27:42.3491322Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-12-01T11:27:42.3491607Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-12-01T11:27:42.3491900Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-12-01T11:27:42.3492208Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-12-01T11:27:42.3492541Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-12-01T11:27:42.3492846Z [----------] 10 tests from NamedTensorTest (659 ms total) 2022-12-01T11:27:42.3493011Z 2022-12-01T11:27:42.3493135Z [----------] Global test environment tear-down 2022-12-01T11:27:42.3508964Z [==========] 10 tests from 1 test suite ran. (659 ms total) 2022-12-01T11:27:42.3509336Z [ PASSED ] 10 tests. 2022-12-01T11:27:42.4336429Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2022-12-01T11:27:42.8039359Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:42.8039755Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:42.8040018Z [----------] Global test environment set-up. 2022-12-01T11:27:42.8040263Z [----------] 2 tests from TestNative 2022-12-01T11:27:42.8040488Z [ RUN ] TestNative.NativeTestCPU 2022-12-01T11:27:43.4778732Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator ()) 2022-12-01T11:27:43.4779565Z [ OK ] TestNative.NativeTestCPU (674 ms) 2022-12-01T11:27:43.4779936Z [ RUN ] TestNative.NativeTestGPU 2022-12-01T11:27:43.4780297Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-12-01T11:27:43.4780671Z [----------] 2 tests from TestNative (674 ms total) 2022-12-01T11:27:43.4781124Z 2022-12-01T11:27:43.4781295Z [----------] Global test environment tear-down 2022-12-01T11:27:43.4792675Z [==========] 2 tests from 1 test suite ran. (674 ms total) 2022-12-01T11:27:43.4793049Z [ PASSED ] 2 tests. 2022-12-01T11:27:43.5661067Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2022-12-01T11:27:43.9431321Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:43.9431727Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:43.9431989Z [----------] Global test environment set-up. 2022-12-01T11:27:43.9432231Z [----------] 4 tests from OperatorsTest 2022-12-01T11:27:43.9432505Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-12-01T11:27:43.9437634Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-12-01T11:27:43.9437954Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-12-01T11:27:43.9438430Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-12-01T11:27:43.9438719Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-12-01T11:27:43.9447536Z [ OK ] OperatorsTest.Test_ATEN_FN (0 ms) 2022-12-01T11:27:43.9447821Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-12-01T11:27:43.9448239Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-12-01T11:27:43.9448557Z [----------] 4 tests from OperatorsTest (1 ms total) 2022-12-01T11:27:43.9448718Z 2022-12-01T11:27:43.9448837Z [----------] Global test environment tear-down 2022-12-01T11:27:43.9461775Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-12-01T11:27:43.9462024Z [ PASSED ] 4 tests. 2022-12-01T11:27:44.0294102Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2022-12-01T11:27:44.0395469Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:44.0395869Z [==========] Running 2 tests from 1 test suite. 2022-12-01T11:27:44.0396148Z [----------] Global test environment set-up. 2022-12-01T11:27:44.0396409Z [----------] 2 tests from OperatorNameTest 2022-12-01T11:27:44.0396774Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace 2022-12-01T11:27:44.0397260Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace (0 ms) 2022-12-01T11:27:44.0397717Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace 2022-12-01T11:27:44.0398182Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace (0 ms) 2022-12-01T11:27:44.0398562Z [----------] 2 tests from OperatorNameTest (0 ms total) 2022-12-01T11:27:44.0398727Z 2022-12-01T11:27:44.0398846Z [----------] Global test environment tear-down 2022-12-01T11:27:44.0407897Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:44.0408160Z [ PASSED ] 2 tests. 2022-12-01T11:27:44.0459252Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2022-12-01T11:27:44.0553576Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:44.0553954Z [==========] Running 0 tests from 0 test suites. 2022-12-01T11:27:44.0564463Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-12-01T11:27:44.0564691Z [ PASSED ] 0 tests. 2022-12-01T11:27:44.0614854Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2022-12-01T11:27:44.4366915Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:44.4367314Z [==========] Running 77 tests from 2 test suites. 2022-12-01T11:27:44.4367577Z [----------] Global test environment set-up. 2022-12-01T11:27:44.4368105Z [----------] 49 tests from OperatorRegistrationTest 2022-12-01T11:27:44.4369458Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled 2022-12-01T11:27:44.4370782Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-12-01T11:27:44.4371453Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled 2022-12-01T11:27:44.4373212Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-12-01T11:27:44.4373864Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled 2022-12-01T11:27:44.4375261Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-12-01T11:27:44.4376193Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled 2022-12-01T11:27:44.4377318Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-12-01T11:27:44.4377936Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails 2022-12-01T11:27:45.1107828Z [ OK ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails (672 ms) 2022-12-01T11:27:45.1108365Z [ RUN ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails 2022-12-01T11:27:45.1113180Z [ OK ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails (0 ms) 2022-12-01T11:27:45.1113755Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel 2022-12-01T11:27:45.1116229Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel (0 ms) 2022-12-01T11:27:45.1116872Z [ RUN ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel 2022-12-01T11:27:45.1119824Z [ OK ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-12-01T11:27:45.1120579Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel 2022-12-01T11:27:45.1122824Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-12-01T11:27:45.1123467Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema 2022-12-01T11:27:45.1126658Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema (0 ms) 2022-12-01T11:27:45.1127187Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails 2022-12-01T11:27:45.1128438Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails (0 ms) 2022-12-01T11:27:45.1128934Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone 2022-12-01T11:27:45.1129735Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone (0 ms) 2022-12-01T11:27:45.1130292Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters 2022-12-01T11:27:45.1130975Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters (0 ms) 2022-12-01T11:27:45.1131684Z [ RUN ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails 2022-12-01T11:27:45.1132937Z [ OK ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-12-01T11:27:45.1133527Z [ RUN ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails 2022-12-01T11:27:45.1134210Z [ OK ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-12-01T11:27:45.1134902Z [ RUN ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey 2022-12-01T11:27:45.1138352Z [ OK ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey (0 ms) 2022-12-01T11:27:45.1138981Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel 2022-12-01T11:27:45.1145916Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel (0 ms) 2022-12-01T11:27:45.1146609Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails 2022-12-01T11:27:45.1147349Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails (0 ms) 2022-12-01T11:27:45.1148046Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds 2022-12-01T11:27:45.1149232Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds (0 ms) 2022-12-01T11:27:45.1149950Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds 2022-12-01T11:27:45.1150738Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-12-01T11:27:45.1151467Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds 2022-12-01T11:27:45.1152251Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-12-01T11:27:45.1152895Z [ RUN ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails 2022-12-01T11:27:45.1155947Z [ OK ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails (0 ms) 2022-12-01T11:27:45.1156509Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled 2022-12-01T11:27:45.1224348Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled (6 ms) 2022-12-01T11:27:45.1224947Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled 2022-12-01T11:27:45.1284892Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled (6 ms) 2022-12-01T11:27:45.1285679Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled 2022-12-01T11:27:45.1334489Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled (4 ms) 2022-12-01T11:27:45.1335393Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled 2022-12-01T11:27:45.1370594Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled (3 ms) 2022-12-01T11:27:45.1371517Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel 2022-12-01T11:27:45.1402965Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel (3 ms) 2022-12-01T11:27:45.1403637Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel 2022-12-01T11:27:45.1407994Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel (0 ms) 2022-12-01T11:27:45.1408643Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel 2022-12-01T11:27:45.1410055Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel (0 ms) 2022-12-01T11:27:45.1410842Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel 2022-12-01T11:27:45.1411994Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel (0 ms) 2022-12-01T11:27:45.1412658Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel 2022-12-01T11:27:45.1413914Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel (0 ms) 2022-12-01T11:27:45.1414541Z [ RUN ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel 2022-12-01T11:27:45.1420052Z [ OK ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel (0 ms) 2022-12-01T11:27:45.1420595Z [ RUN ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel 2022-12-01T11:27:45.1423961Z [ OK ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel (0 ms) 2022-12-01T11:27:45.1424483Z [ RUN ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled 2022-12-01T11:27:45.1427905Z [ OK ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled (0 ms) 2022-12-01T11:27:45.1428476Z [ RUN ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled 2022-12-01T11:27:45.1431238Z [ OK ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled (0 ms) 2022-12-01T11:27:45.1431820Z [ RUN ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname 2022-12-01T11:27:45.1434974Z [ OK ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname (0 ms) 2022-12-01T11:27:45.1435504Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1438127Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1438823Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1441508Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1442200Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1445137Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1445761Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1448011Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1448598Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1451516Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1452102Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1454721Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1458029Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1458585Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1459164Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-12-01T11:27:45.1461518Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-12-01T11:27:45.1462076Z [ RUN ] OperatorRegistrationTest.testAvailableArgTypes 2022-12-01T11:27:45.2164975Z [ OK ] OperatorRegistrationTest.testAvailableArgTypes (70 ms) 2022-12-01T11:27:45.2165591Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels 2022-12-01T11:27:45.2166261Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels (0 ms) 2022-12-01T11:27:45.2166929Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels 2022-12-01T11:27:45.2167763Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels (0 ms) 2022-12-01T11:27:45.2168521Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels 2022-12-01T11:27:45.2169433Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels (0 ms) 2022-12-01T11:27:45.2170012Z [ RUN ] OperatorRegistrationTest.getRegistrationsForDispatchKey 2022-12-01T11:27:45.3048561Z [ OK ] OperatorRegistrationTest.getRegistrationsForDispatchKey (87 ms) 2022-12-01T11:27:45.3049078Z [----------] 49 tests from OperatorRegistrationTest (868 ms total) 2022-12-01T11:27:45.3049274Z 2022-12-01T11:27:45.3049484Z [----------] 28 tests from NewOperatorRegistrationTest 2022-12-01T11:27:45.3049875Z [ RUN ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname 2022-12-01T11:27:45.3051969Z [ OK ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname (0 ms) 2022-12-01T11:27:45.3052378Z [ RUN ] NewOperatorRegistrationTest.testBasics 2022-12-01T11:27:45.3062949Z [ OK ] NewOperatorRegistrationTest.testBasics (1 ms) 2022-12-01T11:27:45.3063317Z [ RUN ] NewOperatorRegistrationTest.importTopLevel 2022-12-01T11:27:45.3068751Z [ OK ] NewOperatorRegistrationTest.importTopLevel (0 ms) 2022-12-01T11:27:45.3069076Z [ RUN ] NewOperatorRegistrationTest.overload 2022-12-01T11:27:45.3072087Z [ OK ] NewOperatorRegistrationTest.overload (0 ms) 2022-12-01T11:27:45.3072428Z [ RUN ] NewOperatorRegistrationTest.importNamespace 2022-12-01T11:27:45.3078953Z [ OK ] NewOperatorRegistrationTest.importNamespace (0 ms) 2022-12-01T11:27:45.3079287Z [ RUN ] NewOperatorRegistrationTest.schema 2022-12-01T11:27:45.3083789Z [ OK ] NewOperatorRegistrationTest.schema (0 ms) 2022-12-01T11:27:45.3084401Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel 2022-12-01T11:27:45.3148551Z [ OK ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel (6 ms) 2022-12-01T11:27:45.3150095Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel 2022-12-01T11:27:45.3150777Z [ OK ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel (0 ms) 2022-12-01T11:27:45.3151468Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel 2022-12-01T11:27:45.3152539Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3153205Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel 2022-12-01T11:27:45.3154211Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel (0 ms) 2022-12-01T11:27:45.3154882Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel 2022-12-01T11:27:45.3155781Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T11:27:45.3156280Z operator: test::fn(Tensor _0) -> Tensor _0 2022-12-01T11:27:45.3156677Z registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-12-01T11:27:45.3157036Z dispatch key: (catch all) 2022-12-01T11:27:45.3157480Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-12-01T11:27:45.3158105Z new kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 (function registerKernel) 2022-12-01T11:27:45.3158746Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel (0 ms) 2022-12-01T11:27:45.3159409Z [ RUN ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel 2022-12-01T11:27:45.3160087Z [ OK ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3160711Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel 2022-12-01T11:27:45.3161307Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3161885Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel 2022-12-01T11:27:45.3162436Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3163176Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel 2022-12-01T11:27:45.3164650Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3165364Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel 2022-12-01T11:27:45.3166024Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel (0 ms) 2022-12-01T11:27:45.3166482Z [ RUN ] NewOperatorRegistrationTest.dispatch 2022-12-01T11:27:45.3169731Z [ OK ] NewOperatorRegistrationTest.dispatch (0 ms) 2022-12-01T11:27:45.3170173Z [ RUN ] NewOperatorRegistrationTest.dispatchAutogradPrecedence 2022-12-01T11:27:45.3171735Z [ OK ] NewOperatorRegistrationTest.dispatchAutogradPrecedence (0 ms) 2022-12-01T11:27:45.3172253Z [ RUN ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther 2022-12-01T11:27:45.3176046Z [ OK ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther (0 ms) 2022-12-01T11:27:45.3176548Z [ RUN ] NewOperatorRegistrationTest.dispatchMultipleTensors 2022-12-01T11:27:45.3207511Z [ OK ] NewOperatorRegistrationTest.dispatchMultipleTensors (3 ms) 2022-12-01T11:27:45.3208121Z [ RUN ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite 2022-12-01T11:27:45.3209403Z [ OK ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite (0 ms) 2022-12-01T11:27:45.3209952Z [ RUN ] NewOperatorRegistrationTest.dispatchMultiple 2022-12-01T11:27:45.3210908Z [ OK ] NewOperatorRegistrationTest.dispatchMultiple (0 ms) 2022-12-01T11:27:45.3211280Z [ RUN ] NewOperatorRegistrationTest.fallback 2022-12-01T11:27:45.3250363Z [ OK ] NewOperatorRegistrationTest.fallback (3 ms) 2022-12-01T11:27:45.3251030Z [ RUN ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU 2022-12-01T11:27:45.3251734Z [ OK ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU (0 ms) 2022-12-01T11:27:45.3252303Z [ RUN ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError 2022-12-01T11:27:45.3252729Z [ OK ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError (0 ms) 2022-12-01T11:27:45.3253126Z [ RUN ] NewOperatorRegistrationTest.CppFunction 2022-12-01T11:27:45.3262594Z [ OK ] NewOperatorRegistrationTest.CppFunction (1 ms) 2022-12-01T11:27:45.3262977Z [ RUN ] NewOperatorRegistrationTest.testDelayedListener 2022-12-01T11:27:45.3265638Z [ OK ] NewOperatorRegistrationTest.testDelayedListener (0 ms) 2022-12-01T11:27:45.3266049Z [ RUN ] NewOperatorRegistrationTest.testImplNoDefGetsCaught 2022-12-01T11:27:45.3266516Z [ OK ] NewOperatorRegistrationTest.testImplNoDefGetsCaught (0 ms) 2022-12-01T11:27:45.3266916Z [----------] 28 tests from NewOperatorRegistrationTest (21 ms total) 2022-12-01T11:27:45.3267114Z 2022-12-01T11:27:45.3267238Z [----------] Global test environment tear-down 2022-12-01T11:27:45.3293721Z [==========] 77 tests from 2 test suites ran. (890 ms total) 2022-12-01T11:27:45.3293998Z [ PASSED ] 77 tests. 2022-12-01T11:27:45.4100584Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2022-12-01T11:27:45.7868440Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:45.7868823Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:45.7869086Z [----------] Global test environment set-up. 2022-12-01T11:27:45.7869370Z [----------] 1 test from PackedtensoraccessorTest 2022-12-01T11:27:45.7869675Z [ RUN ] PackedtensoraccessorTest.TransposeTest 2022-12-01T11:27:45.8021009Z [ OK ] PackedtensoraccessorTest.TransposeTest (15 ms) 2022-12-01T11:27:45.8021372Z [----------] 1 test from PackedtensoraccessorTest (15 ms total) 2022-12-01T11:27:45.8021559Z 2022-12-01T11:27:45.8021689Z [----------] Global test environment tear-down 2022-12-01T11:27:45.8033531Z [==========] 1 test from 1 test suite ran. (15 ms total) 2022-12-01T11:27:45.8033776Z [ PASSED ] 1 test. 2022-12-01T11:27:45.8882300Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2022-12-01T11:27:46.2600613Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:46.2601020Z [==========] Running 13 tests from 1 test suite. 2022-12-01T11:27:46.2601286Z [----------] Global test environment set-up. 2022-12-01T11:27:46.2601531Z [----------] 13 tests from PowTest 2022-12-01T11:27:46.2601772Z [ RUN ] PowTest.IntTensorPowAllScalars 2022-12-01T11:27:46.2782040Z [ OK ] PowTest.IntTensorPowAllScalars (18 ms) 2022-12-01T11:27:46.2782379Z [ RUN ] PowTest.LongTensorPowAllScalars 2022-12-01T11:27:46.2964413Z [ OK ] PowTest.LongTensorPowAllScalars (18 ms) 2022-12-01T11:27:46.2964727Z [ RUN ] PowTest.FloatTensorPowAllScalars 2022-12-01T11:27:46.3206322Z [ OK ] PowTest.FloatTensorPowAllScalars (24 ms) 2022-12-01T11:27:46.3206639Z [ RUN ] PowTest.DoubleTensorPowAllScalars 2022-12-01T11:27:46.3329922Z [ OK ] PowTest.DoubleTensorPowAllScalars (12 ms) 2022-12-01T11:27:46.3330234Z [ RUN ] PowTest.IntScalarPowAllTensors 2022-12-01T11:27:46.3370272Z [ OK ] PowTest.IntScalarPowAllTensors (4 ms) 2022-12-01T11:27:46.3370569Z [ RUN ] PowTest.LongScalarPowAllTensors 2022-12-01T11:27:46.3400407Z [ OK ] PowTest.LongScalarPowAllTensors (3 ms) 2022-12-01T11:27:46.3400702Z [ RUN ] PowTest.FloatScalarPowAllTensors 2022-12-01T11:27:46.3420588Z [ OK ] PowTest.FloatScalarPowAllTensors (2 ms) 2022-12-01T11:27:46.3420898Z [ RUN ] PowTest.DoubleScalarPowAllTensors 2022-12-01T11:27:46.3430663Z [ OK ] PowTest.DoubleScalarPowAllTensors (0 ms) 2022-12-01T11:27:46.3430957Z [ RUN ] PowTest.IntTensorPowIntTensor 2022-12-01T11:27:46.3443936Z [ OK ] PowTest.IntTensorPowIntTensor (1 ms) 2022-12-01T11:27:46.3444224Z [ RUN ] PowTest.LongTensorPowLongTensor 2022-12-01T11:27:46.3456945Z [ OK ] PowTest.LongTensorPowLongTensor (1 ms) 2022-12-01T11:27:46.3457314Z [ RUN ] PowTest.FloatTensorPowFloatTensor 2022-12-01T11:27:46.3470816Z [ OK ] PowTest.FloatTensorPowFloatTensor (1 ms) 2022-12-01T11:27:46.3471293Z [ RUN ] PowTest.DoubleTensorPowDoubleTensor 2022-12-01T11:27:46.3484697Z [ OK ] PowTest.DoubleTensorPowDoubleTensor (1 ms) 2022-12-01T11:27:46.3484994Z [ RUN ] PowTest.TestIntegralPow 2022-12-01T11:27:46.3485252Z [ OK ] PowTest.TestIntegralPow (0 ms) 2022-12-01T11:27:46.3485524Z [----------] 13 tests from PowTest (88 ms total) 2022-12-01T11:27:46.3485658Z 2022-12-01T11:27:46.3485780Z [----------] Global test environment tear-down 2022-12-01T11:27:46.3500980Z [==========] 13 tests from 1 test suite ran. (88 ms total) 2022-12-01T11:27:46.3501210Z [ PASSED ] 13 tests. 2022-12-01T11:27:46.4324663Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2022-12-01T11:27:46.8213486Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:46.8213886Z [==========] Running 9 tests from 1 test suite. 2022-12-01T11:27:46.8214179Z [----------] Global test environment set-up. 2022-12-01T11:27:46.8214427Z [----------] 9 tests from TestQTensor 2022-12-01T11:27:46.8214735Z [ RUN ] TestQTensor.QuantDequantAPIs 2022-12-01T11:27:46.8444160Z [ OK ] TestQTensor.QuantDequantAPIs (23 ms) 2022-12-01T11:27:46.8444666Z [ RUN ] TestQTensor.RoundingMode 2022-12-01T11:27:46.8445076Z [ OK ] TestQTensor.RoundingMode (0 ms) 2022-12-01T11:27:46.8445446Z [ RUN ] TestQTensor.Item 2022-12-01T11:27:46.8445851Z [ OK ] TestQTensor.Item (0 ms) 2022-12-01T11:27:46.8446226Z [ RUN ] TestQTensor.EmptyQuantized 2022-12-01T11:27:46.8446632Z [ OK ] TestQTensor.EmptyQuantized (0 ms) 2022-12-01T11:27:46.8447081Z [ RUN ] TestQTensor.EmptyPerchannelQuantized 2022-12-01T11:27:46.8449013Z [ OK ] TestQTensor.EmptyPerchannelQuantized (0 ms) 2022-12-01T11:27:46.8449370Z [ RUN ] TestQTensor.QuantizePerChannel4d 2022-12-01T11:27:46.8454560Z [ OK ] TestQTensor.QuantizePerChannel4d (0 ms) 2022-12-01T11:27:46.8454938Z [ RUN ] TestQTensor.QuantizePerChannel4dChannelsLast 2022-12-01T11:27:46.8611436Z [ OK ] TestQTensor.QuantizePerChannel4dChannelsLast (15 ms) 2022-12-01T11:27:46.8611796Z [ RUN ] TestQTensor.FromBlobQuantizedPerTensor 2022-12-01T11:27:46.8614728Z [ OK ] TestQTensor.FromBlobQuantizedPerTensor (0 ms) 2022-12-01T11:27:46.8615069Z [ RUN ] TestQTensor.FromBlobQuantizedPerChannel 2022-12-01T11:27:46.8618850Z [ OK ] TestQTensor.FromBlobQuantizedPerChannel (0 ms) 2022-12-01T11:27:46.8619174Z [----------] 9 tests from TestQTensor (40 ms total) 2022-12-01T11:27:46.8619332Z 2022-12-01T11:27:46.8619454Z [----------] Global test environment tear-down 2022-12-01T11:27:46.8634107Z [==========] 9 tests from 1 test suite ran. (40 ms total) 2022-12-01T11:27:46.8634545Z [ PASSED ] 9 tests. 2022-12-01T11:27:46.9440087Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2022-12-01T11:27:47.3269370Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:47.3269768Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:47.3270089Z [----------] Global test environment set-up. 2022-12-01T11:27:47.3270348Z [----------] 1 test from ReduceOpsTest 2022-12-01T11:27:47.3270610Z [ RUN ] ReduceOpsTest.MaxValuesAndMinValues 2022-12-01T11:27:47.3270974Z [ OK ] ReduceOpsTest.MaxValuesAndMinValues (0 ms) 2022-12-01T11:27:47.3271276Z [----------] 1 test from ReduceOpsTest (0 ms total) 2022-12-01T11:27:47.3271434Z 2022-12-01T11:27:47.3271553Z [----------] Global test environment tear-down 2022-12-01T11:27:47.3282734Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:47.3283012Z [ PASSED ] 1 test. 2022-12-01T11:27:47.4158703Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2022-12-01T11:27:47.7886425Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:47.7886848Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:47.7887118Z [----------] Global test environment set-up. 2022-12-01T11:27:47.7887382Z [----------] 1 test from DefaultCPUAllocator 2022-12-01T11:27:47.7887652Z [ RUN ] DefaultCPUAllocator.check_reporter 2022-12-01T11:27:47.7887929Z [ OK ] DefaultCPUAllocator.check_reporter (0 ms) 2022-12-01T11:27:47.7888231Z [----------] 1 test from DefaultCPUAllocator (0 ms total) 2022-12-01T11:27:47.7888400Z 2022-12-01T11:27:47.7888519Z [----------] Global test environment tear-down 2022-12-01T11:27:47.7898754Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:47.7899022Z [ PASSED ] 1 test. 2022-12-01T11:27:47.8723998Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2022-12-01T11:27:48.2499493Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:48.2499918Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:27:48.2500170Z [----------] Global test environment set-up. 2022-12-01T11:27:48.2500427Z [----------] 3 tests from TestScalarTensor 2022-12-01T11:27:48.2500707Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-12-01T11:27:48.9473620Z [ OK ] TestScalarTensor.TestScalarTensorCPU (697 ms) 2022-12-01T11:27:48.9474018Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-12-01T11:27:48.9474351Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-12-01T11:27:48.9474671Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-12-01T11:27:48.9474986Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-12-01T11:27:48.9475309Z [----------] 3 tests from TestScalarTensor (697 ms total) 2022-12-01T11:27:48.9475477Z 2022-12-01T11:27:48.9475596Z [----------] Global test environment tear-down 2022-12-01T11:27:48.9486441Z [==========] 3 tests from 1 test suite ran. (697 ms total) 2022-12-01T11:27:48.9486757Z [ PASSED ] 3 tests. 2022-12-01T11:27:49.0351687Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2022-12-01T11:27:49.4133051Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:49.4133451Z [==========] Running 5 tests from 2 test suites. 2022-12-01T11:27:49.4133717Z [----------] Global test environment set-up. 2022-12-01T11:27:49.4133961Z [----------] 4 tests from TestScalar 2022-12-01T11:27:49.4134177Z [ RUN ] TestScalar.TestScalar 2022-12-01T11:27:50.0798421Z H2: 3 257 3 1 2022-12-01T11:27:50.0798734Z [ OK ] TestScalar.TestScalar (666 ms) 2022-12-01T11:27:50.0798997Z [ RUN ] TestScalar.TestConj 2022-12-01T11:27:50.0799217Z [ OK ] TestScalar.TestConj (0 ms) 2022-12-01T11:27:50.0799451Z [ RUN ] TestScalar.TestEqual 2022-12-01T11:27:50.0799686Z [ OK ] TestScalar.TestEqual (0 ms) 2022-12-01T11:27:50.0800151Z [ RUN ] TestScalar.TestFormatting 2022-12-01T11:27:50.0800411Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-12-01T11:27:50.0800676Z [----------] 4 tests from TestScalar (666 ms total) 2022-12-01T11:27:50.0800833Z 2022-12-01T11:27:50.0800931Z [----------] 1 test from TestSymInt 2022-12-01T11:27:50.0801148Z [ RUN ] TestSymInt.Basic 2022-12-01T11:27:50.0801429Z [ OK ] TestSymInt.Basic (0 ms) 2022-12-01T11:27:50.0801677Z [----------] 1 test from TestSymInt (0 ms total) 2022-12-01T11:27:50.0801825Z 2022-12-01T11:27:50.0801948Z [----------] Global test environment tear-down 2022-12-01T11:27:50.0813787Z [==========] 5 tests from 2 test suites ran. (666 ms total) 2022-12-01T11:27:50.0814046Z [ PASSED ] 5 tests. 2022-12-01T11:27:50.1674872Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2022-12-01T11:27:50.5715345Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:50.5716674Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:50.5716963Z [----------] Global test environment set-up. 2022-12-01T11:27:50.5717236Z [----------] 4 tests from StridePropertiesTest 2022-12-01T11:27:50.5717532Z [ RUN ] StridePropertiesTest.StrideIndicesTest 2022-12-01T11:27:50.5718294Z [ OK ] StridePropertiesTest.StrideIndicesTest (0 ms) 2022-12-01T11:27:50.5718695Z [ RUN ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest 2022-12-01T11:27:50.5720106Z [ OK ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest (0 ms) 2022-12-01T11:27:50.5720583Z [ RUN ] StridePropertiesTest.ExpandedStrideIndicesTest 2022-12-01T11:27:50.5720969Z [ OK ] StridePropertiesTest.ExpandedStrideIndicesTest (0 ms) 2022-12-01T11:27:50.5721388Z [ RUN ] StridePropertiesTest.SlicedStrideIndicesTest 2022-12-01T11:27:50.5721759Z [ OK ] StridePropertiesTest.SlicedStrideIndicesTest (0 ms) 2022-12-01T11:27:50.5722106Z [----------] 4 tests from StridePropertiesTest (0 ms total) 2022-12-01T11:27:50.5722282Z 2022-12-01T11:27:50.5722403Z [----------] Global test environment tear-down 2022-12-01T11:27:50.5735044Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:50.5735310Z [ PASSED ] 4 tests. 2022-12-01T11:27:50.6591538Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2022-12-01T11:27:51.0394021Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:51.0394429Z [==========] Running 65 tests from 1 test suite. 2022-12-01T11:27:51.0394702Z [----------] Global test environment set-up. 2022-12-01T11:27:51.0394968Z [----------] 65 tests from TensorIteratorTest 2022-12-01T11:27:51.0395231Z [ RUN ] TensorIteratorTest.CPUScalar 2022-12-01T11:27:51.0395511Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-12-01T11:27:51.0395803Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-12-01T11:27:51.0396116Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-12-01T11:27:51.0396571Z [ RUN ] TensorIteratorTest.MixedDevices 2022-12-01T11:27:51.0397262Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-12-01T11:27:51.0397864Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-12-01T11:27:51.7496439Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (710 ms) 2022-12-01T11:27:51.7497252Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-12-01T11:27:51.7498080Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (0 ms) 2022-12-01T11:27:51.7498848Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-12-01T11:27:51.7499778Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (0 ms) 2022-12-01T11:27:51.7500555Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-12-01T11:27:51.7501463Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (0 ms) 2022-12-01T11:27:51.7502103Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-12-01T11:27:51.7502856Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (0 ms) 2022-12-01T11:27:51.7503180Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-12-01T11:27:51.7504813Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (0 ms) 2022-12-01T11:27:51.7505140Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-12-01T11:27:51.7506559Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (0 ms) 2022-12-01T11:27:51.7507321Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-12-01T11:27:51.7508248Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (0 ms) 2022-12-01T11:27:51.7508814Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-12-01T11:27:51.7509350Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (0 ms) 2022-12-01T11:27:51.7509675Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-12-01T11:27:51.7510765Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (0 ms) 2022-12-01T11:27:51.7511241Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-12-01T11:27:51.7512005Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (0 ms) 2022-12-01T11:27:51.7512328Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-12-01T11:27:51.7513254Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (0 ms) 2022-12-01T11:27:51.7514021Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-12-01T11:27:51.7514783Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (0 ms) 2022-12-01T11:27:51.7515555Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-12-01T11:27:51.7515900Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (0 ms) 2022-12-01T11:27:51.7516235Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-12-01T11:27:51.7517305Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (0 ms) 2022-12-01T11:27:51.7517636Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-12-01T11:27:51.7518526Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (0 ms) 2022-12-01T11:27:51.7518881Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-12-01T11:27:51.7519956Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (0 ms) 2022-12-01T11:27:51.7520623Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-12-01T11:27:51.7521613Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (0 ms) 2022-12-01T11:27:51.7522065Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-12-01T11:27:51.7522597Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (0 ms) 2022-12-01T11:27:51.7522947Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-12-01T11:27:51.7524064Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (0 ms) 2022-12-01T11:27:51.7524423Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-12-01T11:27:51.7525413Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (0 ms) 2022-12-01T11:27:51.7525786Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-12-01T11:27:51.7526171Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-12-01T11:27:51.7526539Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-12-01T11:27:51.7526908Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-12-01T11:27:51.7527265Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-12-01T11:27:51.7527655Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-12-01T11:27:51.7528024Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-12-01T11:27:51.7528388Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-12-01T11:27:51.7528754Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-12-01T11:27:51.7529117Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-12-01T11:27:51.7529471Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-12-01T11:27:51.7529841Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-12-01T11:27:51.7530411Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-12-01T11:27:51.7530782Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-12-01T11:27:51.7531158Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-12-01T11:27:51.7531532Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-12-01T11:27:51.7531889Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-12-01T11:27:51.7532329Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-12-01T11:27:51.7532706Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-12-01T11:27:51.7533133Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-12-01T11:27:51.7533568Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-12-01T11:27:51.7533941Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-12-01T11:27:51.7534384Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-12-01T11:27:51.7534759Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-12-01T11:27:51.7535136Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-12-01T11:27:51.7535509Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-12-01T11:27:51.7535884Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-12-01T11:27:51.7536286Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-12-01T11:27:51.7536668Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-12-01T11:27:51.7537042Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-12-01T11:27:51.7537534Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-12-01T11:27:51.7537921Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-12-01T11:27:51.7538370Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-12-01T11:27:51.7538770Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-12-01T11:27:51.7539154Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-12-01T11:27:51.7539524Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-12-01T11:27:51.7539911Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-12-01T11:27:51.7540295Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-12-01T11:27:51.7540684Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-12-01T11:27:51.7541070Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-12-01T11:27:51.7541459Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-12-01T11:27:51.7541843Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-12-01T11:27:51.7549671Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-12-01T11:27:51.7550140Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-12-01T11:27:51.7550501Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-12-01T11:27:51.7550861Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-12-01T11:27:51.7551636Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-12-01T11:27:51.7552045Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-12-01T11:27:51.7552408Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-12-01T11:27:51.7552770Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-12-01T11:27:51.7553111Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-12-01T11:27:51.7553469Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-12-01T11:27:51.7553825Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-12-01T11:27:51.7554186Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-12-01T11:27:51.7554546Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-12-01T11:27:51.7555090Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-12-01T11:27:51.7555439Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-12-01T11:27:51.7555799Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-12-01T11:27:51.7556156Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-12-01T11:27:51.7655712Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (12 ms) 2022-12-01T11:27:51.7656175Z [ RUN ] TensorIteratorTest.InputDType 2022-12-01T11:27:51.7656611Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-12-01T11:27:51.7657098Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-12-01T11:27:51.7657743Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-12-01T11:27:51.7658340Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-12-01T11:27:51.7658967Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-12-01T11:27:51.7659717Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-12-01T11:27:51.7660289Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-12-01T11:27:51.7660834Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-12-01T11:27:51.7661411Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-12-01T11:27:51.7661948Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-12-01T11:27:51.7662418Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-12-01T11:27:51.7662797Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-12-01T11:27:51.7663187Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-12-01T11:27:51.7663552Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-12-01T11:27:51.7663923Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-12-01T11:27:51.7664297Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-12-01T11:27:51.7664680Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-12-01T11:27:51.7665055Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-12-01T11:27:51.7665432Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-12-01T11:27:51.7665800Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-12-01T11:27:51.7666181Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-12-01T11:27:51.7666582Z [----------] 65 tests from TensorIteratorTest (726 ms total) 2022-12-01T11:27:51.7666754Z 2022-12-01T11:27:51.7666878Z [----------] Global test environment tear-down 2022-12-01T11:27:51.7692405Z [==========] 65 tests from 1 test suite ran. (726 ms total) 2022-12-01T11:27:51.7692650Z [ PASSED ] 65 tests. 2022-12-01T11:27:51.8542068Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2022-12-01T11:27:52.2435317Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:52.2435732Z [==========] Running 5 tests from 1 test suite. 2022-12-01T11:27:52.2435982Z [----------] Global test environment set-up. 2022-12-01T11:27:52.2436238Z [----------] 5 tests from TestParallel 2022-12-01T11:27:52.2436480Z [ RUN ] TestParallel.TestParallel 2022-12-01T11:27:52.2550294Z [ OK ] TestParallel.TestParallel (11 ms) 2022-12-01T11:27:52.2550683Z [ RUN ] TestParallel.NestedParallel 2022-12-01T11:27:52.2584357Z [ OK ] TestParallel.NestedParallel (3 ms) 2022-12-01T11:27:52.2584908Z [ RUN ] TestParallel.NestedParallelThreadId 2022-12-01T11:27:52.3484353Z [ OK ] TestParallel.NestedParallelThreadId (89 ms) 2022-12-01T11:27:52.3484746Z [ RUN ] TestParallel.Exceptions 2022-12-01T11:27:52.3485799Z [ OK ] TestParallel.Exceptions (0 ms) 2022-12-01T11:27:52.3486185Z [ RUN ] TestParallel.IntraOpLaunchFuture 2022-12-01T11:27:52.3486813Z [ OK ] TestParallel.IntraOpLaunchFuture (0 ms) 2022-12-01T11:27:52.3487189Z [----------] 5 tests from TestParallel (105 ms total) 2022-12-01T11:27:52.3487386Z 2022-12-01T11:27:52.3487538Z [----------] Global test environment tear-down 2022-12-01T11:27:52.3502297Z [==========] 5 tests from 1 test suite ran. (105 ms total) 2022-12-01T11:27:52.3502574Z [ PASSED ] 5 tests. 2022-12-01T11:27:52.4354814Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2022-12-01T11:27:54.2380539Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2022-12-01T11:27:54.6070598Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:54.6071005Z [==========] Running 4 tests from 1 test suite. 2022-12-01T11:27:54.6071290Z [----------] Global test environment set-up. 2022-12-01T11:27:54.6071558Z [----------] 4 tests from SingletonOrSharedTypePtr 2022-12-01T11:27:54.6072041Z [ RUN ] SingletonOrSharedTypePtr.Empty 2022-12-01T11:27:54.6072346Z [ OK ] SingletonOrSharedTypePtr.Empty (0 ms) 2022-12-01T11:27:54.6072645Z [ RUN ] SingletonOrSharedTypePtr.NonEmpty 2022-12-01T11:27:54.6072950Z [ OK ] SingletonOrSharedTypePtr.NonEmpty (0 ms) 2022-12-01T11:27:54.6073247Z [ RUN ] SingletonOrSharedTypePtr.Comparison 2022-12-01T11:27:54.6073566Z [ OK ] SingletonOrSharedTypePtr.Comparison (0 ms) 2022-12-01T11:27:54.6073909Z [ RUN ] SingletonOrSharedTypePtr.SingletonComparison 2022-12-01T11:27:54.6074279Z [ OK ] SingletonOrSharedTypePtr.SingletonComparison (0 ms) 2022-12-01T11:27:54.6074641Z [----------] 4 tests from SingletonOrSharedTypePtr (0 ms total) 2022-12-01T11:27:54.6074826Z 2022-12-01T11:27:54.6074944Z [----------] Global test environment tear-down 2022-12-01T11:27:54.6082879Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:54.6083119Z [ PASSED ] 4 tests. 2022-12-01T11:27:54.6878387Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2022-12-01T11:27:55.0719522Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:55.0719912Z [==========] Running 9 tests from 2 test suites. 2022-12-01T11:27:55.0720184Z [----------] Global test environment set-up. 2022-12-01T11:27:55.0720452Z [----------] 3 tests from TypeCustomPrinter 2022-12-01T11:27:55.0720708Z [ RUN ] TypeCustomPrinter.Basic 2022-12-01T11:27:55.0721586Z [ OK ] TypeCustomPrinter.Basic (0 ms) 2022-12-01T11:27:55.0721869Z [ RUN ] TypeCustomPrinter.ContainedTypes 2022-12-01T11:27:55.0722154Z [ OK ] TypeCustomPrinter.ContainedTypes (0 ms) 2022-12-01T11:27:55.0722456Z [ RUN ] TypeCustomPrinter.NamedTuples 2022-12-01T11:27:55.0722739Z [ OK ] TypeCustomPrinter.NamedTuples (0 ms) 2022-12-01T11:27:55.0723040Z [----------] 3 tests from TypeCustomPrinter (0 ms total) 2022-12-01T11:27:55.0723225Z 2022-12-01T11:27:55.0723335Z [----------] 6 tests from TypeEquality 2022-12-01T11:27:55.0723572Z [ RUN ] TypeEquality.ClassBasic 2022-12-01T11:27:55.0818475Z [ OK ] TypeEquality.ClassBasic (9 ms) 2022-12-01T11:27:55.0818774Z [ RUN ] TypeEquality.ClassInequality 2022-12-01T11:27:55.0820662Z [ OK ] TypeEquality.ClassInequality (0 ms) 2022-12-01T11:27:55.0820956Z [ RUN ] TypeEquality.InterfaceEquality 2022-12-01T11:27:55.0821941Z [ OK ] TypeEquality.InterfaceEquality (0 ms) 2022-12-01T11:27:55.0822239Z [ RUN ] TypeEquality.InterfaceInequality 2022-12-01T11:27:55.0822966Z [ OK ] TypeEquality.InterfaceInequality (0 ms) 2022-12-01T11:27:55.0823255Z [ RUN ] TypeEquality.TupleEquality 2022-12-01T11:27:55.0823510Z [ OK ] TypeEquality.TupleEquality (0 ms) 2022-12-01T11:27:55.0823789Z [ RUN ] TypeEquality.NamedTupleEquality 2022-12-01T11:27:55.0824081Z [ OK ] TypeEquality.NamedTupleEquality (0 ms) 2022-12-01T11:27:55.0824603Z [----------] 6 tests from TypeEquality (10 ms total) 2022-12-01T11:27:55.0824767Z 2022-12-01T11:27:55.0824889Z [----------] Global test environment tear-down 2022-12-01T11:27:55.0837718Z [==========] 9 tests from 2 test suites ran. (10 ms total) 2022-12-01T11:27:55.0837938Z [ PASSED ] 9 tests. 2022-12-01T11:27:55.1669190Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2022-12-01T11:27:55.5421279Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:55.5421735Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:55.5422002Z [----------] Global test environment set-up. 2022-12-01T11:27:55.5422241Z [----------] 1 test from TestUndefined 2022-12-01T11:27:55.5422489Z [ RUN ] TestUndefined.UndefinedTest 2022-12-01T11:27:56.2003287Z [ OK ] TestUndefined.UndefinedTest (658 ms) 2022-12-01T11:27:56.2003635Z [----------] 1 test from TestUndefined (658 ms total) 2022-12-01T11:27:56.2003827Z 2022-12-01T11:27:56.2004168Z [----------] Global test environment tear-down 2022-12-01T11:27:56.2015393Z [==========] 1 test from 1 test suite ran. (658 ms total) 2022-12-01T11:27:56.2015658Z [ PASSED ] 1 test. 2022-12-01T11:27:56.2855087Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\variant_test.exe" 2022-12-01T11:27:56.2972723Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:56.2973186Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:56.2973458Z [----------] Global test environment set-up. 2022-12-01T11:27:56.2973708Z [----------] 1 test from VariantTest 2022-12-01T11:27:56.2973921Z [ RUN ] VariantTest.Basic 2022-12-01T11:27:56.2974149Z [ OK ] VariantTest.Basic (0 ms) 2022-12-01T11:27:56.2974399Z [----------] 1 test from VariantTest (0 ms total) 2022-12-01T11:27:56.2974550Z 2022-12-01T11:27:56.2974681Z [----------] Global test environment tear-down 2022-12-01T11:27:56.2984271Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:56.2984499Z [ PASSED ] 1 test. 2022-12-01T11:27:56.3052330Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\vmap_test.exe" 2022-12-01T11:27:56.6789717Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:56.6790124Z [==========] Running 23 tests from 1 test suite. 2022-12-01T11:27:56.6790379Z [----------] Global test environment set-up. 2022-12-01T11:27:56.6790691Z [----------] 23 tests from VmapTest 2022-12-01T11:27:56.6790935Z [ RUN ] VmapTest.TestBatchedTensor 2022-12-01T11:27:57.3478369Z [ OK ] VmapTest.TestBatchedTensor (668 ms) 2022-12-01T11:27:57.3478728Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-12-01T11:27:57.3481375Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (0 ms) 2022-12-01T11:27:57.3481709Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-12-01T11:27:57.3489387Z [ OK ] VmapTest.TestBatchedTensorActualDim (0 ms) 2022-12-01T11:27:57.3489712Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-12-01T11:27:57.3496093Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-12-01T11:27:57.3496442Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-12-01T11:27:57.3498867Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-12-01T11:27:57.3499223Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-12-01T11:27:57.3501137Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-12-01T11:27:57.3501532Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-12-01T11:27:57.3501948Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-12-01T11:27:57.3502295Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-12-01T11:27:57.3506250Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-12-01T11:27:57.3506861Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-12-01T11:27:57.3515635Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-12-01T11:27:57.3523755Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-12-01T11:27:57.3524191Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-12-01T11:27:57.3524660Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-12-01T11:27:57.3528528Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-12-01T11:27:57.3528862Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-12-01T11:27:57.3531674Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-12-01T11:27:57.3531948Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-12-01T11:27:57.3536521Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-12-01T11:27:57.3536860Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-12-01T11:27:57.3537235Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-12-01T11:27:57.3537759Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-12-01T11:27:57.3546741Z [ OK ] VmapTest.TestBatchedTensorExpand (0 ms) 2022-12-01T11:27:57.3547051Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-12-01T11:27:57.3548481Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-12-01T11:27:57.3548788Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-12-01T11:27:57.3550323Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-12-01T11:27:57.3550637Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-12-01T11:27:57.3553182Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-12-01T11:27:57.3553495Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-12-01T11:27:57.3555695Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-12-01T11:27:57.3556037Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-12-01T11:27:57.3576525Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (2 ms) 2022-12-01T11:27:57.3576940Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-12-01T11:27:57.3585670Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-12-01T11:27:57.3586067Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-12-01T11:27:57.3590441Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-12-01T11:27:57.3590834Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-12-01T11:27:57.3597008Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-12-01T11:27:57.3597360Z [----------] 23 tests from VmapTest (680 ms total) 2022-12-01T11:27:57.3597516Z 2022-12-01T11:27:57.3597638Z [----------] Global test environment tear-down 2022-12-01T11:27:57.3614243Z [==========] 23 tests from 1 test suite ran. (680 ms total) 2022-12-01T11:27:57.3614491Z [ PASSED ] 23 tests. 2022-12-01T11:27:57.4462722Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2022-12-01T11:27:57.8234341Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:57.8234740Z [==========] Running 3 tests from 1 test suite. 2022-12-01T11:27:57.8235003Z [----------] Global test environment set-up. 2022-12-01T11:27:57.8235261Z [----------] 3 tests from TestWeakPointer 2022-12-01T11:27:57.8235558Z [ RUN ] TestWeakPointer.WeakPointerGetsInvalidated 2022-12-01T11:27:57.8236094Z [ OK ] TestWeakPointer.WeakPointerGetsInvalidated (0 ms) 2022-12-01T11:27:57.8236427Z [ RUN ] TestWeakPointer.WeakPointerLock 2022-12-01T11:27:57.8236718Z [ OK ] TestWeakPointer.WeakPointerLock (0 ms) 2022-12-01T11:27:57.8237035Z [ RUN ] TestWeakPointer.WeakUpdatesRefcountsTest 2022-12-01T11:27:57.8237382Z [ OK ] TestWeakPointer.WeakUpdatesRefcountsTest (0 ms) 2022-12-01T11:27:57.8237704Z [----------] 3 tests from TestWeakPointer (0 ms total) 2022-12-01T11:27:57.8238086Z 2022-12-01T11:27:57.8238210Z [----------] Global test environment tear-down 2022-12-01T11:27:57.8250217Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-12-01T11:27:57.8250486Z [ PASSED ] 3 tests. 2022-12-01T11:27:57.9048447Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2022-12-01T11:27:58.2814429Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:58.2814830Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:58.2815096Z [----------] Global test environment set-up. 2022-12-01T11:27:58.2815346Z [----------] 1 test from TestWrapdim 2022-12-01T11:27:58.2815587Z [ RUN ] TestWrapdim.TestWrapdim 2022-12-01T11:27:58.2819779Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-12-01T11:27:58.2820040Z [----------] 1 test from TestWrapdim (0 ms total) 2022-12-01T11:27:58.2820202Z 2022-12-01T11:27:58.2820322Z [----------] Global test environment tear-down 2022-12-01T11:27:58.2833304Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:58.2833538Z [ PASSED ] 1 test. 2022-12-01T11:27:58.3659222Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2022-12-01T11:27:58.7582916Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-12-01T11:27:58.7583313Z [==========] Running 1 test from 1 test suite. 2022-12-01T11:27:58.7583571Z [----------] Global test environment set-up. 2022-12-01T11:27:58.7583825Z [----------] 1 test from XlaTensorTest 2022-12-01T11:27:58.7584073Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T11:27:58.7584346Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T11:27:58.7584623Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T11:27:58.7584784Z 2022-12-01T11:27:58.7584903Z [----------] Global test environment tear-down 2022-12-01T11:27:58.7594846Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T11:27:58.7595092Z [ PASSED ] 1 test. 2022-12-01T11:27:58.8485954Z + [[ 0 == \1 ]] 2022-12-01T11:27:58.8486231Z + assert_git_not_dirty 2022-12-01T11:27:58.8486490Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-12-01T11:27:58.8486730Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-12-01T11:27:58.8567085Z ++ git status --porcelain 2022-12-01T11:28:00.2822163Z + git_status= 2022-12-01T11:28:00.2822446Z + [[ -n '' ]] 2022-12-01T11:28:00.2822649Z + echo 'TEST PASSED' 2022-12-01T11:28:00.2822844Z TEST PASSED 2022-12-01T11:28:00.3012200Z Prepare all required actions 2022-12-01T11:28:00.3012908Z Getting action download info 2022-12-01T11:28:00.4801056Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T11:28:00.8240830Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:28:00.8241067Z with: 2022-12-01T11:28:00.8241590Z github-token: *** 2022-12-01T11:28:00.8241786Z env: 2022-12-01T11:28:00.8242049Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:00.8242491Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:00.8242739Z ##[endgroup] 2022-12-01T11:28:00.8379407Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:28:00.8379643Z with: 2022-12-01T11:28:00.8379806Z shell: bash 2022-12-01T11:28:00.8379986Z timeout_minutes: 10 2022-12-01T11:28:00.8380172Z max_attempts: 5 2022-12-01T11:28:00.8380357Z retry_wait_seconds: 30 2022-12-01T11:28:00.8380793Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T11:28:00.8381193Z polling_interval_seconds: 1 2022-12-01T11:28:00.8381392Z warning_on_retry: true 2022-12-01T11:28:00.8381587Z continue_on_error: false 2022-12-01T11:28:00.8381860Z env: 2022-12-01T11:28:00.8382036Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:00.8382287Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:00.8382682Z GITHUB_TOKEN: *** 2022-12-01T11:28:00.8382862Z ##[endgroup] 2022-12-01T11:28:00.9253970Z 2022-12-01T11:28:00.9261515Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:28:00.9509341Z + python3 -m pip install requests==2.26.0 2022-12-01T11:28:01.6511239Z Collecting requests==2.26.0 2022-12-01T11:28:01.6614047Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-12-01T11:28:01.7271460Z Collecting urllib3<1.27,>=1.21.1 2022-12-01T11:28:01.7353224Z Using cached urllib3-1.26.13-py2.py3-none-any.whl (140 kB) 2022-12-01T11:28:01.7711025Z Collecting certifi>=2017.4.17 2022-12-01T11:28:01.7789143Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-12-01T11:28:01.8412991Z Collecting charset-normalizer~=2.0.0 2022-12-01T11:28:01.8511848Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-12-01T11:28:01.8827491Z Collecting idna<4,>=2.5 2022-12-01T11:28:01.8907187Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-12-01T11:28:02.0032203Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-12-01T11:28:03.0813237Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.13 2022-12-01T11:28:03.1993189Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-00db5c8a3b2b29b2e 2022-12-01T11:28:04.8650505Z + GHA_WORKFLOW_JOB_ID=9818689128 2022-12-01T11:28:04.8652359Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:28:04.8653471Z + echo '::set-output name=job-id::9818689128' 2022-12-01T11:28:04.9371058Z Command completed after 1 attempt(s). 2022-12-01T11:28:04.9371248Z 2022-12-01T11:28:04.9372627Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:28:04.9626613Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:28:04.9626927Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:28:04.9656969Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T11:28:04.9657253Z env: 2022-12-01T11:28:04.9657438Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:04.9657714Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:04.9658076Z MONITOR_SCRIPT_PID: 1444 2022-12-01T11:28:04.9658322Z ##[endgroup] 2022-12-01T11:28:05.0068236Z Prepare all required actions 2022-12-01T11:28:05.0068592Z Getting action download info 2022-12-01T11:28:05.1931009Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T11:28:06.1731447Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:28:06.4280116Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:28:06.4280346Z with: 2022-12-01T11:28:06.4280570Z file-suffix: test-default-1-2-windows.4xlarge_9818689128 2022-12-01T11:28:06.4280801Z env: 2022-12-01T11:28:06.4280974Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:06.4281239Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:06.4281481Z ##[endgroup] 2022-12-01T11:28:06.4418640Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T11:28:06.4418948Z # -ir => recursive include all files in pattern 2022-12-01T11:28:06.4419383Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-12-01T11:28:06.4444039Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:28:06.4444315Z env: 2022-12-01T11:28:06.4444497Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:06.4444752Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:06.4445069Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9818689128 2022-12-01T11:28:06.4445307Z ##[endgroup] 2022-12-01T11:28:06.8979804Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:28:07.0148220Z Finished 2022-12-01T11:28:07.2845893Z 2022-12-01T11:28:07.2846399Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T11:28:07.2846605Z 2022-12-01T11:28:07.2846689Z Scanning the drive: 2022-12-01T11:28:07.2846910Z 5 files, 376736 bytes (368 KiB) 2022-12-01T11:28:07.2847026Z 2022-12-01T11:28:07.2847250Z Creating archive: test-jsons-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:07.2847471Z 2022-12-01T11:28:07.2847596Z Add new data to archive: 5 files, 376736 bytes (368 KiB) 2022-12-01T11:28:07.2847747Z 2022-12-01T11:28:07.2847752Z 2022-12-01T11:28:07.2847837Z Files read from disk: 5 2022-12-01T11:28:07.2848043Z Archive size: 40769 bytes (40 KiB) 2022-12-01T11:28:07.2848244Z Everything is Ok 2022-12-01T11:28:07.3219496Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T11:28:07.3219879Z # -ir => recursive include all files in pattern 2022-12-01T11:28:07.3220178Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-12-01T11:28:07.3245125Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:28:07.3245413Z env: 2022-12-01T11:28:07.3245600Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:07.3245865Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:07.3246207Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9818689128 2022-12-01T11:28:07.3246449Z ##[endgroup] 2022-12-01T11:28:07.7542146Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:28:07.8490315Z Finished 2022-12-01T11:28:08.1482246Z 2022-12-01T11:28:08.1482796Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T11:28:08.1483018Z 2022-12-01T11:28:08.1483101Z Scanning the drive: 2022-12-01T11:28:08.1483308Z 398 files, 15177024 bytes (15 MiB) 2022-12-01T11:28:08.1483434Z 2022-12-01T11:28:08.1483636Z Creating archive: test-reports-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:08.1483863Z 2022-12-01T11:28:08.1483990Z Add new data to archive: 398 files, 15177024 bytes (15 MiB) 2022-12-01T11:28:08.1484144Z 2022-12-01T11:28:08.1484150Z 2022-12-01T11:28:08.1484238Z Files read from disk: 398 2022-12-01T11:28:08.1484437Z Archive size: 818520 bytes (800 KiB) 2022-12-01T11:28:08.1484730Z Everything is Ok 2022-12-01T11:28:08.1944884Z ##[group]Run # -ir => recursive include all files in pattern 2022-12-01T11:28:08.1945214Z # -ir => recursive include all files in pattern 2022-12-01T11:28:08.1945491Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-12-01T11:28:08.1969749Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:28:08.1970040Z env: 2022-12-01T11:28:08.1970214Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:08.1970556Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:08.1970880Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9818689128 2022-12-01T11:28:08.1971170Z ##[endgroup] 2022-12-01T11:28:08.5870182Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:28:08.6783945Z Finished 2022-12-01T11:28:09.0362700Z 2022-12-01T11:28:09.0363238Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-12-01T11:28:09.0363669Z 2022-12-01T11:28:09.0363769Z Scanning the drive: 2022-12-01T11:28:09.0363979Z 1 file, 4205913 bytes (4108 KiB) 2022-12-01T11:28:09.0364104Z 2022-12-01T11:28:09.0364300Z Creating archive: usage-log-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:09.0364518Z 2022-12-01T11:28:09.0364642Z Add new data to archive: 1 file, 4205913 bytes (4108 KiB) 2022-12-01T11:28:09.0364792Z 2022-12-01T11:28:09.0364797Z 2022-12-01T11:28:09.0364883Z Files read from disk: 1 2022-12-01T11:28:09.0365076Z Archive size: 171743 bytes (168 KiB) 2022-12-01T11:28:09.0365286Z Everything is Ok 2022-12-01T11:28:09.0756754Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:28:09.0756968Z with: 2022-12-01T11:28:09.0757175Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:09.0757404Z retention-days: 14 2022-12-01T11:28:09.0757607Z if-no-files-found: warn 2022-12-01T11:28:09.0757815Z path: test-jsons-*.zip 2022-12-01T11:28:09.0757994Z name: artifact 2022-12-01T11:28:09.0758195Z s3-bucket: gha-artifacts 2022-12-01T11:28:09.0758387Z region: us-east-1 2022-12-01T11:28:09.0758553Z env: 2022-12-01T11:28:09.0758728Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:09.0758979Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:09.0759223Z ##[endgroup] 2022-12-01T11:28:10.0198824Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:28:10.0199149Z With the provided path, there will be 1 file uploaded 2022-12-01T11:28:10.0199443Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:10.0216709Z Starting upload of test-jsons-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:10.1565698Z Finished upload of test-jsons-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:10.1857464Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:28:10.1857784Z with: 2022-12-01T11:28:10.1858196Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:10.1858532Z retention-days: 14 2022-12-01T11:28:10.1858823Z if-no-files-found: error 2022-12-01T11:28:10.1859149Z path: test-reports-*.zip 2022-12-01T11:28:10.1859414Z name: artifact 2022-12-01T11:28:10.1859702Z s3-bucket: gha-artifacts 2022-12-01T11:28:10.1859939Z region: us-east-1 2022-12-01T11:28:10.1860123Z env: 2022-12-01T11:28:10.1860395Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:10.1860756Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:10.1861033Z ##[endgroup] 2022-12-01T11:28:10.6214288Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:28:10.6214623Z With the provided path, there will be 1 file uploaded 2022-12-01T11:28:10.6214968Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:10.6229894Z Starting upload of test-reports-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:10.8447770Z Finished upload of test-reports-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:10.8786869Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:28:10.8787110Z with: 2022-12-01T11:28:10.8787319Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:10.8787547Z retention-days: 14 2022-12-01T11:28:10.8787753Z if-no-files-found: ignore 2022-12-01T11:28:10.8787964Z path: usage-log-*.zip 2022-12-01T11:28:10.8788134Z name: artifact 2022-12-01T11:28:10.8788322Z s3-bucket: gha-artifacts 2022-12-01T11:28:10.8788514Z region: us-east-1 2022-12-01T11:28:10.8788677Z env: 2022-12-01T11:28:10.8788837Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:10.8789100Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:10.8789343Z ##[endgroup] 2022-12-01T11:28:11.3309642Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:28:11.3309968Z With the provided path, there will be 1 file uploaded 2022-12-01T11:28:11.3310248Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:28:11.3325364Z Starting upload of usage-log-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:11.6303038Z Finished upload of usage-log-test-default-1-2-windows.4xlarge_9818689128.zip 2022-12-01T11:28:11.6638786Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T11:28:11.6639114Z .github/scripts/parse_ref.py 2022-12-01T11:28:11.6700437Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:28:11.6700722Z env: 2022-12-01T11:28:11.6700907Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:11.6701240Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:11.6701486Z ##[endgroup] 2022-12-01T11:28:12.0882744Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:28:12.2040656Z Finished 2022-12-01T11:28:12.4295459Z ##[group]Run set -x 2022-12-01T11:28:12.4295730Z set -x 2022-12-01T11:28:12.4295966Z python3 -m pip install -r requirements.txt 2022-12-01T11:28:12.4296242Z python3 -m pip install boto3==1.19.12 2022-12-01T11:28:12.4296556Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:28:12.4327857Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T11:28:12.4328135Z env: 2022-12-01T11:28:12.4328320Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:28:12.4328579Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:28:12.4328851Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:28:12.4329048Z BRANCH: 2022-12-01T11:28:12.4329219Z TEST_CONFIG: default 2022-12-01T11:28:12.4329404Z SHARD_NUMBER: 1 2022-12-01T11:28:12.4329616Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-12-01T11:28:12.4329815Z PR_NUMBER: 89997 2022-12-01T11:28:12.4330053Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:28:12.4330274Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:28:12.4330515Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:28:12.4330714Z TAG: 2022-12-01T11:28:12.4330888Z WORKFLOW_ID: 3591403534 2022-12-01T11:28:12.4331249Z GITHUB_TOKEN: *** 2022-12-01T11:28:12.4331502Z GHA_WORKFLOW_JOB_ID: 9818689128 2022-12-01T11:28:12.4331729Z ##[endgroup] 2022-12-01T11:28:12.4584785Z + python3 -m pip install -r requirements.txt 2022-12-01T11:28:13.1611093Z Collecting astunparse 2022-12-01T11:28:13.1841328Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-12-01T11:28:13.2119235Z Collecting expecttest 2022-12-01T11:28:13.2161269Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-12-01T11:28:13.2475568Z Collecting future 2022-12-01T11:28:13.2519813Z Downloading future-0.18.2.tar.gz (829 kB) 2022-12-01T11:28:13.2739586Z ------------------------------------- 829.2/829.2 kB 25.6 MB/s eta 0:00:00 2022-12-01T11:28:13.6305961Z Preparing metadata (setup.py): started 2022-12-01T11:28:14.2590585Z Preparing metadata (setup.py): finished with status 'done' 2022-12-01T11:28:14.7001952Z Collecting hypothesis 2022-12-01T11:28:14.7076031Z Downloading hypothesis-6.58.2-py3-none-any.whl (396 kB) 2022-12-01T11:28:14.7205859Z ---------------------------------------- 396.8/396.8 kB ? eta 0:00:00 2022-12-01T11:28:14.8980908Z Collecting numpy 2022-12-01T11:28:14.9038109Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-12-01T11:28:15.0479504Z --------------------------------------- 14.6/14.6 MB 93.8 MB/s eta 0:00:00 2022-12-01T11:28:15.1093373Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T11:28:15.1458763Z Collecting pyyaml 2022-12-01T11:28:15.1608872Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-12-01T11:28:15.1721260Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T11:28:15.1734176Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-12-01T11:28:15.1907773Z Collecting six 2022-12-01T11:28:15.1947009Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-12-01T11:28:15.2189646Z Collecting types-dataclasses 2022-12-01T11:28:15.2227404Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T11:28:15.2504507Z Collecting typing_extensions 2022-12-01T11:28:15.2543802Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-12-01T11:28:15.2924240Z Collecting sympy 2022-12-01T11:28:15.3188226Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-12-01T11:28:15.4015810Z Collecting wheel<1.0,>=0.23.0 2022-12-01T11:28:15.4084527Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-12-01T11:28:15.4708488Z Collecting attrs>=19.2.0 2022-12-01T11:28:15.4748669Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-12-01T11:28:15.4833087Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-12-01T11:28:15.5095911Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-12-01T11:28:15.5190768Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-12-01T11:28:15.5607828Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T11:28:15.5620918Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T11:28:15.5646477Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T11:28:15.5672751Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T11:28:15.5951981Z Collecting mpmath>=0.19 2022-12-01T11:28:15.6056598Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-12-01T11:28:15.9331799Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, attrs, hypothesis, astunparse 2022-12-01T11:28:45.9591080Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-12-01T11:28:45.9598446Z Running setup.py install for future: started 2022-12-01T11:28:49.9227226Z Running setup.py install for future: finished with status 'done' 2022-12-01T11:28:51.5244501Z Successfully installed astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 future-0.18.2 hypothesis-6.58.2 mpmath-1.2.1 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-12-01T11:28:51.7659366Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:28:52.7283839Z Collecting boto3==1.19.12 2022-12-01T11:28:52.7533249Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-12-01T11:28:52.7670052Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-12-01T11:28:53.1779693Z Collecting botocore<1.23.0,>=1.22.12 2022-12-01T11:28:53.1837956Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-12-01T11:28:53.2699191Z ---------------------------------------- 8.1/8.1 MB 103.7 MB/s eta 0:00:00 2022-12-01T11:28:53.3242366Z Collecting jmespath<1.0.0,>=0.7.1 2022-12-01T11:28:53.3283433Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-12-01T11:28:53.3591292Z Collecting s3transfer<0.6.0,>=0.5.0 2022-12-01T11:28:53.3632624Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-12-01T11:28:53.3719675Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-12-01T11:28:53.4035894Z Collecting python-dateutil<3.0.0,>=2.1 2022-12-01T11:28:53.4078214Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-12-01T11:28:53.4187993Z ------------------------------------- 247.7/247.7 kB 15.8 MB/s eta 0:00:00 2022-12-01T11:28:53.4331725Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T11:28:53.6053920Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T11:28:53.8355935Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-12-01T11:28:56.4868443Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-12-01T11:28:56.6307826Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:29:29.7376147Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:29:29.7377163Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "", "errorType": "MemoryError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/json/__init__.py\", line 231, in dumps\n return _default_encoder.encode(obj)\n", " File \"/var/lang/lib/python3.8/json/encoder.py\", line 199, in encode\n chunks = self.iterencode(o, _one_shot=True)\n", " File \"/var/lang/lib/python3.8/json/encoder.py\", line 257, in iterencode\n return _iterencode(o, 0)\n"]} 2022-12-01T11:29:29.7377898Z 2022-12-01T11:29:29.7379539Z ----- Historic stats comparison result ------ 2022-12-01T11:29:29.7380086Z 2022-12-01T11:29:29.7381043Z job: win-vs2019-cpu-py3 2022-12-01T11:29:29.7381335Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:29:29.7381506Z 2022-12-01T11:29:29.7381687Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:29:29.7381911Z 2022-12-01T11:29:29.7382698Z : (master) 2022-12-01T11:29:29.7382910Z | 2022-12-01T11:29:29.7383164Z | * c13d400bff (HEAD) total time 6034.92s 2022-12-01T11:29:29.7383383Z | | 2022-12-01T11:29:29.7383566Z | : (59 commits) 2022-12-01T11:29:29.7383758Z |/ 2022-12-01T11:29:29.7385248Z * 67eb2d5952 (base) 6 reports, total time 4839.19s � 749.48s 2022-12-01T11:29:29.7385765Z * 1c5ca724f4 3 reports, total time 4928.32s � 901.82s 2022-12-01T11:29:29.7386078Z * 9d6109c4b0 3 reports, total time 4406.87s � 778.93s 2022-12-01T11:29:29.7386437Z * 736adc0808 3 reports, total time 4462.52s � 749.64s 2022-12-01T11:29:29.7386728Z * a348975e00 3 reports, total time 4433.30s � 673.74s 2022-12-01T11:29:29.7387078Z * db13049b88 3 reports, total time 4447.68s � 621.73s 2022-12-01T11:29:29.7387387Z * d07b85393a 3 reports, total time 4412.17s � 684.56s 2022-12-01T11:29:29.7387663Z * ac25c210e5 3 reports, total time 4404.80s � 389.50s 2022-12-01T11:29:29.7387945Z * 2355b6256b 3 reports, total time 4503.29s � 482.50s 2022-12-01T11:29:29.7388235Z * 4f95f7ae9b 3 reports, total time 4447.42s � 445.72s 2022-12-01T11:29:29.7388454Z | 2022-12-01T11:29:29.7388620Z : 2022-12-01T11:29:29.7388719Z 2022-12-01T11:29:29.7388833Z Removed (across 234 suites) 0 tests, totaling 0.00s 2022-12-01T11:29:29.7389134Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:29:29.7389422Z Added (across 497 suites) 74052 tests, totaling +6034.92s 2022-12-01T11:29:29.9783294Z Prepare all required actions 2022-12-01T11:29:29.9836485Z ##[group]Run ./.github/actions/teardown-win 2022-12-01T11:29:29.9836692Z with: 2022-12-01T11:29:29.9836861Z env: 2022-12-01T11:29:29.9837049Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:29:29.9837331Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:29:29.9837585Z ##[endgroup] 2022-12-01T11:29:29.9974605Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T11:29:29.9974911Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-12-01T11:29:30.0000574Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:29:30.0000961Z env: 2022-12-01T11:29:30.0001144Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:29:30.0001433Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:29:30.0001749Z ##[endgroup] 2022-12-01T11:29:30.4173763Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:29:30.5083229Z Finished 2022-12-01T11:29:31.0322758Z Holding runner until all ssh sessions have logged out 2022-12-01T11:29:31.0692112Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T11:29:31.0692451Z .github\scripts\kill_active_ssh_sessions.ps1 2022-12-01T11:29:31.0717164Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-12-01T11:29:31.0717467Z env: 2022-12-01T11:29:31.0717642Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:29:31.0717926Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:29:31.0718275Z ##[endgroup] 2022-12-01T11:29:31.4568648Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-12-01T11:29:31.5469921Z Finished 2022-12-01T11:29:31.6186807Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T11:29:31.6187149Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-12-01T11:29:31.6187407Z rm -rf ./* 2022-12-01T11:29:31.6217006Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-12-01T11:29:31.6217281Z env: 2022-12-01T11:29:31.6217481Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:29:31.6217772Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-12-01T11:29:31.6218041Z EXTRA_DELETE_DIR: 2022-12-01T11:29:31.6218238Z ##[endgroup] 2022-12-01T11:29:50.0260155Z Post job cleanup. 2022-12-01T11:29:50.0441788Z Post job cleanup. 2022-12-01T11:29:50.4542584Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-ad81c6587e689540b865df67fb055fc77adb9526d4d645eef033bcf28fc679ee, not saving cache. 2022-12-01T11:29:50.4846562Z Post job cleanup. 2022-12-01T11:29:50.5037932Z Post job cleanup. 2022-12-01T11:29:53.8089662Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-12-01T11:29:53.8307782Z git version 2.38.1.windows.1 2022-12-01T11:29:53.8366564Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\35a9c8af-6367-43a2-812f-dfe13988c33b\.gitconfig' 2022-12-01T11:29:53.8437420Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\35a9c8af-6367-43a2-812f-dfe13988c33b' before making global git config changes 2022-12-01T11:29:53.8437923Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:29:53.8447594Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-12-01T11:29:53.8714795Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:29:53.8966034Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-12-01T11:29:54.4268361Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:29:54.4485914Z http.https://github.com/.extraheader 2022-12-01T11:29:54.4528651Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:29:54.4798900Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-12-01T11:29:54.9404907Z Cleaning up orphan processes